Skip to content

Feature request : add xz-utils package to image pandoc/ubuntu-latex #7056

Closed
@michelou

Description

@michelou

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 :

  1. Does image pandoc/ubuntu-latex feature another way to install private TeX packages ?
  2. If not, we would welcome it if package xz-utils was added to pandoc/ubuntu-latex.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions