texlive.Rmd 603 B

123456789101112131415161718192021
  1. # TeXLive + inconsolata fonts from rocker/hadleyverse
  2. RUN apt-get update \
  3. && apt-get install -y --no-install-recommends \
  4. aspell \
  5. aspell-en \
  6. ghostscript \
  7. imagemagick \
  8. lmodern \
  9. texlive-fonts-recommended \
  10. texlive-humanities \
  11. texlive-latex-extra \
  12. texinfo \
  13. && apt-get clean \
  14. && cd /usr/share/texlive/texmf-dist \
  15. && wget http://mirrors.ctan.org/install/fonts/inconsolata.tds.zip \
  16. && unzip inconsolata.tds.zip \
  17. && rm inconsolata.tds.zip \
  18. && echo "Map zi4.map" >> /usr/share/texlive/texmf-dist/web2c/updmap.cfg \
  19. && mktexlsr \
  20. && updmap-sys