How To Install texlive-mathpazo on Fedora 36
Introduction
In this tutorial we learn how to install texlive-mathpazo
on Fedora 36.
What is texlive-mathpazo
The Pazo Math fonts are a family of PostScript fonts suitable for typesetting mathematics in combination with the Palatino family of text fonts. The Pazo Math family is made up of five fonts provided in Adobe Type 1 format (PazoMath, PazoMath- Italic, PazoMath-Bold, PazoMath-BoldItalic, and PazoMathBlackboardBold). These contain, in designs that match Palatino, glyphs that are usually not available in Palatino and for which Computer Modern looks odd when combined with Palatino. These glyphs include the uppercase Greek alphabet in upright and slanted shapes in regular and bold weights, the lowercase Greek alphabet in slanted shape in regular and bold weights, several mathematical glyphs (partialdiff, summation, product, coproduct, emptyset, infinity, and proportional) in regular and bold weights, other glyphs (Euro and dotlessj) in upright and slanted shapes in regular and bold weights, and the uppercase letters commonly used to represent various number sets (C, I, N, Q, R, and Z) in blackboard bold. The set also includes a set of ’true’ small-caps fonts, also suitable for use with Palatino (or one of its clones). LaTeX macro support (using package mathpazo.sty) is provided in psnfss (a required part of any LaTeX distribution).
We can use yum
or dnf
to install texlive-mathpazo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mathpazo.
Install texlive-mathpazo 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-mathpazo
using dnf
by running the following command:
sudo dnf -y install texlive-mathpazo
Install texlive-mathpazo 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-mathpazo
using yum
by running the following command:
sudo yum -y install texlive-mathpazo
How To Uninstall texlive-mathpazo on Fedora 36
To uninstall only the texlive-mathpazo
package we can use the following command:
sudo dnf remove texlive-mathpazo
texlive-mathpazo Package Contents on Fedora 36
/usr/share/licenses/texlive-mathpazo
/usr/share/licenses/texlive-mathpazo/gpl.txt
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo/fplmb.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo/fplmbb.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo/fplmbi.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo/fplmr.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/mathpazo/fplmri.afm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/fplmb.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/fplmbb.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/fplmbi.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/fplmr.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/fplmri.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/zplmb7m.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/zplmb7t.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/zplmb7y.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/zplmr7m.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/zplmr7t.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/zplmr7v.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/mathpazo/zplmr7y.tfm
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo/fplmb.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo/fplmbb.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo/fplmbi.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo/fplmr.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/mathpazo/fplmri.pfb
/usr/share/texlive/texmf-dist/fonts/vf/public/mathpazo
/usr/share/texlive/texmf-dist/fonts/vf/public/mathpazo/zplmb7m.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/mathpazo/zplmb7t.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/mathpazo/zplmb7y.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/mathpazo/zplmr7m.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/mathpazo/zplmr7t.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/mathpazo/zplmr7v.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/mathpazo/zplmr7y.vf
References
Summary
In this tutorial we learn how to install texlive-mathpazo
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).