mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
latexmk: merge linux/latexmk with common/latexmk (#1861)
This commit is contained in:
parent
15c79809cd
commit
5d30dbfc4d
2 changed files with 4 additions and 23 deletions
|
@ -15,14 +15,14 @@
|
|||
|
||||
`latexmk -pdf {{source.tex}}`
|
||||
|
||||
- Clean up all temporary tex files in the folder:
|
||||
- Force the generation of a document even if there are errors:
|
||||
|
||||
`latexmk -c`
|
||||
`latexmk -f {{source.tex}}`
|
||||
|
||||
- Clean up temporary tex files created for a specific tex file:
|
||||
|
||||
`latexmk -c {{source.tex}}`
|
||||
|
||||
- Clean up temporary tex and output files:
|
||||
- Clean up all temporary tex files in the current directory:
|
||||
|
||||
`latexmk -C`
|
||||
`latexmk -c`
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
# latexmk
|
||||
|
||||
> Automated LaTeX document generation.
|
||||
|
||||
- Compile a LaTeX file into a PDF file:
|
||||
|
||||
`latexmk -pdf {{filename.tex}}`
|
||||
|
||||
- Force `latexmk` to generate a document even if there are errors:
|
||||
|
||||
`latexmk -f {{filename.tex}}`
|
||||
|
||||
- Clean up the current directory from all files generated by `latexmk` except DVI, PostScript and PDF:
|
||||
|
||||
`latexmk -c`
|
||||
|
||||
- Run `latexmk` with minimal terminal output:
|
||||
|
||||
`latexmk -silent {{filename.tex}}`
|
Loading…
Add table
Reference in a new issue