How To Install texlive-tabfigures on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tabfigures
on Fedora 36.
What is texlive-tabfigures
Knuth designed his original fonts with tabular figures (figures whose width is uniform); this makes some layout problems rather simple. In more recent times, fonts (such as Minion Pro), which offer proportionally spaced figures, are increasingly being used. The package provides mechanisms whereby such proportional figures may still be aligned in tabular style (for example, in the table of contents).
We can use yum
or dnf
to install texlive-tabfigures
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tabfigures.
Install texlive-tabfigures 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-tabfigures
using dnf
by running the following command:
sudo dnf -y install texlive-tabfigures
Install texlive-tabfigures 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-tabfigures
using yum
by running the following command:
sudo yum -y install texlive-tabfigures
How To Uninstall texlive-tabfigures on Fedora 36
To uninstall only the texlive-tabfigures
package we can use the following command:
sudo dnf remove texlive-tabfigures
texlive-tabfigures Package Contents on Fedora 36
/usr/share/licenses/texlive-tabfigures
/usr/share/licenses/texlive-tabfigures/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/tabfigures
/usr/share/texlive/texmf-dist/tex/latex/tabfigures/tabfigures.sty
References
Summary
In this tutorial we learn how to install texlive-tabfigures
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).