How To Install texlive-nwejm on Fedora 36
Introduction
In this tutorial we learn how to install texlive-nwejm
on Fedora 36.
What is texlive-nwejm
The bundle includes LaTeX classes and BibLaTeX styles files dedicated to the new journal “North-Western European Journal of Mathematics” aimed at the NWEJM’s team, nwejmart, intended for the authors who wish to publish an article in the NWEJM. This class’s goal is to enabling the authors to be able to work their document in actual conditions, provide a number of tools (commands and environments) to facilitate the drafting of documents, in particular those containing mathematical formulas.
We can use yum
or dnf
to install texlive-nwejm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-nwejm.
Install texlive-nwejm 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-nwejm
using dnf
by running the following command:
sudo dnf -y install texlive-nwejm
Install texlive-nwejm 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-nwejm
using yum
by running the following command:
sudo yum -y install texlive-nwejm
How To Uninstall texlive-nwejm on Fedora 36
To uninstall only the texlive-nwejm
package we can use the following command:
sudo dnf remove texlive-nwejm
texlive-nwejm Package Contents on Fedora 36
/usr/share/licenses/texlive-nwejm
/usr/share/licenses/texlive-nwejm/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/nwejm
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-cover-background.jpg
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-federation-recherche-math-npdc-logo.pdf
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-fields-institute-logo.pdf
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-kwg-logo.pdf
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-logo-NB.eps
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-logo-NB.pdf
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-logo.eps
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-logo.pdf
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-logos-collection.pdf
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-logos-collection.tex
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-smf-logo.pdf
/usr/share/texlive/texmf-dist/tex/latex/nwejm/images/nwejm-sml-logo.pdf
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejm-dutch.trsl
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejm-english.trsl
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejm-french.trsl
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejm-german.trsl
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejm.bbx
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejm.cbx
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejm.cfg
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejm.cls
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejm.dbx
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejm.lbx
/usr/share/texlive/texmf-dist/tex/latex/nwejm/nwejmart.cls
References
Summary
In this tutorial we learn how to install texlive-nwejm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).