Skip to content

Commit

Permalink
Add information on MiKTeX Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Oct 11, 2023
1 parent 630594c commit 0d75bf7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ This repository demonstrates using MiKTeX in a CI, Windows, Linux, and inside Do
The original idea was to illustrate issues with MiKTeX on Linux.
They are all solved now and the project evolved to a playground for general MiKTeX usage on a CI.

## MiKTeX docker image

A MiKTeX docker image was build, because of [mitkex#1370](https://github.com/MiKTeX/miktex/issues/1370).
In October 2023, there was an update to the [MiKTeX Docker image](https://github.com/MiKTeX/docker-miktex/tree/master) with following run recommendation:

docker run -ti -v miktex:/var/lib/miktex -v `pwd`:/miktex/work -e MIKTEX_UID=`id -u` miktex/miktex:essential pdflatex sample2e.tex

The main difference is that the mwe-miktex Dockerfile

- additionally installs `cm-super`
- Exectues following commands
- `RUN miktex --verbose fontmaps configure`
- `RUN miktex --verbose fndb refresh`
- `RUN initexmf --admin --verbose --update-fndb`

## Development hints

Run MiKTeX on Linux with [act](https://github.com/nektos/act):
Expand Down

0 comments on commit 0d75bf7

Please sign in to comment.