How To Install texlive-bidi-atbegshi on Fedora 36

In this tutorial we learn how to install texlive-bidi-atbegshi in Fedora 36. texlive-bidi-atbegshi is Bidi-aware shipout macros

Introduction

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

What is texlive-bidi-atbegshi

The package adds some commands to the atbegshi package for proper placement of background material in the left and right corners of the output page, in both LTR and RTL modes. The package only works with xelatex format and should be loaded before the bidi package.

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

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

sudo dnf -y install texlive-bidi-atbegshi

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

sudo yum -y install texlive-bidi-atbegshi

How To Uninstall texlive-bidi-atbegshi on Fedora 36

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

sudo dnf remove texlive-bidi-atbegshi

texlive-bidi-atbegshi Package Contents on Fedora 36

/usr/share/licenses/texlive-bidi-atbegshi
/usr/share/licenses/texlive-bidi-atbegshi/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/xelatex/bidi-atbegshi
/usr/share/texlive/texmf-dist/tex/xelatex/bidi-atbegshi/bidi-atbegshi.sty

References

Summary

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