How To Install texlive-newtxsf on Fedora 36
Introduction
In this tutorial we learn how to install texlive-newtxsf
on Fedora 36.
What is texlive-newtxsf
The package provides a maths support that amounts to modifications of the STIX sans serif Roman and Greek letters with most symbols taken from newtxmath (which must of course be installed and its map file enabled).
We can use yum
or dnf
to install texlive-newtxsf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-newtxsf.
Install texlive-newtxsf 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-newtxsf
using dnf
by running the following command:
sudo dnf -y install texlive-newtxsf
Install texlive-newtxsf 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-newtxsf
using yum
by running the following command:
sudo yum -y install texlive-newtxsf
How To Uninstall texlive-newtxsf on Fedora 36
To uninstall only the texlive-newtxsf
package we can use the following command:
sudo dnf remove texlive-newtxsf
texlive-newtxsf Package Contents on Fedora 36
/usr/share/licenses/texlive-newtxsf
/usr/share/licenses/texlive-newtxsf/ofl.txt
/usr/share/texlive/texmf-dist/fonts/map/dvips/newtxsf
/usr/share/texlive/texmf-dist/fonts/map/dvips/newtxsf/newtxsf.map
/usr/share/texlive/texmf-dist/fonts/tfm/public/newtxsf
/usr/share/texlive/texmf-dist/fonts/tfm/public/newtxsf/ntxsfbmi.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/newtxsf/ntxsfbmia.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/newtxsf/ntxsfmi.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/newtxsf/ntxsfmia.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/newtxsf/zsfmi-bol.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/newtxsf/zsfmi-reg.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/newtxsf/zsfmia-bol.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/newtxsf/zsfmia-reg.tfm
/usr/share/texlive/texmf-dist/fonts/type1/public/newtxsf
/usr/share/texlive/texmf-dist/fonts/type1/public/newtxsf/zsfmi-bol.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/newtxsf/zsfmi-reg.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/newtxsf/zsfmia-bol.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/newtxsf/zsfmia-reg.pfb
/usr/share/texlive/texmf-dist/fonts/vf/public/newtxsf
/usr/share/texlive/texmf-dist/fonts/vf/public/newtxsf/ntxsfbmi.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/newtxsf/ntxsfbmia.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/newtxsf/ntxsfmi.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/newtxsf/ntxsfmia.vf
/usr/share/texlive/texmf-dist/tex/latex/newtxsf
/usr/share/texlive/texmf-dist/tex/latex/newtxsf/newtxsf.sty
/usr/share/texlive/texmf-dist/tex/latex/newtxsf/omlntxsfmi.fd
/usr/share/texlive/texmf-dist/tex/latex/newtxsf/untxsfmia.fd
References
Summary
In this tutorial we learn how to install texlive-newtxsf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).