How to Install and Uninstall texlive-tabularray Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "texlive-tabularray" package

Please follow the instructions below to install texlive-tabularray on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install texlive-tabularray

2. Uninstall "texlive-tabularray" package

Learn how to uninstall texlive-tabularray on openSuSE Tumbleweed:

$ sudo zypper remove texlive-tabularray

3. Information about the texlive-tabularray package on openSuSE Tumbleweed

Information for package texlive-tabularray:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-tabularray
Version : 2023.209.2023asvn66276-55.3
Arch : noarch
Vendor : openSUSE
Installed Size : 470.6 KiB
Installed : No
Status : not installed
Source package : texlive-specs-w-2023-55.3.src
Upstream URL : https://www.tug.org/texlive/
Summary : Typeset tabulars and arrays with LaTeX3
Description :
LaTeX tables are implemented using TeX commands such as
\halign, \noalign, \span, and \omit. In order to implement new
features, many macro packages have modified the inner table
commands inside LaTeX. This makes package code complicated,
difficult to maintain, and often conflicts with each other. At
present, the LaTeX3 programming layer is basically mature. This
tabularray package will discard the old \halign commands and
directly use LaTeX3 functions to parse the table, and then
typeset the entire table. Under the premise of being compatible
with the basic syntax of LaTeX2 tables, this macro package will
completely separate the content and style of the table, and the
style of the table can be completely set in keyval way.