Based on headgeekette/latex docker container. This docker was created for the sole purpose of generating PDF files through texliveonfly.
  • Python 55.5%
  • Dockerfile 35.8%
  • Shell 8.7%
Find a file
2026-06-24 09:31:56 +02:00
latex_docker@cba3731878 update to texlive 2026 2026-06-24 09:31:56 +02:00
.dockerignore Add .dockerignore 2017-03-03 23:51:37 +01:00
.gitignore Init 2017-03-03 23:10:38 +01:00
.gitmodules update to texlive 2026 2026-06-24 09:31:56 +02:00
compile.sh Upgrade texlive to 2023 and Ubuntu 2023.04 2023-10-14 18:13:04 +02:00
Dockerfile update to texlive 2026 2026-06-24 09:31:56 +02:00
LICENSE Add License 2017-03-03 23:52:33 +01:00
pyproject.toml feat: add Poetry support 2024-07-22 23:28:05 +02:00
README.md feat: add Poetry support 2024-07-22 23:28:05 +02:00
requirements.txt Init 2017-03-03 23:10:38 +01:00
tasks.py Upgrade texlive to 2023 and Ubuntu 2023.04 2023-10-14 18:13:04 +02:00

French LaTeX docker container

Based on headgeekette/latex docker container.

This docker was created for the sole purpose of generating PDF files through texliveonfly.

The docker contains the plain TeX environment as well as the base LaTeX packages, recommended fonts, and recommended latex packages. texliveonfly will take care of downloading any other packages needed to compile the .tex file and generate the .pdf.

Requirements

pip install -r requirements

Build docker image

inv build
inv push

Usage

inv latex [filename]

or by using docker image

docker run --rm -v `pwd`:/source french_latex  [file.tex]