How to Install and Uninstall texlive-light-latex-make Package on openSUSE Leap

Last updated: November 08,2024

1. Install "texlive-light-latex-make" package

Please follow the guidelines below to install texlive-light-latex-make on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install texlive-light-latex-make

2. Uninstall "texlive-light-latex-make" package

Learn how to uninstall texlive-light-latex-make on openSUSE Leap:

$ sudo zypper remove texlive-light-latex-make

3. Information about the texlive-light-latex-make package on openSUSE Leap

Information for package texlive-light-latex-make:
-------------------------------------------------
Repository : Main Repository
Name : texlive-light-latex-make
Version : 2021.189.0.0.2.0svn56513-150400.18.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 37.7 KiB
Installed : No
Status : not installed
Source package : texlive-specs-n-2021-150400.18.1.src
Upstream URL : http://www.tug.org/texlive/
Summary : Llmk: A build tool for LaTeX documents
Description :
This program is yet another build tool specific for LaTeX
documents. Its aim is to provide a simple way to specify a
workflow of processing LaTeX documents and encourage people to
always explicitly show the right workflow for each document.
The main features of the executable llmk are all about the
above purpose. First, you can describe the workflows either in
an external file llmk.toml or in a LaTeX document source in the
form of magic comments. Further, multiple magic comment formats
can be used. Second, it is fully cross-platform. The only
requirement of the program is the texlua command; llmk provides
a uniform way to describe the workflows available for nearly
all TeX environments. Third, it behaves exactly the same in any
environment. At this point, llmk intentionally does not provide
any method for user configuration. Therefore one can guarantee
that for a LaTeX document with an llmk setup, the process of
typesetting the document will be reproduced in any TeX
environment with the program.