LaTeX
Installing LaTeX packages
Fedora includes the most recent LaTeX TeXLive distribution. LaTeX packages can be installed using DNF.
You can install a standard set of TeXLive packages using one of the provided schemes:
sudo dnf install texlive-scheme-basic sudo dnf install texlive-scheme-medium sudo dnf install texlive-scheme-full
Individual LaTeX packages can also be installed as required:
sudo dnf install 'tex(beamer.cls)' (1) sudo dnf install 'tex(hyperref.sty)' (2)
1 | Install the beamer class. |
2 | Install the hyperref package. |
Getting help
Apart from the usual Fedora troubleshooting channels, the TeX user group provides various channels for troubleshooting, including a mailing list, a web forum, a stackexchange website. Joining TUG has a number of benefits---consider joining them!
The LaTeX wiki book works as an excellent reference, while Detexify is a most handy tool for finding commands for various LaTeX symbols.