Skip to content
Snippets Groups Projects
Unverified Commit 4d6def7b authored by Carl Boettiger's avatar Carl Boettiger Committed by GitHub
Browse files

Merge pull request #147 from riccardoporreca/verse-pdfcrop

Added pdfcrop to rocker/verse
parents 1632f1ed 85fb2a93
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ RUN wget "https://travis-bin.yihui.name/texlive-local.deb" \
sh -s - --admin --no-path \
&& mv ~/.TinyTeX /opt/TinyTeX \
&& /opt/TinyTeX/bin/*/tlmgr path add \
&& tlmgr install metafont mfware inconsolata tex ae parskip listings \
&& tlmgr install ae inconsolata listings metafont mfware parskip pdfcrop tex \
&& tlmgr path add \
&& Rscript -e "tinytex::r_texmf()" \
&& chown -R root:staff /opt/TinyTeX \
......
......@@ -47,7 +47,7 @@ RUN wget "https://travis-bin.yihui.name/texlive-local.deb" \
sh -s - --admin --no-path \
&& mv ~/.TinyTeX /opt/TinyTeX \
&& /opt/TinyTeX/bin/*/tlmgr path add \
&& tlmgr install metafont mfware inconsolata tex ae parskip listings \
&& tlmgr install ae inconsolata listings metafont mfware parskip pdfcrop tex \
&& tlmgr path add \
&& Rscript -e "tinytex::r_texmf()" \
&& chown -R root:staff /opt/TinyTeX \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment