How To Install texlive-isomath on Fedora 36
Introduction
In this tutorial we learn how to install texlive-isomath
on Fedora 36.
What is texlive-isomath
The package provides tools for a mathematical style that conforms to the International Standard ISO 80000-2 and is common in science and technology. It changes the default shape of capital Greek letters to italic, sets up bold italic and sans-serif bold italic math alphabets with Latin and Greek characters, and defines macros for markup of vector, matrix and tensor symbols.
We can use yum
or dnf
to install texlive-isomath
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-isomath.
Install texlive-isomath 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-isomath
using dnf
by running the following command:
sudo dnf -y install texlive-isomath
Install texlive-isomath 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-isomath
using yum
by running the following command:
sudo yum -y install texlive-isomath
How To Uninstall texlive-isomath on Fedora 36
To uninstall only the texlive-isomath
package we can use the following command:
sudo dnf remove texlive-isomath
texlive-isomath Package Contents on Fedora 36
/usr/share/licenses/texlive-isomath
/usr/share/licenses/texlive-isomath/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/isomath
/usr/share/texlive/texmf-dist/tex/latex/isomath/isomath.sty
References
Summary
In this tutorial we learn how to install texlive-isomath
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).