mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-09 01:44:15 +01:00
Add LaTeX to commands.md
This commit is contained in:
parent
43e9c55f3c
commit
f328b8bfe8
@ -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>`
|
||||
|
Loading…
Reference in New Issue
Block a user