feat(presets): add pdflatex preset
Adds a direct pdflatex preset for users who want single-pass compilation without latexmk orchestration. Uses -file-line-error for parseable diagnostics and reuses the existing parse_latexmk error parser since both emit the same file:line: message format.
This commit is contained in:
parent
75b855438a
commit
8ebe2ed80b
3 changed files with 72 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ Import them from `preview.presets`:
|
|||
|
||||
`presets.typst` typst compile → PDF
|
||||
`presets.latex` latexmk -pdf → PDF (with clean support)
|
||||
`presets.pdflatex` pdflatex → PDF (single pass, no latexmk)
|
||||
`presets.markdown` pandoc → HTML (standalone, embedded)
|
||||
`presets.github` pandoc → HTML (GitHub-styled, `-f gfm` input)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue