How To Install texlive-esrelation on Fedora 36
Introduction
In this tutorial we learn how to install texlive-esrelation
on Fedora 36.
What is texlive-esrelation
Around 2008, researcher Byron Cook and several colleagues began developing a new set of interrelated algorithms capable of automatically reasoning about the behavior of computer programs and other systems (such as biological systems, circuit designs, etc). At the center of these algorithms were new ideas about the relationships between structures expressable as mathematical sets and relations. Using the language of mathematics and logic, the researchers communicated these new results to others in their community via published papers, research talks, etc. Unfortunately, they found the symbols already available for reasoning about relations lacking (in contrast to sets, which have a long-ago developed and robust symbol vocabulary). Early presentations were unnecessarily cluttered. To more elegantly express these ideas around relations, Cook recruited artist Tauba Auerbach to help develop a set of symbols. This package provides an math symbol font for describing relations between ordered pairs by using Metafont.
We can use yum
or dnf
to install texlive-esrelation
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-esrelation.
Install texlive-esrelation 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-esrelation
using dnf
by running the following command:
sudo dnf -y install texlive-esrelation
Install texlive-esrelation 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-esrelation
using yum
by running the following command:
sudo yum -y install texlive-esrelation
How To Uninstall texlive-esrelation on Fedora 36
To uninstall only the texlive-esrelation
package we can use the following command:
sudo dnf remove texlive-esrelation
texlive-esrelation Package Contents on Fedora 36
/usr/share/licenses/texlive-esrelation
/usr/share/licenses/texlive-esrelation/lppl1.3.txt
/usr/share/texlive/texmf-dist/fonts/map/dvips/esrelation
/usr/share/texlive/texmf-dist/fonts/map/dvips/esrelation/esrelation.map
/usr/share/texlive/texmf-dist/fonts/source/public/esrelation
/usr/share/texlive/texmf-dist/fonts/source/public/esrelation/esrelation.mf
/usr/share/texlive/texmf-dist/fonts/source/public/esrelation/esrelation10.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/esrelation
/usr/share/texlive/texmf-dist/fonts/tfm/public/esrelation/esrelation10.tfm
/usr/share/texlive/texmf-dist/fonts/type1/public/esrelation
/usr/share/texlive/texmf-dist/fonts/type1/public/esrelation/esrelation10.pfb
/usr/share/texlive/texmf-dist/tex/latex/esrelation
/usr/share/texlive/texmf-dist/tex/latex/esrelation/esrelation.sty
/usr/share/texlive/texmf-dist/tex/latex/esrelation/uesrelation.fd
References
Summary
In this tutorial we learn how to install texlive-esrelation
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).