Build environment for LaTeX projects compiled with cmake
1.6K
This project provides a docker container encapsulating a LaTeX and cmake build environment.
This container uses tianon/latex as a base.
This image contains the following packages
There are two use cases for this docker container, autopilot and manual
control. Both require mounting your directory with latex sources as
/data in the container.
Invoking this container without arguments will run the standard cmake build routine, i.e.
docker run -v $(pwd):/data hamroctopus/latex-cmake:3.4.0
will tell the container to mount the current directory and execute the following
mkdir build
cd build
cmake ..
make
If your build pattern deviates from the above, pass your custom instructions as arguments
docker run -v $(pwd):/data hamroctopus/latex-cmake:3.4.0 step1 && step2 && step3
Content type
Image
Digest
Size
2.3 GB
Last updated
about 10 years ago
docker pull hamroctopus/latex-cmake:3.4.0