How To Install texlive-shipunov on Fedora 36

In this tutorial we learn how to install texlive-shipunov in Fedora 36. texlive-shipunov is A collection of LaTeX packages and classes

Introduction

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

What is texlive-shipunov

The bundle collects packages and classes, along with one bibliography style and examples and scripts for converting TeX files. Many of the files in the collection are designed to support field biologists and/or Russian writers, while others have wider application. The collection includes trees. Quick way to fit as many as possible into one page. Good for handouts. altverse - Typesetting verses. Straightforward typesetting, using the xtab package to aid layout. autolist - More lists. A means to define various sorts of list. biokey - Flexible identification key tables in LaTeX. The package provides straightforward macros to typeset sets of biological identification keys. Layout is flexible, and the macros will be useful in other disciplines. biolist - List observed species. Pretty formatting of species lists of flora and fauna. boldline - Heavier lines in tables. The package provides commands replacing \hline and \cline, as well as a table preamble element that generates heavy lines. cassete (with one ’t’) - Print labels for audio cassettes. This is a LaTeX2e class file (the only other cassette package on CTAN is cassette (with two ’t’), written for Plain TeX). classif2 - Biological classification tables. The package defines an environment classif that simplifies the process of typesetting classification tables. dline - Double line on the left of text. drcaps - Simple dropped capitals. The package offers simple macros for dropped capitals, in a couple of forms. etiketka - Class for typesetting business-card-sized information (including business cards). flower - Typesetting lists of flower formulas. isyntax - Interactively check LaTeX file syntax. numerus - Spell numbers in Russian words. punct - Within italicized text, punctuation is still straight, this is typographically more aesthetic. qqru - Universal quotation marks, for Russian and English. It is able also to convert uniform typewriter “quotes” into left or right typographic quotes. rusnat - Bibliography style file, now deprecated. sltables - Simplified tables for LaTeX. These macros develop the concepts of the stables, which are designed to offer table macros whose use is “as simple as one might hope”. Some would claim that LaTeX’s built-in table specifications are as simple as one might hope, but this package offers many short-cuts and optimization of the mechanisms of tables. starfn - Stars as footnote marks. textfrac - Simple slanted fractions.

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

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

sudo dnf -y install texlive-shipunov

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

sudo yum -y install texlive-shipunov

How To Uninstall texlive-shipunov on Fedora 36

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

sudo dnf remove texlive-shipunov

texlive-shipunov Package Contents on Fedora 36

/usr/share/licenses/texlive-shipunov
/usr/share/licenses/texlive-shipunov/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/shipunov
/usr/share/texlive/texmf-dist/bibtex/bst/shipunov/rusnat.bst
/usr/share/texlive/texmf-dist/tex/latex/shipunov
/usr/share/texlive/texmf-dist/tex/latex/shipunov/add2-shipunov.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/altverse.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/autolist.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/biokey.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/biolist.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/boldline.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/cassete.cls
/usr/share/texlive/texmf-dist/tex/latex/shipunov/classif2.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/dline-shipunov.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/drcaps.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/etiketka.cls
/usr/share/texlive/texmf-dist/tex/latex/shipunov/flower.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/isyntax.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/numerus.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/punct.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/qqru-shipunov.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/sltables.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/starfn.sty
/usr/share/texlive/texmf-dist/tex/latex/shipunov/textfrac-shipunov.sty

References

Summary

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