How To Install texlive-returntogrid on Fedora 36
Introduction
In this tutorial we learn how to install texlive-returntogrid on Fedora 36.
What is texlive-returntogrid
returntogrid offers a few commands to get something like an simple, semi-automatic grid typesetting. It does more or less what the existing gridset package does. The main differences to gridset are that returntogrid works also with LuaLaTeX and that it has also a command to do some horizontal movements to get to “tab” positions.
We can use yum or dnf to install texlive-returntogrid on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-returntogrid.
Install texlive-returntogrid 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-returntogrid using dnf by running the following command:
sudo dnf -y install texlive-returntogrid
Install texlive-returntogrid 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-returntogrid using yum by running the following command:
sudo yum -y install texlive-returntogrid
How To Uninstall texlive-returntogrid on Fedora 36
To uninstall only the texlive-returntogrid package we can use the following command:
sudo dnf remove texlive-returntogrid
texlive-returntogrid Package Contents on Fedora 36
/usr/share/licenses/texlive-returntogrid
/usr/share/licenses/texlive-returntogrid/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/returntogrid
/usr/share/texlive/texmf-dist/doc/latex/returntogrid/README.md
/usr/share/texlive/texmf-dist/doc/latex/returntogrid/returntogrid.pdf
/usr/share/texlive/texmf-dist/doc/latex/returntogrid/returntogrid.tex
/usr/share/texlive/texmf-dist/tex/latex/returntogrid
/usr/share/texlive/texmf-dist/tex/latex/returntogrid/returntogrid.lua
/usr/share/texlive/texmf-dist/tex/latex/returntogrid/returntogrid.sty
References
Summary
In this tutorial we learn how to install texlive-returntogrid on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).