How To Install texlive-textcase.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-textcase.noarch on Amazon Linux 2.
What is texlive-textcase.noarch
The textcase package offers commands \MakeTextUppercase and \MakeTextLowercase are similar to the standard \MakeUppercase and \MakeLowercase, but they do not change the case of any sections of mathematics, or the arguments of \cite, \label and \ref commands within the argument. A further command \NoCaseChange does nothing but suppress case change within its argument, so to force uppercase of a section including an environment, one might say \MakeTextUppercase{…\NoCaseChange{\begin{foo}} …\NoCaseChange{\end{foo}}…} date
We can use yum to install texlive-textcase.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-textcase.noarch.
Install texlive-textcase.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-textcase.noarch using yum by running the following command:
sudo yum -y install texlive-textcase.noarch
How To Uninstall texlive-textcase.noarch on Amazon Linux 2
To uninstall only the texlive-textcase.noarch package we can use the following command:
sudo yum remove texlive-textcase.noarch
texlive-textcase.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-textcase-svn15878.0
/usr/share/doc/texlive-textcase-svn15878.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/textcase/textcase.sty
References
Summary
In this tutorial we learn how to install texlive-textcase.noarch on Amazon Linux 2 using yum.