项目作者: hub00

项目描述 :
a docker container packaging texlive
高级语言:
项目地址: git://github.com/hub00/texlive.git
创建时间: 2018-07-14T07:41:47Z
项目社区:https://github.com/hub00/texlive

开源协议:MIT License

下载


Texlive

Unattended installation

  1. curl -sL http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz | tar -zxf -
  2. mv install-tl-20* install-tl
  3. cd install-tl
  4. echo "selected_scheme scheme-medium" > profile
  5. ./install-tl -profile profile
  6. export PATH=/usr/local/texlive/2018/bin/x86_64-linux:$PATH