Closed
Description
A Docker container created from image pandoc/ubuntu-late
has the following TeX Live setup :
/opt/texlive/texdir/
/opt/texlive/texmf-local/
We want to generate a standalone PDF file from Markdown documents.
In our case we need to add ~10 TeX font packages from the TeX Live archive to directory texmf-local/
before running md2pdf
, our wrapper script which calls the pandoc
command line tool with the appropriate options (including fonts).
When building our Docker image on top of pandoc/ubuntu-latex
we run the following command (among others) to install those packages, e.g. tcolorbox.tar.xz
:
$ tar -C /opt/texlive/texmf-local/ -xf tcolorbox.tar.xz
Unfortunately the above command requires the Ubuntu package xz-utils
to be installed in order to run successfully (i.e. xz
tool must be on path).
In short :
- Does image
pandoc/ubuntu-latex
feature another way to install private TeX packages ? - If not, we would welcome it if package
xz-utils
was added topandoc/ubuntu-latex
.
Metadata
Metadata
Assignees
Labels
No labels