qzed / latex-ci-template

LaTeX Template for GitHub CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX Template for GitHub CI

Template for building a LaTeX document via GitHub Actions. Creates and maintains a "latest" pre-release, which is automatically updated to the latest commit.

The latest PDF is available here.

The makefile automatically generates and updates revision information from git (if built in-tree), which can be found in build/version.tex and inspected in the final PDF via exiftool -a -G1 build/main.pdf. This should output something like

[PDF] Revision : e973819b69824d701541cd502fd6b249d32f41fa*

Compiling

To compile this project, run make. Note that latexmk alone will not work, as it will not generate the build/version.tex file.

About

LaTeX Template for GitHub CI

License:Creative Commons Zero v1.0 Universal


Languages

Language:Makefile 50.2%Language:TeX 35.1%Language:Shell 14.7%