How To Install texlive-titlepic on Fedora 36

In this tutorial we learn how to install texlive-titlepic in Fedora 36. texlive-titlepic is Add picture to title page of a document

Introduction

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

What is texlive-titlepic

The package allows you to place a picture on the title page (cover page) of a LaTeX document. Example of usage \usepackage[cc]{titlepic} \usepackage{graphicx} \titlepic{\includegraphics[width=\textwidth]{picture.png}} The package currently only works with the document classes article, report and book.

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

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

sudo dnf -y install texlive-titlepic

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

sudo yum -y install texlive-titlepic

How To Uninstall texlive-titlepic on Fedora 36

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

sudo dnf remove texlive-titlepic

texlive-titlepic Package Contents on Fedora 36

/usr/share/licenses/texlive-titlepic
/usr/share/licenses/texlive-titlepic/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/titlepic
/usr/share/texlive/texmf-dist/tex/latex/titlepic/titlepic.sty

References

Summary

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