Skip to content

A Docker image containing MikTeX to translate LaTeX documents.

Notifications You must be signed in to change notification settings

pyTooling/MikTeX

Repository files navigation

MikTeX Docker Image

This repository is based on Debian 12.x Bookworm (slim) with Python 3.13.

Usage

docker image run --rm -v $(pwd):/data pytooling/miktex:latest

Installed Tools

Installed additional tools are:

  • curl
  • GhostScript
  • make
  • MikTeX
  • Perl
  • Python 3.13

Why another MikTeX Docker Image?

  • MikTeX original containers do not provide installations based on Ubuntu LTS.
  • MikTeX original containers are infrequently updated (>1 year).
  • MikTeX original containers aren't smaller (less download time).
  • pyTooling has control over preinstalled commonly used LaTeX packages (amsfonts/amsmath, babel, hyperref, longtables, ...)
  • pyTooling can derive specific images for e.g. Sphinx.

Derived Variants

Sphinx

Common package list: Common.list
Sphinx specific package list: Sphinx.list

Doxygen

planned

Pandoc

planned