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

PackageHow To Install Latex Package In Fedora

Yum install texlive-scheme-full is the way to go.

San