How to Install and Uninstall texlive-smart-eqn Package on openSuSE Tumbleweed

Last updated: September 29,2024

1. Install "texlive-smart-eqn" package

This is a short guide on how to install texlive-smart-eqn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install texlive-smart-eqn

2. Uninstall "texlive-smart-eqn" package

Please follow the steps below to uninstall texlive-smart-eqn on openSuSE Tumbleweed:

$ sudo zypper remove texlive-smart-eqn

3. Information about the texlive-smart-eqn package on openSuSE Tumbleweed

Information for package texlive-smart-eqn:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-smart-eqn
Version : 2023.209.1.0svn61719-58.2
Arch : noarch
Vendor : openSUSE
Installed Size : 5.6 KiB
Installed : No
Status : not installed
Source package : texlive-specs-v-2023-58.2.src
Upstream URL : https://www.tug.org/texlive/
Summary : Automatic math symbol styling for LaTeX documents
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.