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

In this tutorial we learn how to install texlive-mh.noarch in Amazon Linux 2. texlive-mh.noarch is The MH bundle

Introduction

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

What is texlive-mh.noarch

The mh bundle is a series of packages designed to enhance the appearance of documents containing a lot of math. The main backbone is amsmath, so those unfamiliar with this required part of the LaTeX system will probably not find the packages very useful. Component parts of the bundle are flexisym, mathstyle and mathtools, mhsetup, The empheq package is a visual markup extension of amsmath. Empheq allows sophisticated boxing and other marking of multi-line maths displays, and fixes problems with the way that the ntheorem package places end-of-theorem markers. The mathtools package provides many useful tools for mathematical typesetting. It fixes various deficiencies of amsmath and standard LaTeX. The mhsetup package defines various programming tools needed by both empheq and mathtools. The breqn package makes more easy the business of preparing displayed equations in LaTeX, including permitting automatic line-breaking within displayed equations. (Breqn uses the mathstyle package to keep track of the current maths typesetting style, something that raw TeX hides from the programmer.) date

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

Install texlive-mh.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-mh.noarch using yum by running the following command:

sudo yum -y install texlive-mh.noarch

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

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

sudo yum remove texlive-mh.noarch

texlive-mh.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-mh-svn29420.0
/usr/share/doc/texlive-mh-svn29420.0/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/mh/breqn.sty
/usr/share/texlive/texmf-dist/tex/latex/mh/cmbase.sym
/usr/share/texlive/texmf-dist/tex/latex/mh/empheq.sty
/usr/share/texlive/texmf-dist/tex/latex/mh/flexisym.sty
/usr/share/texlive/texmf-dist/tex/latex/mh/mathpazo.sym
/usr/share/texlive/texmf-dist/tex/latex/mh/mathptmx.sym
/usr/share/texlive/texmf-dist/tex/latex/mh/mathstyle.sty
/usr/share/texlive/texmf-dist/tex/latex/mh/mathtools.sty
/usr/share/texlive/texmf-dist/tex/latex/mh/mhsetup.sty
/usr/share/texlive/texmf-dist/tex/latex/mh/msabm.sym

References

Summary

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