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