Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxkratz/github-actions-latex-example

A minimal example on how to build a LaTeX document (PDF) via GitHub Actions and Docker.
https://github.com/maxkratz/github-actions-latex-example

actions continuous-integration docker example github-actions latex latex-document latexmk

Last synced: 2 days ago
JSON representation

A minimal example on how to build a LaTeX document (PDF) via GitHub Actions and Docker.

Awesome Lists containing this project

README

        

# GitHub Actions LaTeX Example

[![Build](https://github.com/maxkratz/github-actions-latex-example/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/maxkratz/github-actions-latex-example/actions/workflows/ci.yml)

This repository is a minimal example on how to build a LaTeX document using GitHub Actions and Docker.

To minimize LaTeX compile times when running the CI, this repository uses a full [TeX Live](https://tug.org/texlive/) installation based on a [pre-built TeX Live Docker image](https://github.com/maxkratz/docker_texlive), which is available on [Docker Hub](https://hub.docker.com/r/maxkratz/texlive).

## License

This project is licensed unter the [LaTeX Project Public License](./LICENSE).