How To Install texlive-bibtopic on CentOS 7
Introduction
In this tutorial we learn how to install texlive-bibtopic
on CentOS 7.
What is texlive-bibtopic
The package allows the user to include several bibliographies covering different ’topics’ or bibliographic material into a document (e.g., one bibliography for primary literature and one for secondary literature). The package provides commands to include either all references from a .bib file, only the references actually cited or those not cited in your document. The user has to construct a separate .bib file for each bibliographic ’topic’, each of which will be processed separately by BibTeX. If you want to have bibliographies specific to one part of a document, see the packages bibunits or chapterbib. date
We can use yum
or dnf
to install texlive-bibtopic
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bibtopic.
Install texlive-bibtopic on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install texlive-bibtopic
using yum
by running the following command:
Install texlive-bibtopic on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install texlive-bibtopic
using dnf
by running the following command:
How To Uninstall texlive-bibtopic on CentOS 7
To uninstall only the texlive-bibtopic
package we can use the following command:
References
Summary
In this tutorial we learn how to install texlive-bibtopic
on CentOS 7 using yum
and dnf
.