How To Install texlive-latex2nemeth on Fedora 36
Introduction
In this tutorial we learn how to install texlive-latex2nemeth
on Fedora 36.
What is texlive-latex2nemeth
After many failed attempts to transcribe real math notes and books to Braille/Nemeth in order to deal with a real situation (blind student in Math Dept.), we decided to develop a new program that follows a direct, from LaTeX to Braille/Nemeth, approach. Other attempts (such as tex4ht) failed because they all needed an extra step to go from xml to Braille, and this step (say, with liblouis) produced incomprehensible output (liblouis focuses in Office apps). Our main target was the Greek language which is only Braille level 1, but English at level 1 is supported as well. Simple pictures in PSTricks are also supported in order to produce tactile graphics with specialized equipment. Note that embossing will need LibreOffice and odt2braille as this project does not deal with embossers’ drivers.
We can use yum
or dnf
to install texlive-latex2nemeth
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-latex2nemeth.
Install texlive-latex2nemeth 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-latex2nemeth
using dnf
by running the following command:
sudo dnf -y install texlive-latex2nemeth
Install texlive-latex2nemeth 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-latex2nemeth
using yum
by running the following command:
sudo yum -y install texlive-latex2nemeth
How To Uninstall texlive-latex2nemeth on Fedora 36
To uninstall only the texlive-latex2nemeth
package we can use the following command:
sudo dnf remove texlive-latex2nemeth
texlive-latex2nemeth Package Contents on Fedora 36
/usr/bin/latex2nemeth
/usr/share/licenses/texlive-latex2nemeth
/usr/share/licenses/texlive-latex2nemeth/gpl3.txt
/usr/share/texlive/texmf-dist/doc/support/latex2nemeth
/usr/share/texlive/texmf-dist/doc/support/latex2nemeth/README
/usr/share/texlive/texmf-dist/doc/support/latex2nemeth/encodings
/usr/share/texlive/texmf-dist/doc/support/latex2nemeth/encodings/polytonic.json
/usr/share/texlive/texmf-dist/doc/support/latex2nemeth/examples
/usr/share/texlive/texmf-dist/doc/support/latex2nemeth/examples/mathpics.tex
/usr/share/texlive/texmf-dist/doc/support/latex2nemeth/examples/mathtest.tex
/usr/share/texlive/texmf-dist/doc/support/latex2nemeth/examples/nemeth.json
/usr/share/texlive/texmf-dist/doc/support/latex2nemeth/gpl-3.0.txt
/usr/share/texlive/texmf-dist/scripts/latex2nemeth
/usr/share/texlive/texmf-dist/scripts/latex2nemeth/latex2nemeth
/usr/share/texlive/texmf-dist/scripts/latex2nemeth/latex2nemeth-v1.0.2.jar
References
Summary
In this tutorial we learn how to install texlive-latex2nemeth
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).