How To Install texlive-jknapltx.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-jknapltx.noarch on Amazon Linux 2.
What is texlive-jknapltx.noarch
Miscellaneous macros by Jorg Knappen, including counters in greek; - Maxwell’s non-commutative division; - latin1jk, latin2jk and latin3jk, which are their inputenc definition files that allow verbatim input in the respective ISO Latin codes; - blackboard bold fonts in maths; - use of RSFS fonts in maths; - extra alignments for \parboxes; - swap Roman and Sans fonts; - transliterate semitic languages; - patches to make (La)TeX formulae embeddable in SGML; - use maths “minus” in text as appropriate; - simple Young tableaux. date
We can use yum to install texlive-jknapltx.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-jknapltx.noarch.
Install texlive-jknapltx.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-jknapltx.noarch using yum by running the following command:
sudo yum -y install texlive-jknapltx.noarch
How To Uninstall texlive-jknapltx.noarch on Amazon Linux 2
To uninstall only the texlive-jknapltx.noarch package we can use the following command:
sudo yum remove texlive-jknapltx.noarch
texlive-jknapltx.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-jknapltx-svn19440.0
/usr/share/doc/texlive-jknapltx-svn19440.0/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/greekctr.sty
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/holtpolt.sty
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/latin1jk.def
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/latin2jk.def
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/latin3jk.def
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathbbol.sty
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/parboxx.sty
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/sans.sty
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/semtrans.sty
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/sgmlcmpt.sty
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/smartmn.sty
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/tccompat.sty
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ustmary.fd
/usr/share/texlive/texmf-dist/tex/latex/jknapltx/young.sty
References
Summary
In this tutorial we learn how to install texlive-jknapltx.noarch on Amazon Linux 2 using yum.