Add LaTeX to commands.md

This commit is contained in:
Donovan Glover 2017-11-30 00:29:12 -05:00
parent 43e9c55f3c
commit f328b8bfe8
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -108,6 +108,13 @@ Note that you can run multiple servers on different ports through Jekyll and oth
- Add `--no-debug` to increase the build speed (useful for dev builds)
- Add `-o` to specify the location of the output file
### LaTeX
- Make a pdf of your document: `pdflatex <file>`
- Add `-output-directory <dir>` to specify the location for build files (`.aux`, `.pdf`, `.log`, etc.)
- The directory `<dir>` must exist before you can write to it
- Note that all `pdflatex` options must come before specifying `<file>`
### Dealing with Archives
- Zip all files in a directotry: `zip -r <zip_name> <directory>`