*: fix errors reported by languagetool (#6069)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
`latexmk {{source.tex}}`
|
||||
|
||||
- Compile a pdf document:
|
||||
- Compile a PDF document:
|
||||
|
||||
`latexmk -pdf {{source.tex}}`
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
|
||||
`latexmk -f {{source.tex}}`
|
||||
|
||||
- Clean up temporary tex files created for a specific tex file:
|
||||
- Clean up temporary TEX files created for a specific TEX file:
|
||||
|
||||
`latexmk -c {{source.tex}}`
|
||||
|
||||
- Clean up all temporary tex files in the current directory:
|
||||
- Clean up all temporary TEX files in the current directory:
|
||||
|
||||
`latexmk -c`
|
||||
|
Reference in New Issue
Block a user