How To Install texlive-asana-math on Fedora 36
Introduction
In this tutorial we learn how to install texlive-asana-math on Fedora 36.
What is texlive-asana-math
The Asana-Math font is an OpenType font that includes almost all mathematical Unicode symbols and it can be used to typeset mathematical text with any software that can understand the MATH OpenType table (e.g., XeTeX 0.997 and Microsoft Word 2007). The font is beta software. Typesetting support for use with LaTeX is provided by the fontspec and unicode-math packages.
We can use yum or dnf to install texlive-asana-math on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-asana-math.
Install texlive-asana-math 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-asana-math using dnf by running the following command:
sudo dnf -y install texlive-asana-math
Install texlive-asana-math 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-asana-math using yum by running the following command:
sudo yum -y install texlive-asana-math
How To Uninstall texlive-asana-math on Fedora 36
To uninstall only the texlive-asana-math package we can use the following command:
sudo dnf remove texlive-asana-math
texlive-asana-math Package Contents on Fedora 36
/usr/share/texlive/texmf-dist/fonts/opentype/public/Asana-Math
/usr/share/texlive/texmf-dist/fonts/opentype/public/Asana-Math/Asana-Math.otf
/usr/share/texlive/texmf-dist/fonts/truetype/public/Asana-Math
/usr/share/texlive/texmf-dist/fonts/truetype/public/Asana-Math/ASANA.TTC
References
Summary
In this tutorial we learn how to install texlive-asana-math on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).