How To Install texlive-lualatex-math.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-lualatex-math.noarch in Amazon Linux 2. texlive-lualatex-math.noarch is Fixes for mathematics-related LuaLaTeX issues

Introduction

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

What is texlive-lualatex-math.noarch

The package patches a few commands of the LaTeX2e kernel and the amsmath and mathtools packages to be more compatible with the LuaTeX engine. It is only meaningful for LuaLaTeX documents containing mathematical formulas, and does not exhibit any new functionality. The fixes are mostly moved from the unicode-math package to this package since they are not directly related to Unicode mathematics typesetting. date

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

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

sudo yum -y install texlive-lualatex-math.noarch

How To Uninstall texlive-lualatex-math.noarch on Amazon Linux 2

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

sudo yum remove texlive-lualatex-math.noarch

texlive-lualatex-math.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-lualatex-math-svn29346.1.2
/usr/share/doc/texlive-lualatex-math-svn29346.1.2/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.lua
/usr/share/texlive/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty

References

Summary

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