How To Install texlive-spalign on Fedora 36
Introduction
In this tutorial we learn how to install texlive-spalign on Fedora 36.
What is texlive-spalign
Typeset matrices and arrays with spaces and semicolons as delimiters. The purpose of this package is to decrease the number of keystrokes needed to typeset small amounts of aligned material (matrices, arrays, etc.). It provides a facility for typing alignment environments and macros with spaces as the alignment delimiter and semicolons (by default) as the end-of-row indicator. For instance, typeset a matrix using \spalignmat{1 12 -3; 24 -2 2; 0 0 1}, or a vector using \spalignvector{22 \frac{1}{2} -14}. This package also contains utility macros for typesetting augmented matrices, vectors, arrays, systems of equations, and more, and is easily extendable to other situations that use alignments. People who have to typeset a large number of matrices (like linear algebra teachers) should find this package to be a real time saver.
We can use yum or dnf to install texlive-spalign on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-spalign.
Install texlive-spalign 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-spalign using dnf by running the following command:
sudo dnf -y install texlive-spalign
Install texlive-spalign 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-spalign using yum by running the following command:
sudo yum -y install texlive-spalign
How To Uninstall texlive-spalign on Fedora 36
To uninstall only the texlive-spalign package we can use the following command:
sudo dnf remove texlive-spalign
texlive-spalign Package Contents on Fedora 36
/usr/share/licenses/texlive-spalign
/usr/share/licenses/texlive-spalign/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/spalign
/usr/share/texlive/texmf-dist/doc/latex/spalign/README.md
/usr/share/texlive/texmf-dist/doc/latex/spalign/spalign.pdf
/usr/share/texlive/texmf-dist/tex/latex/spalign
/usr/share/texlive/texmf-dist/tex/latex/spalign/spalign.sty
References
Summary
In this tutorial we learn how to install texlive-spalign on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).