Skip to content

Instantly share code, notes, and snippets.

@melvincabatuan
Created August 25, 2015 23:45
Show Gist options
  • Star 33 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save melvincabatuan/350f86611bc012a5c1c6 to your computer and use it in GitHub Desktop.
Save melvincabatuan/350f86611bc012a5c1c6 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
@jmcabandara
Copy link

I tried to install yum install texmaker on Red Hat Enterprise Linux release 8.5 (Ootpa) and it is not working...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment