How To Install texlive-shortmathj on Fedora 36

In this tutorial we learn how to install texlive-shortmathj in Fedora 36. texlive-shortmathj is Automatically shortify titles of mathematical journals

Introduction

In this tutorial we learn how to install texlive-shortmathj on Fedora 36.

What is texlive-shortmathj

This small dummy package just contains a simple list of full and short journal names aswritten in AMS standard https

We can use yum or dnf to install texlive-shortmathj on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-shortmathj.

Install texlive-shortmathj 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-shortmathj using dnf by running the following command:

sudo dnf -y install texlive-shortmathj

Install texlive-shortmathj 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-shortmathj using yum by running the following command:

sudo yum -y install texlive-shortmathj

How To Uninstall texlive-shortmathj on Fedora 36

To uninstall only the texlive-shortmathj package we can use the following command:

sudo dnf remove texlive-shortmathj

texlive-shortmathj Package Contents on Fedora 36

/usr/share/licenses/texlive-shortmathj
/usr/share/licenses/texlive-shortmathj/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/shortmathj
/usr/share/texlive/texmf-dist/doc/latex/shortmathj/README.md
/usr/share/texlive/texmf-dist/doc/latex/shortmathj/biblatex-shortmathj-examples.bib
/usr/share/texlive/texmf-dist/doc/latex/shortmathj/index.js
/usr/share/texlive/texmf-dist/doc/latex/shortmathj/package.json
/usr/share/texlive/texmf-dist/doc/latex/shortmathj/shortmathj-biblatex-mwe.pdf
/usr/share/texlive/texmf-dist/doc/latex/shortmathj/shortmathj-biblatex-mwe.tex
/usr/share/texlive/texmf-dist/doc/latex/shortmathj/shortmathj.template.sty
/usr/share/texlive/texmf-dist/tex/latex/shortmathj
/usr/share/texlive/texmf-dist/tex/latex/shortmathj/shortmathj.sty

References

Summary

In this tutorial we learn how to install texlive-shortmathj on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).