How To Install texlive-zbmath-review-template on Fedora 36

In this tutorial we learn how to install texlive-zbmath-review-template in Fedora 36. texlive-zbmath-review-template is Template for a zbMATH Open review

Introduction

In this tutorial we learn how to install texlive-zbmath-review-template on Fedora 36.

What is texlive-zbmath-review-template

This package contains a template for zbMATH Open reviews. It will show what your review will look like on zbMATH Open and you can test whether your LaTeX-Code will compile on our system. The template has to be compiled using XeLaTeX and relies on scrartcl, babel, scrlayer-scrpage, geometry, graphicx, enumitem, fontspec, amsmath, amsfonts, amssymb, mathtools, stmaryrd, mathrsfs, tikz-cd, textcomp, and gensymb.

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

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

sudo dnf -y install texlive-zbmath-review-template

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

sudo yum -y install texlive-zbmath-review-template

How To Uninstall texlive-zbmath-review-template on Fedora 36

To uninstall only the texlive-zbmath-review-template package we can use the following command:

sudo dnf remove texlive-zbmath-review-template

texlive-zbmath-review-template Package Contents on Fedora 36

/usr/share/licenses/texlive-zbmath-review-template
/usr/share/licenses/texlive-zbmath-review-template/gpl3.txt
/usr/share/texlive/texmf-dist/doc/xelatex/zbmath-review-template
/usr/share/texlive/texmf-dist/doc/xelatex/zbmath-review-template/README.md
/usr/share/texlive/texmf-dist/doc/xelatex/zbmath-review-template/figures
/usr/share/texlive/texmf-dist/doc/xelatex/zbmath-review-template/figures/screenshot.png
/usr/share/texlive/texmf-dist/doc/xelatex/zbmath-review-template/zb-main.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/zbmath-review-template/zb-main.tex
/usr/share/texlive/texmf-dist/doc/xelatex/zbmath-review-template/zb-manual.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/zbmath-review-template/zb-manual.tex
/usr/share/texlive/texmf-dist/doc/xelatex/zbmath-review-template/zb-metadata.tex
/usr/share/texlive/texmf-dist/doc/xelatex/zbmath-review-template/zb-review.tex
/usr/share/texlive/texmf-dist/tex/xelatex/zbmath-review-template
/usr/share/texlive/texmf-dist/tex/xelatex/zbmath-review-template/zb-basics.sty

References

Summary

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