https://github.com/qzed/latex-ci-template
LaTeX Template for GitHub CI
https://github.com/qzed/latex-ci-template
Last synced: 3 months ago
JSON representation
LaTeX Template for GitHub CI
- Host: GitHub
- URL: https://github.com/qzed/latex-ci-template
- Owner: qzed
- License: cc0-1.0
- Created: 2021-07-06T15:31:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T20:33:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T08:46:54.101Z (over 1 year ago)
- Language: Makefile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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][pdf].
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.
[pdf]: https://github.com/qzed/latex-ci-template/releases/download/latest/main.pdf