How To Install Latex Package In Fedora
I'm new to CentOS (always used ubuntu and similar) and I am trying to compile some latex code here for the first time. So there's a big list of.sty that are needed.I was able to install some by hand since I found them using yum search, but others aren't available in the CentOS's repos (like upquote.sty). I know I could download them from CTAN manually, but I can't practically do this for the whole list. Is there a way to add the 'texlive-collection' to which the.sty belongs, add it to the repo and download it?Thanks. Upquote.sty at least is in the Centos 6 repo, so could be installed via the texlive-texmf-latex-2007-39.el67.noarch package. $ sudo yum whatprovides './upquote.sty'.texlive-texmf-latex-2007-39.el67.noarch: Texmf files needed for.Filename: /usr/share/texmf/tex/latex/upquote/upquote.styIf the vintage of texlive offered in the vendor packages is too out of date, then to some not-vendor directory (e.g. Your home dir) will be a better option; with the latest version comes the, to which a list of.sty files could easily be fed: $ cat pkglistnoto.styupquote.sty$ tlmgr install `perl -ple 's/.sty//' pkglist`tlmgr: package repository install: package already present: nototlmgr install: package already present: upquote$.
How To Install Latex Package In Fedora 2
![Package Package](https://i.stack.imgur.com/vtUA2.png)
![How To Install Latex Package In Fedora How To Install Latex Package In Fedora](https://2.bp.blogspot.com/-w8T6JYehurU/V-XPfkj4rjI/AAAAAAAAjEQ/DkzrCTU3YqUkRhrv3x_WRqVKceb9Re4PgCLcB/s1600/2016-09-24-094232_1366x768_scrot.png)
Yum install texlive-scheme-full is the way to go.