How To Install texlive-hep-paper on Fedora 36
Introduction
In this tutorial we learn how to install texlive-hep-paper
on Fedora 36.
What is texlive-hep-paper
This package aims to provide a single style file containing most configurations and macros necessary to write appealing publications in High Energy Physics. Instead of reinventing the wheel by introducing newly created macros, hep-paper preferably loads third party packages as long as they are light-weight enough. For usual publications it suffices to load the hep-paper package, without optional arguments, in addition to the article class.
We can use yum
or dnf
to install texlive-hep-paper
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-hep-paper.
Install texlive-hep-paper on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-hep-paper
using dnf
by running the following command:
sudo dnf -y install texlive-hep-paper
Install texlive-hep-paper on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-hep-paper
using yum
by running the following command:
sudo yum -y install texlive-hep-paper
How To Uninstall texlive-hep-paper on Fedora 36
To uninstall only the texlive-hep-paper
package we can use the following command:
sudo dnf remove texlive-hep-paper
texlive-hep-paper Package Contents on Fedora 36
/usr/share/licenses/texlive-hep-paper
/usr/share/licenses/texlive-hep-paper/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/hep-paper
/usr/share/texlive/texmf-dist/doc/latex/hep-paper/README.md
/usr/share/texlive/texmf-dist/doc/latex/hep-paper/bibliography.bib
/usr/share/texlive/texmf-dist/doc/latex/hep-paper/hep-paper-documentation.pdf
/usr/share/texlive/texmf-dist/doc/latex/hep-paper/hep-paper-documentation.tex
/usr/share/texlive/texmf-dist/doc/latex/hep-paper/hep-paper-implementation.pdf
/usr/share/texlive/texmf-dist/doc/latex/hep-paper/license.md
/usr/share/texlive/texmf-dist/tex/latex/hep-paper
/usr/share/texlive/texmf-dist/tex/latex/hep-paper/hep-paper.dbx
/usr/share/texlive/texmf-dist/tex/latex/hep-paper/hep-paper.sty
References
Summary
In this tutorial we learn how to install texlive-hep-paper
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).