Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 628 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 628 Bytes

Papers

Install texlive

In MacOSX, MacTex(http://www.tug.org/mactex/mactex-download.html) is recommended but you can also use BasicTex(http://tug.org/cgi-bin/mactex-download/BasicTeX.pkg).

You can install texlive by just running sudo apt-get install texlive in Ubuntu.

If you installed MacTex, you must update all packages in TeX Live Utility by running Shift-Cmd-U. TeX Live Utility will be inside of the TeX directory of Applications. Or you can just run sudo tlmgr update --all --self, but updating in TeX Live Utility in reccommended.

Build

pdflatex -output-directory=build [filename].tex