Skip to content

Commit

Permalink
Add newtxtt.sty to LaTeXML continuous integration builds
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 30, 2021
1 parent 6ead7bd commit d33a9f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .CI/Jenkinsfile
Expand Up @@ -18,7 +18,7 @@ pipeline {
stage('build') {
agent {
docker {
image 'modelicaspec/latexml:20201130'
image 'modelicaspec/latexml:20210330'
label 'linux'
alwaysPull true
}
Expand Down
2 changes: 1 addition & 1 deletion .CI/latexml/Dockerfile
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 \
&& tlmgr install latexmk listings caption cleveref xcolor float multirow tocloft parskip etoolbox index biblatex biber newtxtt \
&& cpanm JSON \
&& cpanm LaTeXML \
&& apt-get autoremove -qy make gcc curl wget git cpanminus libxml2-dev libxslt-dev \
Expand Down
2 changes: 1 addition & 1 deletion .CI/latexml/Dockerfile.2.incremental
@@ -1,5 +1,5 @@
FROM modelicaspec/latexml:20201119

RUN tlmgr update --self \
&& tlmgr install index biblatex biber \
&& tlmgr install index biblatex biber newtxtt \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/ /root/.cpanm/work*

0 comments on commit d33a9f1

Please sign in to comment.