How To Install texlive-mathpazo.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-mathpazo.noarch in Amazon Linux 2. texlive-mathpazo.noarch is Fonts to typeset mathematics to match Palatino

Introduction

In this tutorial we learn how to install texlive-mathpazo.noarch on Amazon Linux 2.

What is texlive-mathpazo.noarch

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). date

We can use yum to install texlive-mathpazo.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mathpazo.noarch.

Install texlive-mathpazo.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-mathpazo.noarch using yum by running the following command:

sudo yum -y install texlive-mathpazo.noarch

How To Uninstall texlive-mathpazo.noarch on Amazon Linux 2

To uninstall only the texlive-mathpazo.noarch package we can use the following command:

sudo yum remove texlive-mathpazo.noarch

texlive-mathpazo.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-mathpazo-svn15878.1.003
/usr/share/doc/texlive-mathpazo-svn15878.1.003/gpl.txt
/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/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/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/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.noarch on Amazon Linux 2 using yum.