feat(presets): add tectonic preset
Adds a tectonic preset for the modern Rust-based LaTeX engine, which auto-downloads packages and requires no TeX installation. Reuses parse_latexmk since tectonic emits the same file:line: message diagnostic format.
This commit is contained in:
parent
8ebe2ed80b
commit
3a3a0783e8
3 changed files with 68 additions and 0 deletions
|
|
@ -158,6 +158,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.tectonic` tectonic → PDF (Rust-based LaTeX engine)
|
||||
`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