*: fix errors reported by languagetool (#6069)

This commit is contained in:
Seth Falco
2021-08-15 19:59:09 +02:00
committed by GitHub
parent 3fbefc8b77
commit 3e4c519004
281 changed files with 433 additions and 429 deletions

View File

@@ -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`