How To Install texlive-talk on Fedora 36
Introduction
In this tutorial we learn how to install texlive-talk
on Fedora 36.
What is texlive-talk
The talk document class allows you to create slides for screen presentations or printing on transparencies. It also allows you to print personal notes for your talk. You can create overlays and display structure information (current section / subsection, table of contents) on your slides. The main feature that distinguishes talk from other presentation classes like beamer or prosper is that it allows the user to define an arbitrary number of slide styles and switch between these styles from slide to slide. This way the slide layout can be adapted to the slide content. For example, the title or contents page of a talk can be given a slightly different layout than the other slides. The talk class makes no restrictions on the slide design whatsoever. The entire look and feel of the presentation can be defined by the user. The style definitions should be put in a separate sty file. Currently the package comes with only one set of pre-defined slide styles (greybars.sty). Contributions from people who are artistically more gifted than the author are more than welcome!
We can use yum
or dnf
to install texlive-talk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-talk.
Install texlive-talk 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-talk
using dnf
by running the following command:
sudo dnf -y install texlive-talk
Install texlive-talk 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-talk
using yum
by running the following command:
sudo yum -y install texlive-talk
How To Uninstall texlive-talk on Fedora 36
To uninstall only the texlive-talk
package we can use the following command:
sudo dnf remove texlive-talk
texlive-talk Package Contents on Fedora 36
/usr/share/licenses/texlive-talk
/usr/share/licenses/texlive-talk/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/talk
/usr/share/texlive/texmf-dist/tex/latex/talk/sidebars.sty
/usr/share/texlive/texmf-dist/tex/latex/talk/talk.cls
References
Summary
In this tutorial we learn how to install texlive-talk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).