How to Install and Uninstall texlive-smart-eqn.noarch Package on Fedora 38

Last updated: May 20,2024

1. Install "texlive-smart-eqn.noarch" package

Please follow the guidance below to install texlive-smart-eqn.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install texlive-smart-eqn.noarch

2. Uninstall "texlive-smart-eqn.noarch" package

Please follow the instructions below to uninstall texlive-smart-eqn.noarch on Fedora 38:

$ sudo dnf remove texlive-smart-eqn.noarch $ sudo dnf autoremove

3. Information about the texlive-smart-eqn.noarch package on Fedora 38

Last metadata expiration check: 2:11:47 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : texlive-smart-eqn
Epoch : 10
Version : svn61719
Release : 65.fc38
Architecture : noarch
Size : 101 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : Automatic math symbol styling for LaTeX documents
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : In LaTeX typesetting, one usually needs to use different
: variants of a math symbol to clarify the meanings. For example,
: in linear algebra literature, it is common to use boldfaced
: symbols to represent vectors, and normal symbols to represent
: scalars. However, applying these variants by typing \mathbf,
: \mathrm commands manually can be daunting. This package aims to
: provide an automatic and customizable approach for math symbol
: styling which eliminates the need to enter style commands
: repeatedly.