Skip to content

Instantly share code, notes, and snippets.

@rahmanusta
Forked from melvincabatuan/latex install
Created June 11, 2017 14:37
Show Gist options
  • Save rahmanusta/0301750a1c12f944b5ac1598893b6e45 to your computer and use it in GitHub Desktop.
Save rahmanusta/0301750a1c12f944b5ac1598893b6e45 to your computer and use it in GitHub Desktop.
Centos 7 latex install
yum -y install texlive texlive-latex texlive-xetex
yum -y install texlive-collection-latex
yum -y install texlive-collection-latexrecommended
yum -y install texlive-xetex-def
yum -y install texlive-collection-xetex
Only if needed:
yum -y install texlive-collection-latexextra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment