How To Install texlive-ellipsis on Fedora 36

In this tutorial we learn how to install texlive-ellipsis in Fedora 36. texlive-ellipsis is Fix uneven spacing around ellipses in LaTeX text mode

Introduction

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

What is texlive-ellipsis

This is a simple package that fixes a problem in the way LaTeX handles ellipses \dots in text mode than before it, which results in the ellipsis being off-center when used between two words.

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

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

sudo dnf -y install texlive-ellipsis

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

sudo yum -y install texlive-ellipsis

How To Uninstall texlive-ellipsis on Fedora 36

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

sudo dnf remove texlive-ellipsis

texlive-ellipsis Package Contents on Fedora 36

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

References

Summary

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