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

Last updated: July 08,2024

1. Install "texlive-hitex" package

In this section, we are going to explain the necessary steps to install texlive-hitex on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install texlive-hitex

2. Uninstall "texlive-hitex" package

This tutorial shows how to uninstall texlive-hitex on openSuSE Tumbleweed:

$ sudo zypper remove texlive-hitex

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

Information for package texlive-hitex:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-hitex
Version : 2023.209.svn65883-54.4
Arch : noarch
Vendor : openSUSE
Installed Size : 5.7 KiB
Installed : No
Status : not installed
Source package : texlive-specs-k-2023-54.4.src
Upstream URL : https://www.tug.org/texlive/
Summary : A TeX extension writing HINT output for on-screen reading
Description :
An extension of TeX which generates HINT output. The HINT file
format is an alternative to the DVI and PDF formats which was
designed specifically for on-screen reading of documents.
Especially on mobile devices, reading DVI or PDF documents can
be cumbersome. Mobile devices are available in a large variety
of sizes but typically are not large enough to display
documents formated for a4/letter-size paper. To compensate for
the limitations of a small screen, users are used to
alternating between landscape (few long lines) and portrait
(more short lines) mode. The HINT format supports variable and
varying screen sizes, leveraging the ability of TeX to format a
document for nearly-arbitrary values of \hsize and \vsize.