1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 13:55:24 +02:00

latex, pdflatex, pdftex, tex: replace halting' with exiting' (#6365)

This commit is contained in:
chris 2021-08-15 17:00:59 +02:00 committed by GitHub
parent 41527e7bf9
commit 62fe2a2a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -11,6 +11,6 @@
`latex -output-directory={{path/to/directory}} {{source.tex}}`
- Compile a DVI document, halting on each error:
- Compile a DVI document, exiting on each error:
`latex -halt-on-error {{source.tex}}`

View file

@ -11,6 +11,6 @@
`pdflatex -output-directory={{path/to/directory}} {{source.tex}}`
- Compile a PDF document, halting on each error:
- Compile a PDF document, exiting on each error:
`pdflatex -halt-on-error {{source.tex}}`

View file

@ -11,6 +11,6 @@
`pdftex -output-directory={{path/to/directory}} {{source.tex}}`
- Compile a PDF document, halting on each error:
- Compile a PDF document, exiting on each error:
`pdftex -halt-on-error {{source.tex}}`

View file

@ -11,6 +11,6 @@
`tex -output-directory={{path/to/directory}} {{source.tex}}`
- Compile a DVI document, halting on each error:
- Compile a DVI document, exiting on each error:
`tex -halt-on-error {{source.tex}}`