Created
August 25, 2015 23:45
-
-
Save melvincabatuan/350f86611bc012a5c1c6 to your computer and use it in GitHub Desktop.
Centos 7 latex install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
cool
I am looking for something like texstudio in Centos 7. I mean the ide.
I did yum install texmaker
after running the above command and all sounds cool though not yet fully tested
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
None of these were still getting a full install of all texlive packages. Here's what I ended up doing, which I think works: