An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# LaTeXCompilers.jl

![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)
[![build](https://github.com/tpapp/LaTeXCompilers.jl/workflows/CI/badge.svg)](https://github.com/tpapp/LaTeXCompilers.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/github/tpapp/LaTeXCompilers.jl/graph/badge.svg?token=cDFCDanjdI)](https://codecov.io/github/tpapp/LaTeXCompilers.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](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.