https://github.com/tpapp/latexcompilers.jl
Compile LaTeX from Julia using tectonic or a local pdflatex.
https://github.com/tpapp/latexcompilers.jl
Last synced: 3 months ago
JSON representation
Compile LaTeX from Julia using tectonic or a local pdflatex.
- Host: GitHub
- URL: https://github.com/tpapp/latexcompilers.jl
- Owner: tpapp
- License: mit
- Created: 2024-10-15T12:14:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-01T10:34:05.000Z (6 months ago)
- Last Synced: 2026-03-08T07:14:58.981Z (4 months ago)
- Language: Julia
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeXCompilers.jl

[](https://github.com/tpapp/LaTeXCompilers.jl/actions?query=workflow%3ACI)
[](https://codecov.io/github/tpapp/LaTeXCompilers.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
Compile LaTeX code from Julia.
The exported functions are `pdf`, `svg`, and `png`. Each has a form that takes a closure for writing code to an `::IO` output.
Currently [tectonic](https://github.com/JuliaTesting/Aqua.jl) "https://tectonic-typesetting.github.io/en-US/") is the only supported backend. A backend using a local `pdflatex` is planned.