Skip to content

Instantly share code, notes, and snippets.

@m4kvn
Last active December 24, 2019 11:44
Show Gist options
  • Save m4kvn/30a2f232880d1076142fe0b4db14ac68 to your computer and use it in GitHub Desktop.
Save m4kvn/30a2f232880d1076142fe0b4db14ac68 to your computer and use it in GitHub Desktop.
AWS EC2 に LaTeX 環境を構築する

AWS EC2 に LaTeX 環境を構築する

[ec2-user ~]$ wget http://ftp.jaist.ac.jp/pub/CTAN/systems/texlive/tlnet/install-tl-unx.tar.gz
[ec2-user ~]$ tar xzf install-tl-unx.tar.gz
[ec2-user ~]$ cd install-tl-2017xxxx
[ec2-user ~]$ sudo ./install-tl

Enter command に対して I を入力するとインストールが始まる


[ec2-user ~]$ sudo yum -y install texlive texlive-latex texlive-xetex
[ec2-user ~]$ sudo yum -y install texlive-xetex-def
[ec2-user ~]$ sudo yum -y install texlive-collection-xetex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment