How To Install texlive-parades on Fedora 36

In this tutorial we learn how to install texlive-parades in Fedora 36. texlive-parades is Tabulators and space between paragraphs in galley approach

Introduction

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

What is texlive-parades

The LaTeX package paravesp controls the spaces above and below paragraphs. The python script parades.py generates paragraph styles with support of space above, space below and tabulators. The system imposes the galley approach on the document.

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

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

sudo dnf -y install texlive-parades

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

sudo yum -y install texlive-parades

How To Uninstall texlive-parades on Fedora 36

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

sudo dnf remove texlive-parades

texlive-parades Package Contents on Fedora 36

/usr/share/licenses/texlive-parades
/usr/share/licenses/texlive-parades/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/parades
/usr/share/texlive/texmf-dist/tex/latex/parades/paravesp.sty

References

Summary

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