How To Install texlive-slantsc on Fedora 36

In this tutorial we learn how to install texlive-slantsc in Fedora 36. texlive-slantsc is Access different-shaped small-caps fonts

Introduction

In this tutorial we learn how to install texlive-slantsc on Fedora 36.

What is texlive-slantsc

This package enables the use of small capitals in different font shapes, e.g., slanted or bold slanted for all fonts that provide appropriate font shapes. (Note that a separate .fd file is needed to define font shapes such as ‘scsl’ or ‘scit’.)

We can use yum or dnf to install texlive-slantsc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-slantsc.

Install texlive-slantsc 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-slantsc using dnf by running the following command:

sudo dnf -y install texlive-slantsc

Install texlive-slantsc 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-slantsc using yum by running the following command:

sudo yum -y install texlive-slantsc

How To Uninstall texlive-slantsc on Fedora 36

To uninstall only the texlive-slantsc package we can use the following command:

sudo dnf remove texlive-slantsc

texlive-slantsc Package Contents on Fedora 36

/usr/share/licenses/texlive-slantsc
/usr/share/licenses/texlive-slantsc/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/slantsc
/usr/share/texlive/texmf-dist/tex/latex/slantsc/slantsc.sty

References

Summary

In this tutorial we learn how to install texlive-slantsc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).