How To Install texlive-innerscript on Fedora 36
Introduction
In this tutorial we learn how to install texlive-innerscript on Fedora 36.
What is texlive-innerscript
This package modifies two aspects of TeX’s automatic interatom mathematics spacing. It uses LuaTeX’s \Umath primitives to make superscripts and subscripts more closely resemble \textstyle and \displaystyle math and to treat \mathinner subformulas as \mathord, effectively eliminating this class.
We can use yum or dnf to install texlive-innerscript on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-innerscript.
Install texlive-innerscript on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-innerscript using dnf by running the following command:
sudo dnf -y install texlive-innerscript
Install texlive-innerscript on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-innerscript using yum by running the following command:
sudo yum -y install texlive-innerscript
How To Uninstall texlive-innerscript on Fedora 36
To uninstall only the texlive-innerscript package we can use the following command:
sudo dnf remove texlive-innerscript
texlive-innerscript Package Contents on Fedora 36
/usr/share/licenses/texlive-innerscript
/usr/share/licenses/texlive-innerscript/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/lualatex/innerscript
/usr/share/texlive/texmf-dist/doc/lualatex/innerscript/README.txt
/usr/share/texlive/texmf-dist/doc/lualatex/innerscript/innerscript.pdf
/usr/share/texlive/texmf-dist/tex/lualatex/innerscript
/usr/share/texlive/texmf-dist/tex/lualatex/innerscript/innerscript.sty
References
Summary
In this tutorial we learn how to install texlive-innerscript on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).