Categorygithub.com/oriolf/pdftex
repositorypackage
1.1.0
Repository: https://github.com/oriolf/pdftex.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

pdftex

A Go library for compiling LaTeX or one of its variants (TeX, XeTeX, LuaTeX...). For the library to work, all commands (pdflatex, xelatex...) and packages (texlive...) used must be installed in the host executing the code. It can compile either a string with the contents of the .tex file, or a Go template that when execeuted generates a valid .tex file. The output of the process may be a string or a pdf file saved on disk.