mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:35:25 +02:00
latexmk: minor tweaks to descriptions (#1467)
This commit is contained in:
parent
31f193d8b4
commit
850ca123f5
1 changed files with 4 additions and 4 deletions
|
@ -2,18 +2,18 @@
|
|||
|
||||
> Automated LaTeX document generation.
|
||||
|
||||
- Compile filename.tex to pdf:
|
||||
- Compile a LaTeX file into a PDF file:
|
||||
|
||||
`latexmk -pdf {{filename.tex}}`
|
||||
|
||||
- Force latexmk to generate document despite errors:
|
||||
- Force `latexmk` to generate a document even if there are errors:
|
||||
|
||||
`latexmk -f {{filename.tex}}`
|
||||
|
||||
- Clean up current directory from files generated by latexmk except; dvi, postscript and pdf:
|
||||
- Clean up the current directory from all files generated by `latexmk` except DVI, PostScript and PDF:
|
||||
|
||||
`latexmk -c`
|
||||
|
||||
- Run latexmk with minimal terminal output:
|
||||
- Run `latexmk` with minimal terminal output:
|
||||
|
||||
`latexmk -silent {{filename.tex}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue