How To Install texlive-nonfloat on Fedora 36

In this tutorial we learn how to install texlive-nonfloat in Fedora 36. texlive-nonfloat is Non-floating table and figure captions

Introduction

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

What is texlive-nonfloat

Adjusts the figure and table environments to ensure that centered objects as one line captions are centered as well. Also the vertical spaces for table captions above the table are changed.

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

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

sudo dnf -y install texlive-nonfloat

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

sudo yum -y install texlive-nonfloat

How To Uninstall texlive-nonfloat on Fedora 36

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

sudo dnf remove texlive-nonfloat

texlive-nonfloat Package Contents on Fedora 36

/usr/share/licenses/texlive-nonfloat
/usr/share/licenses/texlive-nonfloat/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/nonfloat
/usr/share/texlive/texmf-dist/tex/latex/nonfloat/nonfloat.sty

References

Summary

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