How to Install and Uninstall texlive-mylatex Package on openSUSE Leap
Last updated: December 24,2024
1. Install "texlive-mylatex" package
Here is a brief guide to show you how to install texlive-mylatex on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
texlive-mylatex
Copied
2. Uninstall "texlive-mylatex" package
Please follow the step by step instructions below to uninstall texlive-mylatex on openSUSE Leap:
$
sudo zypper remove
texlive-mylatex
Copied
3. Information about the texlive-mylatex package on openSUSE Leap
Information for package texlive-mylatex:
----------------------------------------
Repository : Main Repository
Name : texlive-mylatex
Version : 2021.189.svn56751-150400.17.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 8.6 KiB
Installed : No
Status : not installed
Source package : texlive-specs-p-2021-150400.17.1.src
Upstream URL : http://www.tug.org/texlive/
Summary : Make a format containing a document's preamble
Description :
The file mylatex.ltx permits you to create a format that
pre-loads a set of package files (and/or other macros) that you
regularly use. In some circumstances, this can be a great
advantage (though on an ordinarily fast modern computer on the
desktop, gains will be limited). The general scheme is to
initialise your usage by a command of the form: latex -ini
mylatex.ltx whick will create a format file
mylatex.fmt, which you then use as: latex -fmt=mylatex
----------------------------------------
Repository : Main Repository
Name : texlive-mylatex
Version : 2021.189.svn56751-150400.17.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 8.6 KiB
Installed : No
Status : not installed
Source package : texlive-specs-p-2021-150400.17.1.src
Upstream URL : http://www.tug.org/texlive/
Summary : Make a format containing a document's preamble
Description :
The file mylatex.ltx permits you to create a format that
pre-loads a set of package files (and/or other macros) that you
regularly use. In some circumstances, this can be a great
advantage (though on an ordinarily fast modern computer on the
desktop, gains will be limited). The general scheme is to
initialise your usage by a command of the form: latex -ini
mylatex.ltx
mylatex.fmt, which you then use as: latex -fmt=mylatex