Latex: Difference between revisions

159 bytes added ,  22 March 2021
Line 31: Line 31:
pdflatex [mydocument.tex]
pdflatex [mydocument.tex]
</syntaxhighlight>
</syntaxhighlight>
* Note to add bibliography, you need to run <code>pdflatex</code>, <code>bibtex</code>, <code>pdflatex</code>. Front-ends such as will do this automatically.


==Usage==
==Usage==