Skip to content

Commit

Permalink
Merge pull request modelica#3294 from HansOlsson/AddCMap
Browse files Browse the repository at this point in the history
Add cmap with other latex-packages.
  • Loading branch information
HansOlsson committed Nov 30, 2022
2 parents d3c43ff + 02fefb5 commit 4766609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .CI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
stage('build') {
agent {
docker {
image 'modelicaspec/latexml:20220405'
image 'modelicaspec/latexml:20221130'
label 'linux'
alwaysPull true
}
Expand Down
2 changes: 1 addition & 1 deletion .CI/latexml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN sed -i s,http://archive.ubuntu.com/ubuntu/,mirror://mirrors.ubuntu.com/mirro
&& $INSTALL/install-tl --profile texlive.profile \
&& rm texlive.profile \
&& tlmgr update --self --all --reinstall-forcibly-removed \
&& tlmgr install latexmk listings caption cleveref xcolor float multirow tocloft parskip etoolbox index biblatex biber newtxtt txfonts \
&& tlmgr install latexmk listings caption cleveref xcolor float multirow tocloft parskip etoolbox index biblatex biber newtxtt txfonts cmap \
&& cpanm JSON \
&& cpanm LaTeXML \
&& apt-get autoremove -qy make gcc curl wget git cpanminus libxml2-dev libxslt-dev \
Expand Down

0 comments on commit 4766609

Please sign in to comment.