How To Install texlive-mismath on Fedora 36
Introduction
In this tutorial we learn how to install texlive-mismath on Fedora 36.
What is texlive-mismath
The package provides some mathematical macros to typeset mathematical constants e, i, pi in upright shape (automatically) as recommended by ISO 80000-2, vectors with beautiful arrows and adjusted norm, some standard operator names, improved spacings in mathematical formulas, systems of equations and small matrices, displaymath in double columns for long calculations.
We can use yum or dnf to install texlive-mismath on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mismath.
Install texlive-mismath 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-mismath using dnf by running the following command:
sudo dnf -y install texlive-mismath
Install texlive-mismath 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-mismath using yum by running the following command:
sudo yum -y install texlive-mismath
How To Uninstall texlive-mismath on Fedora 36
To uninstall only the texlive-mismath package we can use the following command:
sudo dnf remove texlive-mismath
texlive-mismath Package Contents on Fedora 36
/usr/share/licenses/texlive-mismath
/usr/share/licenses/texlive-mismath/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/mismath
/usr/share/texlive/texmf-dist/doc/latex/mismath/README.md
/usr/share/texlive/texmf-dist/doc/latex/mismath/mismath.pdf
/usr/share/texlive/texmf-dist/tex/latex/mismath
/usr/share/texlive/texmf-dist/tex/latex/mismath/mismath.sty
References
Summary
In this tutorial we learn how to install texlive-mismath on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).