Latex: Difference between revisions

22 bytes added ,  15 October 2019
Line 15: Line 15:
Download [https://www.tug.org/texlive/ TexLive].
Download [https://www.tug.org/texlive/ TexLive].
This is several gigabytes since it includes all the popular LaTex packages and takes a while to install.
This is several gigabytes since it includes all the popular LaTex packages and takes a while to install.
You'll also need an editor. I recommend installing [[Atom]] with the following packages:  
You'll also need an editor. I recommend installing [[Atom_(text_editor) | Atom]] with the following packages:  
* <code>latex</code> for calling the TexLive compiler
* <code>latex</code> for calling the TexLive compiler
* <code>language-latex</code> for syntax highlighting
* <code>language-latex</code> for syntax highlighting
* <code>pdf-view</code> for viewing the compiled pdf.
* <code>pdf-view</code> for viewing the compiled pdf.
====Linux====
====Linux====
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">