How To Install texlive-ziffer on Fedora 36

In this tutorial we learn how to install texlive-ziffer in Fedora 36. texlive-ziffer is Conversion of punctuation in maths mode

Introduction

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

What is texlive-ziffer

The package modifies the behaviour of characters in maths mode so that in Germany) ‘,’ is used as a decimal separator (as is common in Germany) ‘–’ is represented with spacing as appropriate to such constructs as ‘1.000,–’. These conversions may be switched on and off.

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

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

sudo dnf -y install texlive-ziffer

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

sudo yum -y install texlive-ziffer

How To Uninstall texlive-ziffer on Fedora 36

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

sudo dnf remove texlive-ziffer

texlive-ziffer Package Contents on Fedora 36

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

References

Summary

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