How To Install texlive-biblatex-opcit-booktitle on Fedora 36

In this tutorial we learn how to install texlive-biblatex-opcit-booktitle in Fedora 36. texlive-biblatex-opcit-booktitle is Use op. cit. for the booktitle of a subentry

Introduction

In this tutorial we learn how to install texlive-biblatex-opcit-booktitle on Fedora 36.

What is texlive-biblatex-opcit-booktitle

The default citation styles verbose-trad1+; verbose-trad2 ; verbose-trad3 use the op. cit. form in order to have shorter reference when a title have been already cited. However, when you cite two entries which share the same booktitle but not the same title, the op. cit. mechanism does not work. This package enables to obtain references like this Booktitle, Location, Publiser, Year, pages xxx Author2, Title2, in Booktitle, op. cit, pages.

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

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

sudo dnf -y install texlive-biblatex-opcit-booktitle

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

sudo yum -y install texlive-biblatex-opcit-booktitle

How To Uninstall texlive-biblatex-opcit-booktitle on Fedora 36

To uninstall only the texlive-biblatex-opcit-booktitle package we can use the following command:

sudo dnf remove texlive-biblatex-opcit-booktitle

texlive-biblatex-opcit-booktitle Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-opcit-booktitle
/usr/share/licenses/texlive-biblatex-opcit-booktitle/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/biblatex-opcit-booktitle
/usr/share/texlive/texmf-dist/tex/latex/biblatex-opcit-booktitle/biblatex-opcit-booktitle.sty

References

Summary

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