How To Install texlive-historische-zeitschrift on Fedora 36

In this tutorial we learn how to install texlive-historische-zeitschrift in Fedora 36. texlive-historische-zeitschrift is Biblatex style for the journal ‘Historische Zeitschrift’

Introduction

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

What is texlive-historische-zeitschrift

The package provides citations according with the house style of the ‘Historische Zeitschrift’, a German historical journal. The scheme is a fullcite for the first citation and ‘Author, Shorttitle (as note N, P)’ for later citations (P being the page number). For further details, see the description of the house style at the journal’s site. The package depends on biblatex (version 0.8 or higher) as well as etoolbox (version 1.5 or higher).

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

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

sudo dnf -y install texlive-historische-zeitschrift

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

sudo yum -y install texlive-historische-zeitschrift

How To Uninstall texlive-historische-zeitschrift on Fedora 36

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

sudo dnf remove texlive-historische-zeitschrift

texlive-historische-zeitschrift Package Contents on Fedora 36

/usr/share/licenses/texlive-historische-zeitschrift
/usr/share/licenses/texlive-historische-zeitschrift/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/historische-zeitschrift
/usr/share/texlive/texmf-dist/tex/latex/historische-zeitschrift/historische-zeitschrift.bbx
/usr/share/texlive/texmf-dist/tex/latex/historische-zeitschrift/historische-zeitschrift.cbx
/usr/share/texlive/texmf-dist/tex/latex/historische-zeitschrift/historische-zeitschrift.lbx

References

Summary

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