mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 19:02:44 +00:00
Update cheatsheets
This commit is contained in:
12
tldr/latexmk
12
tldr/latexmk
@@ -15,19 +15,23 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Compile a DVI document from a specific source file:
|
||||
|
||||
`latexmk {{source.tex}}`
|
||||
`latexmk {{path/to/source.tex}}`
|
||||
|
||||
- Compile a PDF document:
|
||||
|
||||
`latexmk -pdf {{source.tex}}`
|
||||
`latexmk -pdf {{path/to/source.tex}}`
|
||||
|
||||
- Open the document in a viewer and continuously update it whenever source files change:
|
||||
|
||||
`latexmk -pvc {{path/to/source.tex}}`
|
||||
|
||||
- Force the generation of a document even if there are errors:
|
||||
|
||||
`latexmk -f {{source.tex}}`
|
||||
`latexmk -f {{path/to/source.tex}}`
|
||||
|
||||
- Clean up temporary TEX files created for a specific TEX file:
|
||||
|
||||
`latexmk -c {{source.tex}}`
|
||||
`latexmk -c {{path/to/source.tex}}`
|
||||
|
||||
- Clean up all temporary TEX files in the current directory:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user