How To Install texlive-amscls-doc on Fedora 36

In this tutorial we learn how to install texlive-amscls-doc in Fedora 36. texlive-amscls-doc is User documentation for AMS document classes

Introduction

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

What is texlive-amscls-doc

This collection comprises a set of four manuals, or Author Handbooks, each documenting the use of a class of publications based on one of the AMS document classes amsart, amsbook, amsproc and one “hybrid”, as well as a guide to the generation of the four manuals from a coordinated set of LaTeX source files. The Handbooks comprise the user documentation for the pertinent document classes. As the source for the Handbooks consists of a large number of files, and the intended output is multiple different documents, the principles underlying this collection can be used as a model for similar projects. The manual “Compiling the AMS Author Handbooks” provides information about the structure of and interaction between the various components.

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

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

sudo dnf -y install texlive-amscls-doc

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

sudo yum -y install texlive-amscls-doc

How To Uninstall texlive-amscls-doc on Fedora 36

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

sudo dnf remove texlive-amscls-doc

texlive-amscls-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-amscls-doc
/usr/share/licenses/texlive-amscls-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/AH_Bibliography.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Author_Handbook_Body.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Author_Handbook_Journals.pdf
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Author_Handbook_Journals.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Author_Handbook_Memo.pdf
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Author_Handbook_Memo.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Author_Handbook_Mono.pdf
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Author_Handbook_Mono.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Author_Handbook_ProcColl.pdf
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Author_Handbook_ProcColl.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Color2Gray.eps
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Color2Gray.pdf
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Graphics_Guidelines.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/J-Checklist.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/J-Series.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/M-Checklist.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/M-Series.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Mem-Checklist.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/PC-Checklist.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/PC-Series.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/README-AH.txt
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/ResourcesHelp.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/Submitting2AMS.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/TopMatterTags_J.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/TopMatterTags_M.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/TopMatterTags_Mem.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/TopMatterTags_PC.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/ahandinstr-r.sty
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/ams-author-handbook-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/ams-author-handbook-doc.tex
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/gamuts.eps
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/gamuts.pdf
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/manifest.txt
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/rgb-cmyk.eps
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/rgb-cmyk.pdf
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/spectrum.eps
/usr/share/texlive/texmf-dist/doc/latex/amscls-doc/spectrum.pdf

References

Summary

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