Skip to content

Commit

Permalink
use vector fonts when generating the PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarw committed Feb 8, 2024
1 parent 4860f2f commit 7008e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .CI/latexml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PATH="/usr/local/texlive/bin/x86_64-linux:${PATH}"
RUN sed -i s,http://archive.ubuntu.com/ubuntu/,mirror://mirrors.ubuntu.com/mirrors.txt, /etc/apt/sources.list \
&& apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -qy perl ca-certificates make libxslt1.1 libxslt-dev libxml2 libxml2-dev gcc wget curl git unzip cpanminus --no-install-recommends --no-install-suggests \
&& apt-get install -qy perl ca-certificates make libxslt1.1 libxslt-dev libxml2 libxml2-dev gcc wget curl git unzip cpanminus cm-super --no-install-recommends --no-install-suggests \
&& export PATH="/tmp/texlive/bin/x86_64-linux:$PATH" \
&& REMOTE="http://mirror.ctan.org/systems/texlive/tlnet" \
&& INSTALL="/tmp/install-texlive" \
Expand Down

0 comments on commit 7008e33

Please sign in to comment.