texlive[69994] Master/texmf-dist/doc/texlive/texlive-en: 2024 tl

commits+karl at tug.org commits+karl at tug.org
Mon Feb 19 22:35:59 CET 2024


Revision: 69994
          https://tug.org/svn/texlive?view=revision&revision=69994
Author:   karl
Date:     2024-02-19 22:35:59 +0100 (Mon, 19 Feb 2024)
Log Message:
-----------
2024 tl guide init

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/texlive/texlive-en/ChangeLog
    trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.css
    trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.html
    trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.pdf
    trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/texlive/texlive-en/archive/live-2023.tex
    trunk/Master/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2023

Modified: trunk/Master/texmf-dist/doc/texlive/texlive-en/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/texlive/texlive-en/ChangeLog	2024-02-19 21:00:56 UTC (rev 69993)
+++ trunk/Master/texmf-dist/doc/texlive/texlive-en/ChangeLog	2024-02-19 21:35:59 UTC (rev 69994)
@@ -1,3 +1,8 @@
+2024-02-19  Karl Berry  <karl at freefriends.org>
+
+	* texlive-en.tex (Present): add news for 2024. 
+	Tweak wording throughout for new over/underfull boxes from the 12pt.
+
 2023-05-22  Karl Berry  <karl at freefriends.org>
 
 	* texlive-en.tex: let's try [12pt].

Added: trunk/Master/texmf-dist/doc/texlive/texlive-en/archive/live-2023.tex
===================================================================
--- trunk/Master/texmf-dist/doc/texlive/texlive-en/archive/live-2023.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/texlive/texlive-en/archive/live-2023.tex	2024-02-19 21:35:59 UTC (rev 69994)
@@ -0,0 +1,4304 @@
+% $Id: texlive-en.tex 66572 2023-03-12 12:19:26Z ziegenhagen $
+% TeX Live documentation.  Originally written by Sebastian Rahtz and
+% Michel Goossens, now maintained by Karl Berry and others.
+% Public domain.
+%
+\documentclass{article}
+\let\tldocenglish=1  % for live4ht.cfg
+\usepackage{tex-live}
+\usepackage[latin1]{inputenc} % translators: use your preferred encodings.
+\usepackage[T1]{fontenc}
+
+\title{%
+  {\huge \textit{The \TeX\ Live Guide---2023}}
+}
+
+\author{Karl Berry, editor \\[3mm]
+        \url{https://tug.org/texlive/}
+       }
+
+\date{February 2023}
+
+\begin{document}
+\maketitle
+
+\begin{multicols}{2}
+\tableofcontents
+%\listoftables
+\end{multicols}
+
+\section{Introduction}
+\label{sec:intro}
+
+\subsection{\protect\TeX\protect\ Live and the \protect\TeX\protect\ Collection}
+
+This document describes the main features of the \TL{} software
+distribution\Dash \TeX{} and related programs for \GNU/Linux
+and other Unix flavors, \macOS, and Windows systems.
+
+You may have acquired \TL{} by downloading, or on the \TK{} \DVD, which
+\TeX{} user groups distribute among their members, or in other ways.
+Section \ref{sec:tl-coll-dists} briefly describes the contents of the
+\DVD.  Both \TL{} and the \TK{} are cooperative efforts by the \TeX{}
+user groups. This document mainly describes \TL{} itself.
+
+\TL{} includes executables for \TeX{}, \LaTeXe{}, \ConTeXt,
+\MF, \MP, \BibTeX{} and many other programs; an extensive collection
+of macros, fonts and documentation; and support for typesetting in
+many different scripts from around the world.
+
+For a brief summary of the major changes in this edition of \TL{},
+see the end of the document, section~\ref{sec:history}
+(\p.\pageref{sec:history}).
+
+
+\htmlanchor{platforms}
+\subsection{Operating system support}
+\label{sec:os-support}
+
+\TL{} contains binaries for many Unix-based platforms, including
+\GNU/Linux, \macOS, and Cygwin.  The included sources can be compiled
+on platforms for which we do not provide binaries.
+
+As to Windows: Windows~7 and later are supported. Windows Vista
+\emph{may} still mostly work, but \TL{} will no longer even install
+on Windows XP or earlier.  \TL{} includes 64-bit executables for
+Windows.
+
+See section~\ref{sec:tl-coll-dists} for alternate solutions
+for Windows and \macOS.
+
+\subsection{Basic installation of \protect\TL{}}
+\label{sec:basic}
+
+You can install \TL{} either from \DVD{} or over the Internet
+(\url{https://tug.org/texlive/acquire.html}). The net installer itself is
+small, and downloads everything requested from the Internet.
+
+The \DVD{} installer lets you install to a local disk, but you cannot
+run \TL{} directly from the \TK{} \DVD{} (or the \TK{} or \TL{}
+\code{.iso} images). You \emph{can} prepare a runnable installation on,
+e.g., a \USB{} stick (see section~\ref{sec:portable-tl}). Installation
+is described in later sections (\p.\pageref{sec:install}), but here is a
+quick start:
+
+\begin{itemize*}
+
+\item For Unix, the installation script is \filename{install-tl}; on
+  Windows, one should instead invoke \filename{install-tl-windows}.
+  The installer will operate in a graphical mode given the option
+  \code{-gui} (default for Windows), or a text mode given
+  the option \code{-gui=text} (default for everything else).
+
+\item One of the installed items is the `\TL\ Manager' program,
+  named \prog{tlmgr}.  Like the installer, it can be used in both \GUI{}
+  mode and in text mode. You can use it to install and uninstall
+  packages and do various configuration tasks.
+
+\end{itemize*}
+
+
+\htmlanchor{security}
+\subsection{Security considerations}
+\label{sec:security}
+
+To the best of our knowledge, the core \TeX\ programs themselves are
+(and always have been) extremely robust.  However, the contributed
+programs in \TL\ may not reach the same level, despite everyone's
+best efforts.  As always, you should be careful when running programs on
+untrusted input; to improve safety, use a new subdirectory or chroot.
+
+This need for care is especially urgent on Windows, since in general
+Windows finds programs in the current directory before anything else,
+regardless of the search path.  This opens up a wide variety of possible
+attacks.  We have closed many holes, but undoubtedly some remain,
+especially with third-party programs.  Thus, we recommend checking for
+suspicious files in the current directory, especially executables
+(binaries or scripts).  Ordinarily they should not be present, and
+definitely should not normally be created by merely processing a document.
+
+Finally, \TeX\ (and its companion programs) are able to write files when
+processing documents, a feature that can also be abused in a wide
+variety of ways.  Again, processing unknown documents in a new
+subdirectory is the safest bet.
+
+Another aspect of security is ensuring that downloaded material has not
+been changed from what was created. The \prog{tlmgr} program
+(section~\ref{sec:tlmgr}) will automatically perform cryptographic
+verification on downloads if the \prog{gpg} (GNU Privacy Guard) program
+is available. It is not distributed as part of \TL, but see
+\url{https://texlive.info/tlgpg/} for information about \prog{gpg} if
+need be.
+
+\subsection{Getting help}
+\label{sec:help}
+
+The \TeX{} community is active and friendly, and most serious questions
+end up getting answered.  However, the support is informal, done by
+volunteers and casual users, so it's especially important that you do
+your homework before asking.  (If you prefer guaranteed commercial
+support, you can forgo \TL{} completely and purchase a vendor's system;
+\url{https://tug.org/interest.html#vendors} has a list.)
+
+Here is a list of resources, approximately in the order we recommend
+using them:
+
+\begin{description}
+\item [Getting started] If you are new to \TeX, the web page
+\url{https://tug.org/begin.html} gives a brief introduction to the system.
+
+\item [CTAN] If you are looking for a particular package, font, program,
+etc., \CTAN{} is the place to start looking. It is a huge collection of
+all \TeX{}-related items. The catalog entries also tell you whether a
+package is available for \TL{} or MiK\TeX. See \url{https://ctan.org}.
+
+\item [\TeX{} FAQ] The \TeX{} FAQ is a compendium of answers to all
+sorts of questions, from the most basic to the most arcane. It is
+available on the Internet through \url{https://texfaq.org}.
+
+\item [\TeX{} Web Resources] The web page
+\url{https://tug.org/interest.html} has many \TeX{}-related links, in
+particular for numerous books, manuals, and articles on all aspects of
+the system.
+
+\item [support archives] Principal support forums for \TeX\ include
+the \LaTeX{} community site at \url{https://latex.org}, the
+q\&a site \url{https://tex.stackexchange.com}, the Usenet newsgroup
+\url{news:comp.text.tex}, and the mailing list \email{texhax at tug.org}.
+Their archives have years of past questions and answers for your
+searching pleasure, via, for the latter two,
+\url{http://groups.google.com/group/comp.text.tex/topics} and
+\url{https://tug.org/mail-archives/texhax}.  And a general web search
+never hurts.
+
+\item [asking questions] If you cannot find an answer, you can post to 
+\url{http://latex-community.org/} and
+\url{https://tex.stackexchange.com/} through their web interfaces, to
+\dirname{comp.text.tex} through Google or your newsreader, or to
+\email{texhax at tug.org} through email.  But before you post anywhere,
+please read this FAQ entry, to maximize your chances of getting a useful
+answer:
+\url{https://texfaq.org/FAQ-askquestion}.
+
+\item [\TL{} support] If you want to report a bug or have
+suggestions or comments on the \TL{} distribution, installation, or
+documentation, the mailing list is \email{tex-live at tug.org}.  However,
+if your question is about how to use a particular program included in
+\TL{}, please write to that program's maintainer or
+mailing list.  Often running a program with the \code{-{}-help} option
+will provide a bug reporting address.
+
+\end{description}
+
+The other side of the coin is helping others who have questions.  All
+the above resources are open to anyone, so feel free to join, start
+reading, and help out where you can.
+
+
+% don't use \TL so the \uppercase in the headline works.  Also so
+% tex4ht ends up with the right TeX.  Likewise the \protect's.
+\section{Overview of \protect\TeX\protect\ Live}
+\label{sec:overview-tl}
+
+This section describes the contents of \TL{} and the \TK{} of which it
+is a part.
+
+\subsection{The \protect\TeX\protect\ Collection: \protect\TL,
+           Mac\protect\TeX, MiK\protect\TeX, CTAN}
+\label{sec:tl-coll-dists}
+
+The \TK{} \DVD{} comprises the following:
+
+\begin{description}
+
+\item [\TL] A comprehensive cross-platform \TeX{} system to be installed
+to disk.  Home page: \url{https://tug.org/texlive/}.
+
+\item [Mac\TeX] for \macOS. This adds a native \macOS\ installer and
+other Mac applications to \TL{}. Home page: \url{https://tug.org/mactex/}.
+
+\item [\MIKTEX] Another comprehensive cross-platform \TeX\ distribution
+for Windows, GNU/Linux and \macOS\ (but only Windows binaries are
+included on the DVD). It has an integrated package manager which
+installs missing components from the Internet, as needed. Home page:
+\url{https://miktex.org/}.
+
+\item [CTAN] A snapshot of the \CTAN{} repository (\url{https://ctan.org/}).
+\CTAN{} does not follow the same copying conditions as \TL{}, so be
+careful when redistributing or modifying.
+
+\end{description}
+
+\subsection{Top level \protect\TL{} directories}
+\label{sec:tld}
+
+Here is a brief listing and description of the top level directories in a
+\TL{} installation.  
+
+\begin{ttdescription}
+\item[bin] The \TeX{} system programs, arranged by platform.
+%
+\item[readme-*.dir] Quick overview and useful links for \TL{},
+in various languages, in both \HTML{} and plain text.
+%
+\item[source] The source to all included programs, including the main
+  \Webc{}-based \TeX{} distributions.
+%
+\item[texmf-dist] The principal tree; see \dirname{TEXMFDIST} below.
+%
+\item[tlpkg] Scripts, programs and data for managing the
+  installation, and special support for Windows.
+\end{ttdescription}
+
+For documentation, the comprehensive links in the top-level file
+\OnCD{doc.html} may be helpful.  The documentation for nearly everything
+(packages, formats, fonts, program manuals, man pages, Info files) is in
+\dirname{texmf-dist/doc}.  You can use the \cmdname{texdoc} program to
+find documentation wherever it is located.
+
+This \TL\ documentation itself is in \dirname{texmf-dist/doc/texlive},
+available in several languages:
+
+\begin{itemize*}
+\item{Czech/Slovak:} \OnCD{texmf-dist/doc/texlive/texlive-cz}
+\item{German:} \OnCD{texmf-dist/doc/texlive/texlive-de}
+\item{English:} \OnCD{texmf-dist/doc/texlive/texlive-en}
+\item{French:} \OnCD{texmf-dist/doc/texlive/texlive-fr}
+\item{Italian:} \OnCD{texmf-dist/doc/texlive/texlive-it}
+\item{Japanese:} \OnCD{texmf-dist/doc/texlive/texlive-ja}
+\item{Polish:} \OnCD{texmf-dist/doc/texlive/texlive-pl}
+\item{Russian:} \OnCD{texmf-dist/doc/texlive/texlive-ru}
+\item{Serbian:} \OnCD{texmf-dist/doc/texlive/texlive-sr}
+\item{Spanish:} \OnCD{texmf-dist/doc/texlive/texlive-es}
+\item{Simplified Chinese:} \OnCD{texmf-dist/doc/texlive/texlive-zh-cn}
+\end{itemize*}
+
+\subsection{Overview of the predefined texmf trees}
+\label{sec:texmftrees}
+
+This section lists the predefined variables specifying the texmf trees
+used by the system, and their intended purpose, and the default layout
+of \TL{}. The command \texttt{tlmgr~conf} shows the values of these
+variables, so that you can easily find out how they map to particular
+directories in your installation.
+
+All of the trees, including the personal ones, should follow the \TeX\
+Directory Structure (\TDS, \url{https://tug.org/tds}), with all its
+myriad subdirectories, or files may not be found.  Section
+\ref{sec:local-personal-macros} (\p.\pageref{sec:local-personal-macros})
+describes this in more detail.  The order here is the reverse order in
+which the trees are searched, that is, later trees in the list override
+earlier ones.
+
+\begin{ttdescription}
+\item [TEXMFDIST] The tree which holds nearly all of the files in the original
+  distribution---configuration files, scripts, packages, fonts, etc.
+  (The main exceptions are the per-platform executables, which are stored
+  in a sibling directory \code{bin/}.)
+\item [TEXMFSYSVAR] The (site-wide) tree used by \verb+texconfig-sys+,
+  \verb+updmap-sys+ and \verb+fmtutil-sys+, and also by \verb+tlmgr+, to
+  store (cached) runtime data such as format files and generated map files.
+\item [TEXMFSYSCONFIG] The (site-wide) tree used by the utilities
+  \verb+texconfig-sys+, \verb+updmap-sys+, and \verb+fmtutil-sys+ to
+  store modified configuration data.
+\item [TEXMFLOCAL] The tree which administrators can use for system-wide
+  installation of additional or updated macros, fonts, etc.
+\item [TEXMFHOME] The tree which users can use for their own individual
+  installations of additional or updated macros, fonts, etc.
+  For each user, this variable points to
+  their own individual directory.
+\item [TEXMFVAR] The (personal) tree used by \verb+texconfig+,
+  \verb+updmap-user+ and \verb+fmtutil-user+ to store (cached) runtime data such
+  as format files and generated map files.
+\item [TEXMFCONFIG] The (personal) tree used by the utilities
+  \verb+texconfig+, \verb+updmap-sys+, and \verb+fmtutil-sys+ to store modified
+  configuration data.
+\item [TEXMFCACHE] The tree(s) used by \ConTeXt\ MkIV and Lua\LaTeX\
+  to store (cached) runtime data; defaults to \code{TEXMFSYSVAR},
+  or (if that's not writable), \code{TEXMFVAR}.
+\end{ttdescription}
+
+\noindent
+The default layout is:
+\begin{description}
+  \item[system-wide root] can span multiple \TL{} releases
+  (\texttt{/usr/local/texlive} by default on Unix):
+  \begin{ttdescription}
+    \item[2022] A previous release.
+    \item[2023] The current release.
+    \begin{ttdescription}
+      \item [bin] ~
+      \begin{ttdescription}
+        \item [i386-linux] \GNU/Linux binaries (32-bit)
+        \item [...]
+        \item [universal-darwin] \macOS\ binaries
+        \item [x86\_64-linux] \GNU/Linux binaries (64-bit)
+        \item [windows] Windows binaries (64-bit)
+      \end{ttdescription}
+      \item [texmf-dist\ \ ]      \envname{TEXMFDIST} and \envname{TEXMFMAIN}
+      \item [texmf-var \ \ ]      \envname{TEXMFSYSVAR}, \envname{TEXMFCACHE}
+      \item [texmf-config]        \envname{TEXMFSYSCONFIG}
+    \end{ttdescription}
+    \item [texmf-local] \envname{TEXMFLOCAL}, intended to be
+      retained from release to release.
+  \end{ttdescription}
+  \item[user's home directory] (\texttt{\$HOME} or
+      \texttt{\%USERPROFILE\%})
+    \begin{ttdescription}
+      \item[.texlive2022] Privately generated and configuration data
+        for a previous release.
+      \item[.texlive2023] Privately generated and configuration data
+        for the current release.
+      \begin{ttdescription}
+        \item [texmf-var\ \ \ ] \envname{TEXMFVAR}, \envname{TEXMFCACHE}
+        \item [texmf-config]    \envname{TEXMFCONFIG}
+      \end{ttdescription}
+    \item[texmf] \envname{TEXMFHOME} Personal macros, etc.
+  \end{ttdescription}
+\end{description}
+
+
+\subsection{Extensions to \protect\TeX}
+\label{sec:tex-extensions}
+
+Knuth's original \TeX{} itself is frozen, apart from rare bug fixes. It
+is present in \TL\ as the program \prog{tex}, and will remain so
+for the foreseeable future.  \TL{} also contains several extended versions of
+\TeX\ (also known as \TeX\ engines):
+
+\begin{description}
+
+\item [\eTeX] adds a set of new primitives
+\label{text:etex} (related to macro expansion, character scanning,
+classes of marks, additional debugging features, and more) and the
+\TeXXeT{} extensions for bidirectional typesetting.  In default mode,
+\eTeX{} is 100\% compatible with ordinary \TeX. See
+\OnCD{texmf-dist/doc/etex/base/etex_man.pdf}.
+
+\item [pdf\TeX] builds on the \eTeX\ extensions, adding support for
+writing PDF output as well as \dvi{}, and many non-output-related
+extensions.  This is the program invoked for many common formats, e.g.,
+\prog{etex}, \prog{latex}, \prog{pdflatex}.  Its web site is
+\url{http://www.pdftex.org/}.  See
+\OnCD{texmf-dist/doc/pdftex/manual/pdftex-a.pdf} for the manual, and
+\OnCD{texmf-dist/doc/pdftex/samplepdftex/samplepdf.tex} for example
+usage of some of its features.
+
+\item [Lua\TeX] adds support for Unicode input and OpenType\slash
+TrueType- and system fonts. It also incorporates a Lua interpreter
+(\url{https://lua.org/}), enabling solutions for many thorny \TeX{}
+problems. When called as \filename{texlua}, it functions as a standalone
+Lua interpreter. Its web site is \url{http://www.luatex.org/}, and the
+reference manual is \OnCD{texmf-dist/doc/luatex/base/luatex.pdf}.
+
+\item [(e)(u)p\TeX] have native support for Japanese typesetting
+requirements; p\TeX\ is the basic engine, while the e- variants add
+\eTeX\ functionality and u- add Unicode support.
+
+\item [\XeTeX] adds support for Unicode input and OpenType\slash
+TrueType- and system fonts, implemented using standard third-party
+libraries. See \url{https://tug.org/xetex}.
+
+\item [\OMEGA\ (Omega)] is based on Unicode (16-bit characters), thus
+supports working with almost all the world's scripts simultaneously. It
+also supports so-called `\OMEGA{} Translation Processes' (OTPs),
+for performing complex transformations on arbitrary input.  Omega is no
+longer included in \TL{} as a separate program; only Aleph is provided:
+
+\item [Aleph] combines the \OMEGA\ and \eTeX\ extensions.
+See \OnCD{texmf-dist/doc/aleph/base}.
+
+\end{description}
+
+
+\subsection{Other notable programs in \protect\TL}
+
+Here are a few other commonly-used programs included in \TL{}:
+
+\begin{cmddescription}
+
+\item [bibtex, biber] bibliography support.
+
+\item [makeindex, upmendex, xindex, xindy] index support.
+
+\item [dvips] convert \dvi{} to \PS{}.
+
+\item [dvipdfmx] convert \dvi{} to PDF, an alternative approach
+to pdf\TeX\ (mentioned above).
+
+\item [xdvi] \dvi{} previewer for the X Window System.
+
+\item [dviconcat, dviselect] cut and paste pages
+from \dvi{} files.
+
+\item [psselect, psnup, \ldots] \PS{} utilities.
+
+\item [pdfjam, pdfjoin, \ldots] PDF utilities.
+
+\item [context, mtxrun] \ConTeXt\ and PDF processor.
+
+\item [htlatex, \ldots] \cmdname{tex4ht}: \AllTeX{} to HTML (and
+XML and DocX and more) converter.
+
+\end{cmddescription}
+
+
+\htmlanchor{installation}
+\section{Installation}
+\label{sec:install}
+
+\subsection{Starting the installer}
+\label{sec:inst-start}
+
+To begin, get the \TK{} \DVD{} or download the \TL{} net installer.  See
+\url{https://tug.org/texlive/acquire.html} for more information and other
+methods of getting the software.
+
+\begin{description}
+\item [Net installer, .zip or .tar.gz:] Download from \CTAN, under
+\dirname{systems/texlive/tlnet}; the url
+\url{http://mirror.ctan.org/systems/texlive/tlnet} should redirect to a
+nearby, up-to-date, mirror.  You can retrieve either
+\filename{install-tl.zip} which can be used under Unix and Windows, or
+the considerably smaller \filename{install-unx.tar.gz} for Unix
+only. After unpacking, \filename{install-tl} and
+\filename{install-tl-windows.bat} will be in the \dirname{install-tl}
+subdirectory.
+
+\item[Net installer, Windows .exe:] Download from \CTAN{} as above,
+and double-click. This starts up a first-stage installer and unpacker;
+see figure~\ref{fig:nsis}. It gives two choices: `Install'
+and `Unpack only'.
+
+\item [\TeX{} Collection \DVD:] go to the \DVD's \dirname{texlive}
+subdirectory. Under Windows, the installer normally starts automatically
+when you insert the \DVD.  You can get the \DVD\ by becoming a member of
+a \TeX\ user group (highly recommended,
+\url{https://tug.org/usergroups.html}), or purchasing it separately
+(\url{https://tug.org/store}).  You can burn your own \DVD\ for \TL\ from the
+\ISO\ image downloaded from \CTAN.
+You can also mount the \ISO\ directly on most systems.  After installing
+from \DVD\ or \ISO, if you want to get continuing updates from the
+Internet, please see section~\ref{sec:dvd-install-net-updates}.
+
+\end{description}
+
+\begin{figure}[tb]
+\def\figdesc{First stage of Windows \code{.exe} installer}
+\tlpng{nsis_installer}{.6\linewidth}{\figdesc}
+\caption{\figdesc. Pressing the Install button will give you the
+  window displayed in figure~\ref{fig:basic-w32}.}\label{fig:nsis}
+\end{figure}
+
+The same installer program is run, whatever the source.  The most
+notable difference between the two is that with the net installer, what
+you end up with is the packages that are currently available.  This is
+in contrast to the \DVD\ and \ISO\ images, which are not updated between
+the major public releases.
+
+If you need to download through proxies, use a \filename{~/.wgetrc} file
+or environment variables with the proxy settings for Wget
+(\url{https://www.gnu.org/software/wget/manual/html_node/Proxies.html}),
+or the equivalent for whatever download program you are using. This does
+not matter if you are installing from the \DVD\ or \ISO\ image.
+
+The following sections explain installer start-up in more detail.
+
+\subsubsection{Unix}
+
+Below, \texttt{>} denotes the shell prompt; user input is
+\Ucom{\texttt{bold}}.
+The \filename{install-tl} program is a Perl script.  The simplest way
+to start it on a Unix-compatible system is as follows:
+\begin{alltt}
+> \Ucom{perl /path/to/installer/install-tl}
+\end{alltt}
+(Or you can invoke \Ucom{/path/to/installer/install-tl} if it stayed
+executable, or \texttt{cd} to the directory first, etc.; we won't repeat
+all the variations.)  You may have to enlarge your terminal window so
+that it shows the full text installer screen
+(figure~\ref{fig:text-main}).
+
+To install in \GUI\ mode (figure~\ref{fig:advanced-lnx}), you'll need to
+have Tcl/Tk installed.  Given that, you can run:
+\begin{alltt}
+> \Ucom{perl install-tl -gui}
+\end{alltt}
+
+The old \code{-wizard} and \code{-perltk}/\code{-expert} options
+now do the same thing as \code{-gui}. For
+a complete listing of the various options:
+\begin{alltt}
+> \Ucom{perl install-tl -help}
+\end{alltt}
+
+\textbf{About Unix permissions:} Your \code{umask} at the time
+of installation will be respected by the \TL{} installer.  Therefore, if
+you want your installation to be usable by users other than you, make
+sure your setting is sufficiently permissive, for instance, \code{umask
+002}.  For more information about \code{umask}, consult your system
+documentation.
+
+\textbf{Special considerations for Cygwin:} Unlike other
+Unix-compatible systems, Cygwin does not by default include all of the
+prerequisite programs needed by the \TL{} installer.  See
+section~\ref{sec:cygwin}.
+
+
+\subsubsection{\macOS}
+\label{sec:macosx}
+
+As mentioned in section~\ref{sec:tl-coll-dists}, a separate distribution
+is prepared for \macOS, named Mac\TeX\ (\url{https://tug.org/mactex}).
+We recommend using the native Mac\TeX\ installer instead of the \TL\
+installer on \macOS, because the native installer makes a few
+Mac-specific adjustments, in particular to allow easily switching
+between different \TL\ releases on Macs, using the so-called \TeX{}Dist
+data structure.
+
+Mac\TeX\ is firmly based on \TL, and the main \TeX\ trees and binaries
+are precisely the same.  It adds a few extra folders with Mac-specific
+documentation and applications.
+
+
+\subsubsection{Windows}\label{sec:wininst}
+
+If you are using the unpacked downloaded zip file, or the \DVD\
+installer failed to start automatically, double-click
+\filename{install-tl-windows.bat}.
+
+You can also start the installer from the command-prompt.  Below,
+\texttt{>} denotes the prompt; user input is \Ucom{\texttt{bold}}.  If
+you are in the installer directory, run just:
+\begin{alltt}
+> \Ucom{install-tl-windows}
+\end{alltt}
+
+Or you can invoke it with an absolute location, such as:
+\begin{alltt}
+> \Ucom{D:\bs{}texlive\bs{}install-tl-windows}
+\end{alltt}
+for the \TK\ \DVD, supposing that \dirname{D:} is the optical
+drive. Figure~\ref{fig:basic-w32} displays the initial basic screen
+of the \GUI\ installer, which is the default for Windows.
+
+To install in text mode, use:
+\begin{alltt}
+> \Ucom{install-tl-windows -no-gui}
+\end{alltt}
+
+For a complete listing of the various options:
+\begin{alltt}
+> \Ucom{install-tl-windows -help}
+\end{alltt}
+
+\textbf{Note.} Add a \texttt{.bat} extension if the same directory
+also contains \texttt{install-tl-windows.exe}. This will not
+normally be the case (unless you've mirrored \dirname{tlnet} directory
+locally).
+
+\begin{figure}[tb]
+\begin{boxedverbatim}
+Installing TeX Live 2023 from: ...
+Platform: x86_64-linux => 'GNU/Linux on x86_64'
+Distribution: inst (compressed)
+Directory for temporary files: /tmp
+...
+ Detected platform: GNU/Linux on Intel x86_64
+ 
+ <B> binary platforms: 1 out of 16
+
+ <S> set installation scheme: scheme-full
+
+ <C> customizing installation collections
+     40 collections out of 41, disk space required: 7620 MB (free: 138718 MB)
+
+ <D> directories:
+   TEXDIR (the main TeX directory):
+     /usr/local/texlive/2023
+   ...
+
+ <O> options:
+   [ ] use letter size instead of A4 by default
+   ...
+ 
+ <V> set up for portable installation
+
+Actions:
+ <I> start installation to hard disk
+ <P> save installation profile to 'texlive.profile' and exit
+ <H> help
+ <Q> quit
+\end{boxedverbatim}
+\vskip-.5\baselineskip
+\caption{Main text installer screen (\GNU/Linux)}\label{fig:text-main}
+\end{figure}
+
+\begin{figure}[tb]
+\tlpng{basic-w32}{.6\linewidth}{Basic installer screen (Windows)}
+\caption{Basic installer screen (Windows); the Advanced button will
+  result in something like figure~\ref{fig:advanced-lnx}}\label{fig:basic-w32}
+\end{figure}
+
+\begin{figure}[tb]
+\tlpng{advanced-lnx}{\linewidth}{Advanced installer screen (\GNU/Linux)}
+\caption{Advanced \GUI{} installer screen
+  (\GNU/Linux)}\label{fig:advanced-lnx}
+\end{figure}
+
+
+\htmlanchor{cygwin}
+\subsubsection{Cygwin}
+\label{sec:cygwin}
+
+Before beginning the installation, use Cygwin's \filename{setup.exe} program to
+install the \filename{perl} and \filename{wget} packages if you have
+not already done so.  The following additional packages are
+recommended:
+\begin{itemize*}
+\item \filename{fontconfig} [needed by \XeTeX\ and Lua\TeX]
+\item \filename{ghostscript} [needed by various utilities]
+\item \filename{libXaw7} [needed by \code{xdvi}]
+\item \filename{ncurses} [provides the \code{clear} command used by the installer]
+\end{itemize*}
+
+
+\subsubsection{The text installer}
+
+Figure~\ref{fig:text-main} displays the main text mode screen under
+Unix.  The text installer is the default on Unix.
+
+This is only a command-line installer; there is no cursor support at
+all.  For instance, you cannot tab around checkboxes or input fields.
+You just type something (case-sensitive) at the prompt and press the
+Enter key, and then the entire terminal screen will be rewritten, with
+adjusted content.
+
+The text installer interface is this primitive in order to make it run
+on as many platforms as possible, even with a minimal Perl.
+
+\subsubsection{The graphical installer}
+\label{sec:graphical-inst}
+
+The default graphical installer starts out simple, with just a
+few options; see figure~\ref{fig:basic-w32}. It can be started with
+\begin{alltt}
+> \Ucom{install-tl -gui}
+\end{alltt}
+The Advanced button gives access to most of the options of the text
+installer; see figure~\ref{fig:advanced-lnx}.
+
+The \texttt{perltk}/\texttt{expert} and \texttt{wizard} \GUI{}
+options now invoke the regular graphical installer.
+
+\subsection{Running the installer}
+\label{sec:runinstall}
+
+The installer is intended to be mostly self-explanatory, but following are a
+few notes about the various options and submenus.
+
+\subsubsection{Binary systems menu (Unix only)}
+\label{sec:binary}
+
+\begin{figure}[tb]
+\begin{boxedverbatim}
+Available platforms:
+===============================================================================
+   a [ ] Cygwin on x86_64 (x86_64-cygwin)
+   b [ ] MacOSX current (10.14-) on ARM/x86_64 (universal-darwin)
+   c [ ] MacOSX legacy (10.6-) on x86_64 (x86_64-darwinlegacy)
+   d [ ] FreeBSD on x86_64 (amd64-freebsd)
+   e [ ] FreeBSD on Intel x86 (i386-freebsd)
+   f [ ] GNU/Linux on ARM64 (aarch64-linux)
+   g [ ] GNU/Linux on RPi(32-bit) and ARMv7 (armhf-linux)
+   h [ ] GNU/Linux on Intel x86 (i386-linux)
+   i [X] GNU/Linux on x86_64 (x86_64-linux)
+   j [ ] GNU/Linux on x86_64 with musl (x86_64-linuxmusl)
+   k [ ] NetBSD on x86_64 (amd64-netbsd)
+   l [ ] NetBSD on Intel x86 (i386-netbsd)
+   m [ ] Solaris on Intel x86 (i386-solaris)
+   o [ ] Solaris on x86_64 (x86_64-solaris)
+   p [ ] Windows (64-bit) (windows)
+\end{boxedverbatim}
+\vskip-.5\baselineskip
+\caption{Binaries menu}\label{fig:bin-text}
+\end{figure}
+
+Figure~\ref{fig:bin-text} displays the text mode binaries menu.  By
+default, only the binaries for your current platform will be installed.
+From this menu, you can select installation of binaries for other
+platforms as well.  This can be useful if you are sharing a \TeX\
+tree across a network of heterogeneous machines, or for a dual-boot
+system.
+
+\subsubsection{Selecting what is to be installed}
+\label{sec:components}
+
+\begin{figure}[tbh]
+\begin{boxedverbatim}
+Select scheme:
+===============================================================================
+ a [X] full scheme (everything)
+ b [ ] medium scheme (small + more packages and languages)
+ c [ ] small scheme (basic + xetex, metapost, a few languages)
+ d [ ] basic scheme (plain and latex)
+ e [ ] minimal scheme (plain only)
+ f [ ] infrastructure-only scheme (no TeX at all)
+ g [ ] book publishing scheme (core LaTeX and add-ons)
+ h [ ] ConTeXt scheme
+ i [ ] GUST TeX Live scheme
+ j [ ] teTeX scheme (more than medium, but nowhere near full)
+ k [ ] custom selection of collections
+\end{boxedverbatim}
+\vskip-.5\baselineskip
+\caption{Scheme menu}\label{fig:scheme-text}
+\end{figure}
+
+Figure~\ref{fig:scheme-text} displays the \TL\ scheme menu; from here,
+you choose a ``scheme'', which is an overall set of package collections.
+The default \optname{full} scheme installs everything available. This is
+recommended, but you can also choose the \optname{basic} scheme for
+just plain and \LaTeX, \optname{small} for a few more programs
+(equivalent to the so-called Basic\TeX\ installation of Mac\TeX),
+\optname{minimal} for testing purposes, and \optname{medium} or
+\optname{teTeX} to get something in between. There are also various
+specialized and country-specific schemes.
+
+\begin{figure}[tb]
+\def\figdesc{Collections menu}
+\centering \tlpng{stdcoll}{.7\linewidth}{\figdesc}
+\caption{\figdesc}\label{fig:collections-gui}
+\end{figure}
+
+You can refine your scheme selection with the `collections' menu
+(figure~\ref{fig:collections-gui}, shown in \GUI\ mode for a change).
+
+Collections are one level more detailed than schemes\Dash in essence, a
+scheme consists of several collections, a collection consists of one or
+more packages, and a package (the lowest level grouping in \TL) contains
+the actual \TeX\ macro files, font files, and so on.
+
+If you want more control than the collection menus provide, you can use
+the \TL\ Manager (\prog{tlmgr}) program after installation (see
+section~\ref{sec:tlmgr}); using that, you can control the installation
+at the package level.
+
+\subsubsection{Directories}
+\label{sec:directories}
+
+The default layout is described in section~\ref{sec:texmftrees},
+\p.\pageref{sec:texmftrees}.  The default installation directory is
+\dirname{/usr/local/texlive/2023} on Unix and
+|C:\texlive\2023| on Windows.  This arrangement enables
+having many parallel \TL\ installations, such as one for each release
+(typically by year, as here), and you can switch between them merely by
+altering your search path.
+
+That installation directory can be overridden by setting the so-called
+\dirname{TEXDIR} in the installer.  The \GUI\ screen for this and other
+options is shown in figure~\ref{fig:advanced-lnx}.  The most common reasons
+to change it are either lacking enough disk space in that partition (the
+full \TL\ needs several gigabytes), or lacking write permission for the
+default location (you don't have to be root or administrator to install
+\TL, but you do need write access to the target directory).
+
+On Windows, you normally do not need to be an administrator to
+create |C:\texlive\2023| (or, more generally,
+|%SystemDrive%\texlive\2023|).
+
+The installation directories can also be changed by setting a variety of
+environment variables before running the installer (most likely,
+\envname{TEXLIVE\_INSTALL\_PREFIX} or
+\envname{TEXLIVE\_INSTALL\_TEXDIR}); see the documentation from
+|install-tl --help| (available online at
+\url{https://tug.org/texlive/doc/install-tl.html}) for the full list and
+more details.
+
+A reasonable alternative destination is a directory under your home,
+especially if you will be the sole user. Use `|~|' to indicate this, as
+in `|~/texlive/2023|'.
+
+We recommend including the year in the name, to enable keeping different
+releases of \TL{} side by side.  (You may wish to also maintain a
+version-independent name, such as \dirname{/usr/local/texlive-cur}, via a
+symbolic link, which you can then repoint after testing the new release.)
+
+Changing \dirname{TEXDIR} in the installer will also change
+\dirname{TEXMFLOCAL}, \dirname{TEXMFSYSVAR} and
+\dirname{TEXMFSYSCONFIG}.
+
+\dirname{TEXMFHOME} is the recommended location for personal macro files
+or packages.  The default value is |~/texmf| (|~/Library/texmf| on
+Macs).  In contrast to \dirname{TEXDIR}, here a |~| is preserved in the
+newly-written configuration files, since it usefully refers to the home
+directory of the user running \TeX.  It expands to \dirname{$HOME} on
+Unix and \verb|%USERPROFILE%| on Windows.  Special redundant note:
+\envname{TEXMFHOME}, like all trees, must be organized according to the
+\TDS, or files may not be found.
+
+\dirname{TEXMFVAR} is the location for storing most cached runtime data
+specific to each user.  \dirname{TEXMFCACHE} is the variable name used
+for that purpose by Lua\LaTeX\ and \ConTeXt\ MkIV (see
+section~\ref{sec:context-mkiv}, \p.\pageref{sec:context-mkiv}); its
+default value is \dirname{TEXMFSYSVAR}, or (if that's not writable),
+\dirname{TEXMFVAR}.
+
+
+\subsubsection{Options}
+\label{sec:options}
+
+\begin{figure}[tbh]
+\begin{boxedverbatim}
+Options customization:
+===============================================================================
+ <P> use letter size instead of A4 by default: [ ]
+ <E> execution of restricted list of programs: [X]
+ <F> create all format files:                  [X]
+ <D> install font/macro doc tree:              [X]
+ <S> install font/macro source tree:           [X]
+ <L> create symlinks in standard directories:  [ ]
+            binaries to:
+            manpages to:
+                info to:
+ <Y> after install, set CTAN as source for package updates: [X]
+\end{boxedverbatim}
+\vskip-.5\baselineskip
+\caption{Options menu (Unix)}\label{fig:options-text}
+\end{figure}
+
+Figure~\ref{fig:options-text} shows the text mode options menu.
+More info on each:
+
+\begin{description}
+\item[use letter size instead of A4 by default:] The default paper
+  size selection.  Of course, individual documents can and should
+  specify a specific paper size, if desired.
+
+\item[execution of restricted list of programs:] As of \TL\ 2010,
+  execution of a few external programs is allowed by default.  The (very
+  short) list of allowed programs is given in the \filename{texmf.cnf}.
+  See the 2010 news (section~\ref{sec:2010news}) for more details.
+
+\item[create all format files:] We recommend leaving this option
+  checked, to avoid unnecessary problems when creating formats
+  dynamically.  See the \prog{fmtutil} documentation for more details.
+
+\item[install font/macro \ldots\ tree:] Download/install the
+  documentation and source files included in most packages.  Unchecking
+  is not recommended.
+
+\item[create symlinks in standard directories:]
+  This option (Unix only) bypasses the need to change environment
+  variables. Without this option, \TL{} directories usually have to be
+  added to \envname{PATH}, \envname{MANPATH} and \envname{INFOPATH}. You
+  will need write permissions to the target directories.  This option is
+  intended for accessing the \TeX\ system through directories that are
+  already known to users, such as \dirname{/usr/local/bin}, which don't
+  already contain any \TeX\ files.  Do not overwrite existing files on
+  your system with this option, e.g., by specifying system directories.
+  The safest and recommended approach is to leave the option unchecked.
+
+\item[after install, set CTAN as source for package updates:]
+  When installing from \DVD, this
+  option is enabled by default, since usually one wants to take any
+  subsequent package updates from the \CTAN\ area that is updated
+  throughout the year.  The only likely reason to disable it is if you
+  install only a subset from the \DVD\ and plan to augment the
+  installation later.  In any case, the package repository for the
+  installer, and for updates after installation, can be set
+  independently as needed; see section~\ref{sec:location} and
+  section~\ref{sec:dvd-install-net-updates}.
+\end{description}
+Windows-specific options, as displayed in the advanced \GUI{}
+interface:
+\begin{description}
+\item[adjust searchpath] This ensures that all
+  programs will see the \TL{} binary directory on their search path.
+
+\item[add menu shortcuts] If set, there will be a \TL{} submenu of
+  the Start menu. There is a third option `Launcher entry' besides
+  `TeX Live menu' and `No shortcuts'. This option is described in
+  section \ref{sec:sharedinstall}.
+
+\item[File associations] The options are `Only new' (create
+  file associations, but do not overwrite existing ones), `All' and
+  `None'.
+
+\item[install \TeX{}works front end]
+\end{description}
+When all the settings are to your liking, you can type `I' in the
+text interface, or press the `Install' button in the
+\GUI, to start the installation process. When it is done,
+skip to section~\ref{sec:postinstall} to read what else needs to be
+done, if anything.
+
+\subsection{Command-line install-tl options}
+\label{sec:cmdline}
+
+Type
+\begin{alltt}
+> \Ucom{install-tl -help}
+\end{alltt}
+for a listing of command-line options.  Either |-| or |--| can be used
+to introduce option names.  These are the most common ones:
+
+\begin{ttdescription}
+\item[-gui] Use the \GUI{} installer if possible. This requires
+  Tcl/Tk version 8.5 or higher. This was distributed with older \macOS;
+  for Big Sur and later, you'll need to install Tcl/Tk yourself, if you
+  don't choose to use the Mac\TeX\ installer. Tcl/Tk is
+  distributed with \TL{} on Windows. The legacy options
+  \texttt{-gui=perltk} and \texttt{-gui=wizard} are still available
+  but invoke the same \GUI{} interface; if Tcl/Tk is not available,
+  installation continues in text mode.
+
+\item[-no-gui] Force using the text mode installer.
+
+\item[-lang {\sl LL}] Specify the installer interface
+  language as a standard (usually two-letter) code.  The installer tries
+  to automatically determine the right language but if it fails, or if
+  the right language is not available, then it uses English as a
+  fallback.  Run \verb|install-tl --help| to get the list of available
+  languages.
+
+\item[-portable] Install for portable use on, e.g., a \USB{} stick.
+  Also selectable from within the text installer with the \code{V}
+  command, and from the \GUI{} installer.  See
+  section~\ref{sec:portable-tl}.
+
+\item[-profile {\sl file}] Load the installation profile \var{file} and
+  do the installation with no user interaction.  The installer always
+  writes a file \filename{texlive.profile} to the \dirname{tlpkg}
+  subdirectory of your installation.  That file can be given as the
+  argument to redo the exact same installation on a different system,
+  for example.  Alternatively, you can use a custom profile, most easily
+  created by starting from a generated one and changing values, or an
+  empty file, which will take all the defaults.
+
+\item [-repository {\sl url-or-directory}] Specify package
+  repository from which to install; see following.
+
+\htmlanchor{opt-in-place}
+\item[-in-place] (Documented only for completeness: Do not use this
+  unless you know what you are doing.) If you already have an rsync, svn,
+  or other copy of \TL{} (see
+  \url{https://tug.org/texlive/acquire-mirror.html}) then this option
+  will use what you've got, as-is, and do only the necessary
+  post-install actions.  Be warned that the file \filename{tlpkg/texlive.tlpdb}
+  may be overwritten; saving it is your responsibility.  Also, package
+  removal has to be done manually. This option cannot be toggled via the
+  installer interface.
+\end{ttdescription}
+
+
+\subsubsection{The \optname{-repository} option}
+\label{sec:location}
+
+The default network package repository is a \CTAN{} mirror chosen
+automatically via \url{http://mirror.ctan.org}.
+
+If you want to override that, the location value can be a url
+starting with \texttt{ftp:}, \texttt{http:}, \texttt{https:},
+\texttt{file:/}, or a plain directory path.  (When giving an
+\texttt{http:}, \texttt{https:} or \texttt{ftp:}\ location, trailing
+`\texttt{/}' characters and/or a trailing `\texttt{/tlpkg}'
+component are ignored.)
+
+For example, you could choose a particular \CTAN\ mirror with something
+like: \url{http://ctan.example.org/tex-archive/systems/texlive/tlnet/},
+substituting a real hostname and its particular top-level \CTAN\ path
+for |ctan.example.org/tex-archive|.  The list of \CTAN\ mirrors is
+maintained at \url{https://ctan.org/mirrors}.
+
+If the given argument is local (either a path or a \texttt{file:/} url),
+compressed files in an \dirname{archive} subdirectory of the repository
+path are used (even if uncompressed files are available as well).
+
+\htmlanchor{postinstall}
+\subsection{Post-install actions}
+\label{sec:postinstall}
+
+Some post-installation may be required.
+
+\subsubsection{Environment variables for Unix}
+\label{sec:env}
+
+If you elected to create symlinks in standard directories (described in
+section~\ref{sec:options}), then there is no need to edit environment
+variables.  Otherwise, on Unix systems, the directory of the binaries
+for your platform must be added to the search path.  (On Windows, the
+installer takes care of this.)
+
+Each supported platform has its own subdirectory under
+\dirname{TEXDIR/bin}. See figure~\ref{fig:bin-text} for the list of
+subdirectories and corresponding platforms.
+
+Optionally, you can also add the documentation man and Info directories
+to their respective search paths, if you want the system tools to find
+them.  The man pages might be found automatically after the addition to
+\envname{PATH}.
+
+For Bourne-compatible shells such as \prog{bash}, and using Intel x86
+GNU/Linux and the \TL\ default directory setup as an example, the file to edit
+might be \filename{$HOME/.profile} (or another file sourced by
+\filename{.profile}), and the lines to add would look like this:
+
+\begin{sverbatim}
+PATH=/usr/local/texlive/2023/bin/x86_64-linux:$PATH; export PATH
+MANPATH=/usr/local/texlive/2023/texmf-dist/doc/man:$MANPATH; export MANPATH
+INFOPATH=/usr/local/texlive/2023/texmf-dist/doc/info:$INFOPATH; export INFOPATH
+\end{sverbatim}
+
+For csh or tcsh, the file to edit is typically \filename{$HOME/.cshrc}, and
+the lines to add might look like:
+
+\begin{sverbatim}
+setenv PATH /usr/local/texlive/2023/bin/x86_64-linux:$PATH
+setenv MANPATH /usr/local/texlive/2023/texmf-dist/doc/man:$MANPATH
+setenv INFOPATH /usr/local/texlive/2023/texmf-dist/doc/info:$INFOPATH
+\end{sverbatim}
+
+If you're not on an \code{x86\_64-linux} platform, use the appropriate
+platform name; similarly, if you didn't install in the default
+directory, change the directory name. The \TL\ installer reports the
+full lines to use at the end of installation.
+
+If you already have \envname{PATH} settings somewhere in your startup
+files, merge in the \TL\ directories as you see fit.
+
+
+\subsubsection{Environment variables: Global configuration}
+\label{sec:envglobal}
+
+If you want to make these changes globally, or for a user newly added to
+the system, then you are on your own; there is just too much variation
+between systems in how and where these things are configured.
+
+Our two hints are: 1)~you may want to check for a file
+\filename{/etc/manpath.config} and, if present, add lines such as
+
+\begin{sverbatim}
+MANPATH_MAP /usr/local/texlive/2023/bin/x86_64-linux \
+            /usr/local/texlive/2023/texmf-dist/doc/man
+\end{sverbatim}
+
+And 2)~check for a file \filename{/etc/environment} which may define the
+search path and other default environment variables.
+
+In each (Unix) binary directory, we also create a symbolic link named
+\code{man} to the directory \dirname{texmf-dist/doc/man}.  Some \code{man}
+programs, such as the standard \macOS\ \code{man}, will automatically
+find that, obviating the need for any man page setup.
+
+
+\subsubsection{Internet updates after \DVD\ installation}
+\label{sec:dvd-install-net-updates}
+
+If you installed \TL\ from \DVD\ and then wish to get updates from the
+Internet, you need to run this command---\emph{after} you've updated
+your search path (as described in the previous section):
+
+\begin{alltt}
+> \Ucom{tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet}
+\end{alltt}
+
+This tells \cmdname{tlmgr} to use a nearby \CTAN\ mirror for future updates.
+This is done by default when installing from \DVD, via the option
+described in section~\ref{sec:options}.
+
+If there are problems with the automatic mirror selection, you can
+specify a particular \CTAN\ mirror from the list at
+\url{https://ctan.org/mirrors}.  Use the exact path to the
+\dirname{tlnet} subdir on that mirror, as shown above.
+
+
+\htmlanchor{xetexfontconfig}  % keep historical anchor working
+\htmlanchor{sysfontconfig}
+\subsubsection{System font configuration for \protect\XeTeX\protect\ and Lua\protect\TeX}
+\label{sec:font-conf-sys}
+
+\XeTeX\ and Lua\TeX\ can use any font installed on the system, not just
+those in the \TeX\ trees. Such system fonts (not part of \TL) are
+usually accessed by giving the font name, e.g., `\code{Liberation
+Serif}', although the system filename can also be used.
+
+A related issue is making the fonts from the \TL\ distribution available
+as system fonts, which will in turn make them available by font name.
+
+For Lua\TeX: for access by font name, nothing special need be done. All
+fonts in \TL\ should be equally accessible by either font name or
+filename to Lua\TeX, via the \pkgname{luaotfload} package, which
+supports both \LaTeX\ and plain \TeX. The \pkgname{luaotfload} font name
+index may need to be rebuilt for new fonts; this is triggered
+automatically when trying to load a font which isn't known yet.
+
+For \XeTeX: on Windows, fonts shipped with \TL\ are automatically made
+available (by running the \cmdname{fc-cache} program provided for
+Windows as part of \TL). For the Mac, you'll need to consult other
+documentation. For Unix systems other than \macOS, the procedure is the
+following.
+
+When the \pkgname{xetex} package is installed (either at initial
+installation or later), the necessary configuration file is created in
+\filename{TEXMFSYSVAR/fonts/conf/texlive-fontconfig.conf}. To make the
+\TL\ fonts available as system fonts,
+\begin{enumerate*}
+\item Copy that \filename{texlive-fontconfig.conf} file to (typically)
+\dirname{/etc/fonts/conf.d/09-texlive.conf}.
+\item Run \Ucom{fc-cache -fsv}.
+\end{enumerate*}
+
+If you do not have sufficient privileges to carry out the steps above,
+or if you want to make the \TL{} fonts available to only one user,
+you can do the following:
+\begin{enumerate*}
+\item Copy the \filename{texlive-fontconfig.conf} file to (typically)
+      \filename{~/.fonts.conf.d/09-texlive.conf}, where \filename{~} is
+      your home directory.
+\item Run \Ucom{fc-cache -fv}.
+\end{enumerate*}
+
+You can run \code{fc-list} to see the names of the available system
+fonts. The incantation \code{fc-list : family style file spacing} (all
+those arguments are literal strings) shows some generally interesting
+information.
+
+
+\subsubsection{\protect\ConTeXt{} LMTX and MKIV}
+\label{sec:context-mkiv}
+
+Both the `old' \ConTeXt{} (Mark IV or MkIV) and the `new' \ConTeXt{}
+(LMTX) should run out of the box after \TL{} installation,
+and should need no special attention as long as you stick to
+using \verb+tlmgr+ for updates.
+
+However, because \ConTeXt{} does not use the kpathsea
+library, some setup will be required whenever you install new 
+files manually (without using \verb+tlmgr+). After each such 
+installation, each user must run:
+\begin{sverbatim}
+context --generate
+\end{sverbatim}
+for LMTX, and
+\begin{sverbatim}
+context --luatex --generate
+\end{sverbatim}
+for MkIV, to refresh the \ConTeXt{} disk cache data.
+The resulting files are stored under \code{TEXMFCACHE},
+whose default value in \TL\ is \verb+TEXMFSYSVAR;TEXMFVAR+. 
+
+\ConTeXt\ will read from
+all paths mentioned in \verb+TEXMFCACHE+, and write to the first
+path that is writable. While reading, the last found match will 
+take precedence in the case of duplicated cache data.
+
+For more information, see \url{https://wiki.contextgarden.net/LMTX}\\
+and \url{https://wiki.contextgarden.net/Running_Mark_IV}.
+
+
+\subsubsection{Integrating local and personal macros}
+\label{sec:local-personal-macros}
+
+This is already mentioned implicitly in section~\ref{sec:texmftrees}:
+\dirname{TEXMFLOCAL} (by default,
+\dirname{/usr/local/texlive/texmf-local} or
+\verb|%SystemDrive%\texlive\texmf-local| on Windows)
+is intended for system-wide local fonts and macros; and
+\dirname{TEXMFHOME} (by default, \dirname{$HOME/texmf} or
+\verb|%USERPROFILE%\texmf|), is for personal fonts and macros.  These
+directories are intended to stick around from release to release, and
+have their content seen automatically by a new \TL{} release.
+Therefore, it is best to refrain from changing the definition of
+\dirname{TEXMFLOCAL} to be too far away from the main \TL{} directory,
+or you will need to manually change future releases.
+
+For both trees, files should be placed in their proper \TeX\ Directory
+Structure (\TDS) subdirectories; see \url{https://tug.org/tds} or consult
+\filename{texmf-dist/web2c/texmf.cnf}. For instance, a \LaTeX{} class file or
+package should be placed in \dirname{TEXMFLOCAL/tex/latex} or
+\dirname{TEXMFHOME/tex/latex}, or a subdirectory thereof.
+
+\dirname{TEXMFLOCAL} requires an up-to-date filename database, or files
+will not be found.  You can update it with the command
+\cmdname{mktexlsr} or use the `Update filename database' button on the
+`Actions' tab of the \TL\ Manager \GUI.
+
+By default, each of these variables is defined to be a single directory,
+as shown.  This is not a hard-and-fast requirement.  If you need to
+easily switch back and forth between different versions of large
+packages, for example, you can maintain multiple trees for your own
+purposes.  This is done by setting \dirname{TEXMFHOME} to the
+list of directories, within braces, separated by commas:
+
+\begin{verbatim}
+  TEXMFHOME = {/my/dir1,/mydir2,/a/third/dir}
+\end{verbatim}
+
+Section~\ref{sec:brace-expansion} describes brace expansion further.
+
+
+\subsubsection{Integrating third-party fonts}
+
+This is unfortunately a messy topic for \TeX\ and pdf\TeX. Forget about
+it unless you want to delve into many details of the \TeX{}
+installation. Many fonts are included in \TL\ already, so take a look if
+you like; the web pages under \url{https://tug.org/FontCatalogue}
+display nearly all of the text fonts included in the main \TeX\
+distributions, categorized in various ways.
+
+If you do want to install your own fonts, see
+\url{https://tug.org/fonts/fontinstall.html} for our best effort at
+describing the procedure.
+
+Also consider using \XeTeX\ or Lua\TeX\ (see
+section~\ref{sec:tex-extensions}), which let you use operating
+system fonts without any installation in \TeX. (But beware that using
+system fonts usually makes your document sources unusable by anyone in a
+different environment.)
+
+\subsection{Testing the installation}
+\label{sec:test-install}
+
+After installing \TL{}, you naturally want to test it out, so you can
+start creating beautiful documents and\slash or fonts.
+
+One thing you may immediately be looking for is a front-end with which
+to edit files.  \TL{} installs \TeX{}works
+(\url{https://tug.org/texworks}) on Windows (only), and Mac\TeX\ installs
+TeXShop (\url{https://pages.uoregon.edu/koch/texshop}).  On other Unix
+systems, it's left up to you to choose an editor.  There are many
+choices available, some of which are listed in the next section; see
+also \url{https://tug.org/interest.html#editors}.  Any plain text editor
+will work; something \TeX-specific is not required.
+
+The rest of this section gives some basic procedures for testing that
+the new system is functional.  We give Unix commands here; under
+\macOS{} and Windows, you're more likely to run the tests through a
+graphical interface, but the principles are the same.
+
+\begin{enumerate}
+
+\item Make sure that you can run the \cmdname{tex} program in the first
+place:
+\begin{alltt}
+> \Ucom{tex -{}-version}
+TeX 3.14159265 (TeX Live ...)
+Copyright ... D.E. Knuth.
+...
+\end{alltt}
+If this comes back with `command not found' instead of version and
+copyright information, or with an older version, most likely you don't
+have the correct \dirname{bin} subdirectory in your \envname{PATH}.  See
+the environment-setting information on \p.\pageref{sec:env}.
+
+\item Process a basic \LaTeX{} file, generating PDF:
+\begin{alltt}
+> \Ucom{pdflatex sample2e.tex}
+This is pdfTeX 3.14...
+...
+Output written on sample2e.pdf (3 pages, 142120 bytes).
+Transcript written on sample2e.log.
+\end{alltt}
+If this fails to find \filename{sample2e.tex} or other files,
+you may have interference from old environment variables or
+configuration files; we recommend unsetting all \TeX-related environment
+variables for a start.  (For a deep analysis, you can ask \TeX{} to
+report on exactly what it is searching for, and finding; see ``Debugging
+actions'' on page~\pageref{sec:debugging}.)
+
+\item Preview the PDF file, for example:
+\begin{alltt}
+> \Ucom{xpdf sample2e.pdf}
+\end{alltt}
+You should see a new window with a nice document explaining some of the
+basics of \LaTeX{}.  (It's well worth reading, by the way, if you're new
+to \TeX.)  
+
+Of course there are many other PDF viewers; on Unix systems,
+\cmdname{evince} and \cmdname{okular} are commonly used. For Windows, we
+recommend trying Sumatra PDF
+(\url{https://www.sumatrapdfreader.org/free-pdf-reader.html}). No PDF
+viewers are included in \TL{}, so you must install whatever you want to
+use separately.
+
+\item Of course you can still generate \TeX's original \dvi{} format:
+\begin{alltt}
+> \Ucom{latex sample2e.tex}
+\end{alltt}
+
+\item And preview the \dvi{} online:
+\begin{alltt}
+> \Ucom{xdvi sample2e.dvi}    # Unix
+> \Ucom{dviout sample2e.dvi}  # Windows
+\end{alltt}
+You do have to be running under X for \cmdname{xdvi} to work; if
+you're not, or your \envname{DISPLAY} environment variable is set
+incorrectly, you'll get an error \samp{Can't open display}.
+
+\item To create a \PS{} file from the \dvi:
+\begin{alltt}
+> \Ucom{dvips sample2e.dvi -o sample2e.ps}
+\end{alltt}
+
+\item Or to create PDF from the \dvi{}, an alternate path to using
+pdf\TeX\ (or Xe\TeX\ or Lua\TeX) which can be useful sometimes:
+\begin{alltt}
+> \Ucom{dvipdfmx sample2e.dvi -o sample2e.pdf}
+\end{alltt}
+
+\item Other standard test files you may find useful in addition to
+\filename{sample2e.tex}:
+
+\begin{ttdescription}
+\item [small2e.tex] A simpler document than \filename{sample2e}, to
+reduce the input size if you're having troubles.
+\item [testpage.tex] Test if your printer introduces any offsets.
+\item [nfssfont.tex] For printing font tables and tests.
+\item [testfont.tex] Also for font tables, but using plain \TeX{}.
+\item [story.tex] The most canonical (plain) \TeX{} test file of all.
+You must type \samp{\bs bye} to the \code{*} prompt after \samp{tex
+story.tex}.
+\end{ttdescription}
+
+\item If you have installed the \filename{xetex} package, you can test
+its access to system fonts as follows:
+\begin{alltt}
+> \Ucom{xetex opentype-info.tex}
+This is XeTeX, Version 3.14\dots
+...
+Output written on opentype-info.pdf (1 page).
+Transcript written on opentype-info.log.
+\end{alltt}
+
+If you get an error message saying ``Invalid fontname `Latin Modern
+Roman/ICU'\dots'', then you need to configure your system so that the
+fonts shipped with \TL\ can be found.  See
+section~\ref{sec:font-conf-sys}.
+
+\end{enumerate}
+
+\htmlanchor{uninstall}
+\subsection{Uninstalling \TL}
+\label{sec:uninstall}
+
+To uninstall \TL\ (after a successful installation; for Windows, see
+below):
+
+\begin{alltt}
+> \Ucom{tlmgr uninstall --all}
+\end{alltt}
+
+You will be asked for confirmation, else nothing will be done.
+(Without \code{-{}-all}, the \code{uninstall} action is used to remove
+individual packages.)
+
+This does not remove user-specific directories, namely (see also
+section~\ref{sec:texmftrees}):
+
+\begin{ttdescription}
+\item [TEXMFCONFIG] This is intended for user configuration changes. 
+If you want to preserve them, be sure you know how to recreate them
+before removing.
+
+\item [TEXMFVAR] This is intended to store automatically-generated
+runtime data, such as local format files. Unless you've used it for
+other purposes, it should be safe to remove.
+
+\item[TEXMFHOME] Contains only files you yourself installed, typically
+those not available in the distributions. Unless you are completely
+stopping using \TeX, or want to start over from scratch, you probably
+don't want to remove this.
+
+\end{ttdescription}
+
+\noindent You can find the directory paths for these variables by
+running \code{kpsewhich -var-value=\ttvar{var}}.
+
+This \prog{tlmgr} uninstallation also does not undo post-install
+actions, such as \envname{PATH} changes in your shell initialization
+files and system access to the fonts in \TL\ (see
+section~\ref{sec:postinstall}). You must manually reverse such actions,
+if desired.
+
+On Windows, uninstallation can be done through the \GUI; see
+section~\ref{sec:winfeatures}.
+
+
+\subsection{Links for additional downloadable software}
+
+If you are new to \TeX{}, or otherwise need help with actually writing
+\TeX{} or \LaTeX{} documents, please visit
+\url{https://tug.org/begin.html} for some introductory resources.
+
+Links for some other tools you may consider installing:
+\begin{description}
+\item[Ghostscript] \url{https://ghostscript.com/}, a free PostScript and
+      PDF interpreter.
+\item[Perl] \url{https://perl.org/} with
+      supplementary packages from CPAN, \url{https://cpan.org/}.
+\item[ImageMagick] \url{https://imagemagick.org}, for graphics
+      processing and conversion.
+\item[NetPBM] \url{http://netpbm.sourceforge.net}, also for graphics.
+
+\item[\TeX-oriented editors] There is a wide choice, and it is a matter of the
+      user's taste. Here is a selection in alphabetical order (a few
+      here are for Windows only).
+  \begin{itemize*}
+  \item \cmdname{GNU Emacs} is available for all major platforms; see
+        \url{https://www.gnu.org/software/emacs}.
+  \item \cmdname{AUC\TeX} runs under Emacs; it's available through
+        Emacs' package manager \cmdname{ELPA}. Sources are also
+        available from CTAN. The AUC\TeX\ home page is
+        \url{https://www.gnu.org/software/auctex}.
+  \item \cmdname{SciTE} is available from
+        \url{https://www.scintilla.org/SciTE.html}.
+  \item \cmdname{Texmaker} is free software, available from
+        \url{https://www.xm1math.net/texmaker}.
+  \item \cmdname{TeXstudio} started as a fork of
+    \cmdname{Texmaker} and given additional features; available from
+    \url{https://texstudio.org/}.
+  \item \cmdname{TeXnicCenter} is free software, available from
+        \url{https://www.texniccenter.org}.
+  \item \cmdname{TeXworks} is free software, available from
+        \url{https://tug.org/texworks} and installed as part of \TL\ for
+        Windows (only).
+  \item \cmdname{Vim} is free software, available from
+        \url{https://www.vim.org}.
+  \item \cmdname{WinEdt} is shareware available though
+        \url{https://tug.org/winedt} or \url{https://www.winedt.com}.
+  \item \cmdname{WinShell} is available from \url{https://www.winshell.de}.
+  \end{itemize*}
+\end{description}
+For a much longer list of packages and programs, see
+\url{https://tug.org/interest.html}.
+
+
+\section{Specialized installations}
+
+The previous sections described the basic installation process.  Here we
+turn to some specialized cases.
+
+\htmlanchor{tlsharedinstall}
+\subsection{Shared-user (or cross-machine) installations}
+\label{sec:sharedinstall}
+
+\TL{} has been designed to be shared between different systems on a
+network. With a standard directory layout, no hard paths are
+configured: the locations for files needed by \TL{} programs are
+found relative to the programs.  You can see this in the principal
+configuration file
+\filename{$TEXMFDIST/web2c/texmf.cnf}, which contains lines such as
+\begin{sverbatim}
+TEXMFROOT = $SELFAUTOPARENT
+...
+TEXMFDIST = $TEXMFROOT/texmf-dist
+...
+TEXMFLOCAL = $SELFAUTOGRANDPARENT/texmf-local
+\end{sverbatim}
+This means that adding the directory for \TL{} executables for their
+platform to their search path is sufficient to get a working setup.
+
+By the same token, you can also install \TL{} locally and then move
+the entire hierarchy afterwards to a network location.
+
+For Windows, \TL{} includes a launcher \filename{tlaunch}. Its main
+window contains menu entries and buttons for various \TeX-related
+programs and documentation, customizable via an \code{ini} file.  On
+first use, it replicates the usual Windows-specific post-install,
+\emph{i.e.}, search path modification and file associations, but only
+for the current user. Therefore, workstations with access to \TL{} on
+the local network only need a menu shortcut for the launcher.  See the
+\code{tlaunch} manual (\code{texdoc tlaunch}, or
+\url{https://ctan.org/pkg/tlaunch}).
+
+
+\htmlanchor{tlportable}
+\subsection{Portable (\USB{}) installations}
+\label{sec:portable-tl}
+
+The \code{-portable} installer option (or \code{V} command in the text
+installer or corresponding \GUI{} option) creates a completely
+self-contained \TL{} installation under a common root and forgoes system
+integration. You can create such an installation directly on a \USB{}
+stick, or copy it to a \USB{} stick afterwards.
+
+Technically, the portable installation is made self-contained by setting
+the default values of \envname{TEXMFHOME}, \envname{TEXMFVAR}, and
+\envname{TEXMFCONFIG} to be the same as \envname{TEXMFLOCAL},
+\envname{TEXMFSYSVAR}, and \envname{TEXMFSYSCONFIG} respectively; thus,
+per-user configuration and caches will not be created.
+
+To run \TeX\ using this portable installation, you need to add the
+appropriate binary directory to the search path during your terminal
+session, as usual.
+
+On Windows, you can double-click \filename{tl-tray-menu} at the root
+of the installation and create a temporary `tray menu' offering a
+choice of a few common tasks, as shown in this screenshot:
+
+\medskip
+\tlpng{tray-menu}{4cm}{Windows tray menu}
+\smallskip
+
+\noindent The `More\ldots' entry explains how you can customize this menu.
+
+
+%\htmlanchor{tlisoinstall}
+%\subsection{\ISO\ (or \DVD) installations}
+%\label{sec:isoinstall}
+%
+%If you don't need to update or otherwise modify your installation often,
+%and\slash or have several systems on which to use \TL{}, it may be
+%convenient to create an \ISO\ of your \TL{} installation, because:
+%
+%\begin{itemize}
+%\item Copying an \ISO\ between different computers is much
+%  faster than copying a normal installation.
+%\item If you are dual-booting between different operating systems
+%  and want them to share a \TL{} installation, an \ISO
+%  installation is not tied to the idiosyncrasies and limitations of
+%  other mutually supported filesystems (FAT32, NTFS,
+%  HFS+).
+%\item Virtual machines can simply mount such an \ISO.
+%\end{itemize}
+%
+%Of course you can also burn an \ISO\ to \DVD, if that is useful for you.
+%
+%Desktop \GNU/Linux/Unix systems, including \macOS, are able to
+%mount an \ISO. Windows 8 is the first(!) Windows version which can
+%do this. Apart from that, nothing changes compared to a normal hard
+%disk installation, see section \ref{sec:env}.
+%
+%When preparing such an \ISO\ installation, it is best to omit the
+%subdirectory for the release year, and have
+%\filename{texmf-local} at the same level as the other trees
+%(\filename{texmf-dist}, \filename{texmf-var}, etc.).  You can do this with
+%the normal directory options in the installer.
+%
+%For a physical (rather than virtual) Windows system, you can burn
+%the \ISO\ to DVD. However, it may be worth your while to
+%investigate free \ISO-mounting options such as WinCDEmu at
+%\url{http://wincdemu.sysprogs.org/}.
+%
+%For Windows system integration, you can include the \filename{w32client}
+%scripts described in section~\ref{sec:sharedinstall} and at
+%\url{http://tug.org/texlive/w32client.html}, which work just as well for
+%an \ISO\ as for a network installation.
+%
+%On \macOS, TeXShop will be able to use the DVD
+%installation if a symlink \filename{/usr/texbin} points to the
+%appropriate binary directory, e.g.,
+%\begin{verbatim}
+%sudo ln -s /Volumes/MyTeXLive/bin/universal-darwin /usr/texbin
+%\end{verbatim}
+%
+%Historical note: \TL{} 2010 was the first \TL{} edition which was no
+%longer distributed `live'.  However, it always required some acrobatics
+%to run from \DVD\ or \ISO; in particular, there was no way around
+%setting at least one extra environment variable.  If you create your
+%\ISO\ from an existing installation then there is no need for this.
+
+
+\htmlanchor{tlmgr}
+\section{\cmdname{tlmgr}: Managing your installation}
+\label{sec:tlmgr}
+
+\begin{figure}[tb]
+\def\figdesc{\prog{tlshell} \GUI, showing the Actions menu (\GNU/Linux)}
+\tlpng{tlshell-linux}{\linewidth}{\figdesc}
+\caption{\figdesc}
+\label{fig:tlshell}
+\end{figure}
+
+\begin{figure}[tb]
+\def\figdesc{\prog{tlcockpit} \GUI{} for \prog{tlmgr}}
+\tlpng{tlcockpit-packages}{.8\linewidth}{\figdesc}
+\caption{\figdesc}
+\label{fig:tlcockpit}
+\end{figure}
+
+\begin{figure}[tb]
+\def\figdesc{Legacy \prog{tlmgr} \GUI\ mode: main window, after `Load'}
+\tlpng{tlmgr-gui}{\linewidth}{\figdesc}
+\caption{\figdesc}
+\label{fig:tlmgr-gui}
+\end{figure}
+
+\TL{} includes a program named \prog{tlmgr} for managing \TL{} after the
+initial installation.  Its capabilities include:
+
+\begin{itemize*}
+\item installing, updating, backing up, restoring, and uninstalling
+  individual packages, optionally taking dependencies into account;
+\item searching for and listing packages and their descriptions;
+\item listing, adding, and removing platforms;
+\item changing installation options such as paper size and source
+  location (see section~\ref{sec:location}).
+\end{itemize*}
+
+\prog{tlmgr}'s functionality completely subsumes the \prog{texconfig}
+program.  We still distribute and maintain \prog{texconfig} for the sake
+of anyone used to its interface, but we recommend using \prog{tlmgr}
+nowadays.
+
+\subsection{\GUI{} interfaces for \cmdname{tlmgr}}
+
+\TL{} contains several \GUI{} front-ends for \prog{tlmgr}. Two notable
+ones: (1)~Figure~\ref{fig:tlshell} shows \cmdname{tlshell}, which is
+written in Tcl/Tk and runs out of the box under Windows;
+(2)~Figure~\ref{fig:tlcockpit} shows \prog{tlcockpit}, which requires
+Java version~8 or higher and JavaFX. Both are separate packages.
+
+\prog{tlmgr} also has a native \GUI{} mode (shown in
+figure~\ref{fig:tlmgr-gui}), which is started with:
+\begin{alltt}
+> \Ucom{tlmgr -gui}
+\end{alltt}
+However, this \GUI\ extension requires Perl/Tk, which module is no
+longer included in \TL's Perl distribution for Windows.
+
+\subsection{Sample \cmdname{tlmgr} command-line invocations}
+
+After the initial installation, you can update your system to the latest
+versions available with:
+\begin{alltt}
+> \Ucom{tlmgr update -all}
+\end{alltt}
+If this makes you nervous, first try
+\begin{alltt}
+> \Ucom{tlmgr update -all -dry-run}
+\end{alltt}
+or (less verbose):
+\begin{alltt}
+> \Ucom{tlmgr update -list}
+\end{alltt}
+
+This more complex example adds a collection, for the engine \XeTeX, from
+a local directory:
+
+\begin{alltt}
+> \Ucom{tlmgr -repository /local/mirror/tlnet install collection-xetex}
+\end{alltt}
+It generates the following output (abridged):
+\begin{fverbatim}
+install: collection-xetex
+install: arabxetex
+...
+install: xetex
+install: xetexconfig
+install: xetex.i386-linux
+running post install action for xetex
+install: xetex-def
+...
+running mktexlsr
+mktexlsr: Updating /usr/local/texlive/2023/texmf-dist/ls-R...
+...
+running fmtutil-sys --missing
+...
+Transcript written on xelatex.log.
+fmtutil: /usr/local/texlive/2023/texmf-var/web2c/xetex/xelatex.fmt installed.
+\end{fverbatim}
+
+As you can see, \prog{tlmgr} installs dependencies, and takes care of any
+necessary post-install actions, including updating the filename database
+and (re)generating formats.  In the above, we generated new formats for
+\XeTeX.
+
+To describe a package (or collection or scheme):
+\begin{alltt}
+> \Ucom{tlmgr show collection-latexextra}
+\end{alltt}
+which produces output like this:
+\begin{fverbatim}
+package:    collection-latexextra
+category:   Collection
+shortdesc:  LaTeX supplementary packages
+longdesc:   A very large collection of add-on packages for LaTeX.
+installed:  Yes
+revision:   46963
+sizes:      657941k
+\end{fverbatim}
+
+Last and most important, for full documentation see
+\url{https://tug.org/texlive/tlmgr.html}, or:
+\begin{alltt}
+> \Ucom{tlmgr -help}
+\end{alltt}
+
+
+\section{Notes on Windows}
+\label{sec:windows}
+
+\subsection{Windows-specific features}
+\label{sec:winfeatures}
+
+Under Windows, the installer does some extra things:
+\begin{description}
+\item[Menus and shortcuts.] A new `\TL{}' submenu of the Start menu
+  is installed. This contains entries for some \GUI{} programs, such
+  as \prog{tlshell} (a \GUI\ for \prog{tlmgr}) and \prog{dviout}, and some
+  entries for documentation.
+
+\item[File associations.] If enabled, \prog{TeXworks} and \prog{Dviout}
+  become either the default program for
+  their respective filetypes, or get an entry in the `Open with'
+  right-click menus of those filetypes. However,
+  higher-priority `User Choice' file associations, which can only be
+  specified interactively, can get in the way.
+
+\item[PostScript support.] For PostScript files, a PSviewer filetype
+  now converts PostScript to a temporary PDF, which is then
+  displayed by the default PDF viewer. Various bitmapped formats get
+  an entry \cmdname{bitmap2eps} in their `Open with' right-click
+  menu for converting to EPS, letting \cmdname{sam2p} or
+  \cmdname{bmeps} do the real work.
+
+\item[Automatic path adjustment.] No manual configuration steps are required.
+
+\item[Uninstaller.] The installer creates an entry for \TL, either
+  under `Add/Remove Programs' (admin installation) or under the
+  \TL\ menu (single-user installation).
+
+\item[Write-protect.] For an admin installation, the \TL\ directories are
+  write-protected, at least if \TL\ is installed on a normal
+  NTFS-formatted non-removable disk.
+\end{description}
+
+Also, have a look at \filename{tlaunch}, described in
+section~\ref{sec:sharedinstall}, for a different approach.
+
+\subsection{Additional software included on Windows}
+
+To be complete, a \TL{} installation needs support programs that are not
+commonly found on a Windows machine. \TL{} provides the missing pieces.
+These programs are all installed as part of \TL{} only on Windows.
+
+\begin{description}
+\item[Perl, Tcl/Tk and Ghostscript.] Because of the importance of Perl and
+  Ghostscript, and because the installer and tlshell \GUI{}s are written
+  in Tcl/Tk, \TL{} includes `hidden' copies of these programs. \TL{}
+  programs that need them know where to find them, but they don't betray
+  their presence through environment variables or registry settings.
+  They aren't full-scale installations (except for Ghostscript), and
+  shouldn't interfere with any system installations of Perl, Tcl/Tk or
+  Ghostscript. See subsection \ref{sec:externalwndws} how to tell \TL{} that
+  you want to use your own external installations for contributed
+  scripts within \TL.
+
+\item[dviout.] Also installed is \prog{dviout}, a DVI viewer.
+  At first, when you preview files with \cmdname{dviout}, it will create
+  fonts, because screen fonts were not installed. After a while, you
+  will have created most of the fonts you use, and you will rarely see
+  the font-creation window.  More information can be found in the
+  (highly recommended) on-line help.
+
+\item[\TeX{}works.]  \TeX{}works is a \TeX-oriented editor with
+  an integrated PDF viewer.
+
+\item[Command-line tools.] A number of Windows ports of common Unix
+  command-line programs are installed along with the usual \TL{}
+  binaries. These include \cmdname{gzip}, \cmdname{zip},
+  \cmdname{unzip}, and the utilities from the \cmdname{poppler} suite
+  (\cmdname{pdfinfo}, \cmdname{pdffonts}, \ldots).
+
+\item[fc-list, fc-cache, \ldots] The tools from the \pkgname{fontconfig}
+  library allow \XeTeX{} to find system fonts on Windows. You can use
+  \prog{fc-list} to determine the font names to pass to \XeTeX's
+  extended \cs{font} command. If necessary, run \prog{fc-cache} first to
+  update font information.
+
+\end{description}
+
+\subsection{Using external Perl, Tcl/Tk and Ghostscript
+  installations}
+\label{sec:externalwndws}
+
+Normally, \TL{} will use its built-in Perl, Tcl/Tk and Ghostscript also
+for contributed scripts within \TL. If you wish to use your own external
+versions, then you can configure that in the \file{texmf.cnf} file
+\emph{in the root of the installation}.
+
+For Perl, you need to add a line
+\begin{verbatim}
+TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL = 1
+\end{verbatim}
+\TL{} (specifically, \file{bin/windows/runscript.tlu}) will then search
+for \file{perl.exe} on the search path, except for scripts which belong
+to the \TL{} infrastructure. This is the most likely setting of the
+three to be useful; although the \TL{} Perl includes many additional
+modules, it cannot support all third-party scripts.
+
+Similarly, for Tcl/Tk you need a line
+\begin{verbatim}
+TEXLIVE_WINDOWS_TRY_EXTERNAL_TCL = 1
+\end{verbatim}
+\TL{} will then search for \file{tclkit.exe}, \file{wish.exe},
+\file{wish85.exe}, \file{wish86.exe} and \file{wish87.exe} on the
+searchpath.
+
+Ghostscript is handled differently, in that you need to specify the
+filename or the full path of your command-line Ghostscript:
+\begin{alltt}
+TEXLIVE_WINDOWS_EXTERNAL_GS = \var{path of command-line ghostscript}
+\end{alltt}
+Another difference is that the Ghostscript shipped with \TL\
+is complete, with only documentation and printer drivers omitted.  So
+it's unlikely you'll have any need to override it.
+
+See also section \ref{sec:configfiles} about \file{texmf.cnf}.
+
+
+\subsection{User Profile is Home}
+\label{sec:winhome}
+
+The Windows counterpart of a Unix home directory is the
+\verb|%USERPROFILE%| directory.  Under Windows Vista and later it is
+\verb|C:\Users\<username>|.  In the
+\filename{texmf.cnf} file, and \KPS{} in general, \verb|~| will
+expand appropriately on both Windows and Unix.
+
+
+\subsection{The Windows registry}
+\label{sec:registry}
+
+Windows stores nearly all configuration data in its registry.  The
+registry contains a set of hierarchically organized keys, with several
+root keys. The most important ones for installation programs are
+\path{HKEY_CURRENT_USER} and \path{HKEY_LOCAL_MACHINE}, \path{HKCU} and
+\path{HKLM} in short. The \path{HKCU} part of the registry is in the
+user's home directory (see section~\ref{sec:winhome}).  \path{HKLM} is
+normally in a subdirectory of the Windows directory.
+
+In some cases, system information could be obtained from environment
+variables but for other information, for example the location of
+shortcuts, it is necessary to consult the registry.  Setting environment
+variables permanently also requires registry access.
+
+
+\subsection{Windows permissions}
+\label{sec:winpermissions}
+
+In later versions of Windows, a distinction is made between regular
+users and administrators, where only the latter have free access to almost the
+entire operating system. We have made an effort to make \TL{}
+installable without administrative privileges.
+
+If the installer is started with administrative permissions, there is an
+option to install for all users.  If this option is chosen, shortcuts
+are created for all users, and the system search path is
+modified. Otherwise, shortcuts and menu entries are created for the
+current user, and the user search path is modified.
+
+Regardless of administrator status, the default root of \TL{} proposed
+by the installer is always under \verb|%SystemDrive%|. The installer
+always tests whether the root is writable for the current user.
+
+A problem may arise if the user is not an administrator and \TeX{}
+already exists in the search path.  Since the effective search path
+consists of the system search path followed by the user search path, the
+new \TL{} would never get precedence.  As a fallback, the installer
+creates a shortcut to the command-prompt in which the new \TL{} binary
+directory is prepended to the local search path.  The new \TL{} will be
+always usable from within such a command-prompt. The shortcut for
+\TeX{}works, if installed, also prepends \TL{} to the search path, so it
+should also be immune to this path problem.
+
+You should be aware that even if you are logged in as administrator, you
+need to explicitly ask for administrator privileges. In fact, there is
+not much point in logging in as administrator. Instead, right-clicking
+on the program or shortcut that you want to run usually gives you a
+choice `Run as administrator'.
+
+
+\subsection{Increasing maximum memory on Windows and Cygwin}
+\label{sec:cygwin-maxmem}
+
+Windows and Cygwin (see section~\ref{sec:cygwin} for Cygwin installation
+specifics) users may find that they run out of memory when running some
+of the programs shipped with \TL.  For example, \prog{asy} might run out
+of memory if you try to allocate an array of 25,000,000 reals, and
+Lua\TeX\ might run out of memory if you try to process a document with a
+lot of big fonts.
+
+For Cygwin, you can increase the amount of available memory by following
+the instructions in the Cygwin User's Guide
+(\url{https://cygwin.com/cygwin-ug-net/setup-maxmem.html}).
+
+For Windows, you have to create a file, say \code{moremem.reg}, with
+these four lines:
+
+\begin{sverbatim}
+Windows Registry Editor Version 5.00
+
+[HKEY_LOCAL_MACHINE\Software\Cygwin]
+"heap_chunk_in_mb"=dword:ffffff00
+\end{sverbatim}
+
+\noindent and then execute the command \code{regedit /s moremem.reg} as
+administrator.  (If you want to change memory only for the current user
+instead of system-wide, use \code{HKEY\_CURRENT\_USER}.)
+
+
+\section{A user's guide to Web2C}
+
+\Webc{} is an integrated collection of \TeX-related programs: \TeX{}
+itself, \MF{}, \MP, \BibTeX{}, etc.  It is the heart of \TL{}.  The home
+page for \Webc{}, with the current manual and more, is
+\url{https://tug.org/web2c}.
+
+A bit of history: The original implementation was by Tomas Rokicki who,
+in 1987, developed a first \TeX{}-to-C system based on change files
+under Unix, which were primarily the original work of Howard Trickey and
+Pavel Curtis.  Tim Morgan became the maintainer of the system, and
+during this period the name changed to Web-to-C\@.  In 1990, Karl Berry
+took over the work, assisted by dozens of additional contributors, and
+in 1997 he handed the baton to Olaf Weber, who returned it to Karl in
+2006.
+
+The \Webc{} system runs on Unix, Windows, \macOS{}, and other operating
+systems. It uses Knuth's original sources for \TeX{} and other basic
+programs written in the \web{} literate programming system and
+translates them into C source code. The core \TeX{} programs handled in
+this way are:
+
+\begin{cmddescription}
+\item[bibtex]    Maintaining bibliographies.
+\item[dvicopy]   Expands virtual font references in \dvi{} files.
+\item[dvitomp]   \dvi{} to MPX (MetaPost pictures).
+\item[dvitype]   \dvi{} to human-readable text.
+\item[gftodvi]   Generic font proofsheets.
+\item[gftopk]    Generic to packed fonts.
+\item[gftype]    GF to human-readable text.
+\item[mf]        Creating typeface families.
+\item[mft]       Prettyprinting \MF{} source.
+\item[mpost]     Creating technical diagrams.
+\item[patgen]    Creating hyphenation patterns.
+\item[pktogf]    Packed to generic fonts.
+\item[pktype]    PK to human-readable text.
+\item[pltotf]    Plain text property list to TFM.
+\item[pooltype]  Display \web{} pool files.
+\item[tangle]    \web{} to Pascal.
+\item[tex]       Typesetting.
+\item[tftopl]    TFM to plain text property list.
+\item[vftovp]    Virtual font to virtual property list.
+\item[vptovf]    Virtual property list to virtual font.
+\item[weave]     \web{} to \TeX.
+\end{cmddescription}
+
+\noindent The precise functions and syntax of these programs are
+described in the documentation of the individual packages and of \Webc{}
+itself.  However, knowing a few principles governing the whole family of
+programs will help you take advantage of your \Webc{} installation.
+
+All programs honor these standard \GNU options:
+\begin{ttdescription}
+\item[-{}-help] print basic usage summary.
+\item[-{}-version] print version information, then exit.
+\end{ttdescription}
+
+And most also honor:
+\begin{ttdescription}
+\item[-{}-verbose] print detailed progress report.
+\end{ttdescription}
+
+For locating files the \Webc{} programs use the path searching library
+\KPS{} (\url{https://tug.org/kpathsea}).  This library uses a combination
+of environment variables and configuration files to optimize searching
+the (huge) collection of \TeX{} files.  \Webc{} can look at many
+directory trees simultaneously, which is useful in maintaining \TeX's
+standard distribution and local and personal extensions in distinct
+trees.  To speed up file searches, the root of each tree has a file
+\file{ls-R}, containing an entry showing the name and relative pathname
+for all files under that root.
+
+
+\subsection{Kpathsea path searching}
+\label{sec:kpathsea}
+
+Let us first describe the generic path searching mechanism of the \KPS{}
+library.
+
+We call a \emph{search path} a colon- or semicolon\hyph sepa\-rated list
+of \emph{path elements}, which are basically directory names.  A
+search path can come from (a combination of) many sources.  To look up
+a file \samp{my-file} along a path \samp{.:/dir}, \KPS{} checks each
+element of the path in turn: first \file{./my-file}, then
+\file{/dir/my-file}, returning the first match (or possibly all
+matches).
+
+In order to adapt optimally to all operating systems' conventions, on
+non-Unix systems \KPS{} can use filename separators different from
+colon (\samp{:}) and slash (\samp{/}).
+
+To check a particular path element \var{p}, \KPS{} first checks if a
+prebuilt database (see ``Filename data\-base'' on
+page~\pageref{sec:filename-database}) applies to \var{p}, i.e., if the
+database is in a directory that is a prefix of \var{p}.  If so, the path
+specification is matched against the contents of the database.
+
+Although the simplest and most common path element is a directory
+name, \KPS{} supports additional features in search paths: layered
+default values, environment variable names, config file values, users'
+home directories, and recursive subdirectory searching.  Thus, we say
+that \KPS{} \emph{expands} a path element, meaning it transforms all
+the specifications into basic directory name or names.  This is
+described in the following sections in the same order as it takes
+place.
+
+Note that if the filename being searched for is absolute or explicitly
+relative, i.e., starts with \samp{/} or \samp{./} or \samp{../},
+\KPS{} simply checks if that file exists.
+
+\ifSingleColumn
+\else
+\begin{figure*}
+\verbatiminput{examples/ex5.tex}
+\setlength{\abovecaptionskip}{0pt}
+  \caption{An illustrative configuration file sample}
+  \label{fig:config-sample}
+\end{figure*}
+\fi
+
+\subsubsection{Path sources}
+\label{sec:path-sources}
+
+A search path can come from many sources.  In the order in which
+\KPS{} uses them:
+
+\begin{enumerate}
+\item
+  A user-set environment variable, for instance, \envname{TEXINPUTS}\@.
+  Environment variables with a period and a program name appended
+  override; e.g., if \samp{latex} is the name of the program being run,
+  then \envname{TEXINPUTS.latex} will override \envname{TEXINPUTS}.
+\item
+  A program-specific configuration file, for exam\-ple, a line
+  \samp{S /a:/b} in \cmdname{dvips}'s \file{config.ps}.
+\item   A \KPS{} configuration file \file{texmf.cnf}, containing a line like
+  \samp{TEXINPUTS=/c:/d} (see below).
+\item The compile-time default.
+\end{enumerate}
+\noindent You can see each of these values for a given search path by
+using the debugging options (see ``Debugging actions'' on
+page~\pageref{sec:debugging}).
+
+\subsubsection{Config files}
+\label{sec:configfiles}
+
+\KPS{} reads \emph{runtime configuration files} named \file{texmf.cnf}
+for search path and other definitions.  The search path
+\envname{TEXMFCNF} is used to look for these files, but we do not
+recommend setting this (or any) environment variable to override the
+system directories.
+
+Instead, normal installation results in a file
+\file{.../2023/texmf.cnf}.  If you must make changes to the defaults
+(not normally necessary), this is the place to put them.  The main
+configuration file is in \file{.../2023/texmf-dist/web2c/texmf.cnf}.
+You should not edit this latter file, as your changes will be lost when
+the distributed version is updated.
+
+As an aside, if you merely wish to add a personal directory to a
+particular search path, setting an environment variable is a reasonable
+method:
+\begin{verbatim}
+  TEXINPUTS=.:/my/macro/dir:
+\end{verbatim}
+To keep the setting maintainable and portable over the years, use a
+trailing \samp{:} (\samp{;} on Windows) to insert the system paths,
+instead of trying to write them all out explicitly (see
+section~\ref{sec:default-expansion}). Another option is to use the
+\envname{TEXMFHOME} tree (see section~\ref{sec:directories}).
+
+\emph{All} \file{texmf.cnf} files in the search path will be read and
+definitions in earlier files override those in later files.  For
+example, with a search path of \verb|.:$TEXMF|, values from
+\file{./texmf.cnf} override those from \verb|$TEXMF/texmf.cnf|.
+
+\begin{itemize*}
+\item
+  Comments start with \code{\%}, either at the beginning of a line or
+  preceded by whitespace, and continue to the end of the line.
+\item
+  Blank lines are ignored.
+\item
+  A \bs{} at the end of a line acts as a continuation character,
+  i.e., the next line is appended.  Whitespace at the beginning of
+  continuation lines is not ignored.
+\item
+  Each remaining line has the form:\\
+  \hspace*{2em}\texttt{\var{variable} \textrm{[}.\var{progname}\textrm{]}
+  \textrm{[}=\textrm{]} \var{value}}\\[1pt]
+  where the \samp{=} and surrounding whitespace are optional.
+  (But if \var{value} begins with \samp{.}, it is simplest to use the
+  \samp{=} to avoid the period being interpreted as the program name
+  qualifier.)
+\item
+  The \ttvar{variable} name may contain any character other
+  than whitespace, \samp{=}, or \samp{.}, but sticking to
+  \samp{A-Za-z\_} is safest.
+\item
+  If \samp{.\var{progname}} is present, the definition only
+  applies if the program that is running is named
+  \texttt{\var{progname}} or \texttt{\var{progname}.exe}.  This allows
+  different flavors of \TeX{} to have different search paths, for
+  example.
+\item Considered as strings, \var{value} may contain any character.
+  However, in practice most \file{texmf.cnf} values are related to path
+  expansion, and since various special characters are used in expansion
+  (see section~\ref{sec:cnf-special-chars}), such as braces and commas,
+  they cannot be used in directory names.
+  
+  A \samp{;} in \var{value} is translated to \samp{:} if running under
+  Unix, in order to have a single \file{texmf.cnf} that can support both
+  Unix and Windows systems. This translation happens with any value, not
+  just search paths, but fortunately in practice \samp{;} is not needed
+  in other values.
+  
+  The \code{\$\var{var}.\var{prog}} feature is not available on the
+  right-hand side; instead, you must use an additional variable.
+  
+\item
+  All definitions are read before anything is expanded, so
+  variables can be referenced before they are defined.
+\end{itemize*}
+A configuration file fragment illustrating most of these points is
+\ifSingleColumn
+shown below:
+
+\verbatiminput{examples/ex5.tex}
+\else
+shown in figure~\ref{fig:config-sample}.
+\fi
+
+\subsubsection{Path expansion}
+\label{sec:path-expansion}
+
+\KPS{} recognizes certain special characters and constructions in
+search paths, similar to those available in Unix shells.  As a
+general example, the path
+\verb+~$USER/{foo,bar}//baz+, expands to all subdirectories under
+directories \file{foo} and \file{bar} in \texttt{\$USER}'s home
+directory that contain a directory or file \file{baz}.  These
+expansions are explained in the sections below.
+%$
+\subsubsection{Default expansion}
+\label{sec:default-expansion}
+
+If the highest-priority search path (see ``Path sources'' on
+page~\pageref{sec:path-sources}) contains an \emph{extra colon} (i.e.,
+leading, trailing, or doubled), \KPS{} inserts at that point the
+next-highest-prio\-rity search path that is defined.  If that inserted
+path has an extra colon, the same happens with the next highest.  For
+example, given an environment variable setting
+
+\begin{alltt}
+> \Ucom{setenv TEXINPUTS /home/karl:}
+\end{alltt}
+and a \code{TEXINPUTS} value from \file{texmf.cnf} of
+
+\begin{alltt}
+  .:\$TEXMF//tex
+\end{alltt}
+then the final value used for searching will be:
+
+\begin{alltt}
+  /home/karl:.:\$TEXMF//tex
+\end{alltt}
+
+Since it would be useless to insert the default value in more than one
+place, \KPS{} changes only one extra \samp{:}\ and leaves any others in
+place.  It checks first for a leading \samp{:}, then a trailing
+\samp{:}, then a doubled \samp{:}.
+
+\subsubsection{Brace expansion}
+\label{sec:brace-expansion}
+
+A useful feature is brace expansion, which means that, for instance,
+\verb+v{a,b}w+ expands to \verb+vaw:vbw+. Nesting is allowed.
+This is used to implement multiple \TeX{} hierarchies, by
+assigning a brace list to \code{\$TEXMF}.
+In the distributed \file{texmf.cnf}, a definition like this
+(simplified for this example) is made:
+\begin{verbatim}
+  TEXMF = {$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFDIST}
+\end{verbatim}
+We then use this to define, for example, the \TeX\ input path:
+\begin{verbatim}
+  TEXINPUTS = .;$TEXMF/tex//
+\end{verbatim}
+%$
+which means that, after looking in the current directory, the
+\code{\$TEXMFVAR/tex}, \code{\$TEXMFHOME/tex}, \code{\$TEXMFLOCAL/tex}
+and \code{\$TEXMFDIST/tex} trees will be searched (the
+last two using \file{ls-R} data base files).
+
+\subsubsection{Subdirectory expansion}
+\label{sec:subdirectory-expansion}
+
+Two or more consecutive slashes in a path element following a directory
+\var{d} is replaced by all subdirectories of \var{d\/}: first those
+subdirectories directly under \var{d}, then the subsubdirectories under
+those, and so on.  At each level, the order in which the directories are
+searched is \emph{unspecified}.
+
+If you specify any filename components after the \samp{//}, only
+subdirectories with matching components are included.  For example,
+\samp{/a//b} expands into directories \file{/a/1/b}, \file{/a/2/b},
+\file{/a/1/1/b}, and so on, but not \file{/a/b/c} or \file{/a/1}.
+
+Multiple \samp{//} constructs in a path are possible, but
+\samp{//} at the beginning of a path is ignored.
+
+\subsubsection{Summary of special characters in \file{texmf.cnf} files}
+\label{sec:cnf-special-chars}
+
+The following list summarizes the special characters and constructs in
+\KPS{} configuration files.
+
+% need a wider space for the item labels here.
+\newcommand{\CODE}[1]{\makebox[3em][l]{\code{#1}}}
+\begin{ttdescription}
+\item[\CODE{:}] Separator in path specification; at the beginning or
+  the end of a path, or doubled in the middle, it substitutes the
+  default path expansion.\par
+\item[\CODE{;}] Separator on non-Unix systems (acts like \code{:}).
+\item[\CODE{\$}] Variable expansion.
+\item[\CODE{\string~}] Represents the user's home directory.
+\item[\CODE{\char`\{...\char`\}}] Brace expansion.
+\item[\CODE{,}] Separates items in brace expansion.
+\item[\CODE{//}] Subdirectory expansion (can occur anywhere in
+    a path, except at its beginning).
+\item[\CODE{\%{\rm\ and }\#}] Start of comment.
+\item[\CODE{\bs}] At the end of a line, continuation character to allow
+    multi-line entries.
+\item[\CODE{!!}] Search \emph{only} database to locate file, \emph{do
+    not} search the disk.
+\end{ttdescription}
+
+Exactly when a character will be considered special or act as itself
+depends on the context in which it is used. The rules are inherent in
+the multiple levels of interpretation of the configuration (parsing,
+expansion, search, \ldots)\ and so cannot be concisely stated,
+unfortunately. There is no general escape mechanism; in particular,
+\samp{\bs} is not an ``escape character'' in \file{texmf.cnf} files.
+
+When it comes choosing directory names for installation, it is safest to
+avoid them all.
+
+\subsection{Filename databases}
+\label{sec:filename-database}
+
+\KPS{} goes to some lengths to minimize disk accesses for searches.
+Nevertheless, in the standard \TL, or at any installation with enough
+directories, searching every possible directory for a given file will
+take an excessively long time. Therefore, \KPS{} can use an
+externally-built plain text ``database'' file named \file{ls-R} that
+maps files to directories, thus avoiding the need to exhaustively search
+the disk.
+
+A second database file \file{aliases} allows you to give additional
+names to the files listed in \file{ls-R}.
+
+\subsubsection{The filename database}
+\label{sec:ls-R}
+
+As explained above, the name of the main filename database must be
+\file{ls-R}.  You can put one at the root of each \TeX{} hierarchy in
+your installation that you wish to be searched (\code{\$TEXMF} by
+default).  \KPS{} looks for
+\file{ls-R} files along the \code{TEXMFDBS} path.
+
+The recommended way to create and maintain \samp{ls-R} is to run the
+\code{mktexlsr} script included with the distribution. It is invoked
+by the various \samp{mktex}\dots\ scripts.  In principle, this script
+just runs the command
+\begin{alltt}
+cd \var{/your/texmf/root} && \path|\|ls -1LAR ./ >ls-R
+\end{alltt}
+presuming your system's \code{ls} produces the right output format
+(\GNU \code{ls} is all right).  To ensure that the database is
+always up-to-date, it is easiest to rebuild it regularly via
+\code{cron}, so that it is automatically updated when the installed
+files change, such as after installing or updating a \LaTeX{} package.
+
+If a file is not found in the database, by default \KPS{} goes ahead
+and searches the disk. If a particular path element begins with
+\samp{!!}, however, \emph{only} the database will be searched for that
+element, never the disk.
+
+
+\subsubsection{kpsewhich: Standalone path searching}
+\label{sec:invoking-kpsewhich}
+
+The \texttt{kpsewhich} program exercises path searching independent of any
+particular application.  This can be useful as a sort of \code{find}
+program to locate files in \TeX{} hierarchies (this is used heavily in
+the distributed \samp{mktex}\dots\ scripts).
+
+\begin{alltt}
+> \Ucom{kpsewhich \var{option}\dots{} \var{filename}\dots{}}
+\end{alltt}
+The options specified in \ttvar{option} start with either \samp{-}
+or \samp{-{}-}, and any unambiguous abbreviation is accepted.
+
+\KPS{} looks up each non-option argument on the command line as a
+filename, and returns the first file found. There is no option to
+return all the files with a particular name (you can run the Unix
+\samp{find} utility for that).
+
+The most common options are described next.
+
+\begin{ttdescription}
+\item[\texttt{-{}-dpi=\var{num}}]\mbox{}
+  Set the resolution to \ttvar{num}; this only affects \samp{gf}
+  and \samp{pk} lookups.  \samp{-D} is a synonym, for compatibility
+  with \cmdname{dvips}.  Default is 600.
+
+\item[\texttt{-{}-format=\var{name}}]\mbox{}\\
+  Set the format for lookup to \ttvar{name}.  By default, the
+  format is guessed from the filename. For formats which do not have
+  an associated unambiguous suffix, such as \MP{} support files and
+  \cmdname{dvips} configuration files, you have to specify the name as
+  known to \KPS{}, such as \texttt{tex} or \texttt{enc files}.  Run
+  \texttt{kpsewhich -{}-help-formats} for a list.
+
+\item[\texttt{-{}-mode=\var{string}}]\mbox{}\\
+  Set the mode name to \ttvar{string}; this only affects \samp{gf}
+  and \samp{pk} lookups.  No default: any mode will be found.
+\item[\texttt{-{}-must-exist}]\mbox{}\\
+  Do everything possible to find the files, notably including
+  searching the disk.  By default, only the \file{ls-R} database is
+  checked, in the interest of efficiency.
+\item[\texttt{-{}-path=\var{string}}]\mbox{}\\
+  Search along the path \ttvar{string} (colon-separated as usual),
+  instead of guessing the search path from the filename.  \samp{//} and
+  all the usual expansions are supported.  The options \samp{-{}-path}
+  and \samp{-{}-format} are mutually exclusive.
+\item[\texttt{-{}-progname=\var{name}}]\mbox{}\\
+  Set the program name to \texttt{\var{name}}.
+  This can affect the search paths via the \texttt{.\var{progname}}
+  feature.
+  The default is \cmdname{kpsewhich}.
+\item[\texttt{-{}-show-path=\var{name}}]\mbox{}\\
+  shows the path used for file lookups of file type \texttt{\var{name}}.
+  Either a filename extension (\code{.pk}, \code{.vf}, etc.) or a
+  name can be used, just as with \samp{-{}-format} option.
+\item[\texttt{-{}-debug=\var{num}}]\mbox{}\\
+  sets the debugging options to \texttt{\var{num}}.
+\end{ttdescription}
+
+
+\subsubsection{Examples of use}
+\label{sec:examples-of-use}
+
+Let us now have a look at \KPS{} in action.  Here's a straightforward search:
+
+\begin{alltt}
+> \Ucom{kpsewhich article.cls}
+   /usr/local/texmf-dist/tex/latex/base/article.cls
+\end{alltt}
+We are looking for the file \file{article.cls}. Since the \samp{.cls}
+suffix is unambiguous we do not need to specify that we want to look for a
+file of type \optname{tex} (\TeX{} source file directories). We find it in
+the subdirectory \file{tex/latex/base} below the \samp{texmf-dist} \TL\
+directory.  Similarly, all of the following are found without problems
+thanks to their unambiguous suffix.
+\begin{alltt}
+> \Ucom{kpsewhich array.sty}
+   /usr/local/texmf-dist/tex/latex/tools/array.sty
+> \Ucom{kpsewhich latin1.def}
+   /usr/local/texmf-dist/tex/latex/base/latin1.def
+> \Ucom{kpsewhich size10.clo}
+   /usr/local/texmf-dist/tex/latex/base/size10.clo
+> \Ucom{kpsewhich small2e.tex}
+   /usr/local/texmf-dist/tex/latex/base/small2e.tex
+> \Ucom{kpsewhich tugboat.bib}
+   /usr/local/texmf-dist/bibtex/bib/beebe/tugboat.bib
+\end{alltt}
+
+By the way, that last is a \BibTeX{} bibliography database for
+\textsl{TUGboat} articles.
+
+\begin{alltt}
+> \Ucom{kpsewhich cmr10.pk}
+\end{alltt}
+Font bitmap glyph files of type \file{.pk} are used by display
+programs like \cmdname{dvips} and \cmdname{xdvi}.  Nothing is returned in
+this case since there are no pre-generated Computer Modern \samp{.pk}
+files in \TL{}\Dash the Type~1 variants are used by default.
+\begin{alltt}
+> \Ucom{kpsewhich wsuipa10.pk}
+\ifSingleColumn   /usr/local/texmf-var/fonts/pk/ljfour/public/wsuipa/wsuipa10.600pk
+\else /usr/local/texmf-var/fonts/pk/ljfour/public/
+...                         wsuipa/wsuipa10.600pk
+\fi\end{alltt}
+For these fonts (a phonetic alphabet from the University of Washington)
+we had to generate \samp{.pk} files, and since the default \MF{} mode on
+our installation is \texttt{ljfour} with a base resolution of 600\dpi{}
+(dots per inch), this instantiation is returned.
+\begin{alltt}
+> \Ucom{kpsewhich -dpi=300 wsuipa10.pk}
+\end{alltt}
+In this case, when specifying that we are interested in a resolution
+of 300\dpi{} (\texttt{-dpi=300}) we see that no such font is available on
+the system. A program like \cmdname{dvips} or \cmdname{xdvi} would
+go off and actually build the required \texttt{.pk} files
+using the script \cmdname{mktexpk}.
+
+Next we turn our attention to \cmdname{dvips}'s header and configuration
+files.  We first look at one of the commonly used files, the general
+prologue \file{tex.pro} for \TeX{} support, before turning our attention
+to the generic configuration file (\file{config.ps}) and the \PS{} font
+map \file{psfonts.map}\Dash as of 2004, map and encoding files have
+their own search paths and new location in \dirname{texmf} trees.  As
+the \samp{.ps} suffix is ambiguous we have to specify explicitly which
+type we are considering (\optname{dvips config}) for the file
+\texttt{config.ps}.
+\begin{alltt}
+> \Ucom{kpsewhich tex.pro}
+   /usr/local/texmf/dvips/base/tex.pro
+> \Ucom{kpsewhich --format="dvips config" config.ps}
+   /usr/local/texmf/dvips/config/config.ps
+> \Ucom{kpsewhich psfonts.map}
+   /usr/local/texmf/fonts/map/dvips/updmap/psfonts.map
+\end{alltt}
+
+We now take a closer look at the URW Times \PS{} support
+files.  The prefix for these in the standard font naming scheme is
+\samp{utm}.  The first file we look at is the configuration file,
+which contains the name of the map file:
+\begin{alltt}
+> \Ucom{kpsewhich --format="dvips config" config.utm}
+   /usr/local/texmf-dist/dvips/psnfss/config.utm
+\end{alltt}
+The contents of that file is
+\begin{alltt}
+  p +utm.map
+\end{alltt}
+which points to the file \file{utm.map}, which we want to
+locate next.
+\begin{alltt}
+> \Ucom{kpsewhich utm.map}
+   /usr/local/texmf-dist/fonts/map/dvips/times/utm.map
+\end{alltt}
+This map file defines the file names of the Type~1 \PS{} fonts in
+the URW collection.  Its contents look like (we only show part of the
+lines):
+\begin{alltt}
+utmb8r  NimbusRomNo9L-Medi    ... <utmb8a.pfb
+utmbi8r NimbusRomNo9L-MediItal... <utmbi8a.pfb
+utmr8r  NimbusRomNo9L-Regu    ... <utmr8a.pfb
+utmri8r NimbusRomNo9L-ReguItal... <utmri8a.pfb
+utmbo8r NimbusRomNo9L-Medi    ... <utmb8a.pfb
+utmro8r NimbusRomNo9L-Regu    ... <utmr8a.pfb
+\end{alltt}
+Let us, for instance, take the Times Roman instance
+\file{utmr8a.pfb} and find its position in the \file{texmf} directory
+tree with a search for Type~1 font files:
+\begin{alltt}
+> \Ucom{kpsewhich utmr8a.pfb}
+\ifSingleColumn   /usr/local/texmf-dist/fonts/type1/urw/times/utmr8a.pfb
+\else   /usr/local/texmf-dist/fonts/type1/
+... urw/utm/utmr8a.pfb
+\fi\end{alltt}
+
+It should be evident from these examples how you can easily locate the
+whereabouts of a given file. This is especially important if you suspect
+that the wrong version of a file is picked up somehow, since
+\cmdname{kpsewhich} will show you the first file encountered.
+
+\subsubsection{Debugging actions}
+\label{sec:debugging}
+
+Sometimes it is necessary to investigate how a program resolves file
+references. To make this practical, \KPS{} offers various levels of
+debugging output:
+
+\begin{ttdescription}
+\item[\texttt{\ 1}] \texttt{stat} calls (disk lookups). When running
+  with an up-to-date \file{ls-R} database this should almost give no
+  output.
+\item[\texttt{\ 2}] References to hash tables (such as \file{ls-R}
+  databases, map files, configuration files).
+\item[\texttt{\ 4}] File open and close operations.
+\item[\texttt{\ 8}] General path information for file types
+  searched by \KPS. This is useful to find out where a particular
+  path for the file was defined.
+\item[\texttt{16}] Directory list for each path element (only relevant
+  for searches on disk).
+\item[\texttt{32}] File searches.
+\item[\texttt{64}] Variable values.
+\end{ttdescription}
+A value of \texttt{-1} will set all the above options; in practice,
+this is usually the most convenient.
+
+Similarly, with the \cmdname{dvips} program, by setting a combination of
+debug switches, one can follow in detail where files are being picked up
+from.  Alternatively, when a file is not found, the debug trace shows in
+which directories the program looks for the given file, so that one can
+get an indication what the problem~is.
+
+Generally speaking, as most programs call the \KPS{} library
+internally, one can select a debug option by using the
+\envname{KPATHSEA\_DEBUG} environment variable, and setting it to (a
+combination of) values as described in the above list.
+
+(Note for Windows users: it is not easy to redirect
+all messages to a file in this system. For diagnostic purposes
+you can temporarily \texttt{SET KPATHSEA\_DEBUG\_OUTPUT=err.log}).
+
+Let us consider, as an example, a small \LaTeX{} source file,
+\file{hello-world.tex}, which contains the following input.
+\begin{verbatim}
+  \documentclass{article}
+  \begin{document}
+  Hello World!
+  \end{document}
+\end{verbatim}
+This little file only uses the font \file{cmr10}, so let us look at
+how \cmdname{dvips} prepares the \PS{} file (we want to use the Type~1
+version of the Computer Modern fonts, hence the option \texttt{-Pcms}).
+\begin{alltt}
+> \Ucom{dvips -d4100 hello-world -Pcms -o}
+\end{alltt}
+In this case we have combined \cmdname{dvips}'s debug class 4 (font
+paths) with \KPS's path element expansion (see the \cmdname{dvips}
+reference manual).
+The output (slightly rearranged) appears in
+Figure~\ref{fig:dvipsdbga}.
+\begin{figure*}[tp]
+\centering
+\input{examples/ex6a.tex}
+\caption{Finding configuration files}\label{fig:dvipsdbga}
+\end{figure*}
+
+\cmdname{dvips} starts by locating its working files. First,
+\file{texmf.cnf} is found, which gives the definitions of the search
+paths for the other files, then the file database \file{ls-R} (to
+optimize file searching) and the file \file{aliases}, which makes it
+possible to declare several names (e.g., a short DOS-like 8.3 and
+a more natural longer version) for the same file.  Then \cmdname{dvips}
+goes on to find the generic configuration file \file{config.ps}
+before looking for the customization file \file{.dvipsrc} (which, in
+this case is \emph{not found}).  Finally, \cmdname{dvips} locates the
+config file for the Computer Modern \PS{} fonts \file{config.cms}
+(this was initiated with the \texttt{-Pcms} option on the \cmdname{dvips}
+command).  This file contains the list of the map files which
+define the relation between the \TeX{}, \PS{} and file system
+names of the fonts.
+\begin{alltt}
+> \Ucom{more /usr/local/texmf/dvips/cms/config.cms}
+   p +ams.map
+   p +cms.map
+   p +cmbkm.map
+   p +amsbkm.map
+\end{alltt}
+\cmdname{dvips} thus goes on to find all these files, plus the generic
+map file \file{psfonts.map}, which is always loaded (it contains
+declarations for commonly used \PS{} fonts; see the last part of
+section~\ref{sec:examples-of-use} for more details about \PS{} map
+file handling).
+
+At this point \cmdname{dvips} identifies itself to the user:
+\begin{alltt}
+This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com)
+\end{alltt}
+\ifSingleColumn
+Then it goes on to look for the prolog file \file{texc.pro}:
+\begin{alltt}\small
+kdebug:start search(file=texc.pro, must\_exist=0, find\_all=0,
+  path=.:~/tex/dvips//:!!/usr/local/texmf/dvips//:
+       ~/tex/fonts/type1//:!!/usr/local/texmf/fonts/type1//).
+kdebug:search(texc.pro) => /usr/local/texmf/dvips/base/texc.pro
+\end{alltt}
+\else
+Then it goes on to look for the prolog file \file{texc.pro} (see
+Figure~\ref{fig:dvipsdbgb}).
+\fi
+
+After having found the file in question, \cmdname{dvips} outputs
+the date and time, and informs us that it will generate the
+file \file{hello-world.ps}, then that it needs the font file
+\file{cmr10}, and that the latter is declared as ``resident'' (no
+bitmaps needed):
+\begin{alltt}\small
+TeX output 1998.02.26:1204' -> hello-world.ps
+Defining font () cmr10 at 10.0pt
+Font cmr10 <CMR10> is resident.
+\end{alltt}
+Now the search is on for the file \file{cmr10.tfm}, which is found,
+then a few more prolog files (not shown) are referenced, and finally
+the Type~1 instance \file{cmr10.pfb} of the font is located and
+included in the output file (see last line).
+\begin{alltt}\small
+kdebug:start search(file=cmr10.tfm, must\_exist=1, find\_all=0,
+  path=.:~/tex/fonts/tfm//:!!/usr/local/texmf/fonts/tfm//:
+       /var/tex/fonts/tfm//).
+kdebug:search(cmr10.tfm) => /usr/local/texmf/fonts/tfm/public/cm/cmr10.tfm
+kdebug:start search(file=texps.pro, must\_exist=0, find\_all=0,
+   ...
+<texps.pro>
+kdebug:start search(file=cmr10.pfb, must\_exist=0, find\_all=0,
+  path=.:~/tex/dvips//:!!/usr/local/texmf/dvips//:
+       ~/tex/fonts/type1//:!!/usr/local/texmf/fonts/type1//).
+kdebug:search(cmr10.pfb) => /usr/local/texmf/fonts/type1/public/cm/cmr10.pfb
+<cmr10.pfb>[1]
+\end{alltt}
+
+\subsection{Runtime options}
+
+Another useful feature of \Webc{} is its possibility to control a number
+of memory parameters (in particular, array sizes) via the runtime file
+\file{texmf.cnf} read by \KPS{}.  The memory settings can be found in
+Part~3 of that file in the \TL{} distribution. The more important
+are:
+
+\begin{ttdescription}
+\item[\texttt{main\_memory}]
+  Total words of memory available, for
+  \TeX{}, \MF{} and \MP.  You must make a new format file for each
+  different setting. For instance, you could generate a ``huge''
+  version of \TeX{}, and call the format file \texttt{hugetex.fmt}.
+  Using the standard way of specifying the program name used by \KPS{},
+  the particular value of the \texttt{main\_memory} variable will then
+  be read from \file{texmf.cnf}.
+\item[\texttt{extra\_mem\_bot}]
+  Extra space for ``large'' \TeX{} data structures:
+  boxes, glue, breakpoints, etc.  Especially useful if you use
+  \PiCTeX{}.
+\item[\texttt{font\_mem\_size}]
+  Number of words for font information available for \TeX. This
+  is more or less the total size of all TFM files read.
+\item[\texttt{hash\_extra}]
+  Additional space for the hash table of control sequence names; its
+  default value is \texttt{600000}.
+\end{ttdescription}
+
+\noindent This facility is no substitute for truly dynamic
+arrays and memory allocation, but since these are extremely difficult to
+implement in the present \TeX{} source, these runtime parameters provide
+a practical compromise allowing some flexibility.
+
+\htmlanchor{texmfdotdir}
+\subsection{\texttt{\$TEXMFDOTDIR}}
+\label{sec:texmfdotdir}
+
+In various places above, we gave various search paths starting with
+\code{.} (to search the current directory first), as in
+\begin{alltt}\small
+TEXINPUTS=.;$TEXMF/tex//
+\end{alltt}
+
+This is a simplification. The \code{texmf.cnf} file we distribute in
+\TL{} uses \filename{$TEXMFDOTDIR} instead of just \samp{.}, as in:
+\begin{alltt}\small
+TEXINPUTS=$TEXMFDOTDIR;$TEXMF/tex//
+\end{alltt}
+(In the distributed file, the second path element is also slightly more
+complicated than \filename{$TEXMF/tex//}. But that's minor; here we want
+to discuss the \filename{$TEXMFDOTDIR} feature.)
+
+The reason to use the variable \filename{$TEXMFDOTDIR} in the path
+definitions instead of simply \samp{.} is purely so that it can be
+overridden. For example, a complex document may have many source files
+arranged in many subdirectories. To handle that, you can set
+\filename{TEXMFDOTDIR} to \filename{.//} (for example, in the environment when
+you build the document) and they will all get searched. (Warning: don't
+use \filename{.//} by default; it's usually highly undesirable, and
+potentially insecure, to search through all subdirectories for an
+arbitrary document.)
+
+As another example, you may wish not to search the current directory at
+all, e.g., if you have arranged for all the files to be found via
+explicit paths. You can set \filename{$TEXMFDOTDIR} to, say,
+\filename{/nonesuch} or any nonexistent directory for this.
+
+The default value of \filename{$TEXMFDOTDIR} is just \samp{.}, as set in our
+\filename{texmf.cnf}.
+
+\htmlanchor{ack}
+\section{Acknowledgements}
+
+\TL{} is a joint effort by virtually all of the \TeX{} user groups.
+This edition of \TL{} was overseen by Karl Berry.  The other principal
+contributors, past and present, are listed below.
+
+\begin{itemize*}
+
+\item The English, German, Dutch, and Polish \TeX{} user groups
+(TUG, DANTE e.V., NTG, and GUST,
+respectively), which provide the necessary technical and administrative
+infrastructure.  Please join the \TeX\ user group near you!  (See
+\url{https://tug.org/usergroups.html}.)
+
+\item The CTAN team (\url{https://ctan.org}), which distributes
+the \TL{} images and provides the common infrastructure for package
+updates, upon which \TL{} depends.
+
+\item Nelson Beebe, for making many platforms available to \TL\
+developers, and his own comprehensive testing and unparalleled
+bibliographic efforts.
+
+\item John Bowman, for making many changes to his advanced graphics
+program Asymptote to make it work in \TL.
+
+\item Peter Breitenlohner and the \eTeX\ team for the stable foundation
+of future \TeX's, and Peter specifically for years of stellar help with
+\GNU\ autotools and keeping sources up to date.  Peter passed away in
+October 2015, and we dedicate the continuing work to his memory.
+
+\item Jin-Hwan Cho and all of the DVIPDFM$x$ team, for their
+excellent driver and responsiveness to configuration issues.
+
+\item Thomas Esser, without whose marvelous \teTeX{} package \TL{}
+would have never existed.
+
+\item Michel Goossens, who co-authored the original documentation.
+
+\item Eitan Gurari, whose \TeX4ht is used to create the \HTML{}
+version of this documentation, and who worked tirelessly to improve it
+at short notice, every year.  Eitan prematurely passed away in June
+2009, and we dedicate this documentation to his memory.
+
+\item Hans Hagen, for much testing and making his \ConTeXt\ package
+(\url{https://pragma-ade.com}) work within \TL's framework, and
+continually driving \TeX\ development.
+
+\item \Thanh, Martin Schr\"oder, and the pdf\TeX\ team
+(\url{http://pdftex.org}), for continuing enhancements of \TeX's
+abilities.
+
+\item Hartmut Henkel, for significant development contributions to
+pdf\TeX, Lua\TeX, and more.
+
+\item Shunshaku Hirata, for much original and continuing work on DVIPDFM$x$.
+
+\item Taco Hoekwater, for major renewed development efforts on MetaPost and
+(Lua)\TeX\ (\url{http://luatex.org}) itself, incorporating
+\ConTeXt\ into \TL, giving Kpathsea multi-threaded functionality, and
+much more.
+
+\item Khaled Hosny, for substantial work on \XeTeX, DVIPDFM$x$, and
+efforts with Arabic and other fonts.
+
+\item Pawe{\l} Jackowski, for the Windows installer \cmdname{tlpm},
+and Tomasz {\L}uczak, for \cmdname{tlpmgui}, used in past releases.
+
+\item Akira Kakuto, for providing the Windows
+binaries from his W32TEX and W64TEX distributions for Japanese \TeX\
+(\url{http://w32tex.org}), and many other development contributions.
+
+\item Jonathan Kew, for developing the remarkable \XeTeX{} engine and
+taking the time and trouble to integrate it in \TL{}, as well as the
+initial version of the Mac\TeX\ installer, and also for our recommended
+front-end \TeX{}works.
+
+\item Hironori Kitagawa, for maintenance of (e)p\TeX\ and related support.
+
+\item Dick Koch, for maintaining Mac\TeX\ (\url{https://tug.org/mactex})
+in very close tandem with \TL{}, and for his great good cheer in doing
+so.
+
+\item Reinhard Kotucha, for major contributions to the \TL{} 2008
+infrastructure and installer, as well as Windows research efforts, the
+\texttt{getnonfreefonts} script, and more.
+
+\item Siep Kroonenberg, also for major contributions to the \TL{} 2008
+infrastructure and installer, especially on Windows, and for the bulk of
+work updating this manual describing those features.
+
+\item Clerk Ma, for engine bug fixes and extensions.
+
+\item Mojca Miklavec, for much help with \ConTeXt, building many binary
+sets, and plenty more.
+
+\item Heiko Oberdiek, for the \pkgname{epstopdf} package and many
+others, compressing the huge \pkgname{pst-geo} data files so we could
+include them, and most of all, for his remarkable work on
+\pkgname{hyperref}.
+
+\item Phelype Oleinik, for the group-delimited \cs{input} across engines
+in 2020, and more.
+
+\item Petr Ol\v{s}ak, who coordinated and checked all the Czech and Slovak
+material very carefully.
+
+\item Toshio Oshima, for his \cmdname{dviout} previewer for Windows.
+
+\item Manuel P\'egouri\'e-Gonnard, for helping with package updates,
+documentation improvements, and \cmdname{texdoc} development.
+
+\item Fabrice Popineau, for the original Windows support in \TL{} and
+work on the French documentation.
+
+\item Norbert Preining, the principal architect of the current \TL{}
+infrastructure and installer, and also for coordinating the Debian
+version of \TL{} (together with Frank K\"uster), and doing so much work
+along the way.
+
+\item Sebastian Rahtz, for originally creating \TL{} and maintaining it
+for many years.  Sebastian passed away in March 2016, and we dedicate
+the continuing work to his memory.
+
+\item Luigi Scarso, for continuing development of MetaPost, Lua\TeX, and
+much more.
+
+\item Andreas Scherer, for \texttt{cwebbin}, the CWEB implementation
+used in \TL{}, and continuing maintenance of the original CWEB.
+
+\item Takuji Tanaka, for maintenance of (e)(u)p\TeX\ and related support.
+
+\item Tomasz Trzeciak, for wide-ranging help with Windows.
+
+\item Vladimir Volovich, for substantial help with porting and other
+maintenance issues, and especially for making it feasible to include
+\cmdname{xindy}.
+
+\item Staszek Wawrykiewicz, a principal tester for all of \TL{},
+and coordinator of the many major Polish contributions: fonts, Windows
+installation, and more.  Staszek passed away in February 2018, and we
+dedicate the continuing work to his memory.
+
+\item Olaf Weber, for his patient maintenance of \Webc\ in past years.
+
+\item Gerben Wierda, for creating and maintaining the original \macOS\
+support.
+
+\item Graham Williams, the originator of the \TeX\ Catalogue.
+
+\item Joseph Wright, for much work on making the same primitive
+functionality available across engines.
+
+\item Hironobu Yamashita, for much work on p\TeX\ and related support.
+
+\end{itemize*}
+
+Builders of the binaries:
+Marc Baudoin (\pkgname{amd64-netbsd}, \pkgname{i386-netbsd}),
+Ken Brown (\pkgname{x86\_64-cygwin}),
+Johannes Hielscher (\pkgname{aarch64-linux}),
+Akira Kakuto (\pkgname{windows}),
+Dick Koch (\pkgname{universal-darwin}),
+Mojca Miklavec (\pkgname{amd64-freebsd},
+                \pkgname{armhf-linux},
+                \pkgname{i386-freebsd},
+                \pkgname{x86\_64-darwinlegacy},
+                \pkgname{i386-solaris}, \pkgname{x86\_64-solaris},
+                \pkgname{sparc-solaris}),
+Norbert Preining (\pkgname{i386-linux},
+                  \pkgname{x86\_64-linux},
+                  \pkgname{x86\_64-linuxmusl}).
+For information on the \TL{} build process, see
+\url{https://tug.org/texlive/build.html}.
+
+Translators of this manual:
+Takuto Asakura (Japanese),
+Denis Bitouz\'e \& Patrick Bideault (French),
+Carlos Enriquez Figueras (Spanish),
+Jjgod Jiang, Jinsong Zhao, Yue Wang, \& Helin Gai (Chinese),
+Nikola Le\v{c}i\'c (Serbian),
+Marco Pallante \& Carla Maggi (Italian),
+Petr Sojka \& Jan Busa (Czech\slash Slovak),
+Boris Veytsman (Russian),
+Zofia Walczak (Polish),
+Uwe Ziegenhagen (German).  The \TL{} documentation web page
+is \url{https://tug.org/texlive/doc.html}.
+
+Of course the most important acknowledgement must go to Donald Knuth,
+first for inventing \TeX, and then for giving it to the world.
+
+
+\section{Release history}
+\label{sec:history}
+
+\subsection{Past}
+
+Discussion began in late 1993 when the Dutch \TeX{} Users Group was
+starting work on its 4All\TeX{} \CD{} for MS-DOS users, and it
+was hoped at that time to issue a single, rational, \CD{} for all
+systems. This was too ambitious a target for the time, but it did spawn
+not only the very successful 4All\TeX{} \CD{}, but also the TUG
+Technical Council working group on a \emph{\TeX{} Directory Structure}
+(\url{https://tug.org/tds}), which specified how to create consistent and
+manageable collections of \TeX{} support files. A complete draft of the
+\TDS{} was published in the December 1995 issue of \textsl{TUGboat}, and
+it was clear from an early stage that one desirable product would be a
+model structure on \CD{}. The distribution you now have is a very direct
+result of the working group's deliberations. It was also clear that the
+success of the 4All\TeX{} \CD{} showed that Unix users would benefit
+from a similarly easy system, and this is the other main strand of
+\TL.
+
+We first undertook to make a new Unix-based \TDS{} \CD{} in the autumn
+of 1995, and quickly identified Thomas Esser's \teTeX{} as the ideal
+setup, as it already had multi-platform support and was built with
+portability across file systems in mind. Thomas agreed to help, and work
+began seriously at the start of 1996. The first edition was released in
+May 1996. At the start of 1997, Karl Berry completed a major new release
+of Web2c, which included nearly all the features which Thomas Esser had
+added in \teTeX, and we decided to base the 2nd edition of the \CD{} on
+the standard \Webc, with the addition of \teTeX's \texttt{texconfig}
+script. The 3rd edition of the \CD{} was based on a major revision of
+\Webc, 7.2, by Olaf Weber; at the same time, a new revision of \teTeX
+was being made, and \TL{} included almost all of its features. The
+4th edition followed the same pattern, using a new version of \teTeX,
+and a new release of \Webc{} (7.3).  The system now included a complete
+Windows setup, thanks to Fabrice Popineau.
+
+For the 5th edition (March 2000) many parts of the \CD{} were revised
+and checked, updating hundreds of packages. Package details were stored
+in XML files. But the major change for \TL~5 was that all
+non-free software was removed. Everything in \TL{} is now intended
+to be compatible with the Debian Free Software Guidelines
+(\url{https://debian.org/intro/free}); we have done our best to check
+the license conditions of all packages, but we would very much
+appreciate hearing of any mistakes.
+
+The 6th edition (July 2001) had much more material updated. The major
+change was a new install concept: the user could select a more exact set
+of needed collections. Language-related collections were completely
+reorganized, so selecting any of them installs not only macros, fonts,
+etc., but also prepares an appropriate \texttt{language.dat}.
+
+The 7th edition of 2002 had the notable addition of \macOS{} support,
+and the usual myriad of updates to all sorts of packages and
+programs. An important goal was integration of the source back with
+\teTeX, to correct the drift apart in versions~5 and~6.
+
+\subsubsection{2003}
+
+In 2003, with the continuing flood of updates and additions, we found
+that \TL{} had grown so large it could no longer be contained on a
+single \CD, so we split it into three different distributions (see
+section~\ref{sec:tl-coll-dists}, \p.\pageref{sec:tl-coll-dists}).  In
+addition:
+
+\begin{itemize*}
+\item At the request of the \LaTeX{} team, we changed the standard
+      \cmdname{latex} and \cmdname{pdflatex} commands to now use \eTeX{} (see
+      \p.\pageref{text:etex}).
+\item The new Latin Modern fonts were included (and are recommended).
+\item Support for Alpha OSF was removed
+      (HPUX support was removed previously), since no one had (or
+      volunteered) hardware available on which to compile new binaries.
+\item Windows setup was substantially changed; for the first time
+      an integrated environment based on XEmacs was introduced.
+\item Important supplementary programs for Windows
+      (Perl, Ghost\-script, Image\-Magick, Ispell) are now installed
+      in the \TL{} installation directory.
+\item Font map files used by \cmdname{dvips}, \cmdname{dvipdfm}
+      and \cmdname{pdftex} are now generated by the new program
+      \cmdname{updmap} and installed into \dirname{texmf/fonts/map}.
+\item \TeX{}, \MF{}, and \MP{} now, by default, output most input
+      characters (32 and above) as themselves in output (e.g.,
+      \verb|\write|) files,
+      log files, and the terminal, i.e., \emph{not} translated using the
+      \verb|^^| notation.  In \TL{}~7, this translation was
+      dependent on the system locale settings; now, locale settings do
+      not influence the \TeX{} programs' behavior.  If for some reason
+      you need the \verb|^^| output, rename the file
+      \verb|texmf/web2c/cp8bit.tcx|.  (Future releases will have cleaner
+      ways to control this.)
+\item This documentation was substantially revised.
+\item Finally, since the edition numbers had grown unwieldy,
+      the version is now simply identified by the year: \TL{} 2003.
+\end{itemize*}
+
+
+\subsubsection{2004}
+
+2004 saw many changes:
+
+\begin{itemize}
+
+\item If you have locally-installed fonts which use their own
+\filename{.map} or (much less likely) \filename{.enc} support files, you
+may need to move those support files.
+
+\filename{.map} files are now searched for in subdirectories of
+\dirname{fonts/map} only (in each \filename{texmf} tree), along the
+\envname{TEXFONTMAPS} path.  Similarly, \filename{.enc} files are now
+searched for in subdirectories of \dirname{fonts/enc} only, along the
+\envname{ENCFONTS} path.  \cmdname{updmap} will attempt to warn about
+problematic files.
+
+For methods of handling this and other information, please see
+\url{https://tug.org/texlive/mapenc.html}.
+
+\item The \TK\ has been expanded with the addition of a \MIKTEX-based
+installable \CD, for those who prefer that implementation to Web2C.
+See section~\ref{sec:overview-tl} (\p.\pageref{sec:overview-tl}).
+
+\item Within \TL, the single large \dirname{texmf} tree of previous
+releases has been replaced by three: \dirname{texmf},
+\dirname{texmf-dist}, and \dirname{texmf-doc}.  See
+section~\ref{sec:tld} (\p.\pageref{sec:tld}), and the \filename{README}
+files for each.
+
+\item All \TeX-related input files are now collected in
+the \dirname{tex} subdirectory of \dirname{texmf*} trees, rather than
+having separate sibling directories \dirname{tex}, \dirname{etex},
+\dirname{pdftex}, \dirname{pdfetex}, etc.  See
+\CDref{texmf-dist/doc/generic/tds/tds.html\#Extensions}
+{\texttt{texmf-dist/doc/generic/tds/tds.html\#Extensions}}.
+
+\item Helper scripts (not meant to be invoked by users) are now located
+in a new \dirname{scripts} subdirectory of \dirname{texmf*} trees, and
+can be searched for via \verb|kpsewhich -format=texmfscripts|.  So if you have
+programs which call such scripts, they'll need to be adjusted.  See
+\CDref{texmf-dist/doc/generic/tds/tds.html\#Scripts}
+{\texttt{texmf-dist/doc/generic/tds/tds.html\#Scripts}}.
+
+\item Almost all formats leave most characters printable as
+themselves via the ``translation file'' \filename{cp227.tcx}, instead of
+translating them with the \verb|^^| notation.  Specifically, characters
+at positions 32--256, plus tab, vertical tab, and form feed are
+considered printable and not translated.  The exceptions are plain \TeX\
+(only 32--126 printable), \ConTeXt\ (0--255 printable), and the
+\OMEGA-related formats.  This default behavior is almost the same as in
+\TL\ 2003, but it's implemented more cleanly, with more possibilities
+for customization.  See \CDref{texmf-dist/doc/web2c/web2c.html\#TCX-files}
+{\texttt{texmf-dist/doc/web2c/web2c.html\#TCX-files}}.
+(By the way, with Unicode input, \TeX\ may output partial character
+sequences when showing error contexts, since it is byte-oriented.)
+
+\item \pkgname{pdfetex} is now the default engine for all formats
+except (plain) \pkgname{tex} itself.  (Of course it generates DVI
+when run as \pkgname{latex}, etc.)  This means, among other things, that
+the microtypographic features of \pkgname{pdftex} are available in
+\LaTeX, \ConTeXt, etc., as well as the \eTeX\ features
+(\OnCD{texmf-dist/doc/etex/base/}).
+
+It also means it's \emph{more important than ever} to use the
+\pkgname{ifpdf} package (works with both plain and \LaTeX) or equivalent
+code, because simply testing whether \cs{pdfoutput} or some other
+primitive is defined is not a reliable way to determine if PDF
+output is being generated.  We made this backward compatible as best we
+could this year, but next year, \cs{pdfoutput} may be defined even when
+DVI is being written.
+
+\item pdf\TeX\ (\url{http://pdftex.org}) has many new features:
+
+  \begin{itemize*}
+
+  \item \cs{pdfmapfile} and \cs{pdfmapline} provide font map support
+  from within a document.
+
+  \item Microtypographic font expansion can be used more easily.\\
+  \url{http://www.ntg.nl/pipermail/ntg-pdftex/2004-May/000504.html}
+
+  \item All parameters previously set through the special configuration
+  file \filename{pdftex.cfg} must now be set through primitives,
+  typically in \filename{pdftexconfig.tex}; \filename{pdftex.cfg} is no
+  longer supported.  Any extant \filename{.fmt} files must be redumped
+  when \filename{pdftexconfig.tex} is changed.
+
+  \item See the pdf\TeX\ manual for more: \OnCD{texmf-dist/doc/pdftex/manual/pdftex-a.pdf}.
+
+  \end{itemize*}
+
+\item The \cs{input} primitive in \cmdname{tex} (and \cmdname{mf} and
+\cmdname{mpost}) now accepts double quotes containing spaces and other
+special characters.  Typical examples:
+\begin{verbatim}
+\input "filename with spaces"   % plain
+\input{"filename with spaces"}  % latex
+\end{verbatim}
+See the Web2C manual for more: \OnCD{texmf-dist/doc/web2c}.
+
+\item enc\TeX\ support is now included within Web2C and consequently all
+\TeX\ programs, via the \optname{-enc} option\Dash \emph{only when
+formats are built}.  enc\TeX\ supports general re-encoding of input and
+output, enabling full support of Unicode (in UTF-8).  See
+\OnCD{texmf-dist/doc/generic/enctex/} and
+\url{http://olsak.net/enctex.html}.
+
+\item Aleph, a new engine combining \eTeX\ and \OMEGA, is available.
+A little information is available in \OnCD{texmf-dist/doc/aleph/base}
+and \url{https://texfaq.org/FAQ-enginedev}.  The
+\LaTeX-based format for Aleph is named \pkgname{lamed}.
+
+\item The latest \LaTeX\ release has a new version of the
+LPPL\Dash now officially a Debian-approved license.  Assorted
+other updates, see the \filename{ltnews} files in
+\OnCD{texmf-dist/doc/latex/base}.
+
+\item \cmdname{dvipng}, a new program for converting DVI to
+PNG image files, is included.  See
+\url{https://ctan.org/pkg/dvipng}.
+
+\item We reduced the \pkgname{cbgreek} package to a ``medium'' sized set
+of fonts, with the assent and advice of the author (Claudio Beccari).
+The excised fonts are the invisible, outline, and transparency ones,
+which are relatively rarely used, and we needed the space.  The full set
+is of course available from CTAN (\url{https://ctan.org/pkg/cbgreek-complete}).
+
+\item \cmdname{oxdvi} has been removed; just use \cmdname{xdvi}.
+
+\item The \cmdname{ini} and \cmdname{vir} commands (links) for
+\cmdname{tex}, \cmdname{mf}, and \cmdname{mpost} are no longer created,
+such as \cmdname{initex}.  The \cmdname{ini} functionality has been
+available through the command-line option \optname{-ini} for years now.
+
+\item \pkgname{i386-openbsd} platform support was removed.  Since the
+\pkgname{tetex} package in the BSD Ports system is available, and
+GNU/Linux and FreeBSD binaries were available, it seemed
+volunteer time could be better spent elsewhere.
+
+\item On \pkgname{sparc-solaris} (at least), you may have to set the
+\envname{LD\_LIBRARY\_PATH} environment variable to run the
+\pkgname{t1utils} programs.  This is because they are compiled with C++,
+and there is no standard location for the runtime libraries.  (This is
+not new in 2004, but wasn't previously documented.)  Similarly, on
+\pkgname{mips-irix}, the MIPSpro 7.4 runtimes are required.
+
+\end{itemize}
+
+\subsubsection{2005}
+
+2005 saw the usual huge number of updates to packages and programs.
+The infrastructure stayed relatively stable from 2004, but inevitably
+there were some changes there as well:
+
+\begin{itemize}
+
+\item New scripts \cmdname{texconfig-sys}, \cmdname{updmap-sys}, and
+      \cmdname{fmtutil-sys} were introduced, which modify the
+      configuration in the system trees.  The \cmdname{texconfig},
+      \cmdname{updmap}, and \cmdname{fmtutil} scripts now modify
+      user-specific files, under \dirname{$HOME/.texlive2005}.
+
+\item Corresponding new variables \envname{TEXMFCONFIG} and
+      \envname{TEXMFSYSCONFIG} to specify the trees where configuration
+      files (user or system, respectively) are found.  Thus, you may
+      need to move personal versions of \filename{fmtutil.cnf} and
+      \filename{updmap.cfg} to these places; another option is to
+      redefine \envname{TEXMFCONFIG} or \envname{TEXMFSYSCONFIG} in
+      \filename{texmf.cnf}. In any case the real location of these files
+      and the values of \envname{TEXMFCONFIG} and \envname{TEXMFSYSCONFIG}
+      must agree.
+      See section~\ref{sec:texmftrees}, \p.\pageref{sec:texmftrees}.
+
+\item Last year, we kept \verb|\pdfoutput| and other primitives undefined
+      for \dvi\ output, even though the \cmdname{pdfetex} program was
+      being used.  This year, as promised, we undid that compatibility
+      measure.  So if your document uses \verb|\ifx\pdfoutput\undefined|
+      to test if PDF is being output, it will need to be changed.  You
+      can use the package \pkgname{ifpdf.sty} (which works under both
+      plain \TeX\ and \LaTeX) to do this, or steal its logic.
+
+\item Last year, we changed most formats to output (8-bit) characters as
+      themselves (see previous section).  The new TCX file
+      \filename{empty.tcx} now provides an easier way to get the
+      original \verb|^^| notation if you so desire, as in:
+\begin{verbatim}
+latex --translate-file=empty.tcx yourfile.tex
+\end{verbatim}
+
+\item The new program \cmdname{dvipdfmx} is included for translation of
+      DVI to PDF; this is an actively maintained update of
+      \cmdname{dvipdfm} (which is also still available for now, though
+      no longer recommended).
+
+\item The new programs \cmdname{pdfopen} and \cmdname{pdfclose} are included
+      to allow reloading of PDF files in the Adobe Acrobat Reader without
+      restarting the program.  (Other PDF readers, notably \cmdname{xpdf},
+      \cmdname{gv}, and \cmdname{gsview}, have never suffered from this
+      problem.)
+
+\item For consistency, the variables \envname{HOMETEXMF} and
+      \envname{VARTEXMF} have been renamed to \envname{TEXMFHOME} and
+      \envname{TEXMFSYSVAR}, respectively.  There is also
+      \envname{TEXMFVAR}, which is by default user-specific.  See the
+      first point above.
+
+\end{itemize}
+
+
+\subsubsection{2006--2007}
+
+In 2006--2007, the major new addition to \TL{} was the \XeTeX{} program,
+available as the \texttt{xetex} and \texttt{xelatex} programs; see
+\url{https://scripts.sil.org/xetex}.
+
+MetaPost also received a notable update, with more planned for the
+future (\url{https://tug.org/metapost/articles}), likewise pdf\TeX{}
+(\url{https://tug.org/applications/pdftex}).
+
+The \TeX\ \filename{.fmt} (high-speed format) and the similar files for
+MetaPost and \MF\ are now stored in subdirectories of \dirname{texmf/web2c},
+instead of in the directory itself (although the directory is still
+searched, for the sake of existing \filename{.fmt}'s).  The
+subdirectories are named for the `engine' in use, such as \filename{tex}
+or \filename{pdftex} or \filename{xetex}.  This change should be
+invisible in normal use.
+
+The (plain) \texttt{tex} program no longer reads \texttt{\%\&} first
+lines to determine what format to run; it is the pure Knuthian \TeX.
+(\LaTeX\ and everything else do still read \texttt{\%\&} lines).
+
+Of course the year also saw (the usual) hundreds of other updates to
+packages and programs.  As usual, please check CTAN
+(\url{https://ctan.org}) for updates.
+
+Internally, the source tree is now stored in Subversion, with a standard
+web interface for viewing the tree, as linked from our home page.
+Although not visible in the final distribution, we expect this will
+provide a stable development foundation for future years.
+
+Finally, in May 2006 Thomas Esser announced that he would no longer be
+updating te\TeX{} (\url{https://tug.org/tetex}).  As a result, there was
+a surge of interest in \TL{}, especially among \GNU/Linux
+distributors.  (There is a new \texttt{tetex} installation scheme in
+\TL{}, which provides an approximate equivalent.)  We hope this will
+eventually translate to improvements in the \TeX\ environment for
+everyone.
+
+\subsubsection{2008}
+
+In 2008, the entire \TL{} infrastructure was redesigned and
+reimplemented.  Complete information about an installation is now stored
+in a plain text file \filename{tlpkg/texlive.tlpdb}.
+
+Among other things, this finally makes possible upgrading a \TL{}
+installation over the Internet after the initial installation, a feature
+MiK\TeX\ has provided for many years.  We expect to regularly update new
+packages as they are released to \CTAN.
+
+The major new engine Lua\TeX\ (\url{http://luatex.org}) is included;
+besides a new level of flexibility in typesetting, this provides an
+excellent scripting language for use both inside and outside of \TeX\
+documents.
+
+Support among Windows and the Unix-based platforms is now much more
+uniform.  In particular, most Perl and Lua scripts are now available on
+Windows, using the Perl internally distributed with \TL.
+
+The new \cmdname{tlmgr} script (section~\ref{sec:tlmgr}) is the
+general interface for managing \TL{} after the initial installation.
+It handles package updates and consequent regeneration of formats, map
+files, and language files, optionally including local additions.
+
+With the advent of \cmdname{tlmgr}, the \cmdname{texconfig} actions to
+edit the format and hyphenation configuration files are now disabled.
+
+The \cmdname{xindy} indexing program
+(\url{http://xindy.sourceforge.net/}) is now included on most platforms.
+
+The \cmdname{kpsewhich} tool can now report all matches for a given file
+(option \optname{-{}-all}) and limit matches to a given subdirectory
+(option \optname{-{}-subdir}).
+
+The \cmdname{dvipdfmx} program now includes functionality to extract
+bounding box information, via the command name \cmdname{extractbb}; this
+was one of the last features provided by \cmdname{dvipdfm} not in
+\cmdname{dvipdfmx}.
+
+The font aliases \filename{Times-Roman}, \filename{Helvetica}, and so on
+have been removed.  Different packages expected them to behave
+differently (in particular, to have different encodings), and there was
+no good way to resolve this.
+
+The \pkgname{platex} format has been removed, to resolve a name conflict
+with a completely different Japanese \pkgname{platex}; the
+\pkgname{polski} package is now the main Polish support.
+
+Internally, the \web\ string pool files are now compiled into the
+binaries, to ease upgrades.
+
+Finally, the changes made by Donald Knuth in his `\TeX\ tuneup of 2008'
+are included in this release.  See
+\url{https://tug.org/TUGboat/Articles/tb29-2/tb92knut.pdf}.
+
+\subsubsection{2009}
+
+In 2009, the default output format for Lua\AllTeX\ is now PDF, to take
+advantage of Lua\TeX's OpenType support, et al.  New executables named
+\code{dviluatex} and \code{dvilualatex} run Lua\TeX\ with DVI output.
+The Lua\TeX\ home page is \url{http://luatex.org}.
+
+The original Omega engine and Lambda format have been excised, after
+discussions with the Omega authors.  The updated Aleph and Lamed remain,
+as do the Omega utilities.
+
+A new release of the AMS \TypeI\ fonts is included, including Computer
+Modern: a few shape changes made over the years by Knuth in the Metafont
+sources have been integrated, and the hinting has been updated.  The
+Euler fonts have been thoroughly reshaped by Hermann Zapf (see
+\url{https://tug.org/TUGboat/Articles/tb29-2/tb92hagen-euler.pdf}).  In
+all cases, the metrics remain unchanged.  The AMS fonts home page is
+\url{https://ams.org/tex/amsfonts.html}.
+
+The new \GUI{} front end \TeX{}works is included for Windows, and also in
+Mac\TeX.  For other platforms, and more information, see the \TeX{}works
+home page, \url{https://tug.org/texworks}.  It is a cross-platform
+front-end inspired by the \macOS\ TeXShop editor, aiming at
+ease-of-use.
+
+The graphics program Asymptote is included for several platforms.  This
+implements a text-based graphics description language vaguely akin to
+MetaPost, but with advanced 3D support and other features.  Its home
+page is \url{https://asymptote.sourceforge.io}.
+
+The separate \code{dvipdfm} program has been replaced by
+\code{dvipdfmx}, which operates in a special compatibility mode under
+that name.  \code{dvipdfmx} includes CJK support and has
+accumulated many other fixes over the years since the last
+\code{dvipdfm} release.
+
+Executables for the \pkgname{cygwin} and \pkgname{i386-netbsd} platforms
+are now included, while we were advised that OpenBSD users get
+\TeX\ through their package systems, plus there were difficulties in
+making binaries that have a chance of working on more than one version.
+
+A miscellany of smaller changes: we now use \pkgname{xz} compression,
+the stable replacement for \pkgname{lzma}
+(\url{https://tukaani.org/xz/}); a literal |$| is allowed in filenames
+when it does not introduce a known variable name; the Kpathsea library
+is now multi-threaded (made use of in MetaPost); the entire \TL{} build
+is now based on Automake.
+
+Final note on the past: all releases of \TL{}, along with ancillary
+material such as \CD\ labels, are available at
+\url{ftp://tug.org/historic/systems/texlive}.
+
+
+\subsubsection{2010}
+\label{sec:2010news} % keep with 2010
+
+In 2010, the default version for PDF output is now 1.5, enabling more
+compression.  This applies to all the \TeX\ engines when used to produce
+PDF and to \code{dvipdfmx}.  Loading the \pkgname{pdf14} \LaTeX\ package
+changes back to PDF~1.4, or set |\pdfminorversion=4|.
+
+pdf\AllTeX\ now \emph{automatically} converts a requested Encapsulated
+PostScript (EPS) file to PDF, via the \pkgname{epstopdf} package, when
+and if the \LaTeX\ \code{graphics.cfg} configuration file is loaded, and
+PDF is being output.  The default options are intended to eliminate any
+chance of hand-created PDF files being overwritten, but you can also
+prevent \code{epstopdf} from being loaded at all by putting
+|\newcommand{\DoNotLoadEpstopdf}{}| (or |\def...|) before the
+\cs{documentclass} declaration.  It is also not loaded if the
+\pkgname{pst-pdf} package is used.  For more details, see the
+\pkgname{epstopdf} package documentation
+(\url{https://ctan.org/pkg/epstopdf-pkg}).
+
+A related change is that execution of a very few external commands from
+\TeX, via the \cs{write18} feature, is now enabled by default.  These
+commands are \code{repstopdf}, \code{makeindex}, \code{kpsewhich},
+\code{bibtex}, and \code{bibtex8}; the list is defined in
+\code{texmf.cnf}.  Environments which must disallow all such external
+commands can deselect this option in the installer (see
+section~\ref{sec:options}), or override the value after installation by
+running |tlmgr conf texmf shell_escape 0|.
+
+Yet another related change is that \BibTeX\ and Makeindex now refuse to
+write their output files to an arbitrary directory (like \TeX\ itself),
+by default.  This is so they can now be enabled for use by the
+restricted \cs{write18}.  To change this, the \envname{TEXMFOUTPUT}
+environment variable can be set, or the |openout_any| setting changed.
+
+\XeTeX\ now supports margin kerning along the same lines as pdf\TeX.
+(Font expansion is not presently supported.)
+
+By default, \prog{tlmgr} now saves one backup of each package updated
+(\code{tlmgr option autobackup 1}), so broken package updates can be
+easily reverted with \code{tlmgr restore}.  If you do post-install
+updates, and don't have the disk space for the backups, run \code{tlmgr
+option autobackup 0}.
+
+New programs included: the p\TeX\ engine and related utilities for
+typesetting Japanese; the \BibTeX{}U program for Unicode-enabled
+\BibTeX; the \prog{chktex} utility
+(originally from \url{http://baruch.ev-en.org/proj/chktex}) for checking
+\AllTeX\
+documents; the \prog{dvisvgm} (\url{https://dvisvgm.de})
+DVI-to-SVG translator.
+
+Executables for these new platforms are now included: \code{amd64-freebsd},
+\code{amd64-kfreebsd}, \code{i386-freebsd}, \code{i386-kfreebsd},
+\code{x86\_64-darwin}, \code{x86\_64-solaris}.
+
+A change in \TL{} 2009 that we failed to note: numerous \TeX4ht-related
+executables (\url{https://tug.org/tex4ht}) were removed from the binary
+directories.  The generic \code{mk4ht} program can be used to run any of
+the various \code{tex4ht} combinations.
+
+Finally, the \TL{} release on the \TK\ \DVD\ can no longer be run live
+(oddly enough).  A single \DVD\ no longer has enough room.  One
+beneficial side effect is that installation from the physical \DVD\ is
+much faster.
+
+\subsubsection{2011}
+
+The \macOS\ binaries (\code{universal-darwin} and
+\code{x86\_64-darwin}) now work only on Leopard or later; Panther and
+Tiger are no longer supported.
+
+The \code{biber} program for bibliography processing is included on
+common platforms.  Its development is closely coupled with the
+\code{biblatex} package, which completely reimplements the
+bibliographical facilities provided by LaTeX.
+
+The MetaPost (\code{mpost}) program no longer creates or uses
+\code{.mem} files.  The needed files, such as \code{plain.mp}, are
+simply read on every run.  This is related to supporting MetaPost as a
+library, which is another significant though not user-visible change.
+
+The \code{updmap} implementation in Perl, previously used only on
+Windows, has been revamped and is now used on all platforms.  There
+shouldn't be any user-visible changes as a result, except that it runs
+much faster.
+
+The \cmdname{initex} and \cmdname{inimf} programs were restored (but no
+other \cmdname{ini*} variants).
+
+\subsubsection{2012}
+
+\code{tlmgr} supports updates from multiple network repositories.  The
+section on multiple repositories in the \code{tlmgr help} output has
+more.
+
+The parameter \cs{XeTeXdashbreakstate} is set to~1 by default, for both
+\code{xetex} and \code{xelatex}.  This allows line breaks after
+em-dashes and en-dashes, which has always been the behavior of plain
+\TeX, \LaTeX, Lua\TeX, etc.  Existing \XeTeX\ documents which must
+retain perfect line-break compatibility will need to set
+\cs{XeTeXdashbreakstate} to~0 explicitly.
+
+The output files generated by \code{pdftex} and \code{dvips}, among
+others, can now exceed 2 gigabytes.
+
+The 35 standard PostScript fonts are included in the output of
+\code{dvips} by default, since so many different versions of them are
+extant.
+
+In the restricted \cs{write18} execution mode, set by default,
+\code{mpost} is now an allowed program.
+
+A \code{texmf.cnf} file is also found in \filename{../texmf-local},
+e.g., \filename{/usr/local/texlive/texmf-local/web2c/texmf.cnf}, if it
+exists.
+
+The \code{updmap} script reads a per-tree \code{updmap.cfg} instead of
+one global config.  This change should be invisible, unless you edited
+your updmap.cfg's directly.  The \verb|updmap --help| output has more.
+
+Platforms: \pkgname{armel-linux} and \pkgname{mipsel-linux} added;
+\pkgname{sparc-linux} and \pkgname{i386-netbsd} are no longer in the
+main distribution.
+
+\subsubsection{2013}
+
+Distribution layout: the top-level \code{texmf/} directory has been
+merged into \code{texmf-dist/}, for simplicity.  Both the
+\code{TEXMFMAIN} and \code{TEXMFDIST} Kpathsea variables now point to
+\code{texmf-dist}.
+
+Many small language collections have been merged together, to simplify
+installation.
+
+\MP: native support for PNG output and floating-point (IEEE double) has
+been added.
+
+Lua\TeX: updated to Lua 5.2, and includes a new library
+(\code{pdfscanner}) to process external PDF page content, among much
+else (see its web pages).
+
+\XeTeX\ (also see its web pages for more):
+\begin{itemize*}
+\item The HarfBuzz library is now used for font layout instead of
+ICU.  (ICU is still used to support input encodings, bidirectionality,
+and the optional Unicode line breaking.)
+\item Graphite2 and HarfBuzz are used instead of SilGraphite for Graphite
+layout.
+\item On Macs, Core Text is used instead of the (deprecated) ATSUI.
+\item Prefer TrueType/OpenType fonts to Type1 when the names are the same.
+\item Fix occasional mismatch in font finding between \XeTeX\ and
+\code{xdvipdfmx}.
+\item Support OpenType math cut-ins.
+\end{itemize*}
+
+\cmdname{xdvi}: now uses FreeType instead of \code{t1lib} for rendering.
+
+\pkgname{microtype.sty}: some support for \XeTeX\ (protrusion) and
+Lua\TeX\ (protrusion, font expansion, tracking), among other
+enhancements.
+
+\cmdname{tlmgr}: new \code{pinning} action to ease configuring multiple
+repositories; that section in \verb|tlmgr --help| has more, online at
+\url{https://tug.org/texlive/doc/tlmgr.html#MULTIPLE-REPOSITORIES}.
+
+Platforms: \pkgname{armhf-linux}, \pkgname{mips-irix},
+\pkgname{i386-netbsd}, and \pkgname{amd64-netbsd} added or revived;
+\pkgname{powerpc-aix} removed.
+
+\subsubsection{2014}
+
+2014 saw another \TeX\ tune-up from Knuth; this affected all engines,
+but the only visible change likely is the restoration of the
+\code{preloaded format} string on the banner line.  Per Knuth, this now
+reflects the format that \emph{would} be loaded by default, rather than
+an undumped format that is actually preloaded in the binary; it may be
+overridden in various ways.
+
+pdf\TeX: new warning-suppression parameter
+\cs{pdfsuppresswarningpagegroup}; new primitives for fake interword
+spaces to help with PDF text reflowing: \cs{pdfinterwordspaceon},
+\cs{pdfinterwordspaceoff}, \cs{pdffakespace}.
+
+Lua\TeX: Notable changes and fixes were made to font loading and
+hyphenation. The biggest addition is a new engine variant,
+\code{luajittex} and its siblings \code{texluajit} and
+\code{texluajitc}. This uses a just-in-time Lua compiler (detailed
+\textsl{TUGboat} article at
+\url{https://tug.org/TUGboat/tb34-1/tb106scarso.pdf}). \code{luajittex}
+is still in development, is not available on all platforms, and is
+considerably less stable than \code{luatex}. Neither we nor its
+developers recommend using it except for the specific purpose of
+experimenting with jit on Lua code.
+
+\XeTeX: The same image formats are now supported on all platforms
+(including Mac); avoid Unicode compatibility decomposition fallback (but
+not other variants); prefer OpenType to Graphite fonts, for
+compatibility with previous \XeTeX\ versions.
+
+\MP: A new numbersystem \code{decimal} is supported, along with a
+companion internal \code{numberprecision}; a new definition of
+\code{drawdot} in \filename{plain.mp}, per Knuth; bug fixes in
+SVG and PNG output, among others.
+
+The \cmdname{pstopdf} \ConTeXt\ utility will be removed as a standalone
+command at some point after the release, due to conflicts with OS
+utilities of the same name.  It can still (and now) be invoked as
+\code{mtxrun --script pstopdf}.
+
+\cmdname{psutils} has been substantially revised by a new maintainer.
+As a result, several seldom-used utilities (\code{fix*}, \code{getafm},
+\code{psmerge}, \code{showchar}) are now only in the \dirname{scripts/}
+directory rather than being user-level executables (this can be reversed
+if it turns out to be problematic).  A new script, \code{psjoin}, has
+been added.
+
+The Mac\TeX\ redistribution of \TL\ (section~\ref{sec:macosx}) no
+longer includes the optional Mac-only packages for the Latin Modern and
+\TeX\ Gyre fonts, since it is easy enough for individual users to make
+them available to the system.  The \cmdname{convert} program from
+ImageMagick has also been excised, since \TeX4ht (specifically
+\code{tex4ht.env}) now uses Ghostscript directly.
+
+The \pkgname{langcjk} collection for Chinese, Japanese, and Korean
+support has been split into individual language collections for the sake
+of more moderate sizes.
+
+Platforms: \pkgname{x86\_64-cygwin} added, \pkgname{mips-irix} removed;
+Microsoft no longer supports Windows XP, so our programs may
+start failing there at any time.
+
+\subsubsection{2015}
+
+\LaTeXe\ now incorporates, by default, changes previously included only
+by explicitly loading the \pkgname{fixltx2e} package, which is now a
+no-op.  A new \pkgname{latexrelease} package and other mechanisms allow
+for controlling what is done.  The included \LaTeX\ News \#22 and
+``\LaTeX\ changes'' documents have details.  Incidentally, the
+\pkgname{babel} and \pkgname{psnfss} packages, while core parts of
+\LaTeX, are maintained separately and are not affected by these changes
+(and should still work).
+
+Internally, \LaTeXe\ now includes Unicode-related engine configuration
+(what characters are letters, naming of primitives, etc.) which was
+previously part of \TL.  This change is intended to be invisible
+to users; a few low-level internal control sequences have been renamed
+or removed, but the behavior should be just the same.
+
+pdf\TeX: Support JPEG Exif as well as JFIF; do not
+emit a warning if \cs{pdfinclusionerrorlevel} is negative; sync
+with \prog{xpdf}~3.04.
+
+Lua\TeX: New library \pkgname{newtokenlib} for scanning tokens; bug
+fixes in the \code{normal} random number generator and other places.
+
+\XeTeX: Image handling fixes; \prog{xdvipdfmx} binary looked for first
+as a sibling to \prog{xetex}; internal \code{XDV} opcodes changed.
+
+MetaPost: New numbersystem \code{binary}; new Japanese-enabled
+\prog{upmpost} and \prog{updvitomp} programs, analogous to
+\prog{up*tex}.
+
+Mac\TeX:\ Updates to the included Ghostscript package for CJK
+support.  The \TeX\ Distribution Preference Pane now works in Yosemite
+(\macOS~10.10).  Resource-fork font suitcases (generally without an
+extension) are no longer supported by \XeTeX; data-fork suitcases
+(\code{.dfont}) remain supported.
+
+Infrastructure: The \prog{fmtutil} script has been reimplemented to read
+\filename{fmtutil.cnf} on a per-tree basis, analogous to \prog{updmap}.
+Web2C \prog{mktex*} scripts (including \prog{mktexlsr}, \prog{mktextfm},
+\prog{mktexpk}) now prefer programs in their own directory, instead of
+always using the existing \envname{PATH}.
+
+Platforms: \pkgname{*-kfreebsd} removed, since \TL\ is now easily
+available through the system platform mechanisms.
+Support for some additional platforms is available as custom binaries
+(\url{https://tug.org/texlive/custom-bin.html}).  In addition, some
+platforms are now omitted from the \DVD\ (simply to save space), but can
+be installed normally over the net.
+
+% 

+\subsubsection{2016}
+
+Lua\TeX: Sweeping changes to primitives, both renames and removals,
+along with some node structure rearrangements.  The changes are
+summarized in an article by Hans Hagen, ``Lua\TeX\ 0.90 backend changes
+for PDF and more''
+(\url{https://tug.org/TUGboat/tb37-1/tb115hagen-pdf.pdf}); for all the
+details, see the Lua\TeX\ manual,
+\OnCD{texmf-dist/doc/luatex/base/luatex.pdf}.
+
+Metafont: New highly experimental sibling programs MFlua and MFluajit,
+integrating Lua with \MF, for trial testing purposes.
+
+MetaPost: Bug fixes and internal preparations for MetaPost 2.0.
+
+\code{SOURCE\_DATE\_EPOCH} support in all engines except Lua\TeX\ (which
+will come in the next release) and original \code{tex} (intentionally
+omitted): if the environment variable \code{SOURCE\_DATE\_EPOCH} is set,
+its value is used for timestamps in the PDF output.  If
+\code{SOURCE\_DATE\_EPOCH\_TEX\_PRIMITIVES} is also set, the
+\code{SOURCE\_DATE\_EPOCH} value is used to initialize the \TeX\
+primitives \cs{year}, \cs{month}, \cs{day}, \cs{time}.  The pdf\TeX\
+manual has examples and details.
+
+pdf\TeX: new primitives \cs{pdfinfoomitdate}, \cs{pdftrailerid},
+\cs{pdfsuppressptexinfo}, to control values appearing in the output
+which normally change with each run.  These features are for PDF output
+only, not DVI.
+
+Xe\TeX: New primitives \cs{XeTeXhyphenatablelength},
+\cs{XeTeXgenerateactualtext},\\ \cs{XeTeXinterwordspaceshaping},
+\cs{mdfivesum}; character class limit increased to 4096; DVI id byte
+incremented.
+
+Other utilities:
+\begin{itemize*}
+\item \code{gregorio} is a new program, part of the \code{gregoriotex}
+package for typesetting Gregorian chant scores; it is included in
+\code{shell\_escape\_commands} by default.
+
+\item \code{upmendex} is an index creation program, mostly compatible
+with \code{makeindex}, with support for Unicode sorting, among other
+changes.
+
+\item \code{afm2tfm} now makes only accent-based height adjustments
+upward; a new option \code{-a} omits all adjustments.
+
+\item \code{ps2pk} can handle extended PK/GF fonts.
+\end{itemize*}
+
+Mac\TeX:\ The \TeX\ Distribution Preference Pane is gone; its
+functionality is now in \TL\ Utility; bundled GUI applications
+upgraded; new script \code{cjk-gs-integrate} to be run by users who wish
+to incorporate various CJK fonts into Ghostscript.
+
+Infrastructure: System-level \code{tlmgr} configuration file supported;
+verify package checksums; if GPG is available, verify signature of
+network updates.  These checks happen with both the installer and
+\code{tlmgr}.  If GPG is not available, updates proceed as usual.
+
+Platforms: \code{alpha-linux} and \code{mipsel-linux} removed.
+
+% 

+\subsubsection{2017}
+
+Lua\TeX: More callbacks, more typesetting control, more access to
+internals; \code{ffi} library for dynamic code loading added on some
+platforms.
+
+pdf\TeX: Environment variable |SOURCE_DATE_EPOCH_TEX_PRIMITIVES| from
+last year renamed to |FORCE_SOURCE_DATE|, with no changes in
+functionality; if the \cs{pdfpageattr} token list contains the string
+\code{/MediaBox}, omit output of the default \code{/MediaBox}.
+
+Xe\TeX: Unicode/OpenType math now based on HarfBuzz's MATH table support;
+some bug fixes.
+
+Dvips: Make the last papersize special win, for consistency with
+\code{dvipdfmx} and package expectations; the \code{-L0} option (\code{L0}
+config setting) restores the previous behavior of the first special
+winning.
+
+ep\TeX, eup\TeX: New primitives \cs{pdfuniformdeviate},
+\cs{pdfnormaldeviate}, \cs{pdfrandomseed}, \cs{pdfsetrandomseed},
+\cs{pdfelapsedtime}, \cs{pdfresettimer}, from pdf\TeX.
+
+Mac\TeX:\ As of this year, only \macOS\ releases for which Apple still
+releases security patches will be supported in Mac\TeX, under the
+platform name |x86_64-darwin|; currently this means Yosemite,
+El~Capitan, and Sierra (10.10 and newer). Binaries for older \macOS\
+versions are not included in Mac\TeX, but are still available in \TL\
+(|x86_64-darwinlegacy|, \code{i386-darwin}, \code{powerpc-darwin}).
+
+Infrastructure: The \envname{TEXMFLOCAL} tree is now searched before
+\envname{TEXMFSYSCONFIG} and \envname{TEXMFSYSVAR} (by default); the
+hope is that this will better match expectations of local files
+overriding system files.  Also, \code{tlmgr} has a new mode \code{shell}
+for interactive and scripted use, and a new action \code{conf auxtrees}
+to easily add and remove extra trees.
+
+\code{updmap} and \code{fmtutil}: These scripts now give a warning when
+invoked without explicitly specifying either so-called system mode
+(\code{updmap-sys}, \code{fmtutil-sys}, or option \code{-sys}), or user
+mode (\code{updmap-user}, \code{fmtutil-user}, or option \code{-user}).
+The hope is that this will reduce the perennial problem of invoking user
+mode by accident and thus losing future system updates.  See
+\url{https://tug.org/texlive/scripts-sys-user.html} for details.
+
+\code{install-tl}: Personal paths such as \envname{TEXMFHOME} are now
+set to Mac\TeX\ values (|~/Library/...|)\ by default on Macs.  New
+option \code{-init-from-profile} to start an installation with the
+values from a given profile; new command \code{P} to explicitly save a
+profile; new profile variable names (but previous ones are still
+accepted).
+
+Sync\TeX: the name of the temporary file now looks like
+\code{foo.synctex(busy)}, instead of \code{foo.synctex.gz(busy)}
+(no~\code{.gz}). Front-ends and build systems that want to remove temp
+files may need adjusting.
+
+Other utilities: \code{texosquery-jre8} is a new cross-platform program
+for retrieving locale and other OS information from a \TeX\ document; it
+is included in |shell_escape_commands| by default for restricted
+shell execution. (Older JRE versions are supported by texosquery, but
+cannot be enabled in restricted mode, as they are no longer supported by
+Oracle, even for security issues.)
+
+Platforms: See Mac\TeX\ entry above; no other changes.
+
+% 

+\subsubsection{2018}
+
+Kpathsea: Case-insensitive filename matching now done by default in
+non-system directories; set \code{texmf.cnf} or environment variable
+\code{texmf\_casefold\_search} to~\code{0} to disable.
+Full details in the Kpathsea manual (\url{https://tug.org/kpathsea}).
+
+ep\TeX, eup\TeX: New primitive \cs{epTeXversion}.
+
+Lua\TeX: Preparation for moving to Lua 5.3 in 2019: a binary
+\code{luatex53} is available on most platforms, but must be renamed to
+\code{luatex} to be effective. Or use the \ConTeXt\ Garden
+(\url{https://wiki.contextgarden.net}) files; more information there.
+
+MetaPost: Fixes for wrong path directions, TFM and PNG output.
+
+pdf\TeX: Allow encoding vectors for bitmap fonts; current directory not
+hashed into PDF ID; bug fixes for \cs{pdfprimitive} and related.
+
+Xe\TeX: Support \code{/Rotate} in PDF image inclusion; exit nonzero if
+the output driver fails; various obscure UTF-8 and other primitive
+fixes.
+
+Mac\TeX:\ See version support changes below. In addition, the files
+installed in \code{/Applications/TeX/} by Mac\TeX\ have been reorganized for
+greater clarity; now this location contains four GUI programs (BibDesk,
+LaTeXiT, \TL\ Utility, and TeXShop) at the top level and folders
+with additional utilities and documentation.
+
+\code{tlmgr}: new front-ends \code{tlshell} (Tcl/Tk) and
+\code{tlcockpit} (Java); JSON output; \code{uninstall} now a synonym
+for \code{remove}; new action/option \code{print-platform-info}.
+
+Platforms:
+\begin{itemize*}
+\item 
+Removed: \code{armel-linux}, \code{powerpc-linux}.
+
+\item \code{x86\_64-darwin} supports 10.10--10.13
+(Yosemite, El~Capitan, Sierra, and High~Sierra).
+
+\item \code{x86\_64-darwinlegacy} supports 10.6--10.10 (though
+\code{x86\_64-darwin} is preferred for 10.10).  All support for 10.5
+(Leopard) is gone, that is, both the \code{powerpc-darwin} and
+\code{i386-darwin platforms} have been removed.
+
+\item Windows: XP is no longer supported.
+\end{itemize*}
+
+% 

+\subsubsection{2019}
+
+Kpathsea: More consistent brace expansion and path splitting; new
+variable \code{TEXMFDOTDIR} instead of hard-coded \code{.}\ in paths
+allows for easily searching additional or sub-directories (see comments
+in \code{texmf.cnf}).
+
+ep\TeX, eup\TeX: New primitives \cs{readpapersizespecial} and
+\cs{expanded}.
+
+Lua\TeX: Lua 5.3 now used, with concomitant arithmetic and interface changes.
+The homegrown library pplib is used to read pdf files, thus
+eliminating the dependency on poppler (and the need for C++);
+Lua interface changed accordingly.
+
+MetaPost: \code{r-mpost} command name recognized as an
+alias for invocation with the \code{-{}-restricted} option, and added to
+the list of restricted commands available by default.
+Minimum precision now 2 for decimal and binary mode.
+Binary mode no longer available in MPlib but still available in
+standalone MetaPost.
+
+pdf\TeX: New primitive \cs{expanded}; if new primitive parameter
+\cs{pdfomitcharset} is set to 1, the \code{/CharSet} string
+omitted from the PDF output, since it cannot feasibly be guaranteed
+correct, as required by PDF/A-2 and PDF/A-3.
+
+Xe\TeX: New primitives \cs{expanded},
+\cs{creationdate},
+\cs{elapsedtime},
+\cs{filedump}, 
+\cs{filemoddate}, 
+\cs{filesize}, 
+\cs{resettimer}, 
+\cs{normaldeviate}, 
+\cs{uniformdeviate}, 
+\cs{randomseed}; extend \cs{Ucharcat} to produce active
+characters.
+
+\code{tlmgr}: Support \code{curl} as a download program;
+   use \code{lz4} and gzip before \code{xz} for local backups, if available;
+   prefer system-provided binaries over binaries provided with \TL\ for
+   compressor and download programs, unless the environment variable
+   \code{TEXLIVE\_PREFER\_OWN} is set.
+
+\code{install-tl}: New option \code{-gui} (with no argument) is the
+default on Windows and Macs, and invokes a new Tcl/TK GUI (see
+sections~\ref{sec:basic} and~\ref{sec:graphical-inst}).
+
+Utilities:
+\begin{itemize*}
+\item \code{cwebbin} (\url{https://ctan.org/pkg/cwebbin}) is now the CWEB
+implementation in \TL, with support for more language dialects,
+and including the \code{ctwill} program to make mini-indexes.
+
+\item \code{chkdvifont}: report font information from \dvi{} files, also
+from tfm/ofm, vf, gf, pk.
+
+\item \code{dvispc}: make a DVI file page-independent with respect to specials.
+\end{itemize*}
+
+Mac\TeX:\ \code{x86\_64-darwin} now supports 10.12 and higher (Sierra,
+High Sierra, Mojave); \code{x86\_64-darwinlegacy} still supports 10.6
+and newer. The spell checker Excalibur is no longer included, since it
+requires 32-bit support.
+
+Platforms: removed \code{sparc-solaris}.
+
+% 

+\subsubsection{2020}
+
+General: \begin{itemize}
+\item The \cs{input} primitive in all \TeX\ engines, including
+\texttt{tex}, now also accepts a group-delimited filename argument, as a
+system-dependent extension. The usage with a standard
+space/token-delimited filename is completely unchanged. The
+group-delimited argument was previously implemented in Lua\TeX; now it
+is available in all engines. ASCII double quote characters (\texttt{"})
+are removed from the filename, but it is otherwise left unchanged after
+tokenization. This does not currently affect \LaTeX's \cs{input} command,
+as that is a macro redefinition of the standard \cs{input} primitive.
+
+\item New option \optname{-{}-cnf-line} for \texttt{kpsewhich}, \texttt{tex},
+\texttt{mf}, and all other engines, to support arbitrary configuration
+settings on the command line.
+
+\item The addition of various primitives to various engines in this and
+previous years is intended to result in a common set of functionality
+available across all engines (\textsl{\LaTeX\ News \#31},
+\url{https://latex-project.org/news}).
+
+\end{itemize}
+
+ep\TeX, eup\TeX: New primitives \cs{Uchar}, \cs{Ucharcat},
+\cs{current(x)spacingmode}, \cs{ifincsname}; revise \cs{fontchar??} and
+\cs{iffontchar}. For eup\TeX\ only: \cs{currentcjktoken}.
+
+Lua\TeX: Integration with HarfBuzz library, available as new engines
+\texttt{luahbtex} (used for \texttt{lualatex}) and \texttt{luajithbtex}.
+New primitives: \cs{eTeXgluestretchorder}, \cs{eTeXglueshrinkorder}.
+
+pdf\TeX: New primitive \cs{pdfmajorversion}; this merely changes the
+version number in the PDF output; it has no effect on any PDF content.
+\cs{pdfximage} and similar now search for image files in the same way as
+\cs{openin}.
+
+p\TeX: New primitives \cs{ifjfont}, \cs{iftfont}. Also in ep\TeX,
+up\TeX, eup\TeX.
+
+Xe\TeX: Fixes for \cs{Umathchardef}, \cs{XeTeXinterchartoks}, \cs{pdfsavepos}.
+
+Dvips: Output encodings for bitmap fonts, for better copy/paste
+capabilities
+(\url{https://tug.org/TUGboat/tb40-2/tb125rokicki-type3search.pdf}).
+
+Mac\TeX:\ Mac\TeX\ and \texttt{x86\_64-darwin} now require 10.13 or
+higher (High~Sierra, Mojave, and Catalina);
+\texttt{x86\_64-darwinlegacy} supports 10.6 and newer. Mac\TeX\ is
+notarized and command line programs have hardened runtimes, as now
+required by Apple for install packages. BibDesk and \TL\ Utility
+are not in Mac\TeX\ because they are not notarized, but a
+\filename{README} file lists urls where they can be obtained.
+
+\code{tlmgr} and infrastructure: \begin{itemize*}
+\item Automatically retry (once) packages that fail to download.
+\item New option \texttt{tlmgr check texmfdbs},
+to check consistency of \texttt{ls-R} files and \texttt{!!}\
+specifications for each tree.
+\item Use versioned filenames for the package containers, as in
+\texttt{tlnet/archive/\textsl{pkgname}.rNNN.tar.xz}; should be
+invisible to users, but a notable change in distribution.
+\item \texttt{catalogue-date} information no longer propagated from the
+\TeX~Catalogue, since it was often unrelated to package updates.
+\end{itemize*}
+
+% 

+\subsubsection{2021}
+
+General: \begin{itemize}
+\item Donald Knuth's changes for his 2021 tuneup of \TeX\ and Metafont are
+incorporated
+(\url{https://tug.org/TUGboat/tb42-1/tb130knuth-tuneup21.pdf}). They are
+also available on CTAN as the \code{knuth-dist} and \code{knuth-local}
+packages. As expected, the fixes are for obscure cases and do not affect
+any behavior in practice.
+
+\item Except in original \TeX: if \cs{tracinglostchars} is set to 3 or
+more, missing characters will result in an error, not just a message in
+the log file, and the missing character code will be shown in hex.
+
+\item Except in original \TeX: a new integer parameter
+\cs{tracingstacklevels}, if positive, and \cs{tracingmacros}
+is also positive, causes a prefix indicating the macro expansion depth
+to be output on each relevant log line (e.g., |~..| at depth 2).
+Also, macro logging is truncated at a depth $\ge$ the parameter value.
+
+\end{itemize}
+
+Aleph: The Aleph-based \LaTeX\ format, named \code{lamed}, has been
+removed. The \code{aleph} binary itself is still included and supported.
+
+Lua\TeX: \begin{itemize*}
+\item Lua 5.3.6.
+\item Callback for nesting level used in \cs{tracingmacros}, as
+generalized variant of the new \cs{tracingstacklevels}.
+\item Mark math glyphs as protected to prevent processing as text.
+\item Removed width/ic compensation for traditional math code path.
+\end{itemize*}
+
+MetaPost: \begin{itemize*}
+\item |SOURCE_DATE_EPOCH| environment variable support for reproducible output.
+\item Avoid wrong final \texttt{\%} in \texttt{mpto}.
+\item Document \texttt{-T} option, other fixes to manual.
+\item Value of \texttt{epsilon} changed in binary and decimal modes, so
+|mp_solve_rising_cubic| works as expected.
+\end{itemize*}
+
+pdf\TeX{}: \begin{itemize*}
+\item New primitives \cs{pdfrunninglinkoff} and
+\cs{pdfrunninglinkon}; e.g., for disabling generation of links in
+headers and footers.
+\item Warn instead of aborting when ``\cs{pdfendlink} ended up in
+different nesting level than \cs{pdfstartlink}''.
+\item Dump \cs{pdfglyphtounicode} assignments in \texttt{fmt} file.
+\item Source: \texttt{poppler} support removed, as it was too hard to
+keep in sync with upstream. In native TL, pdf\TeX\ has always used
+\texttt{libs/xpdf}, which is cut-down and adapted code from \texttt{xpdf}.
+\end{itemize*}
+
+Xe\TeX{}: Fixes for math kerning.
+
+Dvipdfmx: \begin{itemize*}
+\item Ghostscript is now invoked safely by default; to override
+    (assuming all input files are trusted), use
+    \verb|-i dvipdfmx-unsafe.cfg|. To use PSTricks with \XeTeX, this is
+    required, as in:
+    \verb|xetex -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E" ...|
+\item If an image file is not found, exit with bad status.
+\item Extended special syntax for color support.
+\item Specials for manipulating |ExtGState|.
+\item Compatibility specials \code{pdfcolorstack} and \code{pdffontattr}.
+\item Experimental support for \code{dviluatex}'s extended |fnt_def|.
+\item Support new feature of virtual font to fallback Japanese font definition.
+\end{itemize*}
+
+Dvips: \begin{itemize*}
+\item Default PostScript document title is now the basename of the input
+file, and can be overridden with the new option \texttt{-title}.
+\item If an \texttt{.eps} or other image file is not found, exit with bad
+status.
+\item Support new feature of virtual font to fallback Japanese font definition.
+\end{itemize*}
+
+Mac\TeX{}: Mac\TeX{} and its new binary folder \texttt{universal-darwin} now
+require \macOS\ 10.14 or higher (Mojave, Catalina, and Big~Sur); the
+|x86_64-darwin| binary folder is no longer present. The
+|x86_64-darwinlegacy| binary folder, available only with the Unix
+\texttt{install-tl}, supports 10.6 and newer.
+
+This is an important year for the Macintosh because Apple introduced
+ARM machines in November and will sell and support both ARM and Intel
+machines for many years. All programs in \texttt{universal-darwin} have
+executable code for both ARM and Intel. Both binaries are compiled from
+the same source code.
+
+The additional programs Ghostscript, LaTeXiT, \TeX{} Live Utility, and
+TeXShop are all universal and are signed with a hardened runtime, so all
+are included in Mac\TeX{} this year.
+
+\code{tlmgr} and infrastructure: \begin{itemize*}
+\item keep only one backup of the main repository's \texttt{texlive.tlpdb}.
+\item even more portability across systems and Perl versions.
+\item \texttt{tlmgr info} reports new \texttt{lcat-*} and \texttt{rcat-*}
+fields for local vs. remote Catalogue data.
+\item full logging of subcommands moved to new log file
+\texttt{texmf-var/web2c/tlmgr-commands.log}.
+\end{itemize*}
+
+% 

+\subsubsection{2022}
+
+General: \begin{itemize}
+\item New engine \code{hitex}, which outputs its own HINT format,
+designed especially for reading technical documents on mobile devices.
+HINT viewers for GNU/Linux, Windows, and Android are available
+separately from \TL.
+
+\item \code{tangle}, \code{weave}: support optional third argument to
+specify output file.
+
+\item Knuth's program \code{twill} for making mini-indexes for original
+\texttt{WEB} programs now included.
+
+\end{itemize}
+
+Cross-engine extensions (except in original \TeX{}, Aleph, and hi\TeX{}):
+\begin{itemize}
+\item New primitive \cs{showstream} to redirect \cs{show} output to a file.
+\item New primitives \cs{partokenname} and \cs{partokencontext} allow
+overriding the name of the \cs{par} token emitted at blank lines, the
+end of vboxes, etc.
+\end{itemize}
+
+ep\TeX{}, eup\TeX{}: \begin{itemize*}\raggedright
+\item New primitives: \cs{lastnodefont}, \cs{suppresslongerror},
+\cs{suppressoutererror}, \cs{suppressmathparerror}.
+\item pdf\TeX{} extension \cs{vadjust pre} now available.
+\end{itemize*}
+
+Lua\TeX{}: \begin{itemize*}
+\item Support structured destinations from PDF 2.0.
+\item PNG /Smask for PDF 2.0.
+\item Variable font interface for \code{luahbtex}.
+\item Different radical style defaults in mathdefaultsmode.
+\item Optionally block selected discretionary creation.
+\item Improvements for TrueType fonts implementation.
+\item More efficient \cs{fontdimen} allocation.
+\item Ignore paragraphs with only a local \code{par} node followed by direction
+synchronization nodes.
+\end{itemize*}
+
+MetaPost: Bug fix for infinite macro expansion.
+
+pdf\TeX{}: \begin{itemize*}\raggedright
+\item Support structured destinations from PDF 2.0.
+\item For letterspaced fonts, use explicit \cs{fontdimen}6 if specified.
+\item Always start a warning at the beginning of a line.
+\item For characters with autokern (\cs{pdfappendkern} and
+\cs{pdfprependkern}), still do protrusion; likewise, autokern
+both implicit and explicit hyphens.
+\end{itemize*}
+
+p\TeX{}\ et al.: \begin{itemize*}
+\item Major update of p\TeX{} to 4.0.0 to better support current \LaTeX{}.
+\item New primitives \cs{ptexlineendmode} and \cs{toucs}.
+\item \cs{ucs} (formerly available in uptex, euptex) now
+available also in p\TeX\ and ep\TeX.
+\item Distinguish 8-bit characters and Japanese characters
+as discussed in a TUGboat article by Hironori Kitagawa
+(\url{https://tug.org/TUGboat/tb41-3/tb129kitagawa-char.pdf}).
+\end{itemize*}
+
+Xe\TeX{}: New wrapper scripts \texttt{xetex-unsafe} and
+\texttt{xelatex-unsafe} for simpler invocation of documents requiring
+both \XeTeX{} and PSTricks transparency operators, which is inherently
+unsafe (until and unless reimplementation in Ghostscript happens). For
+safety, use Lua\AllTeX{}.
+
+Dvipdfmx: \begin{itemize*}
+\item Support for PSTricks without requiring \texttt{-dNOSAFER}, except
+for transparency.
+\item The \texttt{-r} option to set bitmap font resolution works again.
+\end{itemize*}
+
+Dvips: By default, do not attempt automatic media adjustment for rotated
+paper sizes; the new option \texttt{--landscaperotate} re-enables.
+
+\code{upmendex}: Experimental support for Arabic and Hebrew scripts;
+improved character classification and language support.
+
+Kpathsea: First path returned from \texttt{kpsewhich -all} is now the
+same as a regular (non-all) search.
+
+\code{tlmgr} and infrastructure: \begin{itemize*}
+\item use https for \code{mirror.ctan.org} by default.
+\item use \code{TEXMFROOT} instead of \code{SELFAUTOPARENT} for easier
+relocating.
+\item \code{install-tl}: if download or installation fails for a given
+package, automatically continue and later retry (once).
+\end{itemize*}
+
+Mac\TeX{}: Mac\TeX{} and its binary folder \texttt{universal-darwin}
+require \macOS\ 10.14 or higher (Mojave, Catalina, Big~Sur, Monterey). The
+|x86_64-darwinlegacy| binary folder, available only with the Unix
+\texttt{install-tl}, supports 10.6 (Snow~Leopard) and newer.
+
+Platforms: No changes to platform support for this year (2022). However,
+for next year's release (2023), we are planning to switch the Windows
+binaries from 32-bit to 64-bit. Unfortunately we cannot feasibly support
+both simultaneously.
+
+% 

+\htmlanchor{news}
+\subsection{Present: 2023}
+\label{sec:tlcurrent}
+
+Windows:
+As announced previously, \TL{} now contains 64-bit Windows
+binaries instead of 32-bit. The new directory name is
+\texttt{bin/windows} (it did not seem right to put 64-bit binaries into a
+directory named with ``32''). We know this will cause extra
+work for Windows users, but there seemed no better alternative. See the
+separate \TL{} Windows web page
+(\url{https://tug.org/texlive/windows.html}).
+
+Cross-engine extensions (except in original \TeX{} and e-\TeX{}):
+\cs{special} followed by a new keyword
+``\texttt{shipout}'' delays expansion of the argument tokens
+until \cs{shipout} time, as with a
+non-\verb|\immediate\write|.{\raggedright\par}
+
+\noindent ep\TeX{}, eup\TeX{}:\begin{itemize*}
+\item ``Raw'' (u)ptex no longer built; (u)ptex now runs in
+e(u)ptex's compatibility mode. Same for p\TeX{} tools, listed below.
+\item New primitives: \cs{tojis}, \cs{ptextracingfonts},
+\cs{ptexfontname}.
+\item For \cs{font}, new syntax for JIS/UCS is supported.
+\end{itemize*}
+
+\noindent Lua\TeX: \begin{itemize*}
+\item new primitive \cs{variablefam} to allow math characters to keep
+their class while still letting the family adapt.
+\item improved r2l annotation areas
+\item cross-engine ``late \cs{special}'' described above.
+\end{itemize*}
+
+\noindent MetaPost: Bug fixes. \texttt{svg->dx} and \texttt{svg->dy} are now
+\texttt{double}, for better precision; \verb|mp_begin_iteration|
+updated; memory leak in \texttt{mplib} fixed.
+
+\noindent pdf\TeX{}: \begin{itemize*}
+\item new primitive \cs{pdfomitinfodict} to omit \texttt{/Info}
+dictionary completely.
+\item new primitive \cs{pdfomitprocset} to control omitting
+\texttt{/ProcSet} array: \texttt{/ProcSet} is included if this
+parameter is negative, or if this parameter is zero and pdftex is
+generating PDF~1.x output.
+\item with \cs{pdfinterwordspaceon}, if the current font's encoding
+has a \texttt{/space} character at slot 32, it is used; otherwise,
+the \texttt{/space} from the (new) default font \texttt{pdftexspace}
+is used. That default font can be overridden with the new primitive
+\cs{pdfspacefont}. This same new procedure is used for
+\cs{pdffakespace}.
+\end{itemize*}
+
+\noindent p\TeX{} et al.: \begin{itemize*}
+\item As mentioned above, \texttt{ptex} now runs \texttt{eptex} in
+compatibility mode instead of being built separately.
+
+\item p\TeX{} tools (pbibtex, pdvitype, ppltotf, ptftopl) merged into
+corresponding up\TeX{} versions, running in compatibility mode.
+\end{itemize*}
+
+\noindent Xe\TeX: bug fix for \cs{topskip} and \cs{splittopskip}
+computation when \cs{XeTeXupwardsmode} is active; the cross-engine
+``late \cs{special}'' described above.
+
+\noindent Dvipdfmx: new option \texttt{--pdfm-str-utf8} to make pdfmark and/or bookmark.
+
+\noindent \BibTeX{}u: \begin{itemize*}
+\item This Bib\TeX{} variant is mostly upward-compatible with \BibTeX,
+with much better (Unicode-based) multilingual support. It's been in
+\TL{} for some years.
+\item This year, more features to support CJK languages have been added,
+some extended from the Japanese (u)pbibtex and other programs.
+\end{itemize*}
+
+\noindent Kpathsea: Support guessing input file encodings for Unix-ish
+platforms, as on Windows; enabled for
+(\texttt{e})\texttt{p}(\texttt{la})\texttt{tex}, \texttt{pbibtex},
+\texttt{mendex}.
+
+\noindent \code{tlmgr} and infrastructure: \begin{itemize*}
+\item default to text interface on \macOS.
+\item install core packages first, retry other packages once.
+\item simplistic checks are done for enough disk space.
+\end{itemize*}
+
+\noindent Mac\TeX{}: \begin{itemize*}
+\item Mac\TeX{} and its binary folder \texttt{universal-darwin}
+require \macOS\ 10.14 or higher (Mojave, Catalina, Big~Sur, Monterey,
+Ventura). The \texttt{x86\_64-darwinlegacy} binary folder, available only
+with the Unix \texttt{install-tl}, supports 10.6 (Snow~Leopard) and
+later.
+
+\item The GUI package in Mac\TeX{} now contains \texttt{hintview}, a \macOS\
+viewer for HINT documents (created by the \texttt{hitex} and
+\texttt{hilatex} engines for mobile devices; see the Hi\TeX{} web page,
+\url{https://hint.userweb.mwn.de/hint/hitex.html}). The GUI package no
+longer installs a folder of documents, replacing them with a short
+\texttt{READ~ME} for new users and a page about \texttt{hintview}.
+
+\item The \texttt{Extras} folder of additional \TeX{} software on the DVD has
+been replaced with a document containing links to download sites.
+\end{itemize*}
+
+\noindent Platforms: \begin{itemize*}
+\item As mentioned above, the new \texttt{windows} binary directory
+contains 64-bit Windows binaries, and
+\item the \texttt{bin/win32} binary directory is gone, since we cannot
+support 32-bit and 64-bit Windows simultaneously.
+\item The \texttt{i386-cygwin} binary directory is gone, since Cygwin no
+longer supports i386.
+\end{itemize*}
+
+
+

+\subsection{Future}
+
+We intend to continue to release new versions of \TL, and would like to
+provide more documentation, more programs, an ever-improved and
+better-checked tree of macros and fonts, and anything else \TeX. This
+work is all done by volunteers in their spare time, and there is always
+more to do. Please see \url{https://tug.org/texlive/contribute.html}.
+
+Please send corrections, suggestions, and offers of help to:
+\begin{quote}
+\email{tex-live at tug.org} \\
+\url{https://tug.org/texlive}
+\end{quote}
+
+\medskip
+\noindent \textsl{Happy \TeX ing!}
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/texlive/texlive-en/archive/live-2023.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2023
===================================================================
--- trunk/Master/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2023	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/texlive/texlive-en/archive/tex-live.sty-2023	2024-02-19 21:35:59 UTC (rev 69994)
@@ -0,0 +1,463 @@
+% $Id: tex-live.sty 67184 2023-05-22 17:31:16Z karl $
+% TeX Live documentation style.  Written by many people over many years.
+% Public domain.
+%
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+\ProvidesPackage{tex-live}[2023-05-22 TeX Live Guide style]
+%
+% the bottom margin still ends up larger than the top margin;
+% maybe one of our other packages is interfering?
+\RequirePackage[a4paper,lines=47,hmargin=2.6cm,vmarginratio=5:4]{geometry}
+%
+\RequirePackage{alltt}
+\RequirePackage{array}
+\RequirePackage{colortbl}
+\RequirePackage{comment}
+\RequirePackage{float}
+\RequirePackage{graphicx}
+\RequirePackage{longtable}
+\RequirePackage{shortvrb}
+\RequirePackage[normalem]{ulem}
+\RequirePackage[obeyspaces]{url}
+\RequirePackage{xspace}
+%
+% for a proper \acro command.
+\RequirePackage{relsize}
+%\DeclareRobustCommand{\acro}[1]{\textscale{.9}{#1}\@}
+\def\acro#1{\texorpdfstring{\textscale{.9}{#1}}{#1}\@}
+%
+%% No lmodern for Russian; LM doesn't have cyrillic.
+\ifx\tldocrussion\undefined \RequirePackage{lmodern}\fi
+%
+\usepackage{textcomp}% including \textbullet
+\def\p.{p.\,}
+
+\RequirePackage{fancyvrb}
+\DefineVerbatimEnvironment{verbatim}{Verbatim}{fontsize=\normalsize}
+\DefineVerbatimEnvironment{sverbatim}{Verbatim}{fontsize=\small}
+\DefineVerbatimEnvironment{fverbatim}{Verbatim}{fontsize=\footnotesize}
+\DefineVerbatimEnvironment{boxedverbatim}
+ {Verbatim}{fontsize=\footnotesize,frame=single}
+\DefineVerbatimEnvironment{Verbatim}{Verbatim}{fontsize=\normalsize}
+\def\verbatiminput#1{\VerbatimInput[fontsize=\small]{#1}}
+\def\boxedverbatiminput#1{\VerbatimInput[frame=single,fontsize=\footnotesize]{#1}}
+\def\listinginput#1#2{\VerbatimInput[fontsize=\scriptsize,firstnumber=#1,numbers=left]{#2}}
+\MakeShortVerb\|
+%
+%
+\pagestyle{headings}
+%
+% LaTeX parameters.
+\renewcommand{\topfraction}{0.85}
+\renewcommand{\floatpagefraction}{0.86}
+\renewcommand{\textfraction}{0.1}
+\renewcommand{\abovecaptionskip}{4pt}
+\renewcommand{\belowcaptionskip}{4pt}
+\setcounter{tocdepth}{3}
+\setcounter{secnumdepth}{3}
+\setcounter{topnumber}{5}
+\setcounter{totalnumber}{5}
+%
+% linebreaking, etc.
+\hbadness=4000
+\vbadness=4000
+\emergencystretch=.1\hsize
+\relpenalty=500
+%
+\def\slash{/\penalty\z@\hskip\z at skip }
+%
+% various sorts of names
+\newcommand*{\pkgname}[1]{\textsf{#1}}% package name
+\newcommand*{\optname}[1]{\texttt{#1}}% (package,class) option name
+\newcommand*{\cmdname}[1]{\textsf{#1}}% command name
+\newcommand*{\colname}[1]{\emph{#1}}%   collection name
+\newcommand*{\dirname}[1]{\path{#1}}%   directory name
+\def\filename#1{\path{#1}}%  file name
+\newcommand*{\envname}[1]{\texttt{#1}}% environment variable name
+\newcommand{\code}[1]{\texttt{#1}}
+\newcommand{\file}[1]{\texttt{#1}}
+\newcommand{\prog}[1]{\textsf{#1}}% same as \cmdname
+\newcommand{\samp}[1]{`\texttt{#1}'\@}
+\newcommand{\var}[1]{{\sl #1}}% not \textsl, for roman not typewriter slanted.
+\newcommand{\ttvar}[1]{\texttt{\var{#1}}}
+%
+% underlined command input.
+%\def\Ucom#1{%
+%   \uline{\rule[-.2\baselineskip]{0pt}{.9\baselineskip}\ttfamily #1}}
+% bold command input
+\def\Ucom#1{{\bfseries\ttfamily #1}}
+%
+% \CDref is for url's with a #, where we need to write the target url and
+% displayed url separately in the input, due to catcode madness.
+% (We could simplify/remove this next time, I think.)
+\def\CDref#1#2{\texttt{#1}}
+%
+% \OnCD no longer has any use at all, since we don't have unpacked files
+% on the DVD and it has never worked when reading the PDF online.
+\def\OnCD#1{\path{#1}}
+% 
+% \OnCD is currently for any other reference to a file or directory in
+% the distribution.  PDF readers only open .pdf files, though, so we
+% should change this to only use \href for those.  Or more likely use
+% different macros in the source.
+%\def\OnCD#1{\href{../../../../#1}{\path{#1}}}
+%
+% \href incorrectly appends .pdf to anything without an extension; these
+% definitions using \hyper at linkurl do not, but they fail for .pdf
+% references -- which are the only ones that work anyway.  So this is
+% useless, in practice.
+%\def\CDref#1#2{\hyper at linkurl{#2}{../../../../#1}}
+%\def\OnCD#1{\hyper at linkurl{\path{#1}}{../../../../#1}}
+
+% GUI menu/button/tab sequence:
+\def\guiseq#1{\textsf{#1}}
+\def\arw{\unskip$\rightarrow$\ignorespaces}
+%
+% Special names.
+\def\dpi{$\,$dpi\xspace}
+\def\bs{{\protect\normalfont\ttfamily\char'134}}
+\DeclareRobustCommand{\cs}[1]{{\normalfont\ttfamily\char`\\#1}}
+\def\Q#1{\par\vskip6pt\leftline{#1}\par}
+\def\hyph{-}
+%
+% many abbreviations.
+\def\AllTeX{(\La\kern-.075em)\kern-.075em\TeX}
+\def\AFMtoTFM{\cmdname{AFM2TFM}\null}
+\def\bv{\emph{Baskerville}}
+\let\BV=\bv
+\newcommand{\CS}{$\mathcal{C}\kern-.1667em\lower.5ex%
+                 \hbox{$\mathcal{S}$}\kern-.075em $}
+\def\Dash{\unskip\nobreak\thinspace---\thinspace\ignorespaces}
+\def\dvicopy{\cmdname{dvicopy}}
+\def\dvidvi{\cmdname{dvidvi}}
+\def\dvips{\cmdname{dvips}}
+\def\eTeX{$\varepsilon$-\TeX}
+\def\fpTeX{\textrm{fp}\TeX\xspace}
+\def\GFtoDVI{\cmdname{GFtoDVI}\null}
+\def\GFtoPK{\cmdname{GFtoPK}\null}
+\def\GFtype{\cmdname{GFtype}}
+\def\GUI{GUI\xspace}
+\def\KPS{Kpathsea}
+% This code % is hacked from its definition of \cs{LaTeX}; it allows
+% slants (for example) to propagate into the raised (small) `A':
+\newcommand{\La}%
+   {L\kern-.36em
+        {\setbox0\hbox{T}%
+         \vbox to\ht0{\hbox{$\m at th$%
+                            \csname S@\f at size\endcsname
+                            \fontsize\sf at size\z@
+                            \math at fontsfalse\selectfont
+                            A}%
+                      \vss}%
+        }}
+\def\OMEGA{$\Omega$}
+\def\OzMF{OzMF}
+\def\OzMP{OzMP}
+\def\OzTeX{O\kern-.03em z\kern-.15em\TeX}
+\def\PKtype{\cmdname{PKtype}}
+\def\PLtoTF{\cmdname{PLtoTF}\null}
+\def\ProTeXt{pro\TeX t}
+\def\teTeX{\textrm{te}\TeX\xspace}
+\def\TeXLive{\TeX{} Live\xspace}
+\def\TFtoPL{\cmdname{TFtoPL}\null}
+\def\TK{\TeX\ Collection}
+\let\TL=\TeXLive
+\def\TypeI{Type~1}
+\def\VFtoVP{\cmdname{VFtoVP}\null}
+\def\VPtoVF{\cmdname{VPtoVF}\null}
+\def\Thanh{H\`an~Th\ifx  % get Unicode char in tex4ht's HTML output
+     \HCode\UnDef\^e\llap{\raise 0.5ex\hbox{\'{}}}\else
+     \HCode{\string&\#x1EBF;}\fi~Th\`anh}
+\def\XEmTeX{\textrm{XEm}\TeX\xspace}
+\def\XEmacs{\textrm{XEmacs}\xspace}
+\def\XeTeX{Xe\TeX}
+\def\Webc{Web2C}
+\providecommand*{\CD}{CD\xspace}
+\providecommand*{\CTAN}{CTAN\xspace}
+\providecommand*{\DVD}{DVD\xspace}
+\providecommand*{\GNU}{GNU\xspace}
+\providecommand*{\HTML}{HTML\xspace}
+\providecommand*{\ISO}{ISO\xspace}
+\providecommand*{\MacOSX}{\texorpdfstring{Mac\,OS\,X}{MacOSX}\xspace}
+\providecommand*{\macOS}{macOS\xspace}
+\providecommand*{\PS}{Post\-Script\xspace}
+\providecommand*{\TDS}{TDS\xspace}
+\providecommand*{\USB}{USB\xspace}
+\providecommand*{\dvi}{DVI\xspace}
+\providecommand*{\web}{\texttt{WEB}\xspace}
+
+% Include a png image.
+% #1 - basename of image file in ../texlive-common/, always .png
+% #2 - width for TeX
+% #3 - alt text for image; used only in html
+\def\tlpng#1#2#3{%
+  \ifnum \Status=2 % html, have to have explicit relative path in output
+    \includegraphics[alt={#3}]{../texlive-common/#1.png}%
+    %
+    % We intentionally are not specifying the size, so that the natural
+    % size of the graphic is used in the HTML output. Thus we do not
+    % get a graphics.sty warning about "cannot determine size of graphic
+    % (no BoundingBox)" on every image. Unfortunately there is no good
+    % way to eliminate that except by eliminating all LaTeX errors
+    % (\@latex at error), which does not seem like a good idea.
+  \else % not html, handled by TEXINPUTS in Makefile
+    \par
+    \centerline{\includegraphics[width=#2]{#1.png}}%
+  \fi
+}
+
+% description-like environment that uses tt instead of bf, and doesn't
+% go to the left margin.  Without the \hfil, get an underfull box.
+% Don't know why \descriptionlabel doesn't.
+%
+\newenvironment{ttdescription}
+  {\begin{list}{label must be supplied}{%
+     \itemsep=0pt  % these lists tend to have short descriptions
+     \parindent=0pt
+     \let\makelabel=\ttdescriptionlabel}}%
+  {\end{list}}
+\newcommand*\ttdescriptionlabel[1]{\hspace\labelsep
+                                   \normalfont\ttfamily #1\hfil}
+%
+% Likewise, for commands using sans serif.
+\newenvironment{cmddescription}
+  {\begin{list}{label must be supplied}{%
+     \itemsep=0pt
+     \let\makelabel=\cmddescriptionlabel}}%
+  {\end{list}}
+\newcommand*\cmddescriptionlabel[1]{\hspace\labelsep
+                                    \normalfont\sffamily #1\hfil}
+
+% General squeezed itemize/enumerate; no extra space at top or between items.
+\newenvironment{itemize*}%
+  {\begin{itemize}%
+    \setlength{\itemsep}{0pt}%
+    \setlength{\parskip}{0pt}%
+    \setlength{\topsep}{0pt}%
+    \setlength{\partopsep}{0pt}%
+  }%
+  {\end{itemize}}
+
+\newenvironment{enumerate*}%
+  {\begin{enumerate}%
+    \setlength{\itemsep}{0pt}%
+    \setlength{\parskip}{0pt}}%
+  {\end{enumerate}}
+
+\newsavebox{\wbox}
+\newenvironment{warningbox}
+ {\begin{lrbox}{\wbox}
+ \begin{minipage}{.95\textwidth}}
+ {\end{minipage}\end{lrbox}\fbox{\usebox{\wbox}}}
+%
+% lrbox is used as a representation marking. I changed it to
+% lrBox in tne source file, to get closer to logical marking
+\newsavebox{\mylrbox}
+\newenvironment{lrBox}
+ {\begin{lrbox}{\mylrbox}}
+ {\end{lrbox}}
+
+
+% emacs-page output setup
+%
+\ifx \HCode\UnDef
+  \providecommand{\Status}{0}% running TeX
+\else
+  \providecommand{\Status}{2}% running TeX4ht
+\fi
+%\typeout{Status is \Status}
+%
+\newif\ifSingleColumn
+%
+% By default, we won't be creating hyperlinks.
+\def\href#1#2{#2}
+\def\hypertarget#1#2{}
+\def\email#1{\href{mailto:#1}{\path{#1}}}  % \path comes from url
+\def\htmlanchor#1{}
+%
+\definecolor{hypercolor}{rgb}{0.5,0.0,0.5} % purplish external links.
+%
+%
+\ifcase\Status
+  % \Status = 0
+  \typeout{TeX Live documentation in DVI format}
+  \SingleColumntrue
+  \newenvironment{multicols}[1]{}{}
+ \or
+  % \Status = 1
+  \typeout{TeX Live documentation in PDF format}
+  \RequirePackage[breaklinks,
+                  colorlinks,linkcolor=hypercolor,citecolor=hypercolor,
+                    urlcolor=hypercolor,filecolor=hypercolor,
+                  bookmarksopen,
+                  %pdfstartview={FitBH -320000}, % fails with acrobat7
+                  hyperindex]
+        {hyperref}
+  \SingleColumntrue
+  \newenvironment{multicols}[1]{}{}
+ \or
+  % \Status = 2
+  \typeout{TeX Live documentation in HTML format}
+  \SingleColumntrue
+  \newenvironment{multicols}[1]{}{}
+  % Our config file, live4ht.cfg, is read from the htlatex call
+  % in the Makefile.
+  \RequirePackage[tex4ht]{hyperref}  \hyperlinkfileprefix{}
+  % definitions need simplifying for TeX4ht to make relative paths work.
+  \def\CDref#1#2{\href{../../../../#1}{#2}}
+  \def\OnCD#1{\href{../../../../#1}{#1}}
+  \def\htmlanchor#1{\HCode{<a id="#1"></a>}}
+ \or
+  % \Status = 3
+  \typeout{TeX Live documentation as a Baskerville issue}
+  \@ifundefined{Fonts}%
+    {\RequirePackage{ae}}%
+    {\RequirePackage[T1]{\Fonts}}
+  \RequirePackage{bvoutln}% outline of baskerville
+  \SingleColumnfalse
+  \RequirePackage{multicol}
+ \or
+  % \Status = 4
+  \typeout{TeX Live documentation as a TUB article}
+  \@ifundefined{Fonts}%
+    {\RequirePackage{ae}}%
+    {\RequirePackage[T1]{\Fonts}}
+  \SingleColumnfalse
+  \newenvironment{multicols}[1]{}{}
+\fi
+%
+\ifnum \Status=4
+\else
+  \RequirePackage{texnames}
+  \providecommand\TeXXeT{\TeX-{}-%
+    \kern-.1emX\kern-.125em\lower.5ex\hbox{E}\kern-.1667emT\@}
+  \def\MP{MetaPost}
+  \let\mf\MF
+  \newcommand\ConTeXt{C\kern-.0333emon\-\kern-.0667em\TeX\kern-.0333emt}
+  \newcommand\MIKTEX{MiK\kern-.025em \TeX}% per www.miktex.org
+  % from pictex.tex:
+  \ifx\PiC\undefined \def\PiC{P\kern-.12em\lower.5ex\hbox{I}\kern-.075emC} \fi
+  \ifx\PiCTeX\undefined \def\PiCTeX{\PiC\kern-.11em\TeX} \fi
+\fi
+%
+% hacking at sections etc., to pay attention to baskerville status
+\newcommand{\@condend at multicols}{%
+  \ifSingleColumn
+  \else
+    \def\@tempa{multicols}%
+    \ifx\@tempa\@currenvir
+      \end{multicols}%
+    \fi
+  \fi
+}
+\let\Section\section
+\renewcommand{\section}{%
+  \@ifstar
+    {\Section*}%
+    {%
+      \@condend at multicols
+      \@dblarg\@full at section
+    }%
+}
+\def\@full at section[#1]#2{%
+  \Section[#1]{#2}%
+  \ifSingleColumn\else\begin{multicols}{2}\fi
+}
+\let\SubSection\subsection
+\renewcommand{\subsection}{%
+  \@ifstar{\SubSection*}%
+  {%
+    \@condend at multicols
+    \@dblarg\@full at subsection
+  }
+}
+\def\@full at subsection[#1]#2{%
+  \SubSection[#1]{#2}%
+  \ifSingleColumn\else\begin{multicols}{2}\fi
+}
+
+% Reduce list spacing.
+\def\@listI{\leftmargin\leftmargini
+ \parsep \z@
+ \topsep 2\p@ \@plus 1\p@ \@minus 1\p@
+ \itemsep \z@ \@plus .1\p@
+}
+\let\@listi\@listI
+\@listi
+\def\@listii{\leftmargin\leftmarginii
+ \labelwidth\leftmarginii\advance\labelwidth-\labelsep
+ \topsep 2\p@ \@plus 1\p@ \@minus 1\p@
+ \parsep \z@
+ \itemsep \z@ \@plus .1\p@
+}
+\def\@listiii{\leftmargin\leftmarginiii
+ \labelwidth\leftmarginiii\advance\labelwidth-\labelsep
+ \topsep 1\p@ \@plus 1\p@ \@minus 1\p@
+ \parsep \z@
+ \partopsep \z@
+ \itemsep \topsep
+}
+\def\@listiv{\leftmargin\leftmarginiv
+ \labelwidth\leftmarginiv\advance\labelwidth-\labelsep
+}
+\def\@listv{\leftmargin\leftmarginv
+ \labelwidth\leftmarginv\advance\labelwidth-\labelsep
+}
+\def\@listvi{\leftmargin\leftmarginvi
+ \labelwidth\leftmarginvi\advance\labelwidth-\labelsep
+}
+%
+% array package stuff
+\def\arraybackslash{\let\\=\@arraycr}
+\newcolumntype{P}[1]{>{\raggedright\arraybackslash}p{#1}}
+%
+% shaded rows (using facilities of colortbl)
+%
+\definecolor{pale}{gray}{.9}
+\newcount\colrow
+\gdef\RowColor{pale}
+\def\SetRowColor{%
+ \rowcolor{\RowColor}%
+ \global\advance\colrow by1\relax
+ \ifodd\colrow
+   \gdef\RowColor{pale}%
+ \else
+   \gdef\RowColor{white}%
+ \fi
+}
+% redefine to hack up a reference even though we don't need it...
+\renewcommand\@bibitem[1]{\if at filesw \immediate\write\@auxout
+  {\string\bibcite{#1}{?}}\fi\ignorespaces}
+%
+% \unknownTeXlive is a dummy texlive entry for the biblio
+\newcommand\unknownTeXlive[2][\relax]{\textbf{\textsc{unknown}}%
+  \global\@all at unknown\expandafter{\the\@all at unknown{#2}}%
+}
+\newtoks\@all at unknown
+\global\@all at unknown{}
+\AtEndDocument{\@message at unknowns}
+\def\@message at unknowns{\edef\@tempa{\the\@all at unknown}%
+  \ifx\@tempa\@empty
+  \else
+    \def\@tempa{*** TeX Live package location of }%
+    \expandafter\@output at unknowns\the\@all at unknown\@empty
+  \fi
+}
+\def\@output at unknowns#1{\edef\@tempb{#1}%
+  \ifx\@tempb\@empty
+    \typeout{ unknown}%
+  \else
+    \message{\@tempa#1,}%
+    \def\@tempa{}%
+    \expandafter\@output at unknowns
+  \fi
+}
+
+
+% Silence font warnings about no bold typewriter in LM.
+\def\@font at warning#1{}%
+
+% Silence hyperref warnings about \kern.
+\def\HyPsd at Warning#1{}%
+
+\endinput

Modified: trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.css
===================================================================
--- trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.css	2024-02-19 21:00:56 UTC (rev 69993)
+++ trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.css	2024-02-19 21:35:59 UTC (rev 69994)
@@ -16,6 +16,7 @@
 .ec-lmri-12x-x-207{ font-style:italic;}
 .ec-lmri-12x-x-207{ font-style:italic;}
 .ec-lmri-12x-x-207{ font-style:italic;}
+.ec-lmri-12x-x-207{ font-style:italic;}
 .ec-lmr-12x-x-120{font-size:120%;}
 .ec-lmtt-12x-x-120{font-size:120%; font-family: monospace,monospace;}
 .ec-lmtt-12x-x-120{ font-family: monospace,monospace;}
@@ -32,6 +33,7 @@
 .ec-lmtt-12x-x-120{ font-family: monospace,monospace;}
 .ec-lmtt-12x-x-120{ font-family: monospace,monospace;}
 .ec-lmtt-12x-x-120{ font-family: monospace,monospace;}
+.ec-lmtt-12x-x-120{ font-family: monospace,monospace;}
 .ec-lmtt-12{ font-family: monospace,monospace;}
 .ec-lmtt-12{ font-family: monospace,monospace;}
 .ec-lmtt-12{ font-family: monospace,monospace;}
@@ -47,6 +49,7 @@
 .ec-lmtt-12{ font-family: monospace,monospace;}
 .ec-lmtt-12{ font-family: monospace,monospace;}
 .ec-lmtt-12{ font-family: monospace,monospace;}
+.ec-lmtt-12{ font-family: monospace,monospace;}
 .ec-lmss-12{ font-family: sans-serif;}
 .ec-lmss-12{ font-family: sans-serif;}
 .ec-lmss-12{ font-family: sans-serif;}
@@ -62,6 +65,7 @@
 .ec-lmss-12{ font-family: sans-serif;}
 .ec-lmss-12{ font-family: sans-serif;}
 .ec-lmss-12{ font-family: sans-serif;}
+.ec-lmss-12{ font-family: sans-serif;}
 .ec-lmri-12{ font-style:italic;}
 .ec-lmri-12{ font-style:italic;}
 .ec-lmri-12{ font-style:italic;}
@@ -77,6 +81,7 @@
 .ec-lmri-12{ font-style:italic;}
 .ec-lmri-12{ font-style:italic;}
 .ec-lmri-12{ font-style:italic;}
+.ec-lmri-12{ font-style:italic;}
 .ec-lmbx-12{ font-weight: bold;}
 .ec-lmbx-12{ font-weight: bold;}
 .ec-lmbx-12{ font-weight: bold;}
@@ -92,6 +97,7 @@
 .ec-lmbx-12{ font-weight: bold;}
 .ec-lmbx-12{ font-weight: bold;}
 .ec-lmbx-12{ font-weight: bold;}
+.ec-lmbx-12{ font-weight: bold;}
 .ec-lmr-8{font-size:66%;}
 .ec-lmtk-10x-x-120{ font-family: monospace,monospace;}
 .ec-lmtk-10x-x-120{ font-family: monospace,monospace;}
@@ -108,6 +114,7 @@
 .ec-lmtk-10x-x-120{ font-family: monospace,monospace;}
 .ec-lmtk-10x-x-120{ font-family: monospace,monospace;}
 .ec-lmtk-10x-x-120{ font-family: monospace,monospace;}
+.ec-lmtk-10x-x-120{ font-family: monospace,monospace;}
 .ec-lmtt-10{font-size:83%; font-family: monospace,monospace;}
 .ec-lmtt-10{ font-family: monospace,monospace;}
 .ec-lmtt-10{ font-family: monospace,monospace;}
@@ -123,6 +130,7 @@
 .ec-lmtt-10{ font-family: monospace,monospace;}
 .ec-lmtt-10{ font-family: monospace,monospace;}
 .ec-lmtt-10{ font-family: monospace,monospace;}
+.ec-lmtt-10{ font-family: monospace,monospace;}
 .ec-lmro-12{ font-style: oblique;}
 .ec-lmro-12{ font-style: oblique;}
 .ec-lmro-12{ font-style: oblique;}
@@ -138,6 +146,8 @@
 .ec-lmro-12{ font-style: oblique;}
 .ec-lmro-12{ font-style: oblique;}
 .ec-lmro-12{ font-style: oblique;}
+.ec-lmro-12{ font-style: oblique;}
+.ec-lmr-10x-x-109{font-size:90%;}
 .ec-lmtt-10x-x-109{font-size:90%; font-family: monospace,monospace;}
 .ec-lmtt-10x-x-109{ font-family: monospace,monospace;}
 .ec-lmtt-10x-x-109{ font-family: monospace,monospace;}
@@ -153,6 +163,7 @@
 .ec-lmtt-10x-x-109{ font-family: monospace,monospace;}
 .ec-lmtt-10x-x-109{ font-family: monospace,monospace;}
 .ec-lmtt-10x-x-109{ font-family: monospace,monospace;}
+.ec-lmtt-10x-x-109{ font-family: monospace,monospace;}
 .ec-lmtto-10x-x-120{ font-style: oblique; font-family: monospace,monospace;}
 .ec-lmtto-10x-x-120{ font-style: oblique; font-family: monospace,monospace;}
 .ec-lmtto-10x-x-120{ font-style: oblique; font-family: monospace,monospace;}
@@ -168,6 +179,7 @@
 .ec-lmtto-10x-x-120{ font-style: oblique; font-family: monospace,monospace;}
 .ec-lmtto-10x-x-120{ font-style: oblique; font-family: monospace,monospace;}
 .ec-lmtto-10x-x-120{ font-style: oblique; font-family: monospace,monospace;}
+.ec-lmtto-10x-x-120{ font-style: oblique; font-family: monospace,monospace;}
 p{margin-top:0;margin-bottom:0}
 p.indent{text-indent:0;}
 p + p{margin-top:1em;}
@@ -185,11 +197,11 @@
 body{ margin:1em auto; max-width:80ch; padding:0 .62em; }
 h1,h2,h3,h4,h5 { line-height:1.2; }
 @media print{ body{ max-width:none } }
-.partHead, likepartHead { font-size: 2em; }
-.chapterHead, likechapterHead { font-size: 1.7411em; }
-.sectionHead, likesectionHead { font-size: 1.5157em; }
-.subsectionHead, likesubsectionHead { font-size: 1.3195em; }
-.subsubsectionHead, likesubsubsectionHead { font-size: 1.1487em; }
+.partHead, .likepartHead { font-size: 2em; }
+.chapterHead, .likechapterHead { font-size: 1.7411em; }
+.sectionHead, .likesectionHead { font-size: 1.5157em; }
+.subsectionHead, .likesubsectionHead { font-size: 1.3195em; }
+.subsubsectionHead, .likesubsubsectionHead { font-size: 1.1487em; }
  @media (prefers-color-scheme: dark) { img[src^="texlive-en"]{filter: invert(1); } } 
 li p.indent { text-indent: 0em }
 li p:first-child{ margin-top:0em; }
@@ -229,6 +241,7 @@
 span.footnote-mark sup.textsuperscript, span.footnote-mark a sup.textsuperscript{ font-size:80%; }
 div.footnotes{border-top:solid 1px black; border-bottom:solid 1px black; padding-bottom:1ex; padding-top:0.5ex; margin-right:15%; margin-top:2ex; font-style:italic; font-size:85%;}
 div.footnotes p{margin-top:0; margin-bottom:0; text-indent:0;}
+code.verb{font-family:monospace,monospace;}
 div.tabular, div.center div.tabular {text-align: center; margin-top:0.5em; margin-bottom:0.5em; }
 table.tabular td p{margin-top:0em;}
 table.tabular {margin-left: auto; margin-right: auto;}
@@ -297,7 +310,6 @@
 div.array {text-align:center;}
 tr.hline td hr{display:none}
 .partToc a, .partToc, .likepartToc a, .likepartToc {line-height: 200%; font-weight:bold; font-size:110%;}
-.chapterToc a, .chapterToc, .likechapterToc a, .likechapterToc, .appendixToc a, .appendixToc {line-height: 200%; font-weight:bold;}
 .index-item, .index-subitem, .index-subsubitem {display:block}
 div.caption {text-indent:-2em; margin-left:3em; margin-right:1em; text-align:left;}
 div.caption span.id{font-weight: bold; white-space: nowrap; }
@@ -316,6 +328,10 @@
 div.abstract p {margin-left:5%; margin-right:5%;}
 div.abstract {width:100%;}
 .abstracttitle{text-align:center;margin-bottom:1em;}
+.subsectionToc, .likesubsectionToc {margin-left:1em;}
+.subsubsectionToc, .likesubsubsectionToc {margin-left:2em;}
+.paragraphToc, .likeparagraphToc {margin-left:3em;}
+.subparagraphToc, .likesubparagraphToc {margin-left:4em;}
 figure.float, div.figure {margin-left: auto; margin-right: auto;}
 figure.figure {text-align:center;}
 figcaption.caption {text-indent:-2em; margin-left:3em; margin-right:1em; text-align:center;}

Modified: trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.html
===================================================================
--- trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.html	2024-02-19 21:00:56 UTC (rev 69993)
+++ trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.html	2024-02-19 21:35:59 UTC (rev 69994)
@@ -1,7 +1,7 @@
 <!DOCTYPE html> 
 <html lang="en-US" xml:lang="en-US" > 
 <head>
-   <title>The TeX Live Guide—2023 </title> 
+   <title>The TeX Live Guide—2024 </title> 
 <meta  charset="utf-8" /> 
 <meta name="generator" content="TeX4ht (https://tug.org/tex4ht/)" /> 
 <meta name="viewport" content="width=device-width,initial-scale=1" /> 
@@ -17,7 +17,7 @@
                                                                                       
                                                                                       
 
-<h2 class="titleHead">The TeX Live Guide—2023 </h2>
+<h2 class="titleHead">The TeX Live Guide—2024 </h2>
           <div class="author" ><span 
 class="ec-lmr-12x-x-120">Karl Berry, editor</span>
 <br /> <a 
@@ -24,205 +24,207 @@
 href="https://tug.org/texlive/" class="url" ><span 
 class="ec-lmtt-12x-x-120">https://tug.org/texlive/</span></a> </div><br />
 <div class="date" ><span 
-class="ec-lmr-12x-x-120">May 2023</span></div>
+class="ec-lmr-12x-x-120">March 2024</span></div>
    </div>
    <h3 class="likesectionHead"><a 
  id="x1-1000"></a>Contents</h3>
    <div class="tableofcontents">
-    <span class="sectionToc" >1 <a 
+   <span class="sectionToc" >1 <a 
 href="#x1-20001" id="QQ2-1-2">Introduction</a></span>
-<br />     <span class="subsectionToc" >1.1 <a 
+<br />   <span class="subsectionToc" >1.1 <a 
 href="#x1-30001.1" id="QQ2-1-3">TeX Live and the TeX Collection</a></span>
-<br />     <span class="subsectionToc" >1.2 <a 
+<br />   <span class="subsectionToc" >1.2 <a 
 href="#x1-40001.2" id="QQ2-1-4">Operating system support</a></span>
-<br />     <span class="subsectionToc" >1.3 <a 
+<br />   <span class="subsectionToc" >1.3 <a 
 href="#x1-50001.3" id="QQ2-1-5">Basic installation of TeX Live</a></span>
-<br />     <span class="subsectionToc" >1.4 <a 
+<br />   <span class="subsectionToc" >1.4 <a 
 href="#x1-60001.4" id="QQ2-1-6">Security considerations</a></span>
-<br />     <span class="subsectionToc" >1.5 <a 
+<br />   <span class="subsectionToc" >1.5 <a 
 href="#x1-70001.5" id="QQ2-1-7">Getting help</a></span>
-<br />    <span class="sectionToc" >2 <a 
+<br />   <span class="sectionToc" >2 <a 
 href="#x1-80002" id="QQ2-1-8">Overview of TeX Live</a></span>
-<br />     <span class="subsectionToc" >2.1 <a 
+<br />   <span class="subsectionToc" >2.1 <a 
 href="#x1-90002.1" id="QQ2-1-9">The TeX Collection: TeX Live, MacTeX, MiKTeX, CTAN</a></span>
-<br />     <span class="subsectionToc" >2.2 <a 
+<br />   <span class="subsectionToc" >2.2 <a 
 href="#x1-100002.2" id="QQ2-1-10">Top level TeX Live directories</a></span>
-<br />     <span class="subsectionToc" >2.3 <a 
+<br />   <span class="subsectionToc" >2.3 <a 
 href="#x1-110002.3" id="QQ2-1-11">Overview of the predefined texmf trees</a></span>
-<br />     <span class="subsectionToc" >2.4 <a 
+<br />   <span class="subsectionToc" >2.4 <a 
 href="#x1-120002.4" id="QQ2-1-12">Extensions to TeX</a></span>
-<br />     <span class="subsectionToc" >2.5 <a 
+<br />   <span class="subsectionToc" >2.5 <a 
 href="#x1-130002.5" id="QQ2-1-13">Other notable programs in TeX Live</a></span>
-<br />    <span class="sectionToc" >3 <a 
+<br />   <span class="sectionToc" >3 <a 
 href="#x1-140003" id="QQ2-1-14">Installation</a></span>
-<br />     <span class="subsectionToc" >3.1 <a 
+<br />   <span class="subsectionToc" >3.1 <a 
 href="#x1-150003.1" id="QQ2-1-15">Starting the installer</a></span>
-<br />      <span class="subsubsectionToc" >3.1.1 <a 
+<br />   <span class="subsubsectionToc" >3.1.1 <a 
 href="#x1-160003.1.1" id="QQ2-1-17">Unix</a></span>
-<br />      <span class="subsubsectionToc" >3.1.2 <a 
+<br />   <span class="subsubsectionToc" >3.1.2 <a 
 href="#x1-170003.1.2" id="QQ2-1-18">macOS</a></span>
-<br />      <span class="subsubsectionToc" >3.1.3 <a 
+<br />   <span class="subsubsectionToc" >3.1.3 <a 
 href="#x1-180003.1.3" id="QQ2-1-19">Windows</a></span>
-<br />      <span class="subsubsectionToc" >3.1.4 <a 
+<br />   <span class="subsubsectionToc" >3.1.4 <a 
 href="#x1-190003.1.4" id="QQ2-1-23">Cygwin</a></span>
-<br />      <span class="subsubsectionToc" >3.1.5 <a 
+<br />   <span class="subsubsectionToc" >3.1.5 <a 
 href="#x1-200003.1.5" id="QQ2-1-24">The text installer</a></span>
-<br />      <span class="subsubsectionToc" >3.1.6 <a 
+<br />   <span class="subsubsectionToc" >3.1.6 <a 
 href="#x1-210003.1.6" id="QQ2-1-25">The graphical installer</a></span>
-<br />     <span class="subsectionToc" >3.2 <a 
+<br />   <span class="subsectionToc" >3.2 <a 
 href="#x1-220003.2" id="QQ2-1-26">Running the installer</a></span>
-<br />      <span class="subsubsectionToc" >3.2.1 <a 
+<br />   <span class="subsubsectionToc" >3.2.1 <a 
 href="#x1-230003.2.1" id="QQ2-1-27">Binary systems menu (Unix only)</a></span>
-<br />      <span class="subsubsectionToc" >3.2.2 <a 
+<br />   <span class="subsubsectionToc" >3.2.2 <a 
 href="#x1-240003.2.2" id="QQ2-1-29">Selecting what is to be installed</a></span>
-<br />      <span class="subsubsectionToc" >3.2.3 <a 
+<br />   <span class="subsubsectionToc" >3.2.3 <a 
 href="#x1-250003.2.3" id="QQ2-1-32">Directories</a></span>
-<br />      <span class="subsubsectionToc" >3.2.4 <a 
+<br />   <span class="subsubsectionToc" >3.2.4 <a 
 href="#x1-260003.2.4" id="QQ2-1-33">Options</a></span>
-<br />     <span class="subsectionToc" >3.3 <a 
+<br />   <span class="subsectionToc" >3.3 <a 
 href="#x1-270003.3" id="QQ2-1-35">Command-line install-tl options</a></span>
-<br />      <span class="subsubsectionToc" >3.3.1 <a 
+<br />   <span class="subsubsectionToc" >3.3.1 <a 
 href="#x1-280003.3.1" id="QQ2-1-36">The <span 
 class="ec-lmtt-12">-repository </span>option</a></span>
-<br />     <span class="subsectionToc" >3.4 <a 
+<br />   <span class="subsectionToc" >3.4 <a 
 href="#x1-290003.4" id="QQ2-1-37">Post-install actions</a></span>
                                                                                       
                                                                                       
-<br />      <span class="subsubsectionToc" >3.4.1 <a 
+<br />   <span class="subsubsectionToc" >3.4.1 <a 
 href="#x1-300003.4.1" id="QQ2-1-38">Environment variables for Unix</a></span>
-<br />      <span class="subsubsectionToc" >3.4.2 <a 
+<br />   <span class="subsubsectionToc" >3.4.2 <a 
 href="#x1-310003.4.2" id="QQ2-1-39">Environment variables: Global configuration</a></span>
-<br />      <span class="subsubsectionToc" >3.4.3 <a 
+<br />   <span class="subsubsectionToc" >3.4.3 <a 
 href="#x1-320003.4.3" id="QQ2-1-40">Internet updates after DVD installation</a></span>
-<br />      <span class="subsubsectionToc" >3.4.4 <a 
+<br />   <span class="subsubsectionToc" >3.4.4 <a 
 href="#x1-330003.4.4" id="QQ2-1-41">System font configuration for XeTeX and LuaTeX</a></span>
-<br />      <span class="subsubsectionToc" >3.4.5 <a 
+<br />   <span class="subsubsectionToc" >3.4.5 <a 
 href="#x1-340003.4.5" id="QQ2-1-42">ConTeXt LMTX and MKIV</a></span>
-<br />      <span class="subsubsectionToc" >3.4.6 <a 
+<br />   <span class="subsubsectionToc" >3.4.6 <a 
 href="#x1-350003.4.6" id="QQ2-1-43">Integrating local and personal macros</a></span>
-<br />      <span class="subsubsectionToc" >3.4.7 <a 
+<br />   <span class="subsubsectionToc" >3.4.7 <a 
 href="#x1-360003.4.7" id="QQ2-1-44">Integrating third-party fonts</a></span>
-<br />     <span class="subsectionToc" >3.5 <a 
+<br />   <span class="subsectionToc" >3.5 <a 
 href="#x1-370003.5" id="QQ2-1-45">Testing the installation</a></span>
-<br />     <span class="subsectionToc" >3.6 <a 
+<br />   <span class="subsectionToc" >3.6 <a 
 href="#x1-380003.6" id="QQ2-1-46">Uninstalling TeX Live</a></span>
-<br />     <span class="subsectionToc" >3.7 <a 
+<br />   <span class="subsectionToc" >3.7 <a 
 href="#x1-390003.7" id="QQ2-1-47">Links for additional downloadable software</a></span>
-<br />    <span class="sectionToc" >4 <a 
+<br />   <span class="sectionToc" >4 <a 
 href="#x1-400004" id="QQ2-1-48">Specialized installations</a></span>
-<br />     <span class="subsectionToc" >4.1 <a 
+<br />   <span class="subsectionToc" >4.1 <a 
 href="#x1-410004.1" id="QQ2-1-49">Shared-user (or cross-machine) installations</a></span>
-<br />     <span class="subsectionToc" >4.2 <a 
+<br />   <span class="subsectionToc" >4.2 <a 
 href="#x1-420004.2" id="QQ2-1-50">Portable (USB) installations</a></span>
-<br />    <span class="sectionToc" >5 <a 
+<br />   <span class="sectionToc" >5 <a 
 href="#x1-430005" id="QQ2-1-51"><span 
 class="ec-lmss-12">tlmgr</span>: Managing your installation</a></span>
-<br />     <span class="subsectionToc" >5.1 <a 
+<br />   <span class="subsectionToc" >5.1 <a 
 href="#x1-440005.1" id="QQ2-1-55">GUI interfaces for <span 
 class="ec-lmss-12">tlmgr</span></a></span>
-<br />     <span class="subsectionToc" >5.2 <a 
+<br />   <span class="subsectionToc" >5.2 <a 
 href="#x1-450005.2" id="QQ2-1-56">Sample <span 
 class="ec-lmss-12">tlmgr </span>command-line invocations</a></span>
-<br />    <span class="sectionToc" >6 <a 
+<br />   <span class="sectionToc" >6 <a 
 href="#x1-460006" id="QQ2-1-57">Notes on Windows</a></span>
-<br />     <span class="subsectionToc" >6.1 <a 
+<br />   <span class="subsectionToc" >6.1 <a 
 href="#x1-470006.1" id="QQ2-1-58">Windows-specific features</a></span>
-<br />     <span class="subsectionToc" >6.2 <a 
+<br />   <span class="subsectionToc" >6.2 <a 
 href="#x1-480006.2" id="QQ2-1-59">Additional software included on Windows</a></span>
-<br />     <span class="subsectionToc" >6.3 <a 
+<br />   <span class="subsectionToc" >6.3 <a 
 href="#x1-490006.3" id="QQ2-1-60">Using external Perl, Tcl/Tk and Ghostscript installations</a></span>
-<br />     <span class="subsectionToc" >6.4 <a 
+<br />   <span class="subsectionToc" >6.4 <a 
 href="#x1-500006.4" id="QQ2-1-61">User Profile is Home</a></span>
-<br />     <span class="subsectionToc" >6.5 <a 
+<br />   <span class="subsectionToc" >6.5 <a 
 href="#x1-510006.5" id="QQ2-1-62">The Windows registry</a></span>
-<br />     <span class="subsectionToc" >6.6 <a 
+<br />   <span class="subsectionToc" >6.6 <a 
 href="#x1-520006.6" id="QQ2-1-63">Windows permissions</a></span>
-<br />     <span class="subsectionToc" >6.7 <a 
+<br />   <span class="subsectionToc" >6.7 <a 
 href="#x1-530006.7" id="QQ2-1-64">Increasing maximum memory on Windows and Cygwin</a></span>
-<br />    <span class="sectionToc" >7 <a 
+<br />   <span class="sectionToc" >7 <a 
 href="#x1-540007" id="QQ2-1-65">A user’s guide to Web2C</a></span>
-<br />     <span class="subsectionToc" >7.1 <a 
+<br />   <span class="subsectionToc" >7.1 <a 
 href="#x1-550007.1" id="QQ2-1-66">Kpathsea path searching</a></span>
-<br />      <span class="subsubsectionToc" >7.1.1 <a 
+<br />   <span class="subsubsectionToc" >7.1.1 <a 
 href="#x1-560007.1.1" id="QQ2-1-67">Path sources</a></span>
-<br />      <span class="subsubsectionToc" >7.1.2 <a 
+<br />   <span class="subsubsectionToc" >7.1.2 <a 
 href="#x1-570007.1.2" id="QQ2-1-68">Config files</a></span>
-<br />      <span class="subsubsectionToc" >7.1.3 <a 
+<br />   <span class="subsubsectionToc" >7.1.3 <a 
 href="#x1-580007.1.3" id="QQ2-1-69">Path expansion</a></span>
-<br />      <span class="subsubsectionToc" >7.1.4 <a 
+<br />   <span class="subsubsectionToc" >7.1.4 <a 
 href="#x1-590007.1.4" id="QQ2-1-70">Default expansion</a></span>
-<br />      <span class="subsubsectionToc" >7.1.5 <a 
+<br />   <span class="subsubsectionToc" >7.1.5 <a 
 href="#x1-600007.1.5" id="QQ2-1-71">Brace expansion</a></span>
-<br />      <span class="subsubsectionToc" >7.1.6 <a 
+<br />   <span class="subsubsectionToc" >7.1.6 <a 
 href="#x1-610007.1.6" id="QQ2-1-72">Subdirectory expansion</a></span>
-<br />      <span class="subsubsectionToc" >7.1.7 <a 
+<br />   <span class="subsubsectionToc" >7.1.7 <a 
 href="#x1-620007.1.7" id="QQ2-1-73">Summary of special characters in <span 
 class="ec-lmtt-12">texmf.cnf </span>files</a></span>
-<br />     <span class="subsectionToc" >7.2 <a 
+<br />   <span class="subsectionToc" >7.2 <a 
 href="#x1-630007.2" id="QQ2-1-74">Filename databases</a></span>
-<br />      <span class="subsubsectionToc" >7.2.1 <a 
+<br />   <span class="subsubsectionToc" >7.2.1 <a 
 href="#x1-640007.2.1" id="QQ2-1-75">The filename database</a></span>
-<br />      <span class="subsubsectionToc" >7.2.2 <a 
+<br />   <span class="subsubsectionToc" >7.2.2 <a 
 href="#x1-650007.2.2" id="QQ2-1-76">kpsewhich: Standalone path searching</a></span>
-<br />      <span class="subsubsectionToc" >7.2.3 <a 
+<br />   <span class="subsubsectionToc" >7.2.3 <a 
 href="#x1-660007.2.3" id="QQ2-1-77">Examples of use</a></span>
-<br />      <span class="subsubsectionToc" >7.2.4 <a 
+<br />   <span class="subsubsectionToc" >7.2.4 <a 
 href="#x1-670007.2.4" id="QQ2-1-78">Debugging actions</a></span>
-<br />     <span class="subsectionToc" >7.3 <a 
+<br />   <span class="subsectionToc" >7.3 <a 
 href="#x1-680007.3" id="QQ2-1-80">Runtime options</a></span>
-<br />     <span class="subsectionToc" >7.4 <a 
+<br />   <span class="subsectionToc" >7.4 <a 
 href="#x1-690007.4" id="QQ2-1-81"><span 
 class="ec-lmtt-12">$TEXMFDOTDIR</span></a></span>
-<br />    <span class="sectionToc" >8 <a 
+<br />   <span class="sectionToc" >8 <a 
 href="#x1-700008" id="QQ2-1-82">Acknowledgements</a></span>
-<br />    <span class="sectionToc" >9 <a 
+<br />   <span class="sectionToc" >9 <a 
 href="#x1-710009" id="QQ2-1-83">Release history</a></span>
-<br />     <span class="subsectionToc" >9.1 <a 
+<br />   <span class="subsectionToc" >9.1 <a 
 href="#x1-720009.1" id="QQ2-1-84">Past</a></span>
-<br />      <span class="subsubsectionToc" >9.1.1 <a 
+<br />   <span class="subsubsectionToc" >9.1.1 <a 
 href="#x1-730009.1.1" id="QQ2-1-85">2003</a></span>
-<br />      <span class="subsubsectionToc" >9.1.2 <a 
+<br />   <span class="subsubsectionToc" >9.1.2 <a 
 href="#x1-740009.1.2" id="QQ2-1-86">2004</a></span>
-<br />      <span class="subsubsectionToc" >9.1.3 <a 
+<br />   <span class="subsubsectionToc" >9.1.3 <a 
 href="#x1-750009.1.3" id="QQ2-1-87">2005</a></span>
-<br />      <span class="subsubsectionToc" >9.1.4 <a 
+<br />   <span class="subsubsectionToc" >9.1.4 <a 
 href="#x1-760009.1.4" id="QQ2-1-88">2006–2007</a></span>
                                                                                       
                                                                                       
-<br />      <span class="subsubsectionToc" >9.1.5 <a 
+<br />   <span class="subsubsectionToc" >9.1.5 <a 
 href="#x1-770009.1.5" id="QQ2-1-89">2008</a></span>
-<br />      <span class="subsubsectionToc" >9.1.6 <a 
+<br />   <span class="subsubsectionToc" >9.1.6 <a 
 href="#x1-780009.1.6" id="QQ2-1-90">2009</a></span>
-<br />      <span class="subsubsectionToc" >9.1.7 <a 
+<br />   <span class="subsubsectionToc" >9.1.7 <a 
 href="#x1-790009.1.7" id="QQ2-1-91">2010</a></span>
-<br />      <span class="subsubsectionToc" >9.1.8 <a 
+<br />   <span class="subsubsectionToc" >9.1.8 <a 
 href="#x1-800009.1.8" id="QQ2-1-92">2011</a></span>
-<br />      <span class="subsubsectionToc" >9.1.9 <a 
+<br />   <span class="subsubsectionToc" >9.1.9 <a 
 href="#x1-810009.1.9" id="QQ2-1-93">2012</a></span>
-<br />      <span class="subsubsectionToc" >9.1.10 <a 
+<br />   <span class="subsubsectionToc" >9.1.10 <a 
 href="#x1-820009.1.10" id="QQ2-1-94">2013</a></span>
-<br />      <span class="subsubsectionToc" >9.1.11 <a 
+<br />   <span class="subsubsectionToc" >9.1.11 <a 
 href="#x1-830009.1.11" id="QQ2-1-95">2014</a></span>
-<br />      <span class="subsubsectionToc" >9.1.12 <a 
+<br />   <span class="subsubsectionToc" >9.1.12 <a 
 href="#x1-840009.1.12" id="QQ2-1-96">2015</a></span>
-<br />      <span class="subsubsectionToc" >9.1.13 <a 
+<br />   <span class="subsubsectionToc" >9.1.13 <a 
 href="#x1-850009.1.13" id="QQ2-1-97">2016</a></span>
-<br />      <span class="subsubsectionToc" >9.1.14 <a 
+<br />   <span class="subsubsectionToc" >9.1.14 <a 
 href="#x1-860009.1.14" id="QQ2-1-98">2017</a></span>
-<br />      <span class="subsubsectionToc" >9.1.15 <a 
+<br />   <span class="subsubsectionToc" >9.1.15 <a 
 href="#x1-870009.1.15" id="QQ2-1-99">2018</a></span>
-<br />      <span class="subsubsectionToc" >9.1.16 <a 
+<br />   <span class="subsubsectionToc" >9.1.16 <a 
 href="#x1-880009.1.16" id="QQ2-1-100">2019</a></span>
-<br />      <span class="subsubsectionToc" >9.1.17 <a 
+<br />   <span class="subsubsectionToc" >9.1.17 <a 
 href="#x1-890009.1.17" id="QQ2-1-101">2020</a></span>
-<br />      <span class="subsubsectionToc" >9.1.18 <a 
+<br />   <span class="subsubsectionToc" >9.1.18 <a 
 href="#x1-900009.1.18" id="QQ2-1-102">2021</a></span>
-<br />      <span class="subsubsectionToc" >9.1.19 <a 
+<br />   <span class="subsubsectionToc" >9.1.19 <a 
 href="#x1-910009.1.19" id="QQ2-1-103">2022</a></span>
-<br />     <span class="subsectionToc" >9.2 <a 
-href="#x1-920009.2" id="QQ2-1-104">Present: 2023</a></span>
-<br />     <span class="subsectionToc" >9.3 <a 
-href="#x1-930009.3" id="QQ2-1-105">Future</a></span>
+<br />   <span class="subsubsectionToc" >9.1.20 <a 
+href="#x1-920009.1.20" id="QQ2-1-104">2023</a></span>
+<br />   <span class="subsectionToc" >9.2 <a 
+href="#x1-930009.2" id="QQ2-1-105">Present: 2024</a></span>
+<br />   <span class="subsectionToc" >9.3 <a 
+href="#x1-940009.3" id="QQ2-1-106">Future</a></span>
    </div>
 <!--l. 30--><p class="noindent" >
 </p>
@@ -248,7 +250,7 @@
 </p><!--l. 50--><p class="indent" >   For a brief summary of the major changes in this edition of TeX Live, see the end of the
 document, section <a 
 href="#x1-710009">9<!--tex4ht:ref: sec:history --></a> (p. <a 
-href="#x1-710009">98<!--tex4ht:ref: sec:history --></a>).
+href="#x1-710009">96<!--tex4ht:ref: sec:history --></a>).
 </p><!--l. 55--><p class="indent" >   <a id="platforms"></a>
                                                                                       
                                                                                       
@@ -346,9 +348,8 @@
 </p><!--l. 143--><p class="indent" >   Here is a list of resources, approximately in the order we recommend using them:
 </p><!--l. 146--><p class="indent" >
       </p><dl class="description"><dt class="description">
-      <!--l. 147--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Getting started</span> </p></dt><dd 
+class="ec-lmbx-12">Getting started</span> </dt><dd 
 class="description">
       <!--l. 147--><p class="noindent" >If you are new to TeX, the web page <a 
 href="https://tug.org/begin.html" class="url" ><span 
@@ -355,9 +356,8 @@
 class="ec-lmtt-12">https://tug.org/begin.html</span></a> gives a
       brief introduction to the system.
       </p></dd><dt class="description">
-      <!--l. 150--><p class="noindent" >
 <span 
-class="ec-lmbx-12">CTAN</span> </p></dt><dd 
+class="ec-lmbx-12">CTAN</span> </dt><dd 
 class="description">
       <!--l. 150--><p class="noindent" >If  you  are  looking  for  a  particular  package,  font,  program,  etc.,  CTAN  is  the
       place to start looking. It is a huge collection of all TeX-related items. The catalog
@@ -366,9 +366,8 @@
 href="https://ctan.org" class="url" ><span 
 class="ec-lmtt-12">https://ctan.org</span></a>.
       </p></dd><dt class="description">
-      <!--l. 155--><p class="noindent" >
 <span 
-class="ec-lmbx-12">TeX FAQ</span> </p></dt><dd 
+class="ec-lmbx-12">TeX FAQ</span> </dt><dd 
 class="description">
       <!--l. 155--><p class="noindent" >The  TeX  FAQ  is  a  compendium  of  answers  to  all  sorts  of  questions,  from
       the  most  basic  to  the  most  arcane.  It  is  available  on  the  Internet  through  
@@ -375,69 +374,55 @@
 <a 
 href="https://texfaq.org" class="url" ><span 
 class="ec-lmtt-12">https://texfaq.org</span></a>.
-                                                                                      
-                                                                                      
       </p></dd><dt class="description">
-      <!--l. 159--><p class="noindent" >
 <span 
-class="ec-lmbx-12">TeX Web Resources</span> </p></dt><dd 
+class="ec-lmbx-12">TeX Web Resources</span> </dt><dd 
 class="description">
       <!--l. 159--><p class="noindent" >The web page <a 
 href="https://tug.org/interest.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/interest.html</span></a> has many TeX-related links, in
+                                                                                      
+                                                                                      
       particular for numerous books, manuals, and articles on all aspects of the system.
       </p></dd><dt class="description">
-      <!--l. 164--><p class="noindent" >
 <span 
-class="ec-lmbx-12">support archives</span> </p></dt><dd 
+class="ec-lmbx-12">support sites</span> </dt><dd 
 class="description">
-      <!--l. 164--><p class="noindent" >Principal                                                                                     support
-      forums for TeX include the LaTeX community site at <a 
+      <!--l. 164--><p class="noindent" >A                           general                            web                            search
+      never hurts. Principal support sites for TeX include the LaTeX community site at
+      <a 
 href="https://latex.org" class="url" ><span 
-class="ec-lmtt-12">https://latex.org</span></a>,
-      the  q&#x0026;a  site  <a 
+class="ec-lmtt-12">https://latex.org</span></a>, the q&#x0026;a site <a 
 href="https://tex.stackexchange.com" class="url" ><span 
-class="ec-lmtt-12">https://tex.stackexchange.com</span></a>,  the  Usenet  newsgroup  
-<a 
-href="news:comp.text.tex" class="url" ><span 
-class="ec-lmtt-12">news:comp.text.tex</span></a>, and the mailing list <a 
-href="mailto:texhax at tug.org" ><span class="path"><span 
-class="ec-lmtt-12">texhax at tug.org</span></span></a>. Their archives
-      have years of past questions and answers for your searching pleasure, via, for the
-      latter two, <a 
-href="http://groups.google.com/group/comp.text.tex/topics" class="url" ><span 
-class="ec-lmtt-12">http://groups.google.com/group/comp.text.tex/topics</span></a> and 
-<a 
-href="https://tug.org/mail-archives/texhax" class="url" ><span 
-class="ec-lmtt-12">https://tug.org/mail-archives/texhax</span></a>. And a general web search never hurts.
+class="ec-lmtt-12">https://tex.stackexchange.com</span></a>, and
+      the mailing list <a 
+href="https://lists.tug.org/texhax" class="url" ><span 
+class="ec-lmtt-12">https://lists.tug.org/texhax</span></a>. Their archives have years of
+      past questions and answers for your searching pleasure.
       </p></dd><dt class="description">
-      <!--l. 174--><p class="noindent" >
 <span 
-class="ec-lmbx-12">asking questions</span> </p></dt><dd 
+class="ec-lmbx-12">asking questions</span> </dt><dd 
 class="description">
-      <!--l. 174--><p class="noindent" >If you cannot find an answer, you can post to <a 
-href="http://latex-community.org/" class="url" ><span 
-class="ec-lmtt-12">http://latex-community.org/</span></a>
-      and  <a 
+      <!--l. 171--><p class="noindent" >If  you  cannot  find  an  answer,  you  can  post  to  <a 
+href="http://latex.org/" class="url" ><span 
+class="ec-lmtt-12">http://latex.org/</span></a> and  
+<a 
 href="https://tex.stackexchange.com/" class="url" ><span 
-class="ec-lmtt-12">https://tex.stackexchange.com/</span></a> through  their  web  interfaces,  to
-      <span 
-class="ec-lmtt-12">comp.text.tex </span>through  Google  or  your  newsreader,  or  to  <a 
+class="ec-lmtt-12">https://tex.stackexchange.com/</span></a> through their web interfaces, to  <a 
 href="mailto:texhax at tug.org" ><span class="path"><span 
 class="ec-lmtt-12">texhax@</span>
       <span 
-class="ec-lmtt-12">tug.org</span></span></a> through  email.  But  before  you  post  anywhere,  please  read  this
-      FAQ   entry,   to   maximize   your   chances   of   getting   a   useful   answer:   
-<a 
+class="ec-lmtt-12">tug.org</span></span></a> through email (it’s not necessary to subscribe in order to post). But before
+      you post anywhere, please read this FAQ entry, to maximize your chances of getting
+      a useful answer: <a 
 href="https://texfaq.org/FAQ-askquestion" class="url" ><span 
 class="ec-lmtt-12">https://texfaq.org/FAQ-askquestion</span></a>.
       </p></dd><dt class="description">
-      <!--l. 183--><p class="noindent" >
 <span 
-class="ec-lmbx-12">TeX Live support</span> </p></dt><dd 
+class="ec-lmbx-12">TeX Live support</span> </dt><dd 
 class="description">
-      <!--l. 183--><p class="noindent" >If you want to report a bug or have suggestions or comments on the TeX Live
-      distribution, installation, or documentation, the mailing list is <a 
+      <!--l. 178--><p class="noindent" >If you want to report a bug or have suggestions or comments on the TeX Live
+      distribution, installation, or documentation, the mailing list is  <a 
 href="mailto:tex-live at tug.org" ><span class="path"><span 
 class="ec-lmtt-12">tex-live at tug.</span>
       <span 
@@ -447,47 +432,44 @@
 class="ec-lmtt-12">--help </span>option will provide a bug reporting address.
 </p>
       </dd></dl>
-<!--l. 193--><p class="indent" >   The other side of the coin is helping others who have questions. All the above
+<!--l. 188--><p class="indent" >   The other side of the coin is helping others who have questions. All the above
 resources are open to anyone, so feel free to join, start reading, and help out where you
 can.
-</p><!--l. 200--><p class="noindent" >
+</p><!--l. 195--><p class="noindent" >
 </p>
    <h3 class="sectionHead"><span class="titlemark">2   </span> <a 
  id="x1-80002"></a>Overview of TeX Live</h3>
-<!--l. 203--><p class="noindent" >This section describes the contents of TeX Live and the TeX Collection of which it is a
+<!--l. 198--><p class="noindent" >This section describes the contents of TeX Live, as well as the TeX Collection of which it is a
 part.
-                                                                                      
-                                                                                      
-</p><!--l. 207--><p class="noindent" >
+</p><!--l. 202--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">2.1   </span> <a 
  id="x1-90002.1"></a>The TeX Collection: TeX Live, MacTeX, MiKTeX, CTAN</h4>
-<!--l. 210--><p class="noindent" >The TeX Collection DVD comprises the following:
-</p><!--l. 212--><p class="indent" >
+<!--l. 205--><p class="noindent" >The TeX Collection DVD comprises the following:
+</p><!--l. 207--><p class="indent" >
       </p><dl class="description"><dt class="description">
-      <!--l. 214--><p class="noindent" >
 <span 
-class="ec-lmbx-12">TeX Live</span> </p></dt><dd 
+class="ec-lmbx-12">TeX Live</span> </dt><dd 
 class="description">
-      <!--l. 214--><p class="noindent" >A comprehensive cross-platform TeX system to be installed to disk. Home page: 
+      <!--l. 209--><p class="noindent" >A comprehensive cross-platform TeX system to be installed to disk. Home page: 
 <a 
 href="https://tug.org/texlive/" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive/</span></a>.
+                                                                                      
+                                                                                      
       </p></dd><dt class="description">
-      <!--l. 217--><p class="noindent" >
 <span 
-class="ec-lmbx-12">MacTeX</span> </p></dt><dd 
+class="ec-lmbx-12">MacTeX</span> </dt><dd 
 class="description">
-      <!--l. 217--><p class="noindent" >for macOS. This adds a native macOS installer and other Mac applications to TeX
+      <!--l. 212--><p class="noindent" >for macOS. This adds a native macOS installer and other Mac applications to TeX
       Live. Home page: <a 
 href="https://tug.org/mactex/" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/mactex/</span></a>.
       </p></dd><dt class="description">
-      <!--l. 220--><p class="noindent" >
 <span 
-class="ec-lmbx-12">MiKTeX</span> </p></dt><dd 
+class="ec-lmbx-12">MiKTeX</span> </dt><dd 
 class="description">
-      <!--l. 220--><p class="noindent" >Another comprehensive cross-platform TeX distribution for Windows, GNU/Linux
+      <!--l. 215--><p class="noindent" >Another comprehensive cross-platform TeX distribution for Windows, GNU/Linux
       and macOS (but only Windows binaries are included on the DVD). It has an
       integrated package manager which installs missing components from the Internet,
       as needed. Home page: <a 
@@ -494,11 +476,10 @@
 href="https://miktex.org/" class="url" ><span 
 class="ec-lmtt-12">https://miktex.org/</span></a>.
       </p></dd><dt class="description">
-      <!--l. 226--><p class="noindent" >
 <span 
-class="ec-lmbx-12">CTAN</span> </p></dt><dd 
+class="ec-lmbx-12">CTAN</span> </dt><dd 
 class="description">
-      <!--l. 226--><p class="noindent" >A snapshot of the CTAN repository (<a 
+      <!--l. 221--><p class="noindent" >A snapshot of the CTAN repository (<a 
 href="https://ctan.org/" class="url" ><span 
 class="ec-lmtt-12">https://ctan.org/</span></a>). CTAN does not
       follow the same copying conditions as TeX Live, so be careful when redistributing
@@ -505,44 +486,42 @@
       or modifying.
 </p>
       </dd></dl>
-<!--l. 232--><p class="noindent" >
+<!--l. 227--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">2.2   </span> <a 
  id="x1-100002.2"></a>Top level TeX Live directories</h4>
-<!--l. 235--><p class="noindent" >Here is a brief listing and description of the top level directories in a TeX Live installation.
-</p><!--l. 238--><p class="noindent" >
+<!--l. 230--><p class="noindent" >Here is a brief listing and description of the top level directories in a TeX Live installation.
+</p><!--l. 233--><p class="noindent" >
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmtt-12">bin</span> </dt><dd 
 class="list">
-      <!--l. 239--><p class="noindent" >The TeX system programs, arranged by platform.
+      <!--l. 234--><p class="noindent" >The TeX system programs, arranged by platform.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">readme-*.dir</span> </dt><dd 
 class="list">
-      <!--l. 241--><p class="noindent" >Quick overview and useful links for TeX Live, in various languages, in both HTML
+      <!--l. 236--><p class="noindent" >Quick overview and useful links for TeX Live, in various languages, in both HTML
       and plain text.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">source</span> </dt><dd 
 class="list">
-                                                                                      
-                                                                                      
-      <!--l. 244--><p class="noindent" >The  source  to  all  included  programs,  including  the  main  Web2C-based  TeX
+      <!--l. 239--><p class="noindent" >The  source  to  all  included  programs,  including  the  main  Web2C-based  TeX
       distributions.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">texmf-dist</span> </dt><dd 
 class="list">
-      <!--l. 247--><p class="noindent" >The principal tree; see <span 
+      <!--l. 242--><p class="noindent" >The principal tree; see <span 
 class="ec-lmtt-12">TEXMFDIST </span>below.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">tlpkg</span> </dt><dd 
 class="list">
-      <!--l. 249--><p class="noindent" >Scripts, programs and data for managing the installation, and special support for
+      <!--l. 244--><p class="noindent" >Scripts, programs and data for managing the installation, and special support for
       Windows.</p></dd></dl>
-<!--l. 253--><p class="indent" >   For documentation, the comprehensive links in the top-level file <a 
+<!--l. 248--><p class="indent" >   For documentation, the comprehensive links in the top-level file  <a 
 href="../../../../doc.html" >doc.html</a> may be helpful.
 The documentation for nearly everything (packages, formats, fonts, program manuals, man
 pages, Info files) is in <span 
@@ -549,81 +528,83 @@
 class="ec-lmtt-12">texmf-dist/doc</span>. You can use the <span 
 class="ec-lmss-12">texdoc </span>program to find documentation
 wherever it is located.
-</p><!--l. 259--><p class="indent" >   This TeX Live documentation itself is in <span 
+                                                                                      
+                                                                                      
+</p><!--l. 254--><p class="indent" >   This TeX Live documentation itself is in <span 
 class="ec-lmtt-12">texmf-dist/doc/texlive</span>, available in several
 languages:
 </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 263--><p class="noindent" >Czech/Slovak: <a 
+      <!--l. 258--><p class="noindent" >Czech/Slovak:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-cz" >texmf-dist/doc/texlive/texlive-cz</a>
       </p></li>
       <li class="itemize">
-      <!--l. 264--><p class="noindent" >German: <a 
+      <!--l. 259--><p class="noindent" >German:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-de" >texmf-dist/doc/texlive/texlive-de</a>
       </p></li>
       <li class="itemize">
-      <!--l. 265--><p class="noindent" >English: <a 
+      <!--l. 260--><p class="noindent" >English:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-en" >texmf-dist/doc/texlive/texlive-en</a>
       </p></li>
       <li class="itemize">
-      <!--l. 266--><p class="noindent" >French: <a 
+      <!--l. 261--><p class="noindent" >French:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-fr" >texmf-dist/doc/texlive/texlive-fr</a>
       </p></li>
       <li class="itemize">
-      <!--l. 267--><p class="noindent" >Italian: <a 
+      <!--l. 262--><p class="noindent" >Italian:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-it" >texmf-dist/doc/texlive/texlive-it</a>
       </p></li>
       <li class="itemize">
-      <!--l. 268--><p class="noindent" >Japanese: <a 
+      <!--l. 263--><p class="noindent" >Japanese:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-ja" >texmf-dist/doc/texlive/texlive-ja</a>
       </p></li>
       <li class="itemize">
-      <!--l. 269--><p class="noindent" >Polish: <a 
+      <!--l. 264--><p class="noindent" >Polish:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-pl" >texmf-dist/doc/texlive/texlive-pl</a>
       </p></li>
       <li class="itemize">
-      <!--l. 270--><p class="noindent" >Russian: <a 
+      <!--l. 265--><p class="noindent" >Russian:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-ru" >texmf-dist/doc/texlive/texlive-ru</a>
       </p></li>
       <li class="itemize">
-      <!--l. 271--><p class="noindent" >Serbian: <a 
+      <!--l. 266--><p class="noindent" >Serbian:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-sr" >texmf-dist/doc/texlive/texlive-sr</a>
       </p></li>
       <li class="itemize">
-                                                                                      
-                                                                                      
-      <!--l. 272--><p class="noindent" >Spanish: <a 
+      <!--l. 267--><p class="noindent" >Spanish:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-es" >texmf-dist/doc/texlive/texlive-es</a>
       </p></li>
       <li class="itemize">
-      <!--l. 273--><p class="noindent" >Simplified Chinese: <a 
+      <!--l. 268--><p class="noindent" >Simplified Chinese:  <a 
 href="../../../../texmf-dist/doc/texlive/texlive-zh-cn" >texmf-dist/doc/texlive/texlive-zh-cn</a></p></li></ul>
-<!--l. 276--><p class="noindent" >
+<!--l. 271--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">2.3   </span> <a 
  id="x1-110002.3"></a>Overview of the predefined texmf trees</h4>
-<!--l. 279--><p class="noindent" >This section lists the predefined variables specifying the texmf trees used by the system, and
+<!--l. 274--><p class="noindent" >This section lists the predefined variables specifying the texmf trees used by the system, and
 their intended purpose, and the default layout of TeX Live. The command <span 
 class="ec-lmtt-12">tlmgr</span><span 
 class="ec-lmtt-12"> conf </span>shows
 the values of these variables, so that you can easily find out how they map to particular
 directories in your installation.
-</p><!--l. 285--><p class="indent" >   All of the trees, including the personal ones, should follow the TeX Directory Structure
+                                                                                      
+                                                                                      
+</p><!--l. 280--><p class="indent" >   All of the trees, including the personal ones, should follow the TeX Directory Structure
 (TDS, <a 
 href="https://tug.org/tds" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/tds</span></a>), with all its myriad subdirectories, or files may not be
 found. Section <a 
 href="#x1-350003.4.6">3.4.6<!--tex4ht:ref: sec:local-personal-macros --></a> (p. <a 
-href="#x1-350003.4.6">50<!--tex4ht:ref: sec:local-personal-macros --></a>) describes this in more detail. The order here is the reverse
+href="#x1-350003.4.6">49<!--tex4ht:ref: sec:local-personal-macros --></a>) describes this in more detail. The order here is the reverse
 order in which the trees are searched, that is, later trees in the list override earlier
 ones.
-</p><!--l. 293--><p class="noindent" >
+</p><!--l. 288--><p class="noindent" >
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmtt-12">TEXMFDIST</span> </dt><dd 
 class="list">
-      <!--l. 294--><p class="noindent" >The              tree              which              holds              nearly              all
+      <!--l. 289--><p class="noindent" >The              tree              which              holds              nearly              all
       of the files in the original distribution—configuration files, scripts, packages, fonts,
       etc. (The main exceptions are the per-platform executables, which are stored in a
       sibling directory <span 
@@ -632,33 +613,25 @@
  <span 
 class="ec-lmtt-12">TEXMFSYSVAR</span> </dt><dd 
 class="list">
-      <!--l. 298--><p class="noindent" >The (site-wide) tree used by <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">texconfig-sys</span></span></span>, <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">updmap-sys</span></span></span> and <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">fmtutil-sys</span></span></span>, and
-      also by <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">tlmgr</span></span></span>, to store (cached) runtime data such as format files and generated
-      map files.
+      <!--l. 293--><p class="noindent" >The  (site-wide)  tree  used  by  <span class="obeylines-h"><code class="verb">texconfig-sys</code></span>,  <span class="obeylines-h"><code class="verb">updmap-sys</code></span>,  <span class="obeylines-h"><code class="verb">fmtutil-sys</code></span>,  and
+      <span class="obeylines-h"><code class="verb">tlmgr</code></span>, to store (cached) runtime data such as format files and generated map files.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">TEXMFSYSCONFIG</span> </dt><dd 
 class="list">
-      <!--l. 301--><p class="noindent" >The  (site-wide)  tree  used  by  the  utilities  <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">texconfig-sys</span></span></span>,  <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">updmap-sys</span></span></span>,  and
-      <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">fmtutil-sys</span></span></span> to store modified configuration data.
+      <!--l. 296--><p class="noindent" >The (site-wide) tree used by <span class="obeylines-h"><code class="verb">texconfig-sys</code></span>, <span class="obeylines-h"><code class="verb">updmap-sys</code></span>, and <span class="obeylines-h"><code class="verb">fmtutil-sys</code></span> to
+      store modified configuration data.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">TEXMFLOCAL</span> </dt><dd 
 class="list">
-      <!--l. 304--><p class="noindent" >The tree which administrators can use for system-wide installation of additional
+      <!--l. 299--><p class="noindent" >The tree which administrators can use for system-wide installation of additional
       or updated macros, fonts, etc.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">TEXMFHOME</span> </dt><dd 
 class="list">
-      <!--l. 306--><p class="noindent" >The tree which users can use for their own individual installations of additional
+      <!--l. 301--><p class="noindent" >The tree which users can use for their own individual installations of additional
       or updated macros, fonts, etc. For each user, this variable points to their own
       individual directory.
       </p></dd><dt class="list">
@@ -665,78 +638,71 @@
  <span 
 class="ec-lmtt-12">TEXMFVAR</span> </dt><dd 
 class="list">
-      <!--l. 310--><p class="noindent" >The (personal) tree used by <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">texconfig</span></span></span>, <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">updmap-user</span></span></span> and <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">fmtutil-user</span></span></span> to store
-                                                                                      
-                                                                                      
+      <!--l. 305--><p class="noindent" >The (personal) tree used by <span class="obeylines-h"><code class="verb">texconfig</code></span>, <span class="obeylines-h"><code class="verb">updmap-user</code></span> and <span class="obeylines-h"><code class="verb">fmtutil-user</code></span> to store
       (cached) runtime data such as format files and generated map files.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">TEXMFCONFIG</span> </dt><dd 
 class="list">
-      <!--l. 313--><p class="noindent" >The (personal) tree used by the utilities <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">texconfig</span></span></span>, <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">updmap-sys</span></span></span>, and <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">fmtutil-sys</span></span></span>
+      <!--l. 308--><p class="noindent" >The (personal) tree used by the utilities <span class="obeylines-h"><code class="verb">texconfig</code></span>, <span class="obeylines-h"><code class="verb">updmap-sys</code></span>, and <span class="obeylines-h"><code class="verb">fmtutil-sys</code></span>
       to store modified configuration data.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">TEXMFCACHE</span> </dt><dd 
 class="list">
-      <!--l. 316--><p class="noindent" >The tree(s) used by ConTeXt MkIV and LuaLaTeX to store (cached) runtime
+      <!--l. 311--><p class="noindent" >The tree(s) used by ConTeXt MkIV and LuaLaTeX to store (cached) runtime
       data; defaults to <span 
 class="ec-lmtt-12">TEXMFSYSVAR</span>, or (if that’s not writable), <span 
 class="ec-lmtt-12">TEXMFVAR</span>.</p></dd></dl>
-<!--l. 321--><p class="noindent" >The default layout is:
+<!--l. 316--><p class="noindent" >The default layout is:
       </p><dl class="description"><dt class="description">
-      <!--l. 324--><p class="noindent" >
 <span 
-class="ec-lmbx-12">system-wide root</span> </p></dt><dd 
+class="ec-lmbx-12">system-wide root</span> </dt><dd 
 class="description">
-      <!--l. 324--><p class="noindent" >can span multiple TeX Live releases (<span 
+      <!--l. 319--><p class="noindent" >can span multiple TeX Live releases (<span 
 class="ec-lmtt-12">/usr/local/texlive </span>by default on Unix):
            </p><dl class="list2"><dt class="list">
+                                                                                      
+                                                                                      
         <span 
-class="ec-lmtt-12">2022</span> </dt><dd 
+class="ec-lmtt-12">2023</span> </dt><dd 
 class="list">
-           <!--l. 327--><p class="noindent" >A previous release.
+           <!--l. 322--><p class="noindent" >A previous release.
            </p></dd><dt class="list">
         <span 
-class="ec-lmtt-12">2023</span> </dt><dd 
+class="ec-lmtt-12">2024</span> </dt><dd 
 class="list">
-           <!--l. 328--><p class="noindent" >The current release.
+           <!--l. 323--><p class="noindent" >The current release.
                </p><dl class="list3"><dt class="list">
              <span 
 class="ec-lmtt-12">bin</span> </dt><dd 
 class="list">
-               <!--l. 330--><p class="noindent" > 
+               <!--l. 325--><p class="noindent" > 
                    </p><dl class="list4"><dt class="list">
                  <span 
 class="ec-lmtt-12">i386-linux</span> </dt><dd 
 class="list">
-                   <!--l. 332--><p class="noindent" >GNU/Linux binaries (32-bit)
+                   <!--l. 327--><p class="noindent" >GNU/Linux binaries (32-bit)
                    </p></dd><dt class="list">
                  <span 
 class="ec-lmtt-12">...</span> </dt><dd 
 class="list">
-                   <!--l. 333--><p class="noindent" >
+                   <!--l. 328--><p class="noindent" >
                    </p></dd><dt class="list">
                 <span 
 class="ec-lmtt-12">universal-darwin</span> </dt><dd 
 class="list">
-                   <!--l. 334--><p class="noindent" >macOS binaries
+                   <!--l. 329--><p class="noindent" >macOS binaries
                    </p></dd><dt class="list">
                  <span 
 class="ec-lmtt-12">x86_64-linux</span> </dt><dd 
 class="list">
-                   <!--l. 335--><p class="noindent" >GNU/Linux binaries (64-bit)
+                   <!--l. 330--><p class="noindent" >GNU/Linux binaries (64-bit)
                    </p></dd><dt class="list">
                  <span 
 class="ec-lmtt-12">windows</span> </dt><dd 
 class="list">
-                   <!--l. 336--><p class="noindent" >Windows binaries (64-bit)</p></dd></dl>
+                   <!--l. 331--><p class="noindent" >Windows binaries (64-bit)</p></dd></dl>
                </dd><dt class="list">
              <span 
 class="ec-lmtt-12">texmf-dist</span><span 
@@ -743,7 +709,7 @@
 class="ec-lmtt-12"> </span><span 
 class="ec-lmtt-12"> </span> </dt><dd 
 class="list">
-               <!--l. 338--><p class="noindent" ><span 
+               <!--l. 333--><p class="noindent" ><span 
 class="ec-lmtt-12">TEXMFDIST </span>and <span 
 class="ec-lmtt-12">TEXMFMAIN</span>
                </p></dd><dt class="list">
@@ -752,7 +718,7 @@
 class="ec-lmtt-12"> </span><span 
 class="ec-lmtt-12"> </span> </dt><dd 
 class="list">
-               <!--l. 339--><p class="noindent" ><span 
+               <!--l. 334--><p class="noindent" ><span 
 class="ec-lmtt-12">TEXMFSYSVAR</span>, <span 
 class="ec-lmtt-12">TEXMFCACHE</span>
                </p></dd><dt class="list">
@@ -759,34 +725,31 @@
             <span 
 class="ec-lmtt-12">texmf-config</span> </dt><dd 
 class="list">
-                                                                                      
-                                                                                      
-               <!--l. 340--><p class="noindent" ><span 
+               <!--l. 335--><p class="noindent" ><span 
 class="ec-lmtt-12">TEXMFSYSCONFIG</span></p></dd></dl>
            </dd><dt class="list">
        <span 
 class="ec-lmtt-12">texmf-local</span> </dt><dd 
 class="list">
-           <!--l. 342--><p class="noindent" ><span 
+           <!--l. 337--><p class="noindent" ><span 
 class="ec-lmtt-12">TEXMFLOCAL</span>, intended to be retained from release to release.</p></dd></dl>
       </dd><dt class="description">
-      <!--l. 345--><p class="noindent" >
 <span 
-class="ec-lmbx-12">user’s home directory</span> </p></dt><dd 
+class="ec-lmbx-12">user’s home directory</span> </dt><dd 
 class="description">
-      <!--l. 345--><p class="noindent" >(<span 
+      <!--l. 340--><p class="noindent" >(<span 
 class="ec-lmtt-12">$HOME </span>or <span 
 class="ec-lmtt-12">%USERPROFILE%</span>)
            </p><dl class="list2"><dt class="list">
         <span 
-class="ec-lmtt-12">.texlive2022</span> </dt><dd 
+class="ec-lmtt-12">.texlive2023</span> </dt><dd 
 class="list">
-           <!--l. 348--><p class="noindent" >Privately generated and configuration data for a previous release.
+           <!--l. 343--><p class="noindent" >Privately generated and configuration data for a previous release.
            </p></dd><dt class="list">
         <span 
-class="ec-lmtt-12">.texlive2023</span> </dt><dd 
+class="ec-lmtt-12">.texlive2024</span> </dt><dd 
 class="list">
-           <!--l. 350--><p class="noindent" >Privately generated and configuration data for the current release.
+           <!--l. 345--><p class="noindent" >Privately generated and configuration data for the current release.
                </p><dl class="list3"><dt class="list">
              <span 
 class="ec-lmtt-12">texmf-var</span><span 
@@ -794,7 +757,9 @@
 class="ec-lmtt-12"> </span><span 
 class="ec-lmtt-12"> </span> </dt><dd 
 class="list">
-               <!--l. 353--><p class="noindent" ><span 
+                                                                                      
+                                                                                      
+               <!--l. 348--><p class="noindent" ><span 
 class="ec-lmtt-12">TEXMFVAR</span>, <span 
 class="ec-lmtt-12">TEXMFCACHE</span>
                </p></dd><dt class="list">
@@ -801,60 +766,55 @@
             <span 
 class="ec-lmtt-12">texmf-config</span> </dt><dd 
 class="list">
-               <!--l. 354--><p class="noindent" ><span 
+               <!--l. 349--><p class="noindent" ><span 
 class="ec-lmtt-12">TEXMFCONFIG</span></p></dd></dl>
            </dd><dt class="list">
        <span 
 class="ec-lmtt-12">texmf</span> </dt><dd 
 class="list">
-           <!--l. 356--><p class="noindent" ><span 
+           <!--l. 351--><p class="noindent" ><span 
 class="ec-lmtt-12">TEXMFHOME </span>Personal macros, etc.</p></dd></dl>
       </dd></dl>
-<!--l. 361--><p class="noindent" >
+<!--l. 356--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">2.4   </span> <a 
  id="x1-120002.4"></a>Extensions to TeX</h4>
-<!--l. 364--><p class="noindent" >Knuth’s original TeX itself is frozen, apart from rare bug fixes. It is present in TeX Live as the
+<!--l. 359--><p class="noindent" >Knuth’s original TeX itself is frozen, apart from rare bug fixes. It is present in TeX Live as the
 program <span 
 class="ec-lmss-12">tex</span>, and will remain so for the foreseeable future. TeX Live also contains several
 extended versions of TeX (also known as TeX engines):
-</p><!--l. 369--><p class="indent" >
+</p><!--l. 364--><p class="indent" >
       </p><dl class="description"><dt class="description">
-      <!--l. 371--><p class="noindent" >
 <span 
-class="ec-lmbx-12">e-TeX</span> </p></dt><dd 
+class="ec-lmbx-12">e-TeX</span> </dt><dd 
 class="description">
-      <!--l. 371--><p class="noindent" >adds a set of new primitives (related to macro expansion, character scanning, classes
+      <!--l. 366--><p class="noindent" >adds a set of new primitives (related to macro expansion, character scanning, classes
       of marks, additional debugging features, and more) and the TeX--XE T extensions
       for  bidirectional  typesetting.  In  default  mode,  e-TeX  is  100%  compatible  with
-      ordinary TeX. See <a 
+      ordinary TeX. See  <a 
 href="../../../../texmf-dist/doc/etex/base/etex_man.pdf" >texmf-dist/doc/etex/base/etex_man.pdf</a>.
       </p></dd><dt class="description">
-      <!--l. 378--><p class="noindent" >
 <span 
-class="ec-lmbx-12">pdfTeX</span> </p></dt><dd 
+class="ec-lmbx-12">pdfTeX</span> </dt><dd 
 class="description">
-      <!--l. 378--><p class="noindent" >builds  on  the  e-TeX extensions,  adding  support  for  writing  PDF  output  as
+      <!--l. 373--><p class="noindent" >builds  on  the  e-TeX extensions,  adding  support  for  writing  PDF  output  as
       well  as  DVI,  and  many  non-output-related  extensions.  This  is  the  program
       invoked  for  many  common  formats,  e.g.,  <span 
 class="ec-lmss-12">etex</span>,  <span 
 class="ec-lmss-12">latex</span>,  <span 
-class="ec-lmss-12">pdflatex</span>.  Its  web  site  is
-                                                                                      
-                                                                                      
-      <a 
+class="ec-lmss-12">pdflatex</span>.  Its  web  site  is  
+<a 
 href="http://www.pdftex.org/" class="url" ><span 
-class="ec-lmtt-12">http://www.pdftex.org/</span></a>. See <a 
+class="ec-lmtt-12">http://www.pdftex.org/</span></a>. See   <a 
 href="../../../../texmf-dist/doc/pdftex/manual/pdftex-a.pdf" >texmf-dist/doc/pdftex/manual/pdftex-a.pdf</a> for
-      the manual, and <a 
+      the manual, and  <a 
 href="../../../../texmf-dist/doc/pdftex/samplepdftex/samplepdf.tex" >texmf-dist/doc/pdftex/samplepdftex/samplepdf.tex</a> for example
       usage of some of its features.
       </p></dd><dt class="description">
-      <!--l. 387--><p class="noindent" >
 <span 
-class="ec-lmbx-12">LuaTeX</span> </p></dt><dd 
+class="ec-lmbx-12">LuaTeX</span> </dt><dd 
 class="description">
-      <!--l. 387--><p class="noindent" >adds support for Unicode input and OpenType/TrueType- and system fonts. It
+      <!--l. 382--><p class="noindent" >adds support for Unicode input and OpenType/TrueType- and system fonts. It
       also incorporates a Lua interpreter (<a 
 href="https://lua.org/" class="url" ><span 
 class="ec-lmtt-12">https://lua.org/</span></a>), enabling solutions for
@@ -863,159 +823,152 @@
       Lua interpreter. Its web site is <a 
 href="http://www.luatex.org/" class="url" ><span 
 class="ec-lmtt-12">http://www.luatex.org/</span></a>, and the reference
-      manual is <a 
+      manual is  <a 
 href="../../../../texmf-dist/doc/luatex/base/luatex.pdf" >texmf-dist/doc/luatex/base/luatex.pdf</a>.
       </p></dd><dt class="description">
-      <!--l. 394--><p class="noindent" >
 <span 
-class="ec-lmbx-12">(e)(u)pTeX</span> </p></dt><dd 
+class="ec-lmbx-12">(e)(u)pTeX</span> </dt><dd 
 class="description">
-      <!--l. 394--><p class="noindent" >have  native  support  for  Japanese  typesetting  requirements;  pTeX is  the  basic
+      <!--l. 389--><p class="noindent" >have  native  support  for  Japanese  typesetting  requirements;  pTeX is  the  basic
       engine, while the e- variants add e-TeX functionality and u- add Unicode support.
       </p></dd><dt class="description">
-      <!--l. 398--><p class="noindent" >
 <span 
-class="ec-lmbx-12">XeTeX</span> </p></dt><dd 
+class="ec-lmbx-12">XeTeX</span> </dt><dd 
 class="description">
-      <!--l. 398--><p class="noindent" >adds  support  for  Unicode  input  and  OpenType/TrueType-  and  system  fonts,
+      <!--l. 393--><p class="noindent" >adds  support  for  Unicode  input  and  OpenType/TrueType-  and  system  fonts,
       implemented using standard third-party libraries. See <a 
 href="https://tug.org/xetex" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/xetex</span></a>.
+                                                                                      
+                                                                                      
       </p></dd><dt class="description">
-      <!--l. 402--><p class="noindent" >
 <span 
 class="ec-lmbx-12">Omega</span><span 
-class="ec-lmbx-12"> (Omega)</span> </p></dt><dd 
+class="ec-lmbx-12"> (Omega)</span> </dt><dd 
 class="description">
-      <!--l. 402--><p class="noindent" >is based on Unicode (16-bit characters), thus supports working with almost all
+      <!--l. 397--><p class="noindent" >is based on Unicode (16-bit characters), thus supports working with almost all
       the world’s scripts simultaneously. It also supports so-called ‘Omega Translation
       Processes’ (OTPs), for performing complex transformations on arbitrary input.
       Omega is no longer included in TeX Live as a separate program; only Aleph is
       provided:
       </p></dd><dt class="description">
-      <!--l. 408--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Aleph</span> </p></dt><dd 
+class="ec-lmbx-12">Aleph</span> </dt><dd 
 class="description">
-      <!--l. 408--><p class="noindent" >combines the Omega and e-TeX extensions. See <a 
+      <!--l. 403--><p class="noindent" >combines the Omega and e-TeX extensions. See  <a 
 href="../../../../texmf-dist/doc/aleph/base" >texmf-dist/doc/aleph/base</a>.
 </p>
       </dd></dl>
-<!--l. 414--><p class="noindent" >
+<!--l. 409--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">2.5   </span> <a 
  id="x1-130002.5"></a>Other notable programs in TeX Live</h4>
-<!--l. 416--><p class="noindent" >Here are a few other commonly-used programs included in TeX Live:
-</p><!--l. 418--><p class="indent" >
+<!--l. 411--><p class="noindent" >Here are a few other commonly-used programs included in TeX Live:
+</p><!--l. 413--><p class="indent" >
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmss-12">bibtex, biber</span> </dt><dd 
 class="list">
-      <!--l. 420--><p class="noindent" >bibliography support.
+      <!--l. 415--><p class="noindent" >bibliography support.
       </p></dd><dt class="list">
-                                                                                      
-                                                                                      
  <span 
 class="ec-lmss-12">makeindex, upmendex, xindex, xindy</span> </dt><dd 
 class="list">
-      <!--l. 422--><p class="noindent" >index support.
+      <!--l. 417--><p class="noindent" >index support.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">dvips</span> </dt><dd 
 class="list">
-      <!--l. 424--><p class="noindent" >convert DVI to PostScript.
+      <!--l. 419--><p class="noindent" >convert DVI to PostScript.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">dvipdfmx</span> </dt><dd 
 class="list">
-      <!--l. 426--><p class="noindent" >convert DVI to PDF, an alternative approach to pdfTeX (mentioned above).
+      <!--l. 421--><p class="noindent" >convert DVI to PDF, an alternative approach to pdfTeX (mentioned above).
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">xdvi</span> </dt><dd 
 class="list">
-      <!--l. 429--><p class="noindent" >DVI previewer for the X Window System.
+      <!--l. 424--><p class="noindent" >DVI previewer for the X Window System.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">dviconcat, dviselect</span> </dt><dd 
 class="list">
-      <!--l. 431--><p class="noindent" >cut and paste pages from DVI files.
+      <!--l. 426--><p class="noindent" >cut and paste pages from DVI files.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">psselect, psnup, </span><span 
 class="ec-lmss-12">…</span> </dt><dd 
 class="list">
-      <!--l. 434--><p class="noindent" >PostScript utilities.
+      <!--l. 429--><p class="noindent" >PostScript utilities.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">pdfjam, pdfjoin, </span><span 
 class="ec-lmss-12">…</span> </dt><dd 
 class="list">
-      <!--l. 436--><p class="noindent" >PDF utilities.
+      <!--l. 431--><p class="noindent" >PDF utilities.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">context, mtxrun</span> </dt><dd 
 class="list">
-      <!--l. 438--><p class="noindent" >ConTeXt and PDF processor.
+      <!--l. 433--><p class="noindent" >ConTeXt and PDF processor.
+                                                                                      
+                                                                                      
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">htlatex, </span><span 
 class="ec-lmss-12">…</span> </dt><dd 
 class="list">
-      <!--l. 440--><p class="noindent" ><span 
+      <!--l. 435--><p class="noindent" ><span 
 class="ec-lmss-12">tex4ht</span>: (L<span 
 class="ec-lmr-8">A</span>)TeX to HTML (and XML and DocX and more) converter.
 </p>
       </dd></dl>
-<!--l. 446--><p class="indent" >   <a id="installation"></a>
+<!--l. 441--><p class="indent" >   <a id="installation"></a>
 </p>
    <h3 class="sectionHead"><span class="titlemark">3   </span> <a 
  id="x1-140003"></a>Installation</h3>
-<!--l. 450--><p class="noindent" >
+<!--l. 445--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">3.1   </span> <a 
  id="x1-150003.1"></a>Starting the installer</h4>
-<!--l. 453--><p class="noindent" >To begin, get the TeX Collection DVD or download the TeX Live net installer. See 
+<!--l. 448--><p class="noindent" >To begin, get the TeX Collection DVD or download the TeX Live net installer. See 
 <a 
 href="https://tug.org/texlive/acquire.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive/acquire.html</span></a> for more information and other methods of getting
 the software.
-</p><!--l. 457--><p class="indent" >
+</p><!--l. 452--><p class="indent" >
       </p><dl class="description"><dt class="description">
-      <!--l. 458--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Net installer, .zip or .tar.gz:</span> </p></dt><dd 
+class="ec-lmbx-12">Net installer, .zip or .tar.gz:</span> </dt><dd 
 class="description">
-                                                                                      
-                                                                                      
-      <!--l. 458--><p class="noindent" >Download       from       CTAN,       under       <span 
-class="ec-lmtt-12">systems/texlive/tlnet</span>;       the
-      url <a 
-href="http://mirror.ctan.org/systems/texlive/tlnet" class="url" ><span 
-class="ec-lmtt-12">http://mirror.ctan.org/systems/texlive/tlnet</span></a> should redirect to a
-      nearby, up-to-date, mirror. You can retrieve either <span 
-class="ec-lmtt-12">install-tl.zip </span>which can be
-      used under Unix and Windows, or the considerably smaller <span 
-class="ec-lmtt-12">install-unx.tar.gz</span>
-      for Unix only. After unpacking, <span 
+      <!--l. 453--><p class="noindent" >Download  the  archive  from  CTAN,  under  <span 
+class="ec-lmtt-12">systems/texlive/tlnet</span>;  the  url  
+<a 
+href="https://mirror.ctan.org/systems/texlive/tlnet" class="url" ><span 
+class="ec-lmtt-12">https://mirror.ctan.org/systems/texlive/tlnet</span></a> should redirect to a nearby,
+      up-to-date, mirror. You can retrieve either <span 
+class="ec-lmtt-12">install-tl.zip </span>which can be used
+      under Unix and Windows, or the considerably smaller <span 
+class="ec-lmtt-12">install-unx.tar.gz </span>for
+      Unix only. After unpacking, <span 
 class="ec-lmtt-12">install-tl </span>and <span 
-class="ec-lmtt-12">install-tl-windows.bat </span>will
-      be in the <span 
+class="ec-lmtt-12">install-tl-windows.bat </span>will be in
+      the <span 
 class="ec-lmtt-12">install-tl </span>subdirectory.
       </p></dd><dt class="description">
-      <!--l. 468--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Net installer, Windows .exe:</span> </p></dt><dd 
+class="ec-lmbx-12">Net installer, Windows .exe:</span> </dt><dd 
 class="description">
-      <!--l. 468--><p class="noindent" >Download from CTAN as above, and double-click. This starts up a first-stage
+      <!--l. 463--><p class="noindent" >Download from CTAN as above, and double-click. This starts up a first-stage
       installer and unpacker; see figure <a 
 href="#x1-15001r1">1<!--tex4ht:ref: fig:nsis --></a>. It gives two choices: ‘Install’ and ‘Unpack
       only’.
       </p></dd><dt class="description">
-      <!--l. 473--><p class="noindent" >
 <span 
-class="ec-lmbx-12">TeX Collection DVD:</span> </p></dt><dd 
+class="ec-lmbx-12">TeX Collection DVD:</span> </dt><dd 
 class="description">
-      <!--l. 473--><p class="noindent" >go   to   the   DVD’s   <span 
+      <!--l. 468--><p class="noindent" >go   to   the   DVD’s   <span 
 class="ec-lmtt-12">texlive  </span>subdirectory.   Under   Windows,   the   installer
       normally  starts  automatically  when  you  insert  the  DVD.  You  can  get  the
       DVD by  becoming  a  member  of  a  TeX user  group  (highly  recommended,
@@ -1039,7 +992,7 @@
  id="x1-15001r1"></a>
                                                                                       
                                                                                       
-<!--l. 488--><p class="noindent" ><img 
+<!--l. 483--><p class="noindent" ><img 
 src="../texlive-common/nsis_installer.png" alt="First stage of Windows .exe installer"  
  />
 </p>
@@ -1051,11 +1004,11 @@
                                                                                       
                                                                                       
    </figure>
-<!--l. 493--><p class="indent" >   The same installer program is run, whatever the source. The most notable difference
+<!--l. 488--><p class="indent" >   The same installer program is run, whatever the source. The most notable difference
 between the two is that with the net installer, what you end up with is the packages that are
 currently available. This is in contrast to the DVD and ISO images, which are not updated
 between the major public releases.
-</p><!--l. 499--><p class="indent" >   If you need to download through proxies, use a <span 
+</p><!--l. 494--><p class="indent" >   If you need to download through proxies, use a <span 
 class="ec-lmtt-12">~/.wgetrc </span>file or environment variables with the proxy
 settings for Wget (<a 
 href="https://www.gnu.org/software/wget/manual/html_node/Proxies.html" class="url" ><span 
@@ -1062,11 +1015,11 @@
 class="ec-lmtt-12">https://www.gnu.org/software/wget/manual/html_node/Proxies.html</span></a>),
 or the equivalent for whatever download program you are using. This does not matter if you
 are installing from the DVD or ISO image.
-</p><!--l. 505--><p class="indent" >   The following sections explain installer start-up in more detail.
+</p><!--l. 500--><p class="indent" >   The following sections explain installer start-up in more detail.
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.1.1   </span> <a 
  id="x1-160003.1.1"></a>Unix</h5>
-<!--l. 509--><p class="noindent" >Below, <span 
+<!--l. 504--><p class="noindent" >Below, <span 
 class="ec-lmtt-12">&#x003E; </span>denotes the shell prompt; user input is <span 
 class="ec-lmtk-10x-x-120">bold</span>. The <span 
 class="ec-lmtt-12">install-tl </span>program is a
@@ -1086,7 +1039,7 @@
 directory first, etc.; we won’t repeat all the variations.) You may have to enlarge your terminal
 window so that it shows the full text installer screen (figure <a 
 href="#x1-18061r2">2<!--tex4ht:ref: fig:text-main --></a>).
-<!--l. 522--><p class="indent" >   To install in GUI mode (figure <a 
+<!--l. 517--><p class="indent" >   To install in GUI mode (figure <a 
 href="#x1-18063r4">4<!--tex4ht:ref: fig:advanced-lnx --></a>), you’ll need to have Tcl/Tk installed. Given that, you
 can run: </p><div class="alltt">
 
@@ -1099,7 +1052,7 @@
 class="ec-lmtk-10x-x-120"> -gui</span>
 </div>
 </div>
-<!--l. 528--><p class="indent" >   The old <span 
+<!--l. 523--><p class="indent" >   The old <span 
 class="ec-lmtt-12">-wizard </span>and <span 
 class="ec-lmtt-12">-perltk</span>/<span 
 class="ec-lmtt-12">-expert </span>options now do the same thing as <span 
@@ -1115,7 +1068,7 @@
 class="ec-lmtk-10x-x-120"> -help</span>
 </div>
 </div>
-<!--l. 535--><p class="indent" >   <span 
+<!--l. 530--><p class="indent" >   <span 
 class="ec-lmbx-12">About Unix permissions: </span>Your <span 
 class="ec-lmtt-12">umask </span>at the time of installation will be respected by
 the TeX Live installer. Therefore, if you want your installation to be usable by users other
@@ -1123,7 +1076,7 @@
 class="ec-lmtt-12">umask 002</span>. For more
 information about <span 
 class="ec-lmtt-12">umask</span>, consult your system documentation.
-</p><!--l. 542--><p class="indent" >   <span 
+</p><!--l. 537--><p class="indent" >   <span 
 class="ec-lmbx-12">Special considerations for Cygwin: </span>Unlike other Unix-compatible systems, Cygwin
 does not by default include all of the prerequisite programs needed by the TeX Live installer.
 See section <a 
@@ -1130,11 +1083,11 @@
 href="#x1-190003.1.4">3.1.4<!--tex4ht:ref: sec:cygwin --></a>.
                                                                                       
                                                                                       
-</p><!--l. 548--><p class="noindent" >
+</p><!--l. 543--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.1.2   </span> <a 
  id="x1-170003.1.2"></a>macOS</h5>
-<!--l. 551--><p class="noindent" >As mentioned in section <a 
+<!--l. 546--><p class="noindent" >As mentioned in section <a 
 href="#x1-90002.1">2.1<!--tex4ht:ref: sec:tl-coll-dists --></a>, a separate distribution is prepared for macOS, named MacTeX (
 <a 
 href="https://tug.org/mactex" class="url" ><span 
@@ -1142,17 +1095,17 @@
 TeX Live installer on macOS, because the native installer makes a few Mac-specific
 adjustments, in particular to allow easily switching between different TeX Live releases on
 Macs, using the so-called TeXDist data structure.
-</p><!--l. 559--><p class="indent" >   MacTeX is firmly based on TeX Live, and the main TeX trees and binaries are
+</p><!--l. 554--><p class="indent" >   MacTeX is firmly based on TeX Live, and the main TeX trees and binaries are
 precisely the same. It adds a few extra folders with Mac-specific documentation and
 applications.
-</p><!--l. 564--><p class="noindent" >
+</p><!--l. 559--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.1.3   </span> <a 
  id="x1-180003.1.3"></a>Windows</h5>
-<!--l. 566--><p class="noindent" >If you are using the unpacked downloaded zip file, or the DVD installer failed to start
+<!--l. 561--><p class="noindent" >If you are using the unpacked downloaded zip file, or the DVD installer failed to start
 automatically, double-click <span 
 class="ec-lmtt-12">install-tl-windows.bat</span>.
-</p><!--l. 570--><p class="indent" >   You can also start the installer from the command-prompt. Below, <span 
+</p><!--l. 565--><p class="indent" >   You can also start the installer from the command-prompt. Below, <span 
 class="ec-lmtt-12">&#x003E; </span>denotes the prompt;
 user input is <span 
 class="ec-lmtk-10x-x-120">bold</span>. If you are in the installer directory, run just: </p><div class="alltt">
@@ -1163,7 +1116,7 @@
 class="ec-lmtt-12"> </span><span 
 class="ec-lmtk-10x-x-120">install-tl-windows</span></div>
 </div>
-<!--l. 577--><p class="indent" >   Or you can invoke it with an absolute location, such as: </p><div class="alltt">
+<!--l. 572--><p class="indent" >   Or you can invoke it with an absolute location, such as: </p><div class="alltt">
 
 <div class="obeylines-v">
 <br /><span 
@@ -1178,7 +1131,7 @@
 class="ec-lmtt-12">D: </span>is the optical drive. Figure <a 
 href="#x1-18062r3">3<!--tex4ht:ref: fig:basic-w32 --></a> displays the
 initial basic screen of the GUI installer, which is the default for Windows.
-<!--l. 585--><p class="indent" >   To install in text mode, use: </p><div class="alltt">
+<!--l. 580--><p class="indent" >   To install in text mode, use: </p><div class="alltt">
 
 <div class="obeylines-v">
 <br /><span 
@@ -1188,7 +1141,7 @@
 class="ec-lmtk-10x-x-120"> -no-gui</span>
 </div>
 </div>
-<!--l. 590--><p class="indent" >   For a complete listing of the various options: </p><div class="alltt">
+<!--l. 585--><p class="indent" >   For a complete listing of the various options: </p><div class="alltt">
 
 <div class="obeylines-v">
 <br /><span 
@@ -1198,14 +1151,14 @@
 class="ec-lmtk-10x-x-120"> -help</span>
 </div>
 </div>
-<!--l. 595--><p class="indent" >   <span 
-class="ec-lmbx-12">Note. </span>Add a <span 
-class="ec-lmtt-12">.bat </span>extension if the same directory also contains <span 
-class="ec-lmtt-12">install-tl-windows.exe</span>.
-This will not normally be the case (unless you’ve mirrored <span 
-class="ec-lmtt-12">tlnet </span>directory locally).
                                                                                       
                                                                                       
+<!--l. 591--><p class="indent" >   Add a <span 
+class="ec-lmtt-12">.bat </span>extension to the invocations if the same directory also contains
+<span 
+class="ec-lmtt-12">install-tl-windows.exe</span>. This will not normally be the case, unless you’ve mirrored the
+<span 
+class="ec-lmtt-12">tlnet </span>directory locally.
 </p>
    <figure class="figure"> 
 
@@ -1220,7 +1173,7 @@
 class="ec-lmtt-10">Installing</span><span 
 class="ec-lmtt-10"> TeX</span><span 
 class="ec-lmtt-10"> Live</span><span 
-class="ec-lmtt-10"> 2023</span><span 
+class="ec-lmtt-10"> 2024</span><span 
 class="ec-lmtt-10"> from:</span><span 
 class="ec-lmtt-10"> ...</span> 
 <a 
@@ -1296,7 +1249,7 @@
 class="ec-lmtt-10"> disk</span><span 
 class="ec-lmtt-10"> space</span><span 
 class="ec-lmtt-10"> required:</span><span 
-class="ec-lmtt-10"> 7620</span><span 
+class="ec-lmtt-10"> 8296</span><span 
 class="ec-lmtt-10"> MB</span><span 
 class="ec-lmtt-10"> (free:</span><span 
 class="ec-lmtt-10"> 138718</span><span 
@@ -1322,7 +1275,7 @@
 class="ec-lmtt-10"> </span><span 
 class="ec-lmtt-10"> </span><span 
 class="ec-lmtt-10"> </span><span 
-class="ec-lmtt-10"> /usr/local/texlive/2023</span> 
+class="ec-lmtt-10"> /usr/local/texlive/2024</span> 
 <a 
  id="x1-18036r18"></a><span 
 class="ec-lmtt-10"> </span><span 
@@ -1393,7 +1346,7 @@
 <a 
  id="x1-18060r30"></a><span 
 class="ec-lmtt-10"> &#x003C;Q&#x003E;</span><span 
-class="ec-lmtt-10"> quit</span></pre>
+class="ec-lmtt-10"> quit</span></pre>_
 <figcaption class="caption" ><span class="id">Figure 2: </span><span  
 class="content">Main text installer screen (GNU/Linux)</span></figcaption><!--tex4ht:label?: x1-18061r2 -->
                                                                                       
@@ -1407,7 +1360,7 @@
  id="x1-18062r3"></a>
                                                                                       
                                                                                       
-<!--l. 638--><p class="noindent" ><img 
+<!--l. 634--><p class="noindent" ><img 
 src="../texlive-common/basic-w32.png" alt="Basic installer screen (Windows)"  
  />
 </p>
@@ -1426,7 +1379,7 @@
  id="x1-18063r4"></a>
                                                                                       
                                                                                       
-<!--l. 644--><p class="noindent" ><img 
+<!--l. 640--><p class="noindent" ><img 
 src="../texlive-common/advanced-lnx.png" alt="Advanced installer screen (GNU/Linux)"  
  />
 </p>
@@ -1435,11 +1388,11 @@
                                                                                       
                                                                                       
    </figure>
-<!--l. 650--><p class="indent" >   <a id="cygwin"></a>
+<!--l. 646--><p class="indent" >   <a id="cygwin"></a>
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.1.4   </span> <a 
  id="x1-190003.1.4"></a>Cygwin</h5>
-<!--l. 654--><p class="noindent" >Before beginning the installation, use Cygwin’s <span 
+<!--l. 650--><p class="noindent" >Before beginning the installation, use Cygwin’s <span 
 class="ec-lmtt-12">setup.exe </span>program to install the <span 
 class="ec-lmtt-12">perl </span>and
 <span 
@@ -1447,40 +1400,40 @@
 recommended: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 659--><p class="noindent" ><span 
+      <!--l. 655--><p class="noindent" ><span 
 class="ec-lmtt-12">fontconfig </span>[needed by XeTeX and LuaTeX]
       </p></li>
       <li class="itemize">
-      <!--l. 660--><p class="noindent" ><span 
+      <!--l. 656--><p class="noindent" ><span 
 class="ec-lmtt-12">ghostscript </span>[needed by various utilities]
       </p></li>
       <li class="itemize">
-      <!--l. 661--><p class="noindent" ><span 
+      <!--l. 657--><p class="noindent" ><span 
 class="ec-lmtt-12">libXaw7 </span>[needed by <span 
 class="ec-lmtt-12">xdvi</span>]
       </p></li>
       <li class="itemize">
-      <!--l. 662--><p class="noindent" ><span 
+      <!--l. 658--><p class="noindent" ><span 
 class="ec-lmtt-12">ncurses </span>[provides the <span 
 class="ec-lmtt-12">clear </span>command used by the installer]</p></li></ul>
-<!--l. 666--><p class="noindent" >
+<!--l. 662--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.1.5   </span> <a 
  id="x1-200003.1.5"></a>The text installer</h5>
-<!--l. 668--><p class="noindent" >Figure <a 
+<!--l. 664--><p class="noindent" >Figure <a 
 href="#x1-18061r2">2<!--tex4ht:ref: fig:text-main --></a> displays the main text mode screen under Unix. The text installer is the default on
 Unix.
-</p><!--l. 671--><p class="indent" >   This is only a command-line installer; there is no cursor support at all. For instance, you
+</p><!--l. 667--><p class="indent" >   This is only a command-line installer; there is no cursor support at all. For instance, you
 cannot tab around checkboxes or input fields. You just type something (case-sensitive) at the
 prompt and press the Enter key, and then the entire terminal screen will be rewritten, with
 adjusted content.
-</p><!--l. 677--><p class="indent" >   The text installer interface is this primitive in order to make it run on as many platforms
+</p><!--l. 673--><p class="indent" >   The text installer interface is this primitive in order to make it run on as many platforms
 as possible, even with a minimal Perl.
-</p><!--l. 680--><p class="noindent" >
+</p><!--l. 676--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.1.6   </span> <a 
  id="x1-210003.1.6"></a>The graphical installer</h5>
-<!--l. 683--><p class="noindent" >The default graphical installer starts out simple, with just a few options; see figure <a 
+<!--l. 679--><p class="noindent" >The default graphical installer starts out simple, with just a few options; see figure <a 
 href="#x1-18062r3">3<!--tex4ht:ref: fig:basic-w32 --></a>. It can
 be started with </p><div class="alltt">
 
@@ -1496,18 +1449,18 @@
 </div> The Advanced button gives access to most of the options of the text installer; see
 figure <a 
 href="#x1-18063r4">4<!--tex4ht:ref: fig:advanced-lnx --></a>.
-<!--l. 691--><p class="indent" >   The <span 
+<!--l. 687--><p class="indent" >   The <span 
 class="ec-lmtt-12">perltk</span>/<span 
 class="ec-lmtt-12">expert </span>and <span 
 class="ec-lmtt-12">wizard </span>GUI options now invoke the regular graphical
 installer.
-</p><!--l. 694--><p class="noindent" >
+</p><!--l. 690--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">3.2   </span> <a 
  id="x1-220003.2"></a>Running the installer</h4>
-<!--l. 697--><p class="noindent" >The installer is intended to be mostly self-explanatory, but following are a few notes about the
+<!--l. 693--><p class="noindent" >The installer is intended to be mostly self-explanatory, but following are a few notes about the
 various options and submenus.
-</p><!--l. 700--><p class="noindent" >
+</p><!--l. 696--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.2.1   </span> <a 
  id="x1-230003.2.1"></a>Binary systems menu (Unix only)</h5>
@@ -1700,13 +1653,13 @@
 class="ec-lmtt-10"> ]</span><span 
 class="ec-lmtt-10"> Windows</span><span 
 class="ec-lmtt-10"> (64-bit)</span><span 
-class="ec-lmtt-10"> (windows)</span></pre>
+class="ec-lmtt-10"> (windows)</span></pre>_
 <figcaption class="caption" ><span class="id">Figure 5: </span><span  
 class="content">Binaries menu</span></figcaption><!--tex4ht:label?: x1-23035r5 -->
                                                                                       
                                                                                       
    </figure>
-<!--l. 727--><p class="indent" >   Figure <a 
+<!--l. 723--><p class="indent" >   Figure <a 
 href="#x1-23035r5">5<!--tex4ht:ref: fig:bin-text --></a> displays the text mode binaries menu. By default, only the binaries for your
 current platform will be installed. From this menu, you can select installation of binaries for
 other platforms as well. This can be useful if you are sharing a TeX tree across a network of
@@ -1843,13 +1796,13 @@
 class="ec-lmtt-10"> custom</span><span 
 class="ec-lmtt-10"> selection</span><span 
 class="ec-lmtt-10"> of</span><span 
-class="ec-lmtt-10"> collections</span></pre>
+class="ec-lmtt-10"> collections</span></pre>_
 <figcaption class="caption" ><span class="id">Figure 6: </span><span  
 class="content">Scheme menu</span></figcaption><!--tex4ht:label?: x1-24027r6 -->
                                                                                       
                                                                                       
    </figure>
-<!--l. 757--><p class="indent" >   Figure <a 
+<!--l. 753--><p class="indent" >   Figure <a 
 href="#x1-24027r6">6<!--tex4ht:ref: fig:scheme-text --></a> displays the TeX Live scheme menu; from here, you choose a “scheme”, which is
 an overall set of package collections. The default <span 
 class="ec-lmtt-12">full </span>scheme installs everything available.
@@ -1871,7 +1824,7 @@
  id="x1-24028r7"></a>
                                                                                       
                                                                                       
-<!--l. 769--><p class="noindent" ><img 
+<!--l. 765--><p class="noindent" ><img 
 src="../texlive-common/stdcoll.png" alt="Collections menu"  
  />
 </p>
@@ -1880,14 +1833,14 @@
                                                                                       
                                                                                       
    </figure>
-<!--l. 773--><p class="indent" >   You can refine your scheme selection with the ‘collections’ menu (figure <a 
+<!--l. 769--><p class="indent" >   You can refine your scheme selection with the ‘collections’ menu (figure <a 
 href="#x1-24028r7">7<!--tex4ht:ref: fig:collections-gui --></a>, shown in
 GUI mode for a change).
-</p><!--l. 776--><p class="indent" >   Collections are one level more detailed than schemes — in essence, a scheme consists of
+</p><!--l. 772--><p class="indent" >   Collections are one level more detailed than schemes — in essence, a scheme consists of
 several collections, a collection consists of one or more packages, and a package (the lowest
 level grouping in TeX Live) contains the actual TeX macro files, font files, and so
 on.
-</p><!--l. 781--><p class="indent" >   If you want more control than the collection menus provide, you can use the TeX
+</p><!--l. 777--><p class="indent" >   If you want more control than the collection menus provide, you can use the TeX
 Live Manager (<span 
 class="ec-lmss-12">tlmgr</span>) program after installation (see section <a 
 href="#x1-430005">5<!--tex4ht:ref: sec:tlmgr --></a>); using that, you can control
@@ -1895,16 +1848,15 @@
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.2.3   </span> <a 
  id="x1-250003.2.3"></a>Directories</h5>
-<!--l. 789--><p class="noindent" >The default layout is described in section <a 
+<!--l. 785--><p class="noindent" >The default layout is described in section <a 
 href="#x1-110002.3">2.3<!--tex4ht:ref: sec:texmftrees --></a>, p. <a 
-href="#x1-110002.3">11<!--tex4ht:ref: sec:texmftrees --></a>. The default installation directory is
+href="#x1-110002.3">10<!--tex4ht:ref: sec:texmftrees --></a>. The default installation directory is
 <span 
-class="ec-lmtt-12">/usr/local/texlive/2023 </span>on Unix and <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">C:\texlive\2023</span></span></span> on Windows. This arrangement
+class="ec-lmtt-12">/usr/local/texlive/2024 </span>on Unix and <span class="obeylines-h"><code class="verb">C:\texlive\2024</code></span> on Windows. This arrangement
 enables having many parallel TeX Live installations, such as one for each release (typically by
 year, as here), and you can switch between them merely by altering your search
 path.
-</p><!--l. 797--><p class="indent" >   That installation directory can be overridden by setting the so-called <span 
+</p><!--l. 793--><p class="indent" >   That installation directory can be overridden by setting the so-called <span 
 class="ec-lmtt-12">TEXDIR </span>in the
 installer. The GUI screen for this and other options is shown in figure <a 
 href="#x1-18063r4">4<!--tex4ht:ref: fig:advanced-lnx --></a>. The most common
@@ -1912,63 +1864,53 @@
 Live needs several gigabytes), or lacking write permission for the default location (you don’t
 have to be root or administrator to install TeX Live, but you do need write access to the
 target directory).
-</p><!--l. 805--><p class="indent" >   On Windows, you normally do not need to be an administrator to create <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">C:\texlive\2023</span></span></span>
-(or, more generally, <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">%SystemDrive%\texlive\2023</span></span></span>).
-</p><!--l. 809--><p class="indent" >   The installation directories can also be changed by setting a variety of environment
+</p><!--l. 801--><p class="indent" >   On Windows, you normally do not need to be an administrator to create <span class="obeylines-h"><code class="verb">C:\texlive\2024</code></span>
+(or, more generally, <span class="obeylines-h"><code class="verb">%SystemDrive%\texlive\2024</code></span>).
+</p><!--l. 805--><p class="indent" >   The installation directories can also be changed by setting a variety of environment
 variables before running the installer (most likely, <span 
 class="ec-lmtt-12">TEXLIVE_INSTALL_PREFIX </span>or
 <span 
-class="ec-lmtt-12">TEXLIVE_INSTALL_TEXDIR</span>); see the documentation from <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">install-tl</span><span 
-class="ec-lmtt-12"> --help</span></span></span> (available online
+class="ec-lmtt-12">TEXLIVE_INSTALL_TEXDIR</span>); see the documentation from <span class="obeylines-h"><code class="verb">install-tl --help</code></span> (available online
 at <a 
 href="https://tug.org/texlive/doc/install-tl.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive/doc/install-tl.html</span></a>) for the full list and more
 details.
-</p><!--l. 817--><p class="indent" >   A reasonable alternative destination is a directory under your home, especially if you will
-be the sole user. Use ‘<span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">~</span></span></span>’ to indicate this, as in ‘<span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">~/texlive/2023</span></span></span>’.
-</p><!--l. 821--><p class="indent" >   We recommend including the year in the name, to enable keeping different releases of TeX
+</p><!--l. 813--><p class="indent" >   A reasonable alternative destination is a directory under your home, especially if you will
+be the sole user. Use ‘<span class="obeylines-h"><code class="verb">~</code></span>’ to indicate this, as in ‘<span class="obeylines-h"><code class="verb">~/texlive/2024</code></span>’.
+</p><!--l. 817--><p class="indent" >   We recommend including the year in the name, to enable keeping different releases of TeX
 Live side by side. (You may wish to also maintain a version-independent name, such as
 <span 
 class="ec-lmtt-12">/usr/local/texlive-cur</span>, via a symbolic link, which you can then repoint after testing the
 new release.)
-</p><!--l. 826--><p class="indent" >   Changing <span 
+</p><!--l. 822--><p class="indent" >   Changing <span 
 class="ec-lmtt-12">TEXDIR </span>in the installer will also change <span 
 class="ec-lmtt-12">TEXMFLOCAL</span>, <span 
 class="ec-lmtt-12">TEXMFSYSVAR </span>and
 <span 
 class="ec-lmtt-12">TEXMFSYSCONFIG</span>.
-</p><!--l. 830--><p class="indent" >   <span 
+</p><!--l. 826--><p class="indent" >   <span 
 class="ec-lmtt-12">TEXMFHOME </span>is the recommended location for personal macro files or packages. The default
-value is <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">~/texmf</span></span></span> (<span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">~/Library/texmf</span></span></span> on Macs). In contrast to <span 
-class="ec-lmtt-12">TEXDIR</span>, here a <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">~</span></span></span> is preserved in
+value is <span class="obeylines-h"><code class="verb">~/texmf</code></span> (<span class="obeylines-h"><code class="verb">~/Library/texmf</code></span> on Macs). In contrast to <span 
+class="ec-lmtt-12">TEXDIR</span>, here a <span class="obeylines-h"><code class="verb">~</code></span> is preserved in
 the newly-written configuration files, since it usefully refers to the home directory of the user
 running TeX. It expands to <span 
-class="ec-lmtt-12">$HOME </span>on Unix and <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">%USERPROFILE%</span></span></span> on Windows. Special
+class="ec-lmtt-12">$HOME </span>on Unix and <span class="obeylines-h"><code class="verb">%USERPROFILE%</code></span> on Windows. Special
 redundant note: <span 
 class="ec-lmtt-12">TEXMFHOME</span>, like all trees, must be organized according to the TDS, or files
 may not be found.
                                                                                       
                                                                                       
-</p><!--l. 839--><p class="indent" >   <span 
+</p><!--l. 835--><p class="indent" >   <span 
 class="ec-lmtt-12">TEXMFVAR </span>is the location for storing most cached runtime data specific to each user.
 <span 
 class="ec-lmtt-12">TEXMFCACHE </span>is the variable name used for that purpose by LuaLaTeX and ConTeXt MkIV
 (see section <a 
 href="#x1-340003.4.5">3.4.5<!--tex4ht:ref: sec:context --></a>, p. <a 
-href="#x1-340003.4.5">49<!--tex4ht:ref: sec:context --></a>); its default value is <span 
+href="#x1-340003.4.5">48<!--tex4ht:ref: sec:context --></a>); its default value is <span 
 class="ec-lmtt-12">TEXMFSYSVAR</span>, or (if that’s not writable),
 <span 
 class="ec-lmtt-12">TEXMFVAR</span>.
-</p><!--l. 847--><p class="noindent" >
+</p><!--l. 843--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.2.4   </span> <a 
  id="x1-260003.2.4"></a>Options</h5>
@@ -2146,54 +2088,49 @@
 class="ec-lmtt-10"> for</span><span 
 class="ec-lmtt-10"> package</span><span 
 class="ec-lmtt-10"> updates:</span><span 
-class="ec-lmtt-10"> [X]</span></pre>
+class="ec-lmtt-10"> [X]</span></pre>_
 <figcaption class="caption" ><span class="id">Figure 8: </span><span  
 class="content">Options menu (Unix)</span></figcaption><!--tex4ht:label?: x1-26025r8 -->
                                                                                       
                                                                                       
    </figure>
-<!--l. 869--><p class="indent" >   Figure <a 
+<!--l. 865--><p class="indent" >   Figure <a 
 href="#x1-26025r8">8<!--tex4ht:ref: fig:options-text --></a> shows the text mode options menu. More info on each:
       </p><dl class="description"><dt class="description">
-      <!--l. 873--><p class="noindent" >
 <span 
-class="ec-lmbx-12">use letter size instead of A4 by default:</span> </p></dt><dd 
+class="ec-lmbx-12">use letter size instead of A4 by default:</span> </dt><dd 
 class="description">
-      <!--l. 873--><p class="noindent" >The default paper size selection. Of course, individual documents can and should
+      <!--l. 869--><p class="noindent" >The default paper size selection. Of course, individual documents can and should
       specify a specific paper size, if desired.
       </p></dd><dt class="description">
-      <!--l. 877--><p class="noindent" >
 <span 
-class="ec-lmbx-12">execution of restricted list of programs:</span> </p></dt><dd 
+class="ec-lmbx-12">execution of restricted list of programs:</span> </dt><dd 
 class="description">
-      <!--l. 877--><p class="noindent" >As of TeX Live 2010, execution of a few external programs is allowed by default.
+      <!--l. 873--><p class="noindent" >As of TeX Live 2010, execution of a few external programs is allowed by default.
       The (very short) list of allowed programs is given in the <span 
 class="ec-lmtt-12">texmf.cnf</span>. See the 2010
       news (section <a 
 href="#x1-790009.1.7">9.1.7<!--tex4ht:ref: sec:2010news --></a>) for more details.
       </p></dd><dt class="description">
-      <!--l. 882--><p class="noindent" >
 <span 
-class="ec-lmbx-12">create all format files:</span> </p></dt><dd 
+class="ec-lmbx-12">create all format files:</span> </dt><dd 
 class="description">
-      <!--l. 882--><p class="noindent" >We recommend leaving this option checked, to avoid unnecessary problems when
+      <!--l. 878--><p class="noindent" >We recommend leaving this option checked, to avoid unnecessary problems when
       creating formats dynamically. See the <span 
 class="ec-lmss-12">fmtutil </span>documentation for more details.
       </p></dd><dt class="description">
-      <!--l. 886--><p class="noindent" >
 <span 
 class="ec-lmbx-12">install font/macro </span><span 
 class="ec-lmbx-12">…</span><span 
-class="ec-lmbx-12"> tree:</span> </p></dt><dd 
+class="ec-lmbx-12"> tree:</span> </dt><dd 
 class="description">
-      <!--l. 886--><p class="noindent" >Download/install the documentation and source files included in most packages.
+      <!--l. 882--><p class="noindent" >Download/install the documentation and source files included in most packages.
       Unchecking is not recommended.
       </p></dd><dt class="description">
-      <!--l. 890--><p class="noindent" >
 <span 
-class="ec-lmbx-12">create symlinks in standard directories:</span> </p></dt><dd 
+class="ec-lmbx-12">create symlinks in standard directories:</span> </dt><dd 
 class="description">
-      <!--l. 890--><p class="noindent" >This  option  (Unix  only)  bypasses  the  need  to  change  environment  variables.
+      <!--l. 886--><p class="noindent" >This  option  (Unix  only)  bypasses  the  need  to  change  environment  variables.
       Without  this  option,  TeX  Live  directories  usually  have  to  be  added  to  <span 
 class="ec-lmtt-12">PATH</span>,
       <span 
@@ -2206,51 +2143,46 @@
       specifying system directories. The safest and recommended approach is to leave
       the option unchecked.
       </p></dd><dt class="description">
-      <!--l. 901--><p class="noindent" >
 <span 
-class="ec-lmbx-12">after install, set CTAN as source for package updates:</span> </p></dt><dd 
+class="ec-lmbx-12">after install, set CTAN as source for package updates:</span> </dt><dd 
 class="description">
-      <!--l. 901--><p class="noindent" >When installing from DVD, this option is enabled by default, since usually one
-      wants  to  take  any  subsequent  package  updates  from  the  CTAN area  that  is
-      updated throughout the year. The only likely reason to disable it is if you install
-      only a subset from the DVD and plan to augment the installation later. In any
-      case, the package repository for the installer, and for updates after installation,
+      <!--l. 897--><p class="noindent" >When installing from a DVD or ISO image, this option is enabled by default, since
+      usually one wants to take any subsequent package updates from the CTAN area
+      that is updated throughout the year. The only likely reason to disable it is if you
+      install only a subset from the DVD and plan to augment the installation later. In
+      any case, the package repository for the installer, and for updates after installation,
       can be set independently as needed; see section <a 
 href="#x1-280003.3.1">3.3.1<!--tex4ht:ref: sec:location --></a> and section <a 
 href="#x1-320003.4.3">3.4.3<!--tex4ht:ref: sec:dvd-install-net-updates --></a>.</p></dd></dl>
-<!--l. 912--><p class="noindent" >Windows-specific options, as displayed in the advanced GUI interface:
+<!--l. 908--><p class="noindent" >Windows-specific options, as displayed in the advanced GUI interface:
       </p><dl class="description"><dt class="description">
-      <!--l. 915--><p class="noindent" >
-                                                                                      
-                                                                                      
 <span 
-class="ec-lmbx-12">adjust searchpath</span> </p></dt><dd 
+class="ec-lmbx-12">adjust searchpath</span> </dt><dd 
 class="description">
-      <!--l. 915--><p class="noindent" >This ensures that all programs will see the TeX Live binary directory on their
+      <!--l. 911--><p class="noindent" >This ensures that all programs will see the TeX Live binary directory on their
       search path.
       </p></dd><dt class="description">
-      <!--l. 918--><p class="noindent" >
 <span 
-class="ec-lmbx-12">add menu shortcuts</span> </p></dt><dd 
+class="ec-lmbx-12">add menu shortcuts</span> </dt><dd 
 class="description">
-      <!--l. 918--><p class="noindent" >If set, there will be a TeX Live submenu of the Start menu. There is a third
+      <!--l. 914--><p class="noindent" >If set, there will be a TeX Live submenu of the Start menu. There is a third
       option ‘Launcher entry’ besides ‘TeX Live menu’ and ‘No shortcuts’. This option
+                                                                                      
+                                                                                      
       is described in section <a 
 href="#x1-410004.1">4.1<!--tex4ht:ref: sec:sharedinstall --></a>.
       </p></dd><dt class="description">
-      <!--l. 923--><p class="noindent" >
 <span 
-class="ec-lmbx-12">File associations</span> </p></dt><dd 
+class="ec-lmbx-12">File associations</span> </dt><dd 
 class="description">
-      <!--l. 923--><p class="noindent" >The options are ‘Only new’ (create file associations, but do not overwrite existing
+      <!--l. 919--><p class="noindent" >The options are ‘Only new’ (create file associations, but do not overwrite existing
       ones), ‘All’ and ‘None’.
       </p></dd><dt class="description">
-      <!--l. 927--><p class="noindent" >
 <span 
-class="ec-lmbx-12">install TeXworks front end</span> </p></dt><dd 
+class="ec-lmbx-12">install TeXworks front end</span> </dt><dd 
 class="description">
-      <!--l. 927--><p class="noindent" ></p></dd></dl>
-<!--l. 929--><p class="noindent" >When all the settings are to your liking, you can type ‘I’ in the text interface, or press the ‘Install’
+      <!--l. 923--><p class="noindent" ></p></dd></dl>
+<!--l. 925--><p class="noindent" >When all the settings are to your liking, you can type ‘I’ in the text interface, or press the ‘Install’
 button in the GUI, to start the installation process. When it is done, skip to section <a 
 href="#x1-290003.4">3.4<!--tex4ht:ref: sec:postinstall --></a> to
 read what else needs to be done, if anything.
@@ -2257,7 +2189,7 @@
 </p>
    <h4 class="subsectionHead"><span class="titlemark">3.3   </span> <a 
  id="x1-270003.3"></a>Command-line install-tl options</h4>
-<!--l. 938--><p class="noindent" >Type </p><div class="alltt">
+<!--l. 934--><p class="noindent" >Type </p><div class="alltt">
 
 <div class="obeylines-v">
 <br /><span 
@@ -2266,16 +2198,14 @@
 class="ec-lmtk-10x-x-120">install-tl</span><span 
 class="ec-lmtk-10x-x-120"> -help</span>
 </div>
-</div> for a listing of command-line options. Either <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">-</span></span></span> or <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">--</span></span></span> can be used to introduce option names.
+</div> for a listing of command-line options. Either <span class="obeylines-h"><code class="verb">-</code></span> or <span class="obeylines-h"><code class="verb">--</code></span> can be used to introduce option names.
 These are the most common ones:
-<!--l. 945--><p class="noindent" >
+<!--l. 941--><p class="noindent" >
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmtt-12">-gui</span> </dt><dd 
 class="list">
-      <!--l. 946--><p class="noindent" >Use  the  GUI  installer  if  possible.  This  requires  Tcl/Tk  version  8.5  or  higher.
+      <!--l. 942--><p class="noindent" >Use  the  GUI  installer  if  possible.  This  requires  Tcl/Tk  version  8.5  or  higher.
       This  was  distributed  with  older  macOS;  for  Big  Sur  and  later,  you’ll  need  to
       install Tcl/Tk yourself, if you don’t choose to use the MacTeX installer. Tcl/Tk
       is distributed with TeX Live on Windows. The legacy options <span 
@@ -2287,25 +2217,21 @@
  <span 
 class="ec-lmtt-12">-no-gui</span> </dt><dd 
 class="list">
-      <!--l. 955--><p class="noindent" >Force using the text mode installer.
+      <!--l. 951--><p class="noindent" >Force using the text mode installer.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">-lang </span><span 
 class="ec-lmro-12">LL</span> </dt><dd 
 class="list">
-                                                                                      
-                                                                                      
-      <!--l. 957--><p class="noindent" >Specify the installer interface language as a standard (usually two-letter) code.
+      <!--l. 953--><p class="noindent" >Specify the installer interface language as a standard (usually two-letter) code.
       The installer tries to automatically determine the right language but if it fails,
       or if the right language is not available, then it uses English as a fallback. Run
-      <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">install-tl</span><span 
-class="ec-lmtt-12"> --help</span></span></span> to get the list of available languages.
+      <span class="obeylines-h"><code class="verb">install-tl --help</code></span> to get the list of available languages.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">-portable</span> </dt><dd 
 class="list">
-      <!--l. 964--><p class="noindent" >Install for portable use on, e.g., a USB stick. Also selectable from within the text
+      <!--l. 960--><p class="noindent" >Install for portable use on, e.g., a USB stick. Also selectable from within the text
       installer with the <span 
 class="ec-lmtt-12">V </span>command, and from the GUI installer. See section <a 
 href="#x1-420004.2">4.2<!--tex4ht:ref: sec:portable-tl --></a>.
@@ -2314,7 +2240,9 @@
 class="ec-lmtt-12">-profile </span><span 
 class="ec-lmro-12">file</span> </dt><dd 
 class="list">
-      <!--l. 969--><p class="noindent" >Load the installation profile <span 
+                                                                                      
+                                                                                      
+      <!--l. 965--><p class="noindent" >Load the installation profile <span 
 class="ec-lmro-12">file </span>and do the installation with no user interaction.
       The installer always writes a file <span 
 class="ec-lmtt-12">texlive.profile </span>to the <span 
@@ -2328,13 +2256,13 @@
 class="ec-lmtt-12">-repository </span><span 
 class="ec-lmro-12">url-or-directory</span> </dt><dd 
 class="list">
-      <!--l. 978--><p class="noindent" >Specify package repository from which to install; see following.
-      </p><!--l. 981--><p class="noindent" ><a id="opt-in-place"></a>
+      <!--l. 974--><p class="noindent" >Specify package repository from which to install; see following.
+      </p><!--l. 977--><p class="noindent" ><a id="opt-in-place"></a>
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">-in-place</span> </dt><dd 
 class="list">
-      <!--l. 982--><p class="noindent" >(Documented  only  for  completeness:  Do  not  use  this  unless  you  know  what
+      <!--l. 978--><p class="noindent" >(Documented  only  for  completeness:  Do  not  use  this  unless  you  know  what
       you are doing.) If you already have an rsync, svn, or other copy of TeX Live
       (see <a 
 href="https://tug.org/texlive/acquire-mirror.html" class="url" ><span 
@@ -2344,16 +2272,16 @@
 class="ec-lmtt-12">tlpkg/texlive.tlpdb </span>may be overwritten; saving it is your
       responsibility. Also, package removal has to be done manually. This option cannot
       be toggled via the installer interface.</p></dd></dl>
-<!--l. 994--><p class="noindent" >
+<!--l. 990--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.3.1   </span> <a 
  id="x1-280003.3.1"></a>The <span 
 class="ec-lmtt-12">-repository </span>option</h5>
-<!--l. 997--><p class="noindent" >The default network package repository is a CTAN mirror chosen automatically via 
+<!--l. 993--><p class="noindent" >The default network package repository is a CTAN mirror chosen automatically via 
 <a 
-href="http://mirror.ctan.org" class="url" ><span 
-class="ec-lmtt-12">http://mirror.ctan.org</span></a>.
-</p><!--l. 1000--><p class="indent" >   If you want to override that, the location value can be a url starting with <span 
+href="https://mirror.ctan.org" class="url" ><span 
+class="ec-lmtt-12">https://mirror.ctan.org</span></a>.
+</p><!--l. 996--><p class="indent" >   If you want to override that, the location value can be a url starting with <span 
 class="ec-lmtt-12">ftp:</span>,
 <span 
 class="ec-lmtt-12">http:</span>, <span 
@@ -2366,112 +2294,109 @@
 class="ec-lmtt-12">/</span>’ characters and/or a trailing ‘<span 
 class="ec-lmtt-12">/tlpkg</span>’ component are
 ignored.)
-</p><!--l. 1007--><p class="indent" >   For example, you could choose a particular CTAN mirror with something like: 
+</p><!--l. 1003--><p class="indent" >   For example, you could choose a particular CTAN mirror with something like: 
 <a 
 href="http://ctan.example.org/tex-archive/systems/texlive/tlnet/" class="url" ><span 
 class="ec-lmtt-12">http://ctan.example.org/tex-archive/systems/texlive/tlnet/</span></a>, substituting a real
-hostname and its particular top-level CTAN path for <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">ctan.example.org/tex-archive</span></span></span>. The
+hostname and its particular top-level CTAN path for <span class="obeylines-h"><code class="verb">ctan.example.org/tex-archive</code></span>. The
 list of CTAN mirrors is maintained at <a 
 href="https://ctan.org/mirrors" class="url" ><span 
 class="ec-lmtt-12">https://ctan.org/mirrors</span></a>.
-</p><!--l. 1013--><p class="indent" >   If the given argument is local (either a path or a <span 
+</p><!--l. 1009--><p class="indent" >   If the given argument is local (either a path or a <span 
 class="ec-lmtt-12">file:/ </span>url), compressed files in an
 <span 
 class="ec-lmtt-12">archive </span>subdirectory of the repository path are used (even if uncompressed files are available
-                                                                                      
-                                                                                      
 as well).
-</p><!--l. 1017--><p class="indent" >   <a id="postinstall"></a>
+</p><!--l. 1013--><p class="indent" >   <a id="postinstall"></a>
 </p>
    <h4 class="subsectionHead"><span class="titlemark">3.4   </span> <a 
  id="x1-290003.4"></a>Post-install actions</h4>
-<!--l. 1021--><p class="noindent" >Some post-installation may be required.
-</p><!--l. 1023--><p class="noindent" >
+<!--l. 1017--><p class="noindent" >Some post-installation may be required.
+                                                                                      
+                                                                                      
+</p><!--l. 1019--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.4.1   </span> <a 
  id="x1-300003.4.1"></a>Environment variables for Unix</h5>
-<!--l. 1026--><p class="noindent" >If you elected to create symlinks in standard directories (described in section <a 
+<!--l. 1022--><p class="noindent" >If you elected to create symlinks in standard directories (described in section <a 
 href="#x1-260003.2.4">3.2.4<!--tex4ht:ref: sec:options --></a>), then there
 is no need to edit environment variables. Otherwise, on Unix systems, the directory of the
 binaries for your platform must be added to the search path. (On Windows, the installer takes
 care of this.)
-</p><!--l. 1032--><p class="indent" >   Each supported platform has its own subdirectory under <span 
+</p><!--l. 1028--><p class="indent" >   Each supported platform has its own subdirectory under <span 
 class="ec-lmtt-12">TEXDIR/bin</span>. See figure <a 
 href="#x1-23035r5">5<!--tex4ht:ref: fig:bin-text --></a> for the
 list of subdirectories and corresponding platforms.
-</p><!--l. 1036--><p class="indent" >   Optionally, you can also add the documentation man and Info directories to their
+</p><!--l. 1032--><p class="indent" >   Optionally, you can also add the documentation man and Info directories to their
 respective search paths, if you want the system tools to find them. The man pages might be
 found automatically after the addition to <span 
 class="ec-lmtt-12">PATH</span>.
-</p><!--l. 1041--><p class="indent" >   For Bourne-compatible shells such as <span 
+</p><!--l. 1037--><p class="indent" >   For Bourne-compatible shells such as <span 
 class="ec-lmss-12">bash</span>, and using Intel x86 GNU/Linux and the TeX
 Live default directory setup as an example, the file to edit might be <span 
 class="ec-lmtt-12">$HOME/.profile </span>(or
 another file sourced by <span 
 class="ec-lmtt-12">.profile</span>), and the lines to add would look like this:
-</p><!--l. 1046--><p class="indent" >
+</p><!--l. 1042--><p class="indent" >
 </p>
    <pre class="fancyvrb" id="fancyvrb5"><a 
  id="x1-30002r1"></a><span 
-class="ec-lmtt-10x-x-109">PATH=/usr/local/texlive/2023/bin/x86_64-linux:$PATH;</span><span 
+class="ec-lmtt-10x-x-109">PATH=/usr/local/texlive/2024/bin/x86_64-linux:$PATH;</span><span 
 class="ec-lmtt-10x-x-109"> export</span><span 
 class="ec-lmtt-10x-x-109"> PATH</span> 
 <a 
  id="x1-30004r2"></a><span 
-class="ec-lmtt-10x-x-109">MANPATH=/usr/local/texlive/2023/texmf-dist/doc/man:$MANPATH;</span><span 
+class="ec-lmtt-10x-x-109">MANPATH=/usr/local/texlive/2024/texmf-dist/doc/man:$MANPATH;</span><span 
 class="ec-lmtt-10x-x-109"> export</span><span 
 class="ec-lmtt-10x-x-109"> MANPATH</span> 
 <a 
  id="x1-30006r3"></a><span 
-class="ec-lmtt-10x-x-109">INFOPATH=/usr/local/texlive/2023/texmf-dist/doc/info:$INFOPATH;</span><span 
+class="ec-lmtt-10x-x-109">INFOPATH=/usr/local/texlive/2024/texmf-dist/doc/info:$INFOPATH;</span><span 
 class="ec-lmtt-10x-x-109"> export</span><span 
 class="ec-lmtt-10x-x-109"> INFOPATH</span></pre>
-<!--l. 1052--><p class="indent" >   For csh or tcsh, the file to edit is typically <span 
+<!--l. 1048--><p class="indent" >   For csh or tcsh, the file to edit is typically <span 
 class="ec-lmtt-12">$HOME/.cshrc</span>, and the lines to add might look
 like:
-</p><!--l. 1055--><p class="indent" >
+</p><!--l. 1051--><p class="indent" >
 </p>
    <pre class="fancyvrb" id="fancyvrb6"><a 
  id="x1-30008r1"></a><span 
 class="ec-lmtt-10x-x-109">setenv</span><span 
 class="ec-lmtt-10x-x-109"> PATH</span><span 
-class="ec-lmtt-10x-x-109"> /usr/local/texlive/2023/bin/x86_64-linux:$PATH</span> 
+class="ec-lmtt-10x-x-109"> /usr/local/texlive/2024/bin/x86_64-linux:$PATH</span> 
 <a 
  id="x1-30010r2"></a><span 
 class="ec-lmtt-10x-x-109">setenv</span><span 
 class="ec-lmtt-10x-x-109"> MANPATH</span><span 
-class="ec-lmtt-10x-x-109"> /usr/local/texlive/2023/texmf-dist/doc/man:$MANPATH</span> 
+class="ec-lmtt-10x-x-109"> /usr/local/texlive/2024/texmf-dist/doc/man:$MANPATH</span> 
 <a 
  id="x1-30012r3"></a><span 
 class="ec-lmtt-10x-x-109">setenv</span><span 
 class="ec-lmtt-10x-x-109"> INFOPATH</span><span 
-class="ec-lmtt-10x-x-109"> /usr/local/texlive/2023/texmf-dist/doc/info:$INFOPATH</span></pre>
-<!--l. 1061--><p class="indent" >   If you’re not on an <span 
+class="ec-lmtt-10x-x-109"> /usr/local/texlive/2024/texmf-dist/doc/info:$INFOPATH</span></pre>
+<!--l. 1057--><p class="indent" >   If you’re not on an <span 
 class="ec-lmtt-12">x86_64-linux </span>platform, use the appropriate platform name; similarly,
 if you didn’t install in the default directory, change the directory name. The TeX Live installer
 reports the full lines to use at the end of installation.
-</p><!--l. 1066--><p class="indent" >   If you already have <span 
+</p><!--l. 1062--><p class="indent" >   If you already have <span 
 class="ec-lmtt-12">PATH </span>settings somewhere in your startup files, merge in the TeX
 Live directories as you see fit.
-</p><!--l. 1070--><p class="noindent" >
+</p><!--l. 1066--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.4.2   </span> <a 
  id="x1-310003.4.2"></a>Environment variables: Global configuration</h5>
-<!--l. 1073--><p class="noindent" >If you want to make these changes globally, or for a user newly added to the system, then you
+<!--l. 1069--><p class="noindent" >If you want to make these changes globally, or for a user newly added to the system, then you
 are on your own; there is just too much variation between systems in how and where these
 things are configured.
-                                                                                      
-                                                                                      
-</p><!--l. 1077--><p class="indent" >   Our two hints are: 1) you may want to check for a file <span 
+</p><!--l. 1073--><p class="indent" >   Our two hints are: 1) you may want to check for a file <span 
 class="ec-lmtt-12">/etc/manpath.config </span>and, if
 present, add lines such as
-</p><!--l. 1080--><p class="indent" >
+</p><!--l. 1076--><p class="indent" >
 </p>
    <pre class="fancyvrb" id="fancyvrb7"><a 
  id="x1-31002r1"></a><span 
 class="ec-lmtt-10x-x-109">MANPATH_MAP</span><span 
-class="ec-lmtt-10x-x-109"> /usr/local/texlive/2023/bin/x86_64-linux</span><span 
+class="ec-lmtt-10x-x-109"> /usr/local/texlive/2024/bin/x86_64-linux</span><span 
 class="ec-lmtt-10x-x-109"> \</span> 
 <a 
  id="x1-31004r2"></a><span 
@@ -2486,11 +2411,11 @@
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> </span><span 
-class="ec-lmtt-10x-x-109"> /usr/local/texlive/2023/texmf-dist/doc/man</span></pre>
-<!--l. 1085--><p class="indent" >   And 2) check for a file <span 
+class="ec-lmtt-10x-x-109"> /usr/local/texlive/2024/texmf-dist/doc/man</span></pre>
+<!--l. 1081--><p class="indent" >   And 2) check for a file <span 
 class="ec-lmtt-12">/etc/environment </span>which may define the search path and other
 default environment variables.
-</p><!--l. 1088--><p class="indent" >   In each (Unix) binary directory, we also create a symbolic link named <span 
+</p><!--l. 1084--><p class="indent" >   In each (Unix) binary directory, we also create a symbolic link named <span 
 class="ec-lmtt-12">man </span>to the directory
 <span 
 class="ec-lmtt-12">texmf-dist/doc/man</span>. Some <span 
@@ -2497,11 +2422,13 @@
 class="ec-lmtt-12">man </span>programs, such as the standard macOS <span 
 class="ec-lmtt-12">man</span>, will
 automatically find that, obviating the need for any man page setup.
-</p><!--l. 1094--><p class="noindent" >
+                                                                                      
+                                                                                      
+</p><!--l. 1090--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.4.3   </span> <a 
  id="x1-320003.4.3"></a>Internet updates after DVD installation</h5>
-<!--l. 1097--><p class="noindent" >If you installed TeX Live from DVD and then wish to get updates from the Internet, you need
+<!--l. 1093--><p class="noindent" >If you installed TeX Live from DVD and then wish to get updates from the Internet, you need
 to run this command—<span 
 class="ec-lmri-12">after </span>you’ve updated your search path (as described in the previous
 section):
@@ -2515,31 +2442,31 @@
 class="ec-lmtk-10x-x-120">tlmgr</span><span 
 class="ec-lmtk-10x-x-120"> option</span><span 
 class="ec-lmtk-10x-x-120"> repository</span><span 
-class="ec-lmtk-10x-x-120"> http://mirror.ctan.org/systems/texlive/tlnet</span>
+class="ec-lmtk-10x-x-120"> https://mirror.ctan.org/systems/texlive/tlnet</span>
 </div>
 </div>
-<!--l. 1105--><p class="indent" >   This tells <span 
+<!--l. 1101--><p class="indent" >   This tells <span 
 class="ec-lmss-12">tlmgr </span>to use a nearby CTAN mirror for future updates. This is done by default
 when installing from DVD, via the option described in section <a 
 href="#x1-260003.2.4">3.2.4<!--tex4ht:ref: sec:options --></a>.
-</p><!--l. 1109--><p class="indent" >   If there are problems with the automatic mirror selection, you can specify a particular
+</p><!--l. 1105--><p class="indent" >   If there are problems with the automatic mirror selection, you can specify a particular
 CTAN mirror from the list at <a 
 href="https://ctan.org/mirrors" class="url" ><span 
 class="ec-lmtt-12">https://ctan.org/mirrors</span></a>. Use the exact path to the
 <span 
 class="ec-lmtt-12">tlnet </span>subdir on that mirror, as shown above.
-</p><!--l. 1115--><p class="indent" >   <a id="xetexfontconfig"></a> <a id="sysfontconfig"></a>
+</p><!--l. 1111--><p class="indent" >   <a id="xetexfontconfig"></a> <a id="sysfontconfig"></a>
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.4.4   </span> <a 
  id="x1-330003.4.4"></a>System font configuration for XeTeX and LuaTeX</h5>
-<!--l. 1120--><p class="noindent" >XeTeX and LuaTeX can use any font installed on the system, not just those in the
+<!--l. 1116--><p class="noindent" >XeTeX and LuaTeX can use any font installed on the system, not just those in the
 TeX trees. Such system fonts (not part of TeX Live) are usually accessed by giving the
 font name, e.g., ‘<span 
 class="ec-lmtt-12">Liberation Serif</span>’, although the system filename can also be
 used.
-</p><!--l. 1125--><p class="indent" >   A related issue is making the fonts from the TeX Live distribution available as system
+</p><!--l. 1121--><p class="indent" >   A related issue is making the fonts from the TeX Live distribution available as system
 fonts, which will in turn make them available by font name.
-</p><!--l. 1128--><p class="indent" >   For LuaTeX: for access by font name, nothing special need be done. All fonts in TeX
+</p><!--l. 1124--><p class="indent" >   For LuaTeX: for access by font name, nothing special need be done. All fonts in TeX
 Live should be equally accessible by either font name or filename to LuaTeX, via the <span 
 class="ec-lmss-12">luaotfload</span>
 package, which supports both LaTeX and plain TeX. The <span 
@@ -2546,14 +2473,12 @@
 class="ec-lmss-12">luaotfload </span>font name index may
 need to be rebuilt for new fonts; this is triggered automatically when trying to load a font
 which isn’t known yet.
-                                                                                      
-                                                                                      
-</p><!--l. 1135--><p class="indent" >   For XeTeX: on Windows, fonts shipped with TeX Live are automatically made available
+</p><!--l. 1131--><p class="indent" >   For XeTeX: on Windows, fonts shipped with TeX Live are automatically made available
 (by running the <span 
 class="ec-lmss-12">fc-cache </span>program provided for Windows as part of TeX Live). For the Mac,
 you’ll need to consult other documentation. For Unix systems other than macOS, the
 procedure is the following.
-</p><!--l. 1141--><p class="indent" >   When the <span 
+</p><!--l. 1137--><p class="indent" >   When the <span 
 class="ec-lmss-12">xetex </span>package is installed (either at initial installation or later), the necessary
 configuration file is created in <span 
 class="ec-lmtt-12">TEXMFSYSVAR/fonts/conf/texlive-fontconfig.conf</span>. To
@@ -2561,7 +2486,9 @@
       </p><ol  class="enumerate1" >
 <li 
   class="enumerate" id="x1-33002x1">
-      <!--l. 1146--><p class="noindent" >Copy        that        <span 
+                                                                                      
+                                                                                      
+      <!--l. 1142--><p class="noindent" >Copy        that        <span 
 class="ec-lmtt-12">texlive-fontconfig.conf     </span>file        to        (typically)
       <span 
 class="ec-lmtt-12">/etc/fonts/conf.d/09-texlive.conf</span>.
@@ -2568,14 +2495,14 @@
       </p></li>
 <li 
   class="enumerate" id="x1-33004x2">
-      <!--l. 1148--><p class="noindent" >Run <span 
+      <!--l. 1144--><p class="noindent" >Run <span 
 class="ec-lmtk-10x-x-120">fc-cache -fsv</span>.</p></li></ol>
-<!--l. 1151--><p class="indent" >   If you do not have sufficient privileges to carry out the steps above, or if you want to make
+<!--l. 1147--><p class="indent" >   If you do not have sufficient privileges to carry out the steps above, or if you want to make
 the TeX Live fonts available to only one user, you can do the following:
       </p><ol  class="enumerate1" >
 <li 
   class="enumerate" id="x1-33006x1">
-      <!--l. 1155--><p class="noindent" >Copy        the        <span 
+      <!--l. 1151--><p class="noindent" >Copy        the        <span 
 class="ec-lmtt-12">texlive-fontconfig.conf     </span>file        to        (typically)
       <span 
 class="ec-lmtt-12">~/.fonts.conf.d/09-texlive.conf</span>, where <span 
@@ -2583,22 +2510,21 @@
       </p></li>
 <li 
   class="enumerate" id="x1-33008x2">
-      <!--l. 1158--><p class="noindent" >Run <span 
+      <!--l. 1154--><p class="noindent" >Run <span 
 class="ec-lmtk-10x-x-120">fc-cache -fv</span>.</p></li></ol>
-<!--l. 1161--><p class="indent" >   You can run <span 
+<!--l. 1157--><p class="indent" >   You can run <span 
 class="ec-lmtt-12">fc-list </span>to see the names of the available system fonts. The incantation
 <span 
 class="ec-lmtt-12">fc-list : family style file spacing </span>(all those arguments are literal strings) shows some
 generally interesting information.
-</p><!--l. 1167--><p class="noindent" >
+</p><!--l. 1163--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.4.5   </span> <a 
  id="x1-340003.4.5"></a>ConTeXt LMTX and MKIV</h5>
-<!--l. 1171--><p class="noindent" >Both the ‘old’ ConTeXt (Mark IV or MkIV) and the ‘new’ ConTeXt (LMTX or MkXL) should
+<!--l. 1167--><p class="noindent" >Both the ‘old’ ConTeXt (Mark IV or MkIV) and the ‘new’ ConTeXt (LMTX or MkXL) should
 run out of the box after TeX Live installation, and should need no special attention as long as
-you stick to using <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">tlmgr</span></span></span> for updates.
-</p><!--l. 1176--><p class="indent" >   ConTeXt does not use the Kpathsea library or the system <span 
+you stick to using <span class="obeylines-h"><code class="verb">tlmgr</code></span> for updates.
+</p><!--l. 1172--><p class="indent" >   ConTeXt does not use the Kpathsea library or the system <span 
 class="ec-lmtt-12">ls-R </span>files; instead, ConTeXt
 maintains a per-user filename database for all known trees. Running <span 
 class="ec-lmtt-12">mktexlsr </span>won’t update
@@ -2607,7 +2533,7 @@
 class="ec-lmtt-12">cont-sys.mkiv </span>and <span 
 class="ec-lmtt-12">cont-sys.mkxl </span>implement
 this.)
-</p><!--l. 1183--><p class="indent" >   If you ever want to manually rebuild these databases, run either or both of:
+</p><!--l. 1179--><p class="indent" >   If you ever want to manually rebuild these databases, run either or both of:
 </p>
    <pre class="fancyvrb" id="fancyvrb8"><a 
  id="x1-34002r1"></a><span 
@@ -2633,43 +2559,39 @@
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> #</span><span 
 class="ec-lmtt-10x-x-109"> MkIV</span></pre>
-                                                                                      
-                                                                                      
-<!--l. 1188--><p class="noindent" >The resulting files are stored under <span 
+<!--l. 1184--><p class="noindent" >The resulting files are stored under <span 
 class="ec-lmtt-12">TEXMFCACHE</span>, whose default value in TeX Live is
-<span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">TEXMFSYSVAR;TEXMFVAR</span></span></span>.
-</p><!--l. 1191--><p class="indent" >   ConTeXt will read from all paths mentioned in <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">TEXMFCACHE</span></span></span>, and write to the first path
+<span class="obeylines-h"><code class="verb">TEXMFSYSVAR;TEXMFVAR</code></span>.
+</p><!--l. 1187--><p class="indent" >   ConTeXt will read from all paths mentioned in <span class="obeylines-h"><code class="verb">TEXMFCACHE</code></span>, and write to the first path
 that is writable. While reading, the last found match will take precedence in the case of
 duplicated cache data.
-</p><!--l. 1195--><p class="indent" >   For more information, see <a 
+</p><!--l. 1191--><p class="indent" >   For more information, see <a 
 href="https://wiki.contextgarden.net/LMTX" class="url" ><span 
 class="ec-lmtt-12">https://wiki.contextgarden.net/LMTX</span></a><br 
 class="newline" />and <a 
 href="https://wiki.contextgarden.net/Running_Mark_IV" class="url" ><span 
 class="ec-lmtt-12">https://wiki.contextgarden.net/Running_Mark_IV</span></a>.
-</p><!--l. 1199--><p class="noindent" >
+                                                                                      
+                                                                                      
+</p><!--l. 1195--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.4.6   </span> <a 
  id="x1-350003.4.6"></a>Integrating local and personal macros</h5>
-<!--l. 1202--><p class="noindent" >This is already mentioned implicitly in section <a 
+<!--l. 1198--><p class="noindent" >This is already mentioned implicitly in section <a 
 href="#x1-110002.3">2.3<!--tex4ht:ref: sec:texmftrees --></a>: <span 
 class="ec-lmtt-12">TEXMFLOCAL </span>(by default,
 <span 
-class="ec-lmtt-12">/usr/local/texlive/texmf-local </span>or <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">%SystemDrive%\texlive\texmf-local</span></span></span> on Windows)
+class="ec-lmtt-12">/usr/local/texlive/texmf-local </span>or <span class="obeylines-h"><code class="verb">%SystemDrive%\texlive\texmf-local</code></span> on Windows)
 is intended for system-wide local fonts and macros; and <span 
 class="ec-lmtt-12">TEXMFHOME </span>(by default, <span 
 class="ec-lmtt-12">$HOME/texmf</span>
-or <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">%USERPROFILE%\texmf</span></span></span>), is for personal fonts and macros. These directories are intended to
+or <span class="obeylines-h"><code class="verb">%USERPROFILE%\texmf</code></span>), is for personal fonts and macros. These directories are intended to
 stick around from release to release, and have their content seen automatically by a new TeX
 Live release. Therefore, it is best to refrain from changing the definition of <span 
 class="ec-lmtt-12">TEXMFLOCAL </span>to be
 too far away from the main TeX Live directory, or you will need to manually change future
 releases.
-</p><!--l. 1215--><p class="indent" >   For both trees, files should be placed in their proper TeX Directory Structure (TDS)
+</p><!--l. 1211--><p class="indent" >   For both trees, files should be placed in their proper TeX Directory Structure (TDS)
 subdirectories; see <a 
 href="https://tug.org/tds" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/tds</span></a> or consult <span 
@@ -2678,12 +2600,12 @@
 class="ec-lmtt-12">TEXMFLOCAL/tex/latex </span>or
 <span 
 class="ec-lmtt-12">TEXMFHOME/tex/latex</span>, or a subdirectory thereof.
-</p><!--l. 1221--><p class="indent" >   <span 
+</p><!--l. 1217--><p class="indent" >   <span 
 class="ec-lmtt-12">TEXMFLOCAL </span>requires an up-to-date filename database, or files will not be found. You can
 update it with the command <span 
 class="ec-lmss-12">mktexlsr </span>or use the ‘Update filename database’ button on the
 ‘Actions’ tab of the TeX Live Manager GUI.
-</p><!--l. 1226--><p class="indent" >   By default, each of these variables is defined to be a single directory, as shown. This is not
+</p><!--l. 1222--><p class="indent" >   By default, each of these variables is defined to be a single directory, as shown. This is not
 a hard-and-fast requirement. If you need to easily switch back and forth between different
 versions of large packages, for example, you can maintain multiple trees for your own purposes.
 This is done by setting <span 
@@ -2696,14 +2618,14 @@
    <pre class="fancyvrb" id="fancyvrb9"><a 
  id="x1-35002r1"></a>  TEXMFHOME = {/my/dir1,/mydir2,/a/third/dir}</pre>
 </pre>
-<!--l. 1235--><p class="nopar" >
-</p><!--l. 1237--><p class="indent" >   Section <a 
+<!--l. 1231--><p class="nopar" >
+</p><!--l. 1233--><p class="indent" >   Section <a 
 href="#x1-600007.1.5">7.1.5<!--tex4ht:ref: sec:brace-expansion --></a> describes brace expansion further.
-</p><!--l. 1240--><p class="noindent" >
+</p><!--l. 1236--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">3.4.7   </span> <a 
  id="x1-360003.4.7"></a>Integrating third-party fonts</h5>
-<!--l. 1242--><p class="noindent" >This is unfortunately a messy topic for TeX and pdfTeX. Forget about it unless you want to
+<!--l. 1238--><p class="noindent" >This is unfortunately a messy topic for TeX and pdfTeX. Forget about it unless you want to
 delve into many details of the TeX installation. Many fonts are included in TeX Live already,
 so take a look if you like; the web pages under <a 
 href="https://tug.org/FontCatalogue" class="url" ><span 
@@ -2710,21 +2632,21 @@
 class="ec-lmtt-12">https://tug.org/FontCatalogue</span></a> display
 nearly all of the text fonts included in the main TeX distributions, categorized in various
 ways.
-</p><!--l. 1249--><p class="indent" >   If you do want to install your own fonts, see <a 
+</p><!--l. 1245--><p class="indent" >   If you do want to install your own fonts, see <a 
 href="https://tug.org/fonts/fontinstall.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/fonts/fontinstall.html</span></a>
 for our best effort at describing the procedure.
-</p><!--l. 1253--><p class="indent" >   Also consider using XeTeX or LuaTeX (see section <a 
+</p><!--l. 1249--><p class="indent" >   Also consider using XeTeX or LuaTeX (see section <a 
 href="#x1-120002.4">2.4<!--tex4ht:ref: sec:tex-extensions --></a>), which let you use operating
 system fonts without any installation in TeX. (But beware that using system fonts usually
 makes your document sources unusable by anyone in a different environment.)
-</p><!--l. 1259--><p class="noindent" >
+</p><!--l. 1255--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">3.5   </span> <a 
  id="x1-370003.5"></a>Testing the installation</h4>
-<!--l. 1262--><p class="noindent" >After installing TeX Live, you naturally want to test it out, so you can start creating beautiful
+<!--l. 1258--><p class="noindent" >After installing TeX Live, you naturally want to test it out, so you can start creating beautiful
 documents and/or fonts.
-</p><!--l. 1265--><p class="indent" >   One thing you may immediately be looking for is a front-end with which to edit files. TeX
+</p><!--l. 1261--><p class="indent" >   One thing you may immediately be looking for is a front-end with which to edit files. TeX
 Live installs TeXworks (<a 
 href="https://tug.org/texworks" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texworks</span></a>) on Windows (only), and
@@ -2736,15 +2658,15 @@
 href="https://tug.org/interest.html#editors" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/interest.html#editors</span></a>.
 Any plain text editor will work; something TeX-specific is not required.
-</p><!--l. 1274--><p class="indent" >   The rest of this section gives some basic procedures for testing that the new system
+</p><!--l. 1270--><p class="indent" >   The rest of this section gives some basic procedures for testing that the new system
 is functional. We give Unix commands here; under macOS and Windows, you’re
 more likely to run the tests through a graphical interface, but the principles are the
 same.
-</p><!--l. 1279--><p class="indent" >
+</p><!--l. 1275--><p class="indent" >
       </p><ol  class="enumerate1" >
 <li 
   class="enumerate" id="x1-37002x1">
-      <!--l. 1281--><p class="noindent" >Make sure that you can run the <span 
+      <!--l. 1277--><p class="noindent" >Make sure that you can run the <span 
 class="ec-lmss-12">tex </span>program in the first place: </p><div class="alltt">
     
       <div class="obeylines-v">
@@ -2774,11 +2696,11 @@
 class="ec-lmtt-12">bin </span>subdirectory in your <span 
 class="ec-lmtt-12">PATH</span>. See the environment-setting information on
       p. <a 
-href="#x1-300003.4.1">47<!--tex4ht:ref: sec:env --></a>.
+href="#x1-300003.4.1">46<!--tex4ht:ref: sec:env --></a>.
       </li>
 <li 
   class="enumerate" id="x1-37004x2">
-      <!--l. 1294--><p class="noindent" >Process a basic LaTeX file, generating PDF: </p><div class="alltt">
+      <!--l. 1290--><p class="noindent" >Process a basic LaTeX file, generating PDF: </p><div class="alltt">
     
       <div class="obeylines-v">
       <br /><span 
@@ -2814,11 +2736,11 @@
       environment variables for a start. (For a deep analysis, you can ask TeX to report
       on exactly what it is searching for, and finding; see “Debugging actions” on
       page <a 
-href="#x1-670007.2.4">89<!--tex4ht:ref: sec:debugging --></a>.)
+href="#x1-670007.2.4">87<!--tex4ht:ref: sec:debugging --></a>.)
       </li>
 <li 
   class="enumerate" id="x1-37006x3">
-      <!--l. 1309--><p class="noindent" >Preview the PDF file, for example: </p><div class="alltt">
+      <!--l. 1305--><p class="noindent" >Preview the PDF file, for example: </p><div class="alltt">
     
       <div class="obeylines-v">
       <br /><span 
@@ -2829,7 +2751,7 @@
 </div>
       </div> You should see a new window with a nice document explaining some of the basics of
       LaTeX. (It’s well worth reading, by the way, if you’re new to TeX.)
-      <!--l. 1317--><p class="noindent" >Of course there are many other PDF viewers; on Unix systems, <span 
+      <!--l. 1313--><p class="noindent" >Of course there are many other PDF viewers; on Unix systems, <span 
 class="ec-lmss-12">evince </span>and
       <span 
 class="ec-lmss-12">okular </span>are commonly used. For Windows, we recommend trying Sumatra PDF (
@@ -2841,7 +2763,7 @@
       </p></li>
 <li 
   class="enumerate" id="x1-37008x4">
-      <!--l. 1324--><p class="noindent" >Of course you can still generate TeX’s original DVI format: </p><div class="alltt">
+      <!--l. 1320--><p class="noindent" >Of course you can still generate TeX’s original DVI format: </p><div class="alltt">
     
       <div class="obeylines-v">
                                                                                       
@@ -2856,7 +2778,7 @@
       </li>
 <li 
   class="enumerate" id="x1-37010x5">
-      <!--l. 1329--><p class="noindent" >And preview the DVI online: </p><div class="alltt">
+      <!--l. 1325--><p class="noindent" >And preview the DVI online: </p><div class="alltt">
     
       <div class="obeylines-v">
       <br /><span 
@@ -2888,7 +2810,7 @@
       </li>
 <li 
   class="enumerate" id="x1-37012x6">
-      <!--l. 1338--><p class="noindent" >To create a PostScript file from the DVI: </p><div class="alltt">
+      <!--l. 1334--><p class="noindent" >To create a PostScript file from the DVI: </p><div class="alltt">
     
       <div class="obeylines-v">
       <br /><span 
@@ -2903,7 +2825,7 @@
       </li>
 <li 
   class="enumerate" id="x1-37014x7">
-      <!--l. 1343--><p class="noindent" >Or to create PDF from the DVI, an alternate path to using pdfTeX (or XeTeX or
+      <!--l. 1339--><p class="noindent" >Or to create PDF from the DVI, an alternate path to using pdfTeX (or XeTeX or
       LuaTeX) which can be useful sometimes: </p><div class="alltt">
     
       <div class="obeylines-v">
@@ -2919,14 +2841,14 @@
       </li>
 <li 
   class="enumerate" id="x1-37016x8">
-      <!--l. 1349--><p class="noindent" >Other standard test files you may find useful in addition to <span 
+      <!--l. 1345--><p class="noindent" >Other standard test files you may find useful in addition to <span 
 class="ec-lmtt-12">sample2e.tex</span>:
-      </p><!--l. 1352--><p class="noindent" >
+      </p><!--l. 1348--><p class="noindent" >
            </p><dl class="list2"><dt class="list">
         <span 
 class="ec-lmtt-12">small2e.tex</span> </dt><dd 
 class="list">
-           <!--l. 1353--><p class="noindent" >A simpler document than <span 
+           <!--l. 1349--><p class="noindent" >A simpler document than <span 
 class="ec-lmtt-12">sample2e</span>, to reduce the input size if you’re having
            troubles.
            </p></dd><dt class="list">
@@ -2933,7 +2855,7 @@
         <span 
 class="ec-lmtt-12">testpage.tex</span> </dt><dd 
 class="list">
-           <!--l. 1355--><p class="noindent" >Test if your printer introduces any offsets.
+           <!--l. 1351--><p class="noindent" >Test if your printer introduces any offsets.
            </p></dd><dt class="list">
                                                                                       
                                                                                       
@@ -2940,17 +2862,17 @@
         <span 
 class="ec-lmtt-12">nfssfont.tex</span> </dt><dd 
 class="list">
-           <!--l. 1356--><p class="noindent" >For printing font tables and tests.
+           <!--l. 1352--><p class="noindent" >For printing font tables and tests.
            </p></dd><dt class="list">
         <span 
 class="ec-lmtt-12">testfont.tex</span> </dt><dd 
 class="list">
-           <!--l. 1357--><p class="noindent" >Also for font tables, but using plain TeX.
+           <!--l. 1353--><p class="noindent" >Also for font tables, but using plain TeX.
            </p></dd><dt class="list">
         <span 
 class="ec-lmtt-12">story.tex</span> </dt><dd 
 class="list">
-           <!--l. 1358--><p class="noindent" >The most canonical (plain) TeX test file of all. You must type ‘<span 
+           <!--l. 1354--><p class="noindent" >The most canonical (plain) TeX test file of all. You must type ‘<span 
 class="ec-lmtt-12">\bye</span>’ to the <span 
 class="ec-lmtt-12">*</span>
            prompt after ‘<span 
@@ -2958,7 +2880,7 @@
       </li>
 <li 
   class="enumerate" id="x1-37018x9">
-      <!--l. 1363--><p class="noindent" >If you have installed the <span 
+      <!--l. 1359--><p class="noindent" >If you have installed the <span 
 class="ec-lmtt-12">xetex </span>package, you can test its access to system fonts as
       follows: </p><div class="alltt">
     
@@ -2991,17 +2913,17 @@
 class="ec-lmtt-12"> opentype-info.log.</span>
 </div>
       </div>
-      <!--l. 1373--><p class="noindent" >If you get an error message saying “Invalid fontname ‘Latin Modern Roman/ICU’…”,
+      <!--l. 1369--><p class="noindent" >If you get an error message saying “Invalid fontname ‘Latin Modern Roman/ICU’…”,
       then you need to configure your system so that the fonts shipped with TeX Live can be
       found. See section <a 
 href="#x1-330003.4.4">3.4.4<!--tex4ht:ref: sec:font-conf-sys --></a>.
 </p>
       </li></ol>
-<!--l. 1380--><p class="indent" >   <a id="uninstall"></a>
+<!--l. 1376--><p class="indent" >   <a id="uninstall"></a>
 </p>
    <h4 class="subsectionHead"><span class="titlemark">3.6   </span> <a 
  id="x1-380003.6"></a>Uninstalling TeX Live</h4>
-<!--l. 1384--><p class="noindent" >To uninstall TeX Live (after a successful installation; for Windows, see below):
+<!--l. 1380--><p class="noindent" >To uninstall TeX Live (after a successful installation; for Windows, see below):
 </p>
    <div class="alltt">
 
@@ -3014,13 +2936,13 @@
 class="ec-lmtk-10x-x-120"> --all</span>
 </div>
 </div>
-<!--l. 1391--><p class="indent" >   You will be asked for confirmation, else nothing will be done. (Without <span 
+<!--l. 1387--><p class="indent" >   You will be asked for confirmation, else nothing will be done. (Without <span 
 class="ec-lmtt-12">--all</span>, the
 <span 
 class="ec-lmtt-12">uninstall </span>action is used to remove individual packages.)
-</p><!--l. 1395--><p class="indent" >   This does not remove user-specific directories, namely (see also section <a 
+</p><!--l. 1391--><p class="indent" >   This does not remove user-specific directories, namely (see also section <a 
 href="#x1-110002.3">2.3<!--tex4ht:ref: sec:texmftrees --></a>):
-</p><!--l. 1398--><p class="noindent" >
+</p><!--l. 1394--><p class="noindent" >
                                                                                       
                                                                                       
       </p><dl class="list1"><dt class="list">
@@ -3027,58 +2949,56 @@
  <span 
 class="ec-lmtt-12">TEXMFCONFIG</span> </dt><dd 
 class="list">
-      <!--l. 1399--><p class="noindent" >This is intended for user configuration changes. If you want to preserve them, be
+      <!--l. 1395--><p class="noindent" >This is intended for user configuration changes. If you want to preserve them, be
       sure you know how to recreate them before removing.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">TEXMFVAR</span> </dt><dd 
 class="list">
-      <!--l. 1403--><p class="noindent" >This is intended to store automatically-generated runtime data, such as local format
+      <!--l. 1399--><p class="noindent" >This is intended to store automatically-generated runtime data, such as local format
       files. Unless you’ve used it for other purposes, it should be safe to remove.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">TEXMFHOME</span> </dt><dd 
 class="list">
-      <!--l. 1407--><p class="noindent" >Contains  only  files  you  yourself  installed,  typically  those  not  available  in  the
+      <!--l. 1403--><p class="noindent" >Contains  only  files  you  yourself  installed,  typically  those  not  available  in  the
       distributions. Unless you are completely stopping using TeX, or want to start over
       from scratch, you probably don’t want to remove this.
 </p>
       </dd></dl>
-<!--l. 1414--><p class="noindent" >You can find the directory paths for these variables by running <span 
+<!--l. 1410--><p class="noindent" >You can find the directory paths for these variables by running <span 
 class="ec-lmtt-12">kpsewhich -var-value=</span><span 
 class="ec-lmro-12">var</span>.
-</p><!--l. 1417--><p class="indent" >   This <span 
+</p><!--l. 1413--><p class="indent" >   This <span 
 class="ec-lmss-12">tlmgr </span>uninstallation also does not undo post-install actions, such as <span 
 class="ec-lmtt-12">PATH </span>changes in
 your shell initialization files and system access to the fonts in TeX Live (see section <a 
 href="#x1-290003.4">3.4<!--tex4ht:ref: sec:postinstall --></a>). You
 must manually reverse such actions, if desired.
-</p><!--l. 1423--><p class="indent" >   On Windows, uninstallation can be done through the GUI; see section <a 
+</p><!--l. 1419--><p class="indent" >   On Windows, uninstallation can be done through the GUI; see section <a 
 href="#x1-470006.1">6.1<!--tex4ht:ref: sec:winfeatures --></a>.
-</p><!--l. 1427--><p class="noindent" >
+</p><!--l. 1423--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">3.7   </span> <a 
  id="x1-390003.7"></a>Links for additional downloadable software</h4>
-<!--l. 1429--><p class="noindent" >If you are new to TeX, or otherwise need help with actually writing TeX or LaTeX
+<!--l. 1425--><p class="noindent" >If you are new to TeX, or otherwise need help with actually writing TeX or LaTeX
 documents, please visit <a 
 href="https://tug.org/begin.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/begin.html</span></a> for some introductory
 resources.
-</p><!--l. 1433--><p class="indent" >   Links for some other tools you may consider installing:
+</p><!--l. 1429--><p class="indent" >   Links for some other tools you may consider installing:
       </p><dl class="description"><dt class="description">
-      <!--l. 1435--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Ghostscript</span> </p></dt><dd 
+class="ec-lmbx-12">Ghostscript</span> </dt><dd 
 class="description">
-      <!--l. 1435--><p class="noindent" ><a 
+      <!--l. 1431--><p class="noindent" ><a 
 href="https://ghostscript.com/" class="url" ><span 
 class="ec-lmtt-12">https://ghostscript.com/</span></a>, a free PostScript and PDF interpreter.
       </p></dd><dt class="description">
-      <!--l. 1437--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Perl</span> </p></dt><dd 
+class="ec-lmbx-12">Perl</span> </dt><dd 
 class="description">
-      <!--l. 1437--><p class="noindent" ><a 
+      <!--l. 1433--><p class="noindent" ><a 
 href="https://perl.org/" class="url" ><span 
 class="ec-lmtt-12">https://perl.org/</span></a>  with   supplementary   packages   from   CPAN,   
 <a 
@@ -3085,33 +3005,30 @@
 href="https://cpan.org/" class="url" ><span 
 class="ec-lmtt-12">https://cpan.org/</span></a>.
       </p></dd><dt class="description">
-      <!--l. 1439--><p class="noindent" >
 <span 
-class="ec-lmbx-12">ImageMagick</span> </p></dt><dd 
+class="ec-lmbx-12">ImageMagick</span> </dt><dd 
 class="description">
-      <!--l. 1439--><p class="noindent" ><a 
+      <!--l. 1435--><p class="noindent" ><a 
 href="https://imagemagick.org" class="url" ><span 
 class="ec-lmtt-12">https://imagemagick.org</span></a>, for graphics processing and conversion.
       </p></dd><dt class="description">
-      <!--l. 1441--><p class="noindent" >
 <span 
-class="ec-lmbx-12">NetPBM</span> </p></dt><dd 
+class="ec-lmbx-12">NetPBM</span> </dt><dd 
 class="description">
-      <!--l. 1441--><p class="noindent" ><a 
+      <!--l. 1437--><p class="noindent" ><a 
 href="http://netpbm.sourceforge.net" class="url" ><span 
 class="ec-lmtt-12">http://netpbm.sourceforge.net</span></a>, also for graphics.
-                                                                                      
-                                                                                      
       </p></dd><dt class="description">
-      <!--l. 1443--><p class="noindent" >
 <span 
-class="ec-lmbx-12">TeX-oriented editors</span> </p></dt><dd 
+class="ec-lmbx-12">TeX-oriented editors</span> </dt><dd 
 class="description">
-      <!--l. 1443--><p class="noindent" >There is a wide choice, and it is a matter of the user’s taste. Here is a selection in
+      <!--l. 1439--><p class="noindent" >There is a wide choice, and it is a matter of the user’s taste. Here is a selection in
       alphabetical order (a few here are for Windows only). </p>
+                                                                                      
+                                                                                      
            <ul class="itemize1">
            <li class="itemize">
-           <!--l. 1447--><p class="noindent" ><span 
+           <!--l. 1443--><p class="noindent" ><span 
 class="ec-lmss-12">GNU     Emacs     </span>is     available     for     all     major     platforms;     see     
 <a 
 href="https://www.gnu.org/software/emacs" class="url" ><span 
@@ -3118,7 +3035,7 @@
 class="ec-lmtt-12">https://www.gnu.org/software/emacs</span></a>.
            </p></li>
            <li class="itemize">
-           <!--l. 1449--><p class="noindent" ><span 
+           <!--l. 1445--><p class="noindent" ><span 
 class="ec-lmss-12">AUCTeX </span>runs under Emacs; it’s available through Emacs’ package manager
            <span 
 class="ec-lmss-12">ELPA</span>. Sources are also available from CTAN. The AUCTeX home page is 
@@ -3127,13 +3044,13 @@
 class="ec-lmtt-12">https://www.gnu.org/software/auctex</span></a>.
            </p></li>
            <li class="itemize">
-           <!--l. 1453--><p class="noindent" ><span 
+           <!--l. 1449--><p class="noindent" ><span 
 class="ec-lmss-12">SciTE </span>is available from <a 
 href="https://www.scintilla.org/SciTE.html" class="url" ><span 
 class="ec-lmtt-12">https://www.scintilla.org/SciTE.html</span></a>.
            </p></li>
            <li class="itemize">
-           <!--l. 1455--><p class="noindent" ><span 
+           <!--l. 1451--><p class="noindent" ><span 
 class="ec-lmss-12">Texmaker         </span>is         free         software,         available         from         
 <a 
 href="https://www.xm1math.net/texmaker" class="url" ><span 
@@ -3140,7 +3057,7 @@
 class="ec-lmtt-12">https://www.xm1math.net/texmaker</span></a>.
            </p></li>
            <li class="itemize">
-           <!--l. 1457--><p class="noindent" ><span 
+           <!--l. 1453--><p class="noindent" ><span 
 class="ec-lmss-12">TeXstudio </span>started as a fork of <span 
 class="ec-lmss-12">Texmaker </span>and given additional features; available
            from <a 
@@ -3148,7 +3065,7 @@
 class="ec-lmtt-12">https://texstudio.org/</span></a>.
            </p></li>
            <li class="itemize">
-           <!--l. 1460--><p class="noindent" ><span 
+           <!--l. 1456--><p class="noindent" ><span 
 class="ec-lmss-12">TeXnicCenter        </span>is        free        software,        available        from        
 <a 
 href="https://www.texniccenter.org" class="url" ><span 
@@ -3155,7 +3072,7 @@
 class="ec-lmtt-12">https://www.texniccenter.org</span></a>.
            </p></li>
            <li class="itemize">
-           <!--l. 1462--><p class="noindent" ><span 
+           <!--l. 1458--><p class="noindent" ><span 
 class="ec-lmss-12">TeXworks </span>is free software, available from <a 
 href="https://tug.org/texworks" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texworks</span></a> and
@@ -3162,13 +3079,13 @@
            installed as part of TeX Live for Windows (only).
            </p></li>
            <li class="itemize">
-           <!--l. 1465--><p class="noindent" ><span 
+           <!--l. 1461--><p class="noindent" ><span 
 class="ec-lmss-12">Vim </span>is free software, available from <a 
 href="https://www.vim.org" class="url" ><span 
 class="ec-lmtt-12">https://www.vim.org</span></a>.
            </p></li>
            <li class="itemize">
-           <!--l. 1467--><p class="noindent" ><span 
+           <!--l. 1463--><p class="noindent" ><span 
 class="ec-lmss-12">WinEdt  </span>is  shareware  available  though  <a 
 href="https://tug.org/winedt" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/winedt</span></a> or  
@@ -3177,27 +3094,27 @@
 class="ec-lmtt-12">https://www.winedt.com</span></a>.
            </p></li>
            <li class="itemize">
-           <!--l. 1469--><p class="noindent" ><span 
+           <!--l. 1465--><p class="noindent" ><span 
 class="ec-lmss-12">WinShell </span>is available from <a 
 href="https://www.winshell.de" class="url" ><span 
 class="ec-lmtt-12">https://www.winshell.de</span></a>.</p></li></ul>
       </dd></dl>
-<!--l. 1472--><p class="noindent" >For a much longer list of packages and programs, see <a 
+<!--l. 1468--><p class="noindent" >For a much longer list of packages and programs, see <a 
 href="https://tug.org/interest.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/interest.html</span></a>.
-                                                                                      
-                                                                                      
-</p><!--l. 1476--><p class="noindent" >
+</p><!--l. 1472--><p class="noindent" >
 </p>
    <h3 class="sectionHead"><span class="titlemark">4   </span> <a 
  id="x1-400004"></a>Specialized installations</h3>
-<!--l. 1478--><p class="noindent" >The previous sections described the basic installation process. Here we turn to some
+<!--l. 1474--><p class="noindent" >The previous sections described the basic installation process. Here we turn to some
+                                                                                      
+                                                                                      
 specialized cases.
-</p><!--l. 1481--><p class="indent" >   <a id="tlsharedinstall"></a>
+</p><!--l. 1477--><p class="indent" >   <a id="tlsharedinstall"></a>
 </p>
    <h4 class="subsectionHead"><span class="titlemark">4.1   </span> <a 
  id="x1-410004.1"></a>Shared-user (or cross-machine) installations</h4>
-<!--l. 1485--><p class="noindent" >TeX Live has been designed to be shared between different systems on a network. With a
+<!--l. 1481--><p class="noindent" >TeX Live has been designed to be shared between different systems on a network. With a
 standard directory layout, no hard paths are configured: the locations for files needed
 by TeX Live programs are found relative to the programs. You can see this in the
 principal configuration file <span 
@@ -3225,11 +3142,11 @@
 class="ec-lmtt-10x-x-109">TEXMFLOCAL</span><span 
 class="ec-lmtt-10x-x-109"> =</span><span 
 class="ec-lmtt-10x-x-109"> $SELFAUTOGRANDPARENT/texmf-local</span></pre>
-<!--l. 1498--><p class="noindent" >This means that adding the directory for TeX Live executables for their platform to their search
+<!--l. 1494--><p class="noindent" >This means that adding the directory for TeX Live executables for their platform to their search
 path is sufficient to get a working setup.
-</p><!--l. 1501--><p class="indent" >   By the same token, you can also install TeX Live locally and then move the entire
+</p><!--l. 1497--><p class="indent" >   By the same token, you can also install TeX Live locally and then move the entire
 hierarchy afterwards to a network location.
-</p><!--l. 1504--><p class="indent" >   For Windows, TeX Live includes a launcher <span 
+</p><!--l. 1500--><p class="indent" >   For Windows, TeX Live includes a launcher <span 
 class="ec-lmtt-12">tlaunch</span>. Its main window contains menu
 entries and buttons for various TeX-related programs and documentation, customizable
 via an <span 
@@ -3243,17 +3160,17 @@
 <a 
 href="https://ctan.org/pkg/tlaunch" class="url" ><span 
 class="ec-lmtt-12">https://ctan.org/pkg/tlaunch</span></a>).
-</p><!--l. 1515--><p class="indent" >   <a id="tlportable"></a>
+</p><!--l. 1511--><p class="indent" >   <a id="tlportable"></a>
 </p>
    <h4 class="subsectionHead"><span class="titlemark">4.2   </span> <a 
  id="x1-420004.2"></a>Portable (USB) installations</h4>
-<!--l. 1519--><p class="noindent" >The <span 
+<!--l. 1515--><p class="noindent" >The <span 
 class="ec-lmtt-12">-portable </span>installer option (or <span 
 class="ec-lmtt-12">V </span>command in the text installer or corresponding GUI
 option) creates a completely self-contained TeX Live installation under a common root and
 forgoes system integration. You can create such an installation directly on a USB stick, or copy
 it to a USB stick afterwards.
-</p><!--l. 1525--><p class="indent" >   Technically, the portable installation is made self-contained by setting the default values of
+</p><!--l. 1521--><p class="indent" >   Technically, the portable installation is made self-contained by setting the default values of
 <span 
 class="ec-lmtt-12">TEXMFHOME</span>, <span 
 class="ec-lmtt-12">TEXMFVAR</span>, and <span 
@@ -3263,19 +3180,19 @@
 <span 
 class="ec-lmtt-12">TEXMFSYSCONFIG </span>respectively; thus, per-user configuration and caches will not be
 created.
-</p><!--l. 1531--><p class="indent" >   To run TeX using this portable installation, you need to add the appropriate binary
+</p><!--l. 1527--><p class="indent" >   To run TeX using this portable installation, you need to add the appropriate binary
 directory to the search path during your terminal session, as usual.
-</p><!--l. 1535--><p class="indent" >   On Windows, you can double-click <span 
+</p><!--l. 1531--><p class="indent" >   On Windows, you can double-click <span 
 class="ec-lmtt-12">tl-tray-menu </span>at the root of the installation and create
 a temporary ‘tray menu’ offering a choice of a few common tasks, as shown in this
 screenshot:
+</p><!--l. 1536--><p class="indent" >   <img 
+src="../texlive-common/tray-menu.png" alt="Windows tray menu"  
+ />
+</p><!--l. 1539--><p class="noindent" >The ‘More…’ entry explains how you can customize this menu.
+</p><!--l. 1598--><p class="indent" >   <a id="tlmgr"></a>
                                                                                       
                                                                                       
-</p><!--l. 1540--><p class="indent" >   <img 
-src="../texlive-common/tray-menu.png" alt="Windows tray menu"  
- />
-</p><!--l. 1543--><p class="noindent" >The ‘More…’ entry explains how you can customize this menu.
-</p><!--l. 1602--><p class="indent" >   <a id="tlmgr"></a>
 </p>
    <h3 class="sectionHead"><span class="titlemark">5   </span> <a 
  id="x1-430005"></a><span 
@@ -3288,7 +3205,7 @@
  id="x1-43001r9"></a>
                                                                                       
                                                                                       
-<!--l. 1608--><p class="noindent" ><img 
+<!--l. 1604--><p class="noindent" ><img 
 src="../texlive-common/tlshell-linux.png" alt="tlshell GUI, showing the Actions menu (GNU/Linux)"  
  />
 </p>
@@ -3306,7 +3223,7 @@
  id="x1-43002r10"></a>
                                                                                       
                                                                                       
-<!--l. 1615--><p class="noindent" ><img 
+<!--l. 1611--><p class="noindent" ><img 
 src="../texlive-common/tlcockpit-packages.png" alt="tlcockpit GUI for tlmgr"  
  />
 </p>
@@ -3325,7 +3242,7 @@
  id="x1-43003r11"></a>
                                                                                       
                                                                                       
-<!--l. 1622--><p class="noindent" ><img 
+<!--l. 1618--><p class="noindent" ><img 
 src="../texlive-common/tlmgr-gui.png" alt="Legacy tlmgr GUI mode: main window, after ‘Load’"  
  />
 </p>
@@ -3335,26 +3252,26 @@
                                                                                       
                                                                                       
    </figure>
-<!--l. 1627--><p class="indent" >   TeX Live includes a program named <span 
+<!--l. 1623--><p class="indent" >   TeX Live includes a program named <span 
 class="ec-lmss-12">tlmgr </span>for managing TeX Live after the initial
 installation. Its capabilities include:
 </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 1631--><p class="noindent" >installing, updating, backing up, restoring, and uninstalling individual packages,
+      <!--l. 1627--><p class="noindent" >installing, updating, backing up, restoring, and uninstalling individual packages,
       optionally taking dependencies into account;
       </p></li>
       <li class="itemize">
-      <!--l. 1633--><p class="noindent" >searching for and listing packages and their descriptions;
+      <!--l. 1629--><p class="noindent" >searching for and listing packages and their descriptions;
       </p></li>
       <li class="itemize">
-      <!--l. 1634--><p class="noindent" >listing, adding, and removing platforms;
+      <!--l. 1630--><p class="noindent" >listing, adding, and removing platforms;
       </p></li>
       <li class="itemize">
-      <!--l. 1635--><p class="noindent" >changing  installation  options  such  as  paper  size  and  source  location  (see
+      <!--l. 1631--><p class="noindent" >changing  installation  options  such  as  paper  size  and  source  location  (see
       section <a 
 href="#x1-280003.3.1">3.3.1<!--tex4ht:ref: sec:location --></a>).</p></li></ul>
-<!--l. 1639--><p class="indent" >   <span 
+<!--l. 1635--><p class="indent" >   <span 
 class="ec-lmss-12">tlmgr</span>’s functionality completely subsumes the <span 
 class="ec-lmss-12">texconfig </span>program. We still distribute and
 maintain <span 
@@ -3365,7 +3282,7 @@
    <h4 class="subsectionHead"><span class="titlemark">5.1   </span> <a 
  id="x1-440005.1"></a>GUI interfaces for <span 
 class="ec-lmss-12">tlmgr</span></h4>
-<!--l. 1646--><p class="noindent" >TeX Live contains several GUI front-ends for <span 
+<!--l. 1642--><p class="noindent" >TeX Live contains several GUI front-ends for <span 
 class="ec-lmss-12">tlmgr</span>. Two notable ones: (1) Figure <a 
 href="#x1-43001r9">9<!--tex4ht:ref: fig:tlshell --></a> shows
 <span 
@@ -3374,7 +3291,7 @@
 shows <span 
 class="ec-lmss-12">tlcockpit</span>, which requires Java version 8 or higher and JavaFX. Both are separate
 packages.
-</p><!--l. 1652--><p class="indent" >   <span 
+</p><!--l. 1648--><p class="indent" >   <span 
 class="ec-lmss-12">tlmgr </span>also has a native GUI mode (shown in figure <a 
 href="#x1-43003r11">11<!--tex4ht:ref: fig:tlmgr-gui --></a>), which is started with:
 </p><div class="alltt">
@@ -3388,12 +3305,12 @@
 </div>
 </div> However, this GUI extension requires Perl/Tk, which module is no longer included in TeX
 Live’s Perl distribution for Windows.
-<!--l. 1660--><p class="noindent" >
+<!--l. 1656--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">5.2   </span> <a 
  id="x1-450005.2"></a>Sample <span 
 class="ec-lmss-12">tlmgr </span>command-line invocations</h4>
-<!--l. 1662--><p class="noindent" >After the initial installation, you can update your system to the latest versions available with:
+<!--l. 1658--><p class="noindent" >After the initial installation, you can update your system to the latest versions available with:
 </p><div class="alltt">
                                                                                       
                                                                                       
@@ -3428,7 +3345,7 @@
 class="ec-lmtk-10x-x-120"> -list</span>
 </div>
 </div>
-<!--l. 1676--><p class="indent" >   This more complex example adds a collection, for the engine XeTeX, from a local
+<!--l. 1672--><p class="indent" >   This more complex example adds a collection, for the engine XeTeX, from a local
 directory:
 </p>
    <div class="alltt">
@@ -3490,7 +3407,7 @@
  id="x1-45022r11"></a><span 
 class="ec-lmtt-10">mktexlsr:</span><span 
 class="ec-lmtt-10"> Updating</span><span 
-class="ec-lmtt-10"> /usr/local/texlive/2023/texmf-dist/ls-R...</span> 
+class="ec-lmtt-10"> /usr/local/texlive/2024/texmf-dist/ls-R...</span> 
 <a 
  id="x1-45024r12"></a><span 
 class="ec-lmtt-10">...</span> 
@@ -3511,13 +3428,13 @@
 <a 
  id="x1-45032r16"></a><span 
 class="ec-lmtt-10">fmtutil:</span><span 
-class="ec-lmtt-10"> /usr/local/texlive/2023/texmf-var/web2c/xetex/xelatex.fmt</span><span 
+class="ec-lmtt-10"> /usr/local/texlive/2024/texmf-var/web2c/xetex/xelatex.fmt</span><span 
 class="ec-lmtt-10"> installed.</span></pre>
-<!--l. 1702--><p class="indent" >   As you can see, <span 
+<!--l. 1698--><p class="indent" >   As you can see, <span 
 class="ec-lmss-12">tlmgr </span>installs dependencies, and takes care of any necessary post-install
 actions, including updating the filename database and (re)generating formats. In the above, we
 generated new formats for XeTeX.
-</p><!--l. 1707--><p class="indent" >   To describe a package (or collection or scheme): </p><div class="alltt">
+</p><!--l. 1703--><p class="indent" >   To describe a package (or collection or scheme): </p><div class="alltt">
 
 <div class="obeylines-v">
 <br /><span 
@@ -3582,7 +3499,7 @@
 class="ec-lmtt-10"> </span><span 
 class="ec-lmtt-10"> </span><span 
 class="ec-lmtt-10"> 657941k</span></pre>
-<!--l. 1722--><p class="indent" >   Last and most important, for full documentation see <a 
+<!--l. 1718--><p class="indent" >   Last and most important, for full documentation see <a 
 href="https://tug.org/texlive/tlmgr.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive/tlmgr.html</span></a>,
 or: </p><div class="alltt">
@@ -3597,21 +3514,20 @@
 </div>
                                                                                       
                                                                                       
-<!--l. 1729--><p class="noindent" >
+<!--l. 1725--><p class="noindent" >
 </p>
    <h3 class="sectionHead"><span class="titlemark">6   </span> <a 
  id="x1-460006"></a>Notes on Windows</h3>
-<!--l. 1732--><p class="noindent" >
+<!--l. 1728--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">6.1   </span> <a 
  id="x1-470006.1"></a>Windows-specific features</h4>
-<!--l. 1735--><p class="noindent" >Under Windows, the installer does some extra things:
+<!--l. 1731--><p class="noindent" >Under Windows, the installer does some extra things:
       </p><dl class="description"><dt class="description">
-      <!--l. 1737--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Menus and shortcuts.</span> </p></dt><dd 
+class="ec-lmbx-12">Menus and shortcuts.</span> </dt><dd 
 class="description">
-      <!--l. 1737--><p class="noindent" >A new ‘TeX Live’ submenu of the Start menu is installed. This contains entries for
+      <!--l. 1733--><p class="noindent" >A new ‘TeX Live’ submenu of the Start menu is installed. This contains entries for
       some GUI programs, such as <span 
 class="ec-lmss-12">tlshell </span>(a GUI for <span 
 class="ec-lmss-12">tlmgr</span>) and <span 
@@ -3618,11 +3534,10 @@
 class="ec-lmss-12">dviout</span>, and some entries
       for documentation.
       </p></dd><dt class="description">
-      <!--l. 1742--><p class="noindent" >
 <span 
-class="ec-lmbx-12">File associations.</span> </p></dt><dd 
+class="ec-lmbx-12">File associations.</span> </dt><dd 
 class="description">
-      <!--l. 1742--><p class="noindent" >If  enabled,  <span 
+      <!--l. 1738--><p class="noindent" >If  enabled,  <span 
 class="ec-lmss-12">TeXworks  </span>and  <span 
 class="ec-lmss-12">Dviout  </span>become  either  the  default  program  for  their
       respective filetypes, or get an entry in the ‘Open with’ right-click menus of those
@@ -3629,11 +3544,10 @@
       filetypes. However, higher-priority ‘User Choice’ file associations, which can only
       be specified interactively, can get in the way.
       </p></dd><dt class="description">
-      <!--l. 1749--><p class="noindent" >
 <span 
-class="ec-lmbx-12">PostScript support.</span> </p></dt><dd 
+class="ec-lmbx-12">PostScript support.</span> </dt><dd 
 class="description">
-      <!--l. 1749--><p class="noindent" >For PostScript files, a PSviewer filetype now converts PostScript to a temporary
+      <!--l. 1745--><p class="noindent" >For PostScript files, a PSviewer filetype now converts PostScript to a temporary
       PDF,  which  is  then  displayed  by  the  default  PDF  viewer.  Various  bitmapped
       formats get an entry <span 
 class="ec-lmss-12">bitmap2eps </span>in their ‘Open with’ right-click menu for converting
@@ -3641,44 +3555,40 @@
 class="ec-lmss-12">sam2p </span>or <span 
 class="ec-lmss-12">bmeps </span>do the real work.
       </p></dd><dt class="description">
-      <!--l. 1756--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Automatic path adjustment.</span> </p></dt><dd 
+class="ec-lmbx-12">Automatic path adjustment.</span> </dt><dd 
 class="description">
-      <!--l. 1756--><p class="noindent" >No manual configuration steps are required.
+      <!--l. 1752--><p class="noindent" >No manual configuration steps are required.
       </p></dd><dt class="description">
-      <!--l. 1758--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Uninstaller.</span> </p></dt><dd 
+class="ec-lmbx-12">Uninstaller.</span> </dt><dd 
 class="description">
-      <!--l. 1758--><p class="noindent" >The installer creates an entry for TeX Live, either under ‘Add/Remove Programs’
+      <!--l. 1754--><p class="noindent" >The installer creates an entry for TeX Live, either under ‘Add/Remove Programs’
       (admin installation) or under the TeX Live menu (single-user installation).
       </p></dd><dt class="description">
-      <!--l. 1762--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Write-protect.</span> </p></dt><dd 
+class="ec-lmbx-12">Write-protect.</span> </dt><dd 
 class="description">
-      <!--l. 1762--><p class="noindent" >For an admin installation, the TeX Live directories are write-protected, at least if
+      <!--l. 1758--><p class="noindent" >For an admin installation, the TeX Live directories are write-protected, at least if
       TeX Live is installed on a normal NTFS-formatted non-removable disk.</p></dd></dl>
-<!--l. 1767--><p class="indent" >   Also, have a look at <span 
+<!--l. 1763--><p class="indent" >   Also, have a look at <span 
 class="ec-lmtt-12">tlaunch</span>, described in section <a 
 href="#x1-410004.1">4.1<!--tex4ht:ref: sec:sharedinstall --></a>, for a different approach.
-                                                                                      
-                                                                                      
-</p><!--l. 1770--><p class="noindent" >
+</p><!--l. 1766--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">6.2   </span> <a 
  id="x1-480006.2"></a>Additional software included on Windows</h4>
-<!--l. 1772--><p class="noindent" >To be complete, a TeX Live installation needs support programs that are not commonly found
+<!--l. 1768--><p class="noindent" >To be complete, a TeX Live installation needs support programs that are not commonly found
 on a Windows machine. TeX Live provides the missing pieces. These programs are all installed
 as part of TeX Live only on Windows.
-</p><!--l. 1776--><p class="indent" >
+                                                                                      
+                                                                                      
+</p><!--l. 1772--><p class="indent" >
       </p><dl class="description"><dt class="description">
-      <!--l. 1777--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Perl, Tcl/Tk and Ghostscript.</span> </p></dt><dd 
+class="ec-lmbx-12">Perl, Tcl/Tk and Ghostscript.</span> </dt><dd 
 class="description">
-      <!--l. 1777--><p class="noindent" >Because of the importance of Perl and Ghostscript, and because the installer and
+      <!--l. 1773--><p class="noindent" >Because of the importance of Perl and Ghostscript, and because the installer and
       tlshell GUIs are written in Tcl/Tk, TeX Live includes ‘hidden’ copies of these
       programs. TeX Live programs that need them know where to find them, but they
       don’t betray their presence through environment variables or registry settings.
@@ -3688,11 +3598,10 @@
       how to tell TeX Live that you want to use your own external installations for
       contributed scripts within TeX Live.
       </p></dd><dt class="description">
-      <!--l. 1788--><p class="noindent" >
 <span 
-class="ec-lmbx-12">dviout.</span> </p></dt><dd 
+class="ec-lmbx-12">dviout.</span> </dt><dd 
 class="description">
-      <!--l. 1788--><p class="noindent" >Also installed is <span 
+      <!--l. 1784--><p class="noindent" >Also installed is <span 
 class="ec-lmss-12">dviout</span>, a DVI viewer. At first, when you preview files with <span 
 class="ec-lmss-12">dviout</span>,
       it will create fonts, because screen fonts were not installed. After a while, you will
@@ -3699,17 +3608,15 @@
       have created most of the fonts you use, and you will rarely see the font-creation
       window. More information can be found in the (highly recommended) on-line help.
       </p></dd><dt class="description">
-      <!--l. 1795--><p class="noindent" >
 <span 
-class="ec-lmbx-12">TeXworks.</span> </p></dt><dd 
+class="ec-lmbx-12">TeXworks.</span> </dt><dd 
 class="description">
-      <!--l. 1795--><p class="noindent" >TeXworks is a TeX-oriented editor with an integrated PDF viewer.
+      <!--l. 1791--><p class="noindent" >TeXworks is a TeX-oriented editor with an integrated PDF viewer.
       </p></dd><dt class="description">
-      <!--l. 1798--><p class="noindent" >
 <span 
-class="ec-lmbx-12">Command-line tools.</span> </p></dt><dd 
+class="ec-lmbx-12">Command-line tools.</span> </dt><dd 
 class="description">
-      <!--l. 1798--><p class="noindent" >A number of Windows ports of common Unix command-line programs are installed
+      <!--l. 1794--><p class="noindent" >A number of Windows ports of common Unix command-line programs are installed
       along with the usual TeX Live binaries. These include <span 
 class="ec-lmss-12">gzip</span>, <span 
 class="ec-lmss-12">zip</span>, <span 
@@ -3719,12 +3626,11 @@
 class="ec-lmss-12">pdfinfo</span>, <span 
 class="ec-lmss-12">pdffonts</span>, …).
       </p></dd><dt class="description">
-      <!--l. 1804--><p class="noindent" >
 <span 
 class="ec-lmbx-12">fc-list, fc-cache, </span><span 
-class="ec-lmbx-12">…</span> </p></dt><dd 
+class="ec-lmbx-12">…</span> </dt><dd 
 class="description">
-      <!--l. 1804--><p class="noindent" >The tools from the <span 
+      <!--l. 1800--><p class="noindent" >The tools from the <span 
 class="ec-lmss-12">fontconfig </span>library allow XeTeX to find system fonts on Windows.
       You can use <span 
 class="ec-lmss-12">fc-list </span>to determine the font names to pass to XeTeX’s extended <span 
@@ -3733,18 +3639,16 @@
 class="ec-lmss-12">fc-cache </span>first to update font information.
 </p>
       </dd></dl>
-<!--l. 1813--><p class="noindent" >
-                                                                                      
-                                                                                      
+<!--l. 1809--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">6.3   </span> <a 
  id="x1-490006.3"></a>Using external Perl, Tcl/Tk and Ghostscript installations</h4>
-<!--l. 1816--><p class="noindent" >Normally, TeX Live will use its built-in Perl, Tcl/Tk and Ghostscript also for contributed
+<!--l. 1812--><p class="noindent" >Normally, TeX Live will use its built-in Perl, Tcl/Tk and Ghostscript also for contributed
 scripts within TeX Live. If you wish to use your own external versions, then you can configure
 that in the <span 
 class="ec-lmtt-12">texmf.cnf </span>file <span 
 class="ec-lmri-12">in the root of the installation</span>.
-</p><!--l. 1821--><p class="indent" >   For Perl, you need to add a line
+</p><!--l. 1817--><p class="indent" >   For Perl, you need to add a line
                                                                                       
                                                                                       
 </p>
@@ -3752,13 +3656,13 @@
    <pre class="fancyvrb" id="fancyvrb13"><a 
  id="x1-49002r1"></a>TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL = 1</pre>
 </pre>
-<!--l. 1824--><p class="nopar" >TeX Live (specifically, <span 
+<!--l. 1820--><p class="nopar" >TeX Live (specifically, <span 
 class="ec-lmtt-12">bin/windows/runscript.tlu</span>) will then search for <span 
 class="ec-lmtt-12">perl.exe </span>on the
 search path, except for scripts which belong to the TeX Live infrastructure. This is the most
 likely setting of the three to be useful; although the TeX Live Perl includes many additional
 modules, it cannot support all third-party scripts.
-</p><!--l. 1831--><p class="indent" >   Similarly, for Tcl/Tk you need a line
+</p><!--l. 1827--><p class="indent" >   Similarly, for Tcl/Tk you need a line
                                                                                       
                                                                                       
 </p>
@@ -3766,7 +3670,7 @@
    <pre class="fancyvrb" id="fancyvrb14"><a 
  id="x1-49004r1"></a>TEXLIVE_WINDOWS_TRY_EXTERNAL_TCL = 1</pre>
 </pre>
-<!--l. 1834--><p class="nopar" >TeX Live will then search for <span 
+<!--l. 1830--><p class="nopar" >TeX Live will then search for <span 
 class="ec-lmtt-12">tclkit.exe</span>, <span 
 class="ec-lmtt-12">wish.exe</span>, <span 
 class="ec-lmtt-12">wish85.exe</span>, <span 
@@ -3773,7 +3677,7 @@
 class="ec-lmtt-12">wish86.exe </span>and
 <span 
 class="ec-lmtt-12">wish87.exe </span>on the searchpath.
-</p><!--l. 1839--><p class="indent" >   Ghostscript is handled differently, in that you need to specify the filename or the full path
+</p><!--l. 1835--><p class="indent" >   Ghostscript is handled differently, in that you need to specify the filename or the full path
 of your command-line Ghostscript: </p><div class="alltt">
 
 <div class="obeylines-v">
@@ -3789,25 +3693,22 @@
 </div> Another difference is that the Ghostscript shipped with TeX Live is complete, with only
 documentation and printer drivers omitted. So it’s unlikely you’ll have any need to override
 it.
-<!--l. 1848--><p class="indent" >   See also section <a 
+<!--l. 1844--><p class="indent" >   See also section <a 
 href="#x1-570007.1.2">7.1.2<!--tex4ht:ref: sec:configfiles --></a> about <span 
 class="ec-lmtt-12">texmf.cnf</span>.
-</p><!--l. 1851--><p class="noindent" >
+</p><!--l. 1847--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">6.4   </span> <a 
  id="x1-500006.4"></a>User Profile is Home</h4>
-<!--l. 1854--><p class="noindent" >The Windows counterpart of a Unix home directory is the <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">%USERPROFILE%</span></span></span> directory. Under
-Windows Vista and later it is <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">C:\Users\&#x003C;username&#x003E;</span></span></span>. In the <span 
+<!--l. 1850--><p class="noindent" >The Windows counterpart of a Unix home directory is the <span class="obeylines-h"><code class="verb">%USERPROFILE%</code></span> directory. Under
+Windows Vista and later it is <span class="obeylines-h"><code class="verb">C:\Users\&#x003C;username&#x003E;</code></span>. In the <span 
 class="ec-lmtt-12">texmf.cnf </span>file, and Kpathsea in
-general, <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">~</span></span></span> will expand appropriately on both Windows and Unix.
-</p><!--l. 1861--><p class="noindent" >
+general, <span class="obeylines-h"><code class="verb">~</code></span> will expand appropriately on both Windows and Unix.
+</p><!--l. 1857--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">6.5   </span> <a 
  id="x1-510006.5"></a>The Windows registry</h4>
-<!--l. 1864--><p class="noindent" >Windows stores nearly all configuration data in its registry. The registry contains a set of
+<!--l. 1860--><p class="noindent" >Windows stores nearly all configuration data in its registry. The registry contains a set of
 hierarchically organized keys, with several root keys. The most important ones for
 installation programs are <span class="path"><span 
 class="ec-lmtt-12">HKEY_CURRENT_USER</span></span> and <span class="path"><span 
@@ -3819,28 +3720,27 @@
 href="#x1-500006.4">6.4<!--tex4ht:ref: sec:winhome --></a>). <span class="path"><span 
 class="ec-lmtt-12">HKLM</span></span> is normally in a subdirectory of the Windows
 directory.
-</p><!--l. 1872--><p class="indent" >   In some cases, system information could be obtained from environment variables
+</p><!--l. 1868--><p class="indent" >   In some cases, system information could be obtained from environment variables
 but for other information, for example the location of shortcuts, it is necessary to
 consult the registry. Setting environment variables permanently also requires registry
 access.
-</p><!--l. 1878--><p class="noindent" >
+</p><!--l. 1874--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">6.6   </span> <a 
  id="x1-520006.6"></a>Windows permissions</h4>
-<!--l. 1881--><p class="noindent" >In later versions of Windows, a distinction is made between regular users and administrators,
+<!--l. 1877--><p class="noindent" >In later versions of Windows, a distinction is made between regular users and administrators,
 where only the latter have free access to almost the entire operating system. We have made an
                                                                                       
                                                                                       
 effort to make TeX Live installable without administrative privileges.
-</p><!--l. 1886--><p class="indent" >   If the installer is started with administrative permissions, there is an option to install for
+</p><!--l. 1882--><p class="indent" >   If the installer is started with administrative permissions, there is an option to install for
 all users. If this option is chosen, shortcuts are created for all users, and the system search
 path is modified. Otherwise, shortcuts and menu entries are created for the current user, and
 the user search path is modified.
-</p><!--l. 1892--><p class="indent" >   Regardless of administrator status, the default root of TeX Live proposed by the installer is
-always under <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">%SystemDrive%</span></span></span>. The installer always tests whether the root is writable for the
+</p><!--l. 1888--><p class="indent" >   Regardless of administrator status, the default root of TeX Live proposed by the installer is
+always under <span class="obeylines-h"><code class="verb">%SystemDrive%</code></span>. The installer always tests whether the root is writable for the
 current user.
-</p><!--l. 1896--><p class="indent" >   A problem may arise if the user is not an administrator and TeX already exists in the
+</p><!--l. 1892--><p class="indent" >   A problem may arise if the user is not an administrator and TeX already exists in the
 search path. Since the effective search path consists of the system search path followed by the
 user search path, the new TeX Live would never get precedence. As a fallback, the
 installer creates a shortcut to the command-prompt in which the new TeX Live binary
@@ -3848,15 +3748,15 @@
 from within such a command-prompt. The shortcut for TeXworks, if installed, also
 prepends TeX Live to the search path, so it should also be immune to this path
 problem.
-</p><!--l. 1906--><p class="indent" >   You should be aware that even if you are logged in as administrator, you need to explicitly
+</p><!--l. 1902--><p class="indent" >   You should be aware that even if you are logged in as administrator, you need to explicitly
 ask for administrator privileges. In fact, there is not much point in logging in as administrator.
 Instead, right-clicking on the program or shortcut that you want to run usually gives you a
 choice ‘Run as administrator’.
-</p><!--l. 1913--><p class="noindent" >
+</p><!--l. 1909--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">6.7   </span> <a 
  id="x1-530006.7"></a>Increasing maximum memory on Windows and Cygwin</h4>
-<!--l. 1916--><p class="noindent" >Windows and Cygwin (see section <a 
+<!--l. 1912--><p class="noindent" >Windows and Cygwin (see section <a 
 href="#x1-190003.1.4">3.1.4<!--tex4ht:ref: sec:cygwin --></a> for Cygwin installation specifics) users may find that
 they run out of memory when running some of the programs shipped with TeX Live. For
 example, <span 
@@ -3863,13 +3763,13 @@
 class="ec-lmss-12">asy </span>might run out of memory if you try to allocate an array of 25,000,000 reals, and
 LuaTeX might run out of memory if you try to process a document with a lot of big
 fonts.
-</p><!--l. 1923--><p class="indent" >   For Cygwin, you can increase the amount of available memory by following the instructions
+</p><!--l. 1919--><p class="indent" >   For Cygwin, you can increase the amount of available memory by following the instructions
 in the Cygwin User’s Guide (<a 
 href="https://cygwin.com/cygwin-ug-net/setup-maxmem.html" class="url" ><span 
 class="ec-lmtt-12">https://cygwin.com/cygwin-ug-net/setup-maxmem.html</span></a>).
-</p><!--l. 1927--><p class="indent" >   For Windows, you have to create a file, say <span 
+</p><!--l. 1923--><p class="indent" >   For Windows, you have to create a file, say <span 
 class="ec-lmtt-12">moremem.reg</span>, with these four lines:
-</p><!--l. 1930--><p class="indent" >
+</p><!--l. 1926--><p class="indent" >
 </p>
    <pre class="fancyvrb" id="fancyvrb15"><a 
  id="x1-53002r1"></a><span 
@@ -3886,16 +3786,16 @@
 <a 
  id="x1-53008r4"></a><span 
 class="ec-lmtt-10x-x-109">&#x0022;heap_chunk_in_mb&#x0022;=dword:ffffff00</span></pre>
-<!--l. 1937--><p class="noindent" >and then execute the command <span 
+<!--l. 1933--><p class="noindent" >and then execute the command <span 
 class="ec-lmtt-12">regedit /s moremem.reg </span>as administrator. (If
 you want to change memory only for the current user instead of system-wide, use
 <span 
 class="ec-lmtt-12">HKEY_CURRENT_USER</span>.)
-</p><!--l. 1942--><p class="noindent" >
+</p><!--l. 1938--><p class="noindent" >
 </p>
    <h3 class="sectionHead"><span class="titlemark">7   </span> <a 
  id="x1-540007"></a>A user’s guide to Web2C</h3>
-<!--l. 1944--><p class="noindent" >Web2C is an integrated collection of TeX-related programs: TeX itself, Metafont, MetaPost,
+<!--l. 1940--><p class="noindent" >Web2C is an integrated collection of TeX-related programs: TeX itself, Metafont, MetaPost,
                                                                                       
                                                                                       
 BibTeX, etc. It is the heart of TeX Live. The home page for Web2C, with the current manual
@@ -3902,7 +3802,7 @@
 and more, is <a 
 href="https://tug.org/web2c" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/web2c</span></a>.
-</p><!--l. 1949--><p class="indent" >   A bit of history: The original implementation was by Tomas Rokicki who, in
+</p><!--l. 1945--><p class="indent" >   A bit of history: The original implementation was by Tomas Rokicki who, in
 1987, developed a first TeX-to-C system based on change files under Unix, which
 were primarily the original work of Howard Trickey and Pavel Curtis. Tim Morgan
 became the maintainer of the system, and during this period the name changed to
@@ -3909,62 +3809,62 @@
 Web-to-C. In 1990, Karl Berry took over the work, assisted by dozens of additional
 contributors, and in 1997 he handed the baton to Olaf Weber, who returned it to Karl in
 2006.
-</p><!--l. 1958--><p class="indent" >   The Web2C system runs on Unix, Windows, macOS, and other operating systems. It uses
+</p><!--l. 1954--><p class="indent" >   The Web2C system runs on Unix, Windows, macOS, and other operating systems. It uses
 Knuth’s original sources for TeX and other basic programs written in the <span 
 class="ec-lmtt-12">WEB </span>literate
 programming system and translates them into C source code. The core TeX programs handled
 in this way are:
-</p><!--l. 1964--><p class="indent" >
+</p><!--l. 1960--><p class="indent" >
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmss-12">bibtex</span> </dt><dd 
 class="list">
-      <!--l. 1965--><p class="noindent" >Maintaining bibliographies.
+      <!--l. 1961--><p class="noindent" >Maintaining bibliographies.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">dvicopy</span> </dt><dd 
 class="list">
-      <!--l. 1966--><p class="noindent" >Expands virtual font references in DVI files.
+      <!--l. 1962--><p class="noindent" >Expands virtual font references in DVI files.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">dvitomp</span> </dt><dd 
 class="list">
-      <!--l. 1967--><p class="noindent" >DVI to MPX (MetaPost pictures).
+      <!--l. 1963--><p class="noindent" >DVI to MPX (MetaPost pictures).
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">dvitype</span> </dt><dd 
 class="list">
-      <!--l. 1968--><p class="noindent" >DVI to human-readable text.
+      <!--l. 1964--><p class="noindent" >DVI to human-readable text.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">gftodvi</span> </dt><dd 
 class="list">
-      <!--l. 1969--><p class="noindent" >Generic font proofsheets.
+      <!--l. 1965--><p class="noindent" >Generic font proofsheets.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">gftopk</span> </dt><dd 
 class="list">
-      <!--l. 1970--><p class="noindent" >Generic to packed fonts.
+      <!--l. 1966--><p class="noindent" >Generic to packed fonts.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">gftype</span> </dt><dd 
 class="list">
-      <!--l. 1971--><p class="noindent" >GF to human-readable text.
+      <!--l. 1967--><p class="noindent" >GF to human-readable text.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">mf </span> </dt><dd 
 class="list">
-      <!--l. 1972--><p class="noindent" >Creating typeface families.
+      <!--l. 1968--><p class="noindent" >Creating typeface families.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">mft</span> </dt><dd 
 class="list">
-      <!--l. 1973--><p class="noindent" >Prettyprinting Metafont source.
+      <!--l. 1969--><p class="noindent" >Prettyprinting Metafont source.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">mpost</span> </dt><dd 
 class="list">
-      <!--l. 1974--><p class="noindent" >Creating technical diagrams.
+      <!--l. 1970--><p class="noindent" >Creating technical diagrams.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">patgen</span> </dt><dd 
@@ -3971,84 +3871,84 @@
 class="list">
                                                                                       
                                                                                       
-      <!--l. 1975--><p class="noindent" >Creating hyphenation patterns.
+      <!--l. 1971--><p class="noindent" >Creating hyphenation patterns.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">pktogf</span> </dt><dd 
 class="list">
-      <!--l. 1976--><p class="noindent" >Packed to generic fonts.
+      <!--l. 1972--><p class="noindent" >Packed to generic fonts.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">pktype</span> </dt><dd 
 class="list">
-      <!--l. 1977--><p class="noindent" >PK to human-readable text.
+      <!--l. 1973--><p class="noindent" >PK to human-readable text.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">pltotf</span> </dt><dd 
 class="list">
-      <!--l. 1978--><p class="noindent" >Plain text property list to TFM.
+      <!--l. 1974--><p class="noindent" >Plain text property list to TFM.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">pooltype</span> </dt><dd 
 class="list">
-      <!--l. 1979--><p class="noindent" >Display <span 
+      <!--l. 1975--><p class="noindent" >Display <span 
 class="ec-lmtt-12">WEB </span>pool files.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">tangle</span> </dt><dd 
 class="list">
-      <!--l. 1980--><p class="noindent" ><span 
+      <!--l. 1976--><p class="noindent" ><span 
 class="ec-lmtt-12">WEB </span>to Pascal.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">tex </span> </dt><dd 
 class="list">
-      <!--l. 1981--><p class="noindent" >Typesetting.
+      <!--l. 1977--><p class="noindent" >Typesetting.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">tftopl</span> </dt><dd 
 class="list">
-      <!--l. 1982--><p class="noindent" >TFM to plain text property list.
+      <!--l. 1978--><p class="noindent" >TFM to plain text property list.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">vftovp</span> </dt><dd 
 class="list">
-      <!--l. 1983--><p class="noindent" >Virtual font to virtual property list.
+      <!--l. 1979--><p class="noindent" >Virtual font to virtual property list.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">vptovf</span> </dt><dd 
 class="list">
-      <!--l. 1984--><p class="noindent" >Virtual property list to virtual font.
+      <!--l. 1980--><p class="noindent" >Virtual property list to virtual font.
       </p></dd><dt class="list">
  <span 
 class="ec-lmss-12">weave</span> </dt><dd 
 class="list">
-      <!--l. 1985--><p class="noindent" ><span 
+      <!--l. 1981--><p class="noindent" ><span 
 class="ec-lmtt-12">WEB </span>to TeX.</p></dd></dl>
-<!--l. 1988--><p class="noindent" >The precise functions and syntax of these programs are described in the documentation of
+<!--l. 1984--><p class="noindent" >The precise functions and syntax of these programs are described in the documentation of
 the individual packages and of Web2C itself. However, knowing a few principles
 governing the whole family of programs will help you take advantage of your Web2C
 installation.
-</p><!--l. 1993--><p class="indent" >   All programs honor these standard GNU options:
+</p><!--l. 1989--><p class="indent" >   All programs honor these standard GNU options:
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmtt-12">--help</span> </dt><dd 
 class="list">
-      <!--l. 1995--><p class="noindent" >print basic usage summary.
+      <!--l. 1991--><p class="noindent" >print basic usage summary.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">--version</span> </dt><dd 
 class="list">
-      <!--l. 1996--><p class="noindent" >print version information, then exit.</p></dd></dl>
-<!--l. 1999--><p class="indent" >   And most also honor:
+      <!--l. 1992--><p class="noindent" >print version information, then exit.</p></dd></dl>
+<!--l. 1995--><p class="indent" >   And most also honor:
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmtt-12">--verbose</span> </dt><dd 
 class="list">
-      <!--l. 2001--><p class="noindent" >print detailed progress report.</p></dd></dl>
+      <!--l. 1997--><p class="noindent" >print detailed progress report.</p></dd></dl>
                                                                                       
                                                                                       
-<!--l. 2004--><p class="indent" >   For locating files the Web2C programs use the path searching library Kpathsea (
+<!--l. 2000--><p class="indent" >   For locating files the Web2C programs use the path searching library Kpathsea (
 <a 
 href="https://tug.org/kpathsea" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/kpathsea</span></a>). This library uses a combination of environment variables and
@@ -4058,12 +3958,12 @@
 root of each tree has a file <span 
 class="ec-lmtt-12">ls-R</span>, containing an entry showing the name and relative pathname
 for all files under that root.
-</p><!--l. 2015--><p class="noindent" >
+</p><!--l. 2011--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">7.1   </span> <a 
  id="x1-550007.1"></a>Kpathsea path searching</h4>
-<!--l. 2018--><p class="noindent" >Let us first describe the generic path searching mechanism of the Kpathsea library.
-</p><!--l. 2021--><p class="indent" >   We call a <span 
+<!--l. 2014--><p class="noindent" >Let us first describe the generic path searching mechanism of the Kpathsea library.
+</p><!--l. 2017--><p class="indent" >   We call a <span 
 class="ec-lmri-12">search path </span>a colon- or semicolon-separated list of <span 
 class="ec-lmri-12">path elements</span>, which are
 basically directory names. A search path can come from (a combination of) many sources. To
@@ -4074,20 +3974,20 @@
 class="ec-lmtt-12">./my-file</span>, then <span 
 class="ec-lmtt-12">/dir/my-file</span>, returning the first match (or possibly all
 matches).
-</p><!--l. 2029--><p class="indent" >   In order to adapt optimally to all operating systems’ conventions, on non-Unix
+</p><!--l. 2025--><p class="indent" >   In order to adapt optimally to all operating systems’ conventions, on non-Unix
 systems Kpathsea can use filename separators different from colon (‘<span 
 class="ec-lmtt-12">:</span>’) and slash
 (‘<span 
 class="ec-lmtt-12">/</span>’).
-</p><!--l. 2033--><p class="indent" >   To check a particular path element <span 
+</p><!--l. 2029--><p class="indent" >   To check a particular path element <span 
 class="ec-lmro-12">p</span>, Kpathsea first checks if a prebuilt database (see
 “Filename database” on page <a 
-href="#x1-630007.2">84<!--tex4ht:ref: sec:filename-database --></a>) applies to <span 
+href="#x1-630007.2">82<!--tex4ht:ref: sec:filename-database --></a>) applies to <span 
 class="ec-lmro-12">p</span>, i.e., if the database is in a directory that is
 a prefix of <span 
 class="ec-lmro-12">p</span>. If so, the path specification is matched against the contents of the
 database.
-</p><!--l. 2039--><p class="indent" >   Although the simplest and most common path element is a directory name, Kpathsea
+</p><!--l. 2035--><p class="indent" >   Although the simplest and most common path element is a directory name, Kpathsea
 supports additional features in search paths: layered default values, environment variable
 names, config file values, users’ home directories, and recursive subdirectory searching. Thus,
 we say that Kpathsea <span 
@@ -4094,22 +3994,22 @@
 class="ec-lmri-12">expands </span>a path element, meaning it transforms all the specifications into
 basic directory name or names. This is described in the following sections in the same order as
 it takes place.
-</p><!--l. 2048--><p class="indent" >   Note that if the filename being searched for is absolute or explicitly relative, i.e., starts
+</p><!--l. 2044--><p class="indent" >   Note that if the filename being searched for is absolute or explicitly relative, i.e., starts
 with ‘<span 
 class="ec-lmtt-12">/</span>’ or ‘<span 
 class="ec-lmtt-12">./</span>’ or ‘<span 
 class="ec-lmtt-12">../</span>’, Kpathsea simply checks if that file exists.
-</p><!--l. 2062--><p class="noindent" >
+</p><!--l. 2058--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.1.1   </span> <a 
  id="x1-560007.1.1"></a>Path sources</h5>
-<!--l. 2065--><p class="noindent" >A search path can come from many sources. In the order in which Kpathsea uses
+<!--l. 2061--><p class="noindent" >A search path can come from many sources. In the order in which Kpathsea uses
 them:
-</p><!--l. 2068--><p class="indent" >
+</p><!--l. 2064--><p class="indent" >
       </p><ol  class="enumerate1" >
 <li 
   class="enumerate" id="x1-56002x1">
-      <!--l. 2070--><p class="noindent" >A user-set environment variable, for instance, <span 
+      <!--l. 2066--><p class="noindent" >A user-set environment variable, for instance, <span 
 class="ec-lmtt-12">TEXINPUTS</span>. Environment variables
       with a period and a program name appended override; e.g., if ‘<span 
 class="ec-lmtt-12">latex</span>’ is the name
@@ -4121,7 +4021,7 @@
       </p></li>
 <li 
   class="enumerate" id="x1-56004x2">
-      <!--l. 2075--><p class="noindent" >A  program-specific  configuration  file,  for  example,  a  line  ‘<span 
+      <!--l. 2071--><p class="noindent" >A  program-specific  configuration  file,  for  example,  a  line  ‘<span 
 class="ec-lmtt-12">S /a:/b</span>’  in  <span 
 class="ec-lmss-12">dvips</span>’s
       <span 
@@ -4129,7 +4029,7 @@
       </p></li>
 <li 
   class="enumerate" id="x1-56006x3">
-      <!--l. 2077--><p class="noindent" >A Kpathsea configuration file <span 
+      <!--l. 2073--><p class="noindent" >A Kpathsea configuration file <span 
 class="ec-lmtt-12">texmf.cnf</span>, containing a line like ‘<span 
 class="ec-lmtt-12">TEXINPUTS=/c:/d</span>’
       (see below).
@@ -4136,15 +4036,15 @@
       </p></li>
 <li 
   class="enumerate" id="x1-56008x4">
-      <!--l. 2079--><p class="noindent" >The compile-time default.</p></li></ol>
-<!--l. 2081--><p class="noindent" >You can see each of these values for a given search path by using the debugging options (see
+      <!--l. 2075--><p class="noindent" >The compile-time default.</p></li></ol>
+<!--l. 2077--><p class="noindent" >You can see each of these values for a given search path by using the debugging options (see
 “Debugging actions” on page <a 
-href="#x1-670007.2.4">89<!--tex4ht:ref: sec:debugging --></a>).
-</p><!--l. 2085--><p class="noindent" >
+href="#x1-670007.2.4">87<!--tex4ht:ref: sec:debugging --></a>).
+</p><!--l. 2081--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.1.2   </span> <a 
  id="x1-570007.1.2"></a>Config files</h5>
-<!--l. 2088--><p class="noindent" >Kpathsea reads <span 
+<!--l. 2084--><p class="noindent" >Kpathsea reads <span 
 class="ec-lmri-12">runtime configuration files </span>named <span 
 class="ec-lmtt-12">texmf.cnf </span>for search path and
 other definitions. The search path <span 
@@ -4151,14 +4051,14 @@
 class="ec-lmtt-12">TEXMFCNF </span>is used to look for these files, but we do
 not recommend setting this (or any) environment variable to override the system
 directories.
-</p><!--l. 2094--><p class="indent" >   Instead, normal installation results in a file <span 
-class="ec-lmtt-12">.../2023/texmf.cnf</span>. If you must make
+</p><!--l. 2090--><p class="indent" >   Instead, normal installation results in a file <span 
+class="ec-lmtt-12">.../2024/texmf.cnf</span>. If you must make
 changes to the defaults (not normally necessary), this is the place to put them. The
 main configuration file is in <span 
-class="ec-lmtt-12">.../2023/texmf-dist/web2c/texmf.cnf</span>. You should
+class="ec-lmtt-12">.../2024/texmf-dist/web2c/texmf.cnf</span>. You should
 not edit this latter file, as your changes will be lost when the distributed version is
 updated.
-</p><!--l. 2101--><p class="indent" >   As an aside, if you merely wish to add a personal directory to a particular search path,
+</p><!--l. 2097--><p class="indent" >   As an aside, if you merely wish to add a personal directory to a particular search path,
 setting an environment variable is a reasonable method:
                                                                                       
                                                                                       
@@ -4167,7 +4067,7 @@
    <pre class="fancyvrb" id="fancyvrb16"><a 
  id="x1-57002r1"></a>  TEXINPUTS=.:/my/macro/dir:</pre>
 </pre>
-<!--l. 2106--><p class="nopar" >To keep the setting maintainable and portable over the years, use a trailing ‘<span 
+<!--l. 2102--><p class="nopar" >To keep the setting maintainable and portable over the years, use a trailing ‘<span 
 class="ec-lmtt-12">:</span>’ (‘<span 
 class="ec-lmtt-12">;</span>’ on
 Windows) to insert the system paths, instead of trying to write them all out explicitly (see
@@ -4175,31 +4075,29 @@
 href="#x1-590007.1.4">7.1.4<!--tex4ht:ref: sec:default-expansion --></a>). Another option is to use the <span 
 class="ec-lmtt-12">TEXMFHOME </span>tree (see section <a 
 href="#x1-250003.2.3">3.2.3<!--tex4ht:ref: sec:directories --></a>).
-</p><!--l. 2113--><p class="indent" >   <span 
+</p><!--l. 2109--><p class="indent" >   <span 
 class="ec-lmri-12">All </span><span 
 class="ec-lmtt-12">texmf.cnf </span>files in the search path will be read and definitions in earlier files override
-those in later files. For example, with a search path of <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">.:$TEXMF</span></span></span>, values from <span 
+those in later files. For example, with a search path of <span class="obeylines-h"><code class="verb">.:$TEXMF</code></span>, values from <span 
 class="ec-lmtt-12">./texmf.cnf</span>
-override those from <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">$TEXMF/texmf.cnf</span></span></span>.
+override those from <span class="obeylines-h"><code class="verb">$TEXMF/texmf.cnf</code></span>.
 </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 2120--><p class="noindent" >Comments start with <span 
+      <!--l. 2116--><p class="noindent" >Comments start with <span 
 class="ec-lmtt-12">%</span>, either at the beginning of a line or preceded by whitespace,
       and continue to the end of the line.
       </p></li>
       <li class="itemize">
-      <!--l. 2123--><p class="noindent" >Blank lines are ignored.
+      <!--l. 2119--><p class="noindent" >Blank lines are ignored.
       </p></li>
       <li class="itemize">
-      <!--l. 2125--><p class="noindent" >A <span 
+      <!--l. 2121--><p class="noindent" >A <span 
 class="ec-lmtt-12">\ </span>at the end of a line acts as a continuation character, i.e., the next line is
       appended. Whitespace at the beginning of continuation lines is not ignored.
       </p></li>
       <li class="itemize">
-      <!--l. 2129--><p class="noindent" >Each remaining line has the form:<br 
+      <!--l. 2125--><p class="noindent" >Each remaining line has the form:<br 
 class="newline" />        <span 
 class="ec-lmro-12">variable  </span>[<span 
 class="ec-lmtt-12">.</span><span 
@@ -4215,7 +4113,7 @@
       name qualifier.)
       </p></li>
       <li class="itemize">
-      <!--l. 2137--><p class="noindent" >The <span 
+      <!--l. 2133--><p class="noindent" >The <span 
 class="ec-lmro-12">variable </span>name may contain any character other than whitespace, ‘<span 
 class="ec-lmtt-12">=</span>’, or ‘<span 
 class="ec-lmtt-12">.</span>’,
@@ -4223,7 +4121,7 @@
 class="ec-lmtt-12">A-Za-z_</span>’ is safest.
       </p></li>
       <li class="itemize">
-      <!--l. 2141--><p class="noindent" >If ‘<span 
+      <!--l. 2137--><p class="noindent" >If ‘<span 
 class="ec-lmtt-12">.</span><span 
 class="ec-lmro-12">progname</span>’ is present, the definition only applies if the program that is running
       is named <span 
@@ -4233,7 +4131,7 @@
       different search paths, for example.
       </p></li>
       <li class="itemize">
-      <!--l. 2146--><p class="noindent" >Considered  as  strings,  <span 
+      <!--l. 2142--><p class="noindent" >Considered  as  strings,  <span 
 class="ec-lmro-12">value  </span>may  contain  any  character.  However,  in  practice
       most <span 
 class="ec-lmtt-12">texmf.cnf </span>values are related to path expansion, and since various special
@@ -4240,7 +4138,7 @@
       characters are used in expansion (see section <a 
 href="#x1-620007.1.7">7.1.7<!--tex4ht:ref: sec:cnf-special-chars --></a>), such as braces and commas,
       they cannot be used in directory names.
-      </p><!--l. 2152--><p class="noindent" >A ‘<span 
+      </p><!--l. 2148--><p class="noindent" >A ‘<span 
 class="ec-lmtt-12">;</span>’ in <span 
 class="ec-lmro-12">value </span>is translated to ‘<span 
 class="ec-lmtt-12">:</span>’ if running under Unix, in order to have a single
@@ -4251,7 +4149,7 @@
       happens with any value, not just search paths, but fortunately in practice ‘<span 
 class="ec-lmtt-12">;</span>’ is
       not needed in other values.
-      </p><!--l. 2158--><p class="noindent" >The <span 
+      </p><!--l. 2154--><p class="noindent" >The <span 
 class="ec-lmtt-12">$</span><span 
 class="ec-lmro-12">var</span><span 
 class="ec-lmtt-12">.</span><span 
@@ -4259,13 +4157,12 @@
       use an additional variable.
       </p></li>
       <li class="itemize">
-      <!--l. 2162--><p class="noindent" >All definitions are read before anything is expanded, so variables can be referenced
+      <!--l. 2158--><p class="noindent" >All definitions are read before anything is expanded, so variables can be referenced
       before they are defined.</p></li></ul>
-<!--l. 2165--><p class="noindent" >A configuration file fragment illustrating most of these points is shown below:
-</p><!--l. 2169--><p class="indent" >
+<!--l. 2161--><p class="noindent" >A configuration file fragment illustrating most of these points is shown below:
+</p><!--l. 2165--><p class="indent" >
 </p>
-   <pre class="fancyvrb" id="fancyvrb17">
-<a 
+   <pre class="fancyvrb" id="fancyvrb17"><a 
  id="x1-57004r1"></a><span 
 class="ec-lmtt-10x-x-109">TEXMF</span><span 
 class="ec-lmtt-10x-x-109"> </span><span 
@@ -4282,8 +4179,7 @@
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> =</span><span 
-class="ec-lmtt-10x-x-109"> {$TEXMFLOCAL,!!$TEXMFMAIN}</span>
- 
+class="ec-lmtt-10x-x-109"> {$TEXMFLOCAL,!!$TEXMFMAIN}</span> 
 <a 
  id="x1-57006r2"></a><span 
 class="ec-lmtt-10x-x-109">TEXINPUTS.latex</span><span 
@@ -4291,21 +4187,18 @@
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> =</span><span 
-class="ec-lmtt-10x-x-109"> .;$TEXMF/tex/{latex,generic;}//</span>
- 
+class="ec-lmtt-10x-x-109"> .;$TEXMF/tex/{latex,generic;}//</span> 
 <a 
  id="x1-57008r3"></a><span 
 class="ec-lmtt-10x-x-109">TEXINPUTS.fontinst</span><span 
 class="ec-lmtt-10x-x-109"> =</span><span 
-class="ec-lmtt-10x-x-109"> .;$TEXMF/tex//;$TEXMF/fonts/afm//</span>
- 
+class="ec-lmtt-10x-x-109"> .;$TEXMF/tex//;$TEXMF/fonts/afm//</span> 
 <a 
  id="x1-57010r4"></a><span 
 class="ec-lmtt-10x-x-109">%</span><span 
 class="ec-lmtt-10x-x-109"> e-TeX</span><span 
 class="ec-lmtt-10x-x-109"> related</span><span 
-class="ec-lmtt-10x-x-109"> files</span>
- 
+class="ec-lmtt-10x-x-109"> files</span> 
 <a 
  id="x1-57012r5"></a><span 
 class="ec-lmtt-10x-x-109">TEXINPUTS.elatex</span><span 
@@ -4312,8 +4205,7 @@
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> =</span><span 
-class="ec-lmtt-10x-x-109"> .;$TEXMF/{etex,tex}/{latex,generic;}//</span>
- 
+class="ec-lmtt-10x-x-109"> .;$TEXMF/{etex,tex}/{latex,generic;}//</span> 
 <a 
  id="x1-57014r6"></a><span 
 class="ec-lmtt-10x-x-109">TEXINPUTS.etex</span><span 
@@ -4322,15 +4214,13 @@
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> </span><span 
 class="ec-lmtt-10x-x-109"> =</span><span 
-class="ec-lmtt-10x-x-109"> .;$TEXMF/{etex,tex}/{eplain,plain,generic;}//</span>
-   </pre>
-<!--l. 2174--><p class="noindent" >
+class="ec-lmtt-10x-x-109"> .;$TEXMF/{etex,tex}/{eplain,plain,generic;}//</span></pre>
+<!--l. 2170--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.1.3   </span> <a 
  id="x1-580007.1.3"></a>Path expansion</h5>
-<!--l. 2177--><p class="noindent" >Kpathsea recognizes certain special characters and constructions in search paths, similar to
-those available in Unix shells. As a general example, the path <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">~$USER/{foo,bar}//baz</span></span></span>,
+<!--l. 2173--><p class="noindent" >Kpathsea recognizes certain special characters and constructions in search paths, similar to
+those available in Unix shells. As a general example, the path <span class="obeylines-h"><code class="verb">~$USER/{foo,bar}//baz</code></span>,
 expands to all subdirectories under directories <span 
 class="ec-lmtt-12">foo </span>and <span 
 class="ec-lmtt-12">bar </span>in <span 
@@ -4341,8 +4231,8 @@
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.1.4   </span> <a 
  id="x1-590007.1.4"></a>Default expansion</h5>
-<!--l. 2188--><p class="noindent" >If the highest-priority search path (see “Path sources” on page <a 
-href="#x1-560007.1.1">77<!--tex4ht:ref: sec:path-sources --></a>) contains an <span 
+<!--l. 2184--><p class="noindent" >If the highest-priority search path (see “Path sources” on page <a 
+href="#x1-560007.1.1">75<!--tex4ht:ref: sec:path-sources --></a>) contains an <span 
 class="ec-lmri-12">extra colon</span>
 (i.e., leading, trailing, or doubled), Kpathsea inserts at that point the next-highest-priority
 search path that is defined. If that inserted path has an extra colon, the same happens with
@@ -4376,7 +4266,7 @@
 class="ec-lmtt-12"> </span><span 
 class="ec-lmtt-12"> /home/karl:.:$TEXMF//tex</span></div>
 </div>
-<!--l. 2209--><p class="indent" >   Since it would be useless to insert the default value in more than one place, Kpathsea
+<!--l. 2205--><p class="indent" >   Since it would be useless to insert the default value in more than one place, Kpathsea
 changes only one extra ‘<span 
 class="ec-lmtt-12">:</span>’ and leaves any others in place. It checks first for a leading ‘<span 
 class="ec-lmtt-12">:</span>’, then
@@ -4383,14 +4273,12 @@
 a trailing ‘<span 
 class="ec-lmtt-12">:</span>’, then a doubled ‘<span 
 class="ec-lmtt-12">:</span>’.
-</p><!--l. 2214--><p class="noindent" >
+</p><!--l. 2210--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.1.5   </span> <a 
  id="x1-600007.1.5"></a>Brace expansion</h5>
-<!--l. 2217--><p class="noindent" >A useful feature is brace expansion, which means that, for instance, <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">v{a,b}w</span></span></span> expands to
-<span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">vaw:vbw</span></span></span>. Nesting is allowed. This is used to implement multiple TeX hierarchies, by assigning
+<!--l. 2213--><p class="noindent" >A useful feature is brace expansion, which means that, for instance, <span class="obeylines-h"><code class="verb">v{a,b}w</code></span> expands to
+<span class="obeylines-h"><code class="verb">vaw:vbw</code></span>. Nesting is allowed. This is used to implement multiple TeX hierarchies, by assigning
 a brace list to <span 
 class="ec-lmtt-12">$TEXMF</span>. In the distributed <span 
 class="ec-lmtt-12">texmf.cnf</span>, a definition like this (simplified for this
@@ -4402,7 +4290,7 @@
    <pre class="fancyvrb" id="fancyvrb18"><a 
  id="x1-60002r1"></a>  TEXMF = {$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFDIST}</pre>
 </pre>
-<!--l. 2225--><p class="nopar" >We then use this to define, for example, the TeX input path:
+<!--l. 2221--><p class="nopar" >We then use this to define, for example, the TeX input path:
                                                                                       
                                                                                       
 </p>
@@ -4410,7 +4298,7 @@
    <pre class="fancyvrb" id="fancyvrb19"><a 
  id="x1-60004r1"></a>  TEXINPUTS = .;$TEXMF/tex//</pre>
 </pre>
-<!--l. 2229--><p class="nopar" >which means that, after looking in the current directory, the <span 
+<!--l. 2225--><p class="nopar" >which means that, after looking in the current directory, the <span 
 class="ec-lmtt-12">$TEXMFVAR/tex</span>, <span 
 class="ec-lmtt-12">$TEXMFHOME/tex</span>,
 <span 
@@ -4418,11 +4306,11 @@
 class="ec-lmtt-12">$TEXMFDIST/tex </span>trees will be searched (the last two using <span 
 class="ec-lmtt-12">ls-R </span>data
 base files).
-</p><!--l. 2236--><p class="noindent" >
+</p><!--l. 2232--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.1.6   </span> <a 
  id="x1-610007.1.6"></a>Subdirectory expansion</h5>
-<!--l. 2239--><p class="noindent" >Two or more consecutive slashes in a path element following a directory <span 
+<!--l. 2235--><p class="noindent" >Two or more consecutive slashes in a path element following a directory <span 
 class="ec-lmro-12">d </span>is replaced by all
 subdirectories of <span 
 class="ec-lmro-12">d</span>: first those subdirectories directly under <span 
@@ -4430,7 +4318,7 @@
 under those, and so on. At each level, the order in which the directories are searched is
 <span 
 class="ec-lmri-12">unspecified</span>.
-</p><!--l. 2245--><p class="indent" >   If you specify any filename components after the ‘<span 
+</p><!--l. 2241--><p class="indent" >   If you specify any filename components after the ‘<span 
 class="ec-lmtt-12">//</span>’, only subdirectories with matching
 components are included. For example, ‘<span 
 class="ec-lmtt-12">/a//b</span>’ expands into directories <span 
@@ -4440,45 +4328,45 @@
 class="ec-lmtt-12">/a/1/1/b</span>, and so on, but not <span 
 class="ec-lmtt-12">/a/b/c </span>or <span 
 class="ec-lmtt-12">/a/1</span>.
-</p><!--l. 2250--><p class="indent" >   Multiple ‘<span 
+</p><!--l. 2246--><p class="indent" >   Multiple ‘<span 
 class="ec-lmtt-12">//</span>’ constructs in a path are possible, but ‘<span 
 class="ec-lmtt-12">//</span>’ at the beginning of a path is
 ignored.
-</p><!--l. 2253--><p class="noindent" >
+</p><!--l. 2249--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.1.7   </span> <a 
  id="x1-620007.1.7"></a>Summary of special characters in <span 
 class="ec-lmtt-12">texmf.cnf </span>files</h5>
-<!--l. 2256--><p class="noindent" >The following list summarizes the special characters and constructs in Kpathsea configuration
+<!--l. 2252--><p class="noindent" >The following list summarizes the special characters and constructs in Kpathsea configuration
 files.
-</p><!--l. 2261--><p class="noindent" >
+</p><!--l. 2257--><p class="noindent" >
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmtt-12">:</span>       </dt><dd 
 class="list">
-      <!--l. 2262--><p class="noindent" >Separator in path specification; at the beginning or the end of a path, or doubled
+      <!--l. 2258--><p class="noindent" >Separator in path specification; at the beginning or the end of a path, or doubled
       in the middle, it substitutes the default path expansion.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">;</span>       </dt><dd 
 class="list">
-      <!--l. 2265--><p class="noindent" >Separator on non-Unix systems (acts like <span 
+      <!--l. 2261--><p class="noindent" >Separator on non-Unix systems (acts like <span 
 class="ec-lmtt-12">:</span>).
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">$</span>       </dt><dd 
 class="list">
-      <!--l. 2266--><p class="noindent" >Variable expansion.
+      <!--l. 2262--><p class="noindent" >Variable expansion.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">~</span>       </dt><dd 
 class="list">
-      <!--l. 2267--><p class="noindent" >Represents the user’s home directory.
+      <!--l. 2263--><p class="noindent" >Represents the user’s home directory.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">{...}</span>  </dt><dd 
 class="list">
-      <!--l. 2268--><p class="noindent" >Brace expansion.
+      <!--l. 2264--><p class="noindent" >Brace expansion.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">,</span>       </dt><dd 
@@ -4485,31 +4373,31 @@
 class="list">
                                                                                       
                                                                                       
-      <!--l. 2269--><p class="noindent" >Separates items in brace expansion.
+      <!--l. 2265--><p class="noindent" >Separates items in brace expansion.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">//</span>      </dt><dd 
 class="list">
-      <!--l. 2270--><p class="noindent" >Subdirectory expansion (can occur anywhere in a path, except at its beginning).
+      <!--l. 2266--><p class="noindent" >Subdirectory expansion (can occur anywhere in a path, except at its beginning).
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">%</span> and <span 
 class="ec-lmtt-12">#</span></dt><dd 
 class="list">
-      <!--l. 2272--><p class="noindent" >Start of comment.
+      <!--l. 2268--><p class="noindent" >Start of comment.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">\</span>       </dt><dd 
 class="list">
-      <!--l. 2273--><p class="noindent" >At the end of a line, continuation character to allow multi-line entries.
+      <!--l. 2269--><p class="noindent" >At the end of a line, continuation character to allow multi-line entries.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">!!</span>      </dt><dd 
 class="list">
-      <!--l. 2275--><p class="noindent" >Search <span 
+      <!--l. 2271--><p class="noindent" >Search <span 
 class="ec-lmri-12">only </span>database to locate file, <span 
 class="ec-lmri-12">do not </span>search the disk.</p></dd></dl>
-<!--l. 2279--><p class="indent" >   Exactly when a character will be considered special or act as itself depends on the context
+<!--l. 2275--><p class="indent" >   Exactly when a character will be considered special or act as itself depends on the context
 in which it is used. The rules are inherent in the multiple levels of interpretation of the
 configuration (parsing, expansion, search, …) and so cannot be concisely stated, unfortunately.
 There is no general escape mechanism; in particular, ‘<span 
@@ -4516,27 +4404,27 @@
 class="ec-lmtt-12">\</span>’ is not an “escape character” in
 <span 
 class="ec-lmtt-12">texmf.cnf </span>files.
-</p><!--l. 2286--><p class="indent" >   When it comes choosing directory names for installation, it is safest to avoid them
+</p><!--l. 2282--><p class="indent" >   When it comes choosing directory names for installation, it is safest to avoid them
 all.
-</p><!--l. 2289--><p class="noindent" >
+</p><!--l. 2285--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">7.2   </span> <a 
  id="x1-630007.2"></a>Filename databases</h4>
-<!--l. 2292--><p class="noindent" >Kpathsea goes to some lengths to minimize disk accesses for searches. Nevertheless, in the
+<!--l. 2288--><p class="noindent" >Kpathsea goes to some lengths to minimize disk accesses for searches. Nevertheless, in the
 standard TeX Live, or at any installation with enough directories, searching every possible
 directory for a given file will take an excessively long time. Therefore, Kpathsea can use an
 externally-built plain text “database” file named <span 
 class="ec-lmtt-12">ls-R </span>that maps files to directories, thus
 avoiding the need to exhaustively search the disk.
-</p><!--l. 2300--><p class="indent" >   A second database file <span 
+</p><!--l. 2296--><p class="indent" >   A second database file <span 
 class="ec-lmtt-12">aliases </span>allows you to give additional names to the files listed in
 <span 
 class="ec-lmtt-12">ls-R</span>.
-</p><!--l. 2303--><p class="noindent" >
+</p><!--l. 2299--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.2.1   </span> <a 
  id="x1-640007.2.1"></a>The filename database</h5>
-<!--l. 2306--><p class="noindent" >As explained above, the name of the main filename database must be <span 
+<!--l. 2302--><p class="noindent" >As explained above, the name of the main filename database must be <span 
 class="ec-lmtt-12">ls-R</span>. You can
 put one at the root of each TeX hierarchy in your installation that you wish to be
 searched (<span 
@@ -4544,7 +4432,7 @@
 class="ec-lmtt-12">ls-R </span>files along the <span 
 class="ec-lmtt-12">TEXMFDBS</span>
 path.
-</p><!--l. 2312--><p class="indent" >   The recommended way to create and maintain ‘<span 
+</p><!--l. 2308--><p class="indent" >   The recommended way to create and maintain ‘<span 
 class="ec-lmtt-12">ls-R</span>’ is to run the <span 
 class="ec-lmtt-12">mktexlsr </span>script
 included with the distribution. It is invoked by the various ‘<span 
@@ -4573,16 +4461,16 @@
 class="ec-lmtt-12">cron</span>, so that it is
 automatically updated when the installed files change, such as after installing or updating a
 LaTeX package.
-<!--l. 2325--><p class="indent" >   If a file is not found in the database, by default Kpathsea goes ahead and searches the disk.
+<!--l. 2321--><p class="indent" >   If a file is not found in the database, by default Kpathsea goes ahead and searches the disk.
 If a particular path element begins with ‘<span 
 class="ec-lmtt-12">!!</span>’, however, <span 
 class="ec-lmri-12">only </span>the database will be searched for
 that element, never the disk.
-</p><!--l. 2331--><p class="noindent" >
+</p><!--l. 2327--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.2.2   </span> <a 
  id="x1-650007.2.2"></a>kpsewhich: Standalone path searching</h5>
-<!--l. 2334--><p class="noindent" >The <span 
+<!--l. 2330--><p class="noindent" >The <span 
 class="ec-lmtt-12">kpsewhich </span>program exercises path searching independent of any particular application.
 This can be useful as a sort of <span 
 class="ec-lmtt-12">find </span>program to locate files in TeX hierarchies (this is used
@@ -4608,18 +4496,18 @@
 class="ec-lmtt-12">-</span>’ or ‘<span 
 class="ec-lmtt-12">--</span>’, and any unambiguous
 abbreviation is accepted.
-<!--l. 2345--><p class="indent" >   Kpathsea looks up each non-option argument on the command line as a filename, and
+<!--l. 2341--><p class="indent" >   Kpathsea looks up each non-option argument on the command line as a filename, and
 returns the first file found. There is no option to return all the files with a particular name
 (you can run the Unix ‘<span 
 class="ec-lmtt-12">find</span>’ utility for that).
-</p><!--l. 2350--><p class="indent" >   The most common options are described next.
-</p><!--l. 2352--><p class="noindent" >
+</p><!--l. 2346--><p class="indent" >   The most common options are described next.
+</p><!--l. 2348--><p class="noindent" >
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmtt-12">--dpi=</span><span 
 class="ec-lmro-12">num</span> </dt><dd 
 class="list">
-      <!--l. 2353--><p class="noindent" > Set the resolution to <span 
+      <!--l. 2349--><p class="noindent" > Set the resolution to <span 
 class="ec-lmro-12">num</span>; this only affects ‘<span 
 class="ec-lmtt-12">gf</span>’ and ‘<span 
 class="ec-lmtt-12">pk</span>’ lookups. ‘<span 
@@ -4631,7 +4519,7 @@
 class="ec-lmtt-12">--format=</span><span 
 class="ec-lmro-12">name</span> </dt><dd 
 class="list">
-      <!--l. 2358--><p class="noindent" ><br 
+      <!--l. 2354--><p class="noindent" ><br 
 class="newline" />Set the format for lookup to <span 
 class="ec-lmro-12">name</span>. By default, the format is guessed from the
       filename. For formats which do not have an associated unambiguous suffix, such as
@@ -4647,7 +4535,7 @@
 class="ec-lmtt-12">--mode=</span><span 
 class="ec-lmro-12">string</span> </dt><dd 
 class="list">
-      <!--l. 2366--><p class="noindent" ><br 
+      <!--l. 2362--><p class="noindent" ><br 
 class="newline" />Set the mode name to <span 
 class="ec-lmro-12">string</span>; this only affects ‘<span 
 class="ec-lmtt-12">gf</span>’ and ‘<span 
@@ -4659,7 +4547,7 @@
  <span 
 class="ec-lmtt-12">--must-exist</span> </dt><dd 
 class="list">
-      <!--l. 2369--><p class="noindent" ><br 
+      <!--l. 2365--><p class="noindent" ><br 
 class="newline" />Do everything possible to find the files, notably including searching the disk. By
       default, only the <span 
 class="ec-lmtt-12">ls-R </span>database is checked, in the interest of efficiency.
@@ -4668,7 +4556,7 @@
 class="ec-lmtt-12">--path=</span><span 
 class="ec-lmro-12">string</span> </dt><dd 
 class="list">
-      <!--l. 2373--><p class="noindent" ><br 
+      <!--l. 2369--><p class="noindent" ><br 
 class="newline" />Search along the path <span 
 class="ec-lmro-12">string  </span>(colon-separated as usual), instead of guessing the
       search path from the filename. ‘<span 
@@ -4681,7 +4569,7 @@
 class="ec-lmtt-12">--progname=</span><span 
 class="ec-lmro-12">name</span> </dt><dd 
 class="list">
-      <!--l. 2378--><p class="noindent" ><br 
+      <!--l. 2374--><p class="noindent" ><br 
 class="newline" />Set the program name to <span 
 class="ec-lmro-12">name</span>. This can affect the search paths via the <span 
 class="ec-lmtt-12">.</span><span 
@@ -4693,7 +4581,7 @@
 class="ec-lmtt-12">--show-path=</span><span 
 class="ec-lmro-12">name</span> </dt><dd 
 class="list">
-      <!--l. 2383--><p class="noindent" ><br 
+      <!--l. 2379--><p class="noindent" ><br 
 class="newline" />shows the path used for file lookups of file type <span 
 class="ec-lmro-12">name</span>. Either a filename extension
       (<span 
@@ -4705,14 +4593,14 @@
 class="ec-lmtt-12">--debug=</span><span 
 class="ec-lmro-12">num</span> </dt><dd 
 class="list">
-      <!--l. 2387--><p class="noindent" ><br 
+      <!--l. 2383--><p class="noindent" ><br 
 class="newline" />sets the debugging options to <span 
 class="ec-lmro-12">num</span>.</p></dd></dl>
-<!--l. 2392--><p class="noindent" >
+<!--l. 2388--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.2.3   </span> <a 
  id="x1-660007.2.3"></a>Examples of use</h5>
-<!--l. 2395--><p class="noindent" >Let us now have a look at Kpathsea in action. Here’s a straightforward search:
+<!--l. 2391--><p class="noindent" >Let us now have a look at Kpathsea in action. Here’s a straightforward search:
 </p>
    <div class="alltt">
 
@@ -4787,7 +4675,7 @@
 class="ec-lmtt-12"> /usr/local/texmf-dist/bibtex/bib/beebe/tugboat.bib</span>
 </div>
 </div>
-<!--l. 2420--><p class="indent" >   By the way, that last is a BibTeX bibliography database for <span 
+<!--l. 2416--><p class="indent" >   By the way, that last is a BibTeX bibliography database for <span 
 class="ec-lmro-12">TUGboat </span>articles.
 </p>
    <div class="alltt">
@@ -4841,7 +4729,7 @@
 actually build the required <span 
 class="ec-lmtt-12">.pk </span>files using the script <span 
 class="ec-lmss-12">mktexpk</span>.
-<!--l. 2449--><p class="indent" >   Next we turn our attention to <span 
+<!--l. 2445--><p class="indent" >   Next we turn our attention to <span 
 class="ec-lmss-12">dvips</span>’s header and configuration files. We first look at one of
 the commonly used files, the general prologue <span 
 class="ec-lmtt-12">tex.pro </span>for TeX support, before turning our
@@ -4891,7 +4779,7 @@
 class="ec-lmtt-12"> /usr/local/texmf/fonts/map/dvips/updmap/psfonts.map</span>
 </div>
 </div>
-<!--l. 2467--><p class="indent" >   We now take a closer look at the URW Times PostScript support files. The prefix for these
+<!--l. 2463--><p class="indent" >   We now take a closer look at the URW Times PostScript support files. The prefix for these
 in the standard font naming scheme is ‘<span 
 class="ec-lmtt-12">utm</span>’. The first file we look at is the configuration file,
 which contains the name of the map file: </p><div class="alltt">
@@ -4997,22 +4885,22 @@
 class="ec-lmtt-12"> /usr/local/texmf-dist/fonts/type1/urw/times/utmr8a.pfb</span>
 </div>
 </div>
-<!--l. 2506--><p class="indent" >   It should be evident from these examples how you can easily locate the whereabouts of a
+<!--l. 2502--><p class="indent" >   It should be evident from these examples how you can easily locate the whereabouts of a
 given file. This is especially important if you suspect that the wrong version of a file is picked
 up somehow, since <span 
 class="ec-lmss-12">kpsewhich </span>will show you the first file encountered.
-</p><!--l. 2511--><p class="noindent" >
+</p><!--l. 2507--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">7.2.4   </span> <a 
  id="x1-670007.2.4"></a>Debugging actions</h5>
-<!--l. 2514--><p class="noindent" >Sometimes it is necessary to investigate how a program resolves file references. To make this
+<!--l. 2510--><p class="noindent" >Sometimes it is necessary to investigate how a program resolves file references. To make this
 practical, Kpathsea offers various levels of debugging output:
-</p><!--l. 2518--><p class="noindent" >
+</p><!--l. 2514--><p class="noindent" >
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmtt-12"> 1 </span> </dt><dd 
 class="list">
-      <!--l. 2519--><p class="noindent" ><span 
+      <!--l. 2515--><p class="noindent" ><span 
 class="ec-lmtt-12">stat </span>calls (disk lookups). When running with an up-to-date <span 
 class="ec-lmtt-12">ls-R </span>database this
       should almost give no output.
@@ -5020,51 +4908,51 @@
  <span 
 class="ec-lmtt-12"> 2 </span> </dt><dd 
 class="list">
-      <!--l. 2522--><p class="noindent" >References to hash tables (such as <span 
+      <!--l. 2518--><p class="noindent" >References to hash tables (such as <span 
 class="ec-lmtt-12">ls-R </span>databases, map files, configuration files).
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12"> 4 </span> </dt><dd 
 class="list">
-      <!--l. 2524--><p class="noindent" >File open and close operations.
+      <!--l. 2520--><p class="noindent" >File open and close operations.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12"> 8 </span> </dt><dd 
 class="list">
-      <!--l. 2525--><p class="noindent" >General path information for file types searched by Kpathsea. This is useful to find
+      <!--l. 2521--><p class="noindent" >General path information for file types searched by Kpathsea. This is useful to find
       out where a particular path for the file was defined.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">16 </span> </dt><dd 
 class="list">
-      <!--l. 2528--><p class="noindent" >Directory list for each path element (only relevant for searches on disk).
+      <!--l. 2524--><p class="noindent" >Directory list for each path element (only relevant for searches on disk).
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">32 </span> </dt><dd 
 class="list">
-      <!--l. 2530--><p class="noindent" >File searches.
+      <!--l. 2526--><p class="noindent" >File searches.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">64 </span> </dt><dd 
 class="list">
-      <!--l. 2531--><p class="noindent" >Variable values.</p></dd></dl>
-<!--l. 2533--><p class="noindent" >A value of <span 
+      <!--l. 2527--><p class="noindent" >Variable values.</p></dd></dl>
+<!--l. 2529--><p class="noindent" >A value of <span 
 class="ec-lmtt-12">-1 </span>will set all the above options; in practice, this is usually the most convenient.
-</p><!--l. 2536--><p class="indent" >   Similarly, with the <span 
+</p><!--l. 2532--><p class="indent" >   Similarly, with the <span 
 class="ec-lmss-12">dvips </span>program, by setting a combination of debug switches, one can
 follow in detail where files are being picked up from. Alternatively, when a file is not found, the
 debug trace shows in which directories the program looks for the given file, so that one can get
 an indication what the problem is.
-</p><!--l. 2542--><p class="indent" >   Generally speaking, as most programs call the Kpathsea library internally, one can select a
+</p><!--l. 2538--><p class="indent" >   Generally speaking, as most programs call the Kpathsea library internally, one can select a
 debug option by using the <span 
 class="ec-lmtt-12">KPATHSEA_DEBUG </span>environment variable, and setting it to (a
 combination of) values as described in the above list.
                                                                                       
                                                                                       
-</p><!--l. 2547--><p class="indent" >   (Note for Windows users: it is not easy to redirect all messages to a file in this system. For
+</p><!--l. 2543--><p class="indent" >   (Note for Windows users: it is not easy to redirect all messages to a file in this system. For
 diagnostic purposes you can temporarily <span 
 class="ec-lmtt-12">SET KPATHSEA_DEBUG_OUTPUT=err.log</span>).
-</p><!--l. 2551--><p class="indent" >   Let us consider, as an example, a small LaTeX source file, <span 
+</p><!--l. 2547--><p class="indent" >   Let us consider, as an example, a small LaTeX source file, <span 
 class="ec-lmtt-12">hello-world.tex</span>, which
 contains the following input.
                                                                                       
@@ -5080,7 +4968,7 @@
 <a 
  id="x1-67008r4"></a>  \end{document}</pre>
 </pre>
-<!--l. 2558--><p class="nopar" >This little file only uses the font <span 
+<!--l. 2554--><p class="nopar" >This little file only uses the font <span 
 class="ec-lmtt-12">cmr10</span>, so let us look at how <span 
 class="ec-lmss-12">dvips </span>prepares the PostScript file
 (we want to use the Type 1 version of the Computer Modern fonts, hence the option <span 
@@ -5176,7 +5064,7 @@
 <figcaption class="caption" ><span class="id">Figure 12: </span><span  
 class="content">Finding configuration files</span></figcaption><!--tex4ht:label?: x1-67031r12 -->
    </figure>
-<!--l. 2576--><p class="indent" >   <span 
+<!--l. 2572--><p class="indent" >   <span 
 class="ec-lmss-12">dvips </span>starts by locating its working files. First, <span 
 class="ec-lmtt-12">texmf.cnf </span>is found, which gives the
 definitions of the search paths for the other files, then the file database <span 
@@ -5232,7 +5120,7 @@
 always loaded (it contains declarations for commonly used PostScript fonts; see the last part of
 section <a 
 href="#x1-660007.2.3">7.2.3<!--tex4ht:ref: sec:examples-of-use --></a> for more details about PostScript map file handling).
-<!--l. 2603--><p class="indent" >   At this point <span 
+<!--l. 2599--><p class="indent" >   At this point <span 
 class="ec-lmss-12">dvips </span>identifies itself to the user: </p><div class="alltt">
 
 <div class="obeylines-v">
@@ -5245,8 +5133,7 @@
 class="ec-lmtt-12"> 2002</span><span 
 class="ec-lmtt-12"> Radical</span><span 
 class="ec-lmtt-12"> Eye</span><span 
-class="ec-lmtt-12"> Software</span><span 
-class="ec-lmtt-12"> (www.radicaleye.com)</span>
+class="ec-lmtt-12"> Software</span>
 </div>
 </div> Then it goes on to look for the prolog file <span 
 class="ec-lmtt-12">texc.pro</span>: <div class="alltt">
@@ -5276,7 +5163,7 @@
 class="ec-lmtt-10x-x-109"> /usr/local/texmf/dvips/base/texc.pro</span>
 </div>
 </div>
-<!--l. 2620--><p class="indent" >   After having found the file in question, <span 
+<!--l. 2616--><p class="indent" >   After having found the file in question, <span 
 class="ec-lmss-12">dvips </span>outputs the date and time, and
 informs us that it will generate the file <span 
 class="ec-lmtt-12">hello-world.ps</span>, then that it needs the
@@ -5366,16 +5253,16 @@
 class="ec-lmtt-10x-x-109">&#x003C;cmr10.pfb&#x003E;[1]</span>
 </div>
 </div>
-<!--l. 2649--><p class="noindent" >
+<!--l. 2645--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">7.3   </span> <a 
  id="x1-680007.3"></a>Runtime options</h4>
-<!--l. 2651--><p class="noindent" >Another useful feature of Web2C is its possibility to control a number of memory parameters
+<!--l. 2647--><p class="noindent" >Another useful feature of Web2C is its possibility to control a number of memory parameters
 (in particular, array sizes) via the runtime file <span 
 class="ec-lmtt-12">texmf.cnf </span>read by Kpathsea. The memory
 settings can be found in Part 3 of that file in the TeX Live distribution. The more important
 are:
-</p><!--l. 2657--><p class="noindent" >
+</p><!--l. 2653--><p class="noindent" >
       </p><dl class="list1"><dt class="list">
  <span 
 class="ec-lmtt-12">main_memory</span> </dt><dd 
@@ -5382,7 +5269,7 @@
 class="list">
                                                                                       
                                                                                       
-      <!--l. 2658--><p class="noindent" >Total words of memory available, for TeX, Metafont and MetaPost. You must make
+      <!--l. 2654--><p class="noindent" >Total words of memory available, for TeX, Metafont and MetaPost. You must make
       a new format file for each different setting. For instance, you could generate a
       “huge” version of TeX, and call the format file <span 
 class="ec-lmtt-12">hugetex.fmt</span>. Using the standard
@@ -5394,30 +5281,30 @@
  <span 
 class="ec-lmtt-12">extra_mem_bot</span> </dt><dd 
 class="list">
-      <!--l. 2666--><p class="noindent" >Extra  space  for  “large”  TeX  data  structures:  boxes,  glue,  breakpoints,  etc.
+      <!--l. 2662--><p class="noindent" >Extra  space  for  “large”  TeX  data  structures:  boxes,  glue,  breakpoints,  etc.
       Especially useful if you use PI CTeX.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">font_mem_size</span> </dt><dd 
 class="list">
-      <!--l. 2670--><p class="noindent" >Number of words for font information available for TeX. This is more or less the
+      <!--l. 2666--><p class="noindent" >Number of words for font information available for TeX. This is more or less the
       total size of all TFM files read.
       </p></dd><dt class="list">
  <span 
 class="ec-lmtt-12">hash_extra</span> </dt><dd 
 class="list">
-      <!--l. 2673--><p class="noindent" >Additional space for the hash table of control sequence names; its default value is
+      <!--l. 2669--><p class="noindent" >Additional space for the hash table of control sequence names; its default value is
       <span 
 class="ec-lmtt-12">600000</span>.</p></dd></dl>
-<!--l. 2678--><p class="noindent" >This facility is no substitute for truly dynamic arrays and memory allocation, but since these
+<!--l. 2674--><p class="noindent" >This facility is no substitute for truly dynamic arrays and memory allocation, but since these
 are extremely difficult to implement in the present TeX source, these runtime parameters
 provide a practical compromise allowing some flexibility.
-</p><!--l. 2683--><p class="indent" >   <a id="texmfdotdir"></a>
+</p><!--l. 2679--><p class="indent" >   <a id="texmfdotdir"></a>
 </p>
    <h4 class="subsectionHead"><span class="titlemark">7.4   </span> <a 
  id="x1-690007.4"></a><span 
 class="ec-lmtt-12">$TEXMFDOTDIR</span></h4>
-<!--l. 2687--><p class="noindent" >In various places above, we gave various search paths starting with <span 
+<!--l. 2683--><p class="noindent" >In various places above, we gave various search paths starting with <span 
 class="ec-lmtt-12">. </span>(to search the current
 directory first), as in </p><div class="alltt">
 
@@ -5426,7 +5313,7 @@
 class="ec-lmtt-10x-x-109">TEXINPUTS=.;$TEXMF/tex//</span>
 </div>
 </div>
-<!--l. 2693--><p class="indent" >   This is a simplification. The <span 
+<!--l. 2689--><p class="indent" >   This is a simplification. The <span 
 class="ec-lmtt-12">texmf.cnf </span>file we distribute in TeX Live uses <span 
 class="ec-lmtt-12">$TEXMFDOTDIR</span>
 instead of just ‘<span 
@@ -5441,7 +5328,7 @@
 class="ec-lmtt-12">$TEXMF/tex//</span>. But that’s minor; here we want to discuss the <span 
 class="ec-lmtt-12">$TEXMFDOTDIR</span>
 feature.)
-<!--l. 2702--><p class="indent" >   The reason to use the variable <span 
+<!--l. 2698--><p class="indent" >   The reason to use the variable <span 
 class="ec-lmtt-12">$TEXMFDOTDIR </span>in the path definitions instead of simply
 ‘<span 
 class="ec-lmtt-12">.</span>’ is purely so that it can be overridden. For example, a complex document may
@@ -5455,26 +5342,26 @@
                                                                                       
 undesirable, and potentially insecure, to search through all subdirectories for an arbitrary
 document.)
-</p><!--l. 2712--><p class="indent" >   As another example, you may wish not to search the current directory at all, e.g., if you
+</p><!--l. 2708--><p class="indent" >   As another example, you may wish not to search the current directory at all, e.g., if you
 have arranged for all the files to be found via explicit paths. You can set <span 
 class="ec-lmtt-12">$TEXMFDOTDIR </span>to, say,
 <span 
 class="ec-lmtt-12">/nonesuch </span>or any nonexistent directory for this.
-</p><!--l. 2717--><p class="indent" >   The default value of <span 
+</p><!--l. 2713--><p class="indent" >   The default value of <span 
 class="ec-lmtt-12">$TEXMFDOTDIR </span>is just ‘<span 
 class="ec-lmtt-12">.</span>’, as set in our <span 
 class="ec-lmtt-12">texmf.cnf</span>.
-</p><!--l. 2720--><p class="indent" >   <a id="ack"></a>
+</p><!--l. 2716--><p class="indent" >   <a id="ack"></a>
 </p>
    <h3 class="sectionHead"><span class="titlemark">8   </span> <a 
  id="x1-700008"></a>Acknowledgements</h3>
-<!--l. 2723--><p class="noindent" >TeX Live is a joint effort by virtually all of the TeX user groups. This edition of TeX Live was
+<!--l. 2719--><p class="noindent" >TeX Live is a joint effort by virtually all of the TeX user groups. This edition of TeX Live was
 overseen by Karl Berry. The other principal contributors, past and present, are listed
 below.
 </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 2729--><p class="noindent" >The  English,  German,  Dutch,  and  Polish  TeX  user  groups  (TUG,  DANTE
+      <!--l. 2725--><p class="noindent" >The  English,  German,  Dutch,  and  Polish  TeX  user  groups  (TUG,  DANTE
       e.V., NTG, and GUST, respectively), which provide the necessary technical and
       administrative  infrastructure.  Please  join  the  TeX user  group  near  you!  (See  
 <a 
@@ -5482,7 +5369,7 @@
 class="ec-lmtt-12">https://tug.org/usergroups.html</span></a>.)
       </p></li>
       <li class="itemize">
-      <!--l. 2735--><p class="noindent" >The CTAN team (<a 
+      <!--l. 2731--><p class="noindent" >The CTAN team (<a 
 href="https://ctan.org" class="url" ><span 
 class="ec-lmtt-12">https://ctan.org</span></a>), which distributes the TeX Live images
       and provides the common infrastructure for package updates, upon which TeX Live
@@ -5489,21 +5376,21 @@
       depends.
       </p></li>
       <li class="itemize">
-      <!--l. 2739--><p class="noindent" >Nelson Beebe, for making many platforms available to TeX Live developers, and
+      <!--l. 2735--><p class="noindent" >Nelson Beebe, for making many platforms available to TeX Live developers, and
       his own comprehensive testing and unparalleled bibliographic efforts.
       </p></li>
       <li class="itemize">
-      <!--l. 2743--><p class="noindent" >John  Bowman,  for  making  many  changes  to  his  advanced  graphics  program
+      <!--l. 2739--><p class="noindent" >John  Bowman,  for  making  many  changes  to  his  advanced  graphics  program
       Asymptote to make it work in TeX Live.
       </p></li>
       <li class="itemize">
-      <!--l. 2746--><p class="noindent" >Peter Breitenlohner and the e-TeX team for the stable foundation of future TeX’s,
+      <!--l. 2742--><p class="noindent" >Peter Breitenlohner and the e-TeX team for the stable foundation of future TeX’s,
       and Peter specifically for years of stellar help with GNU autotools and keeping
       sources  up  to  date.  Peter  passed  away  in  October  2015,  and  we  dedicate  the
       continuing work to his memory.
       </p></li>
       <li class="itemize">
-      <!--l. 2751--><p class="noindent" >Jin-Hwan Cho and all of the DVIPDFM<span 
+      <!--l. 2747--><p class="noindent" >Jin-Hwan Cho and all of the DVIPDFM<span 
 class="lmmi-12">x </span>team, for their excellent driver and
       responsiveness to configuration issues.
       </p></li>
@@ -5510,20 +5397,20 @@
                                                                                       
                                                                                       
       <li class="itemize">
-      <!--l. 2754--><p class="noindent" >Thomas Esser, without whose marvelous teTeX package TeX Live would have never
+      <!--l. 2750--><p class="noindent" >Thomas Esser, without whose marvelous teTeX package TeX Live would have never
       existed.
       </p></li>
       <li class="itemize">
-      <!--l. 2757--><p class="noindent" >Michel Goossens, who co-authored the original documentation.
+      <!--l. 2753--><p class="noindent" >Michel Goossens, who co-authored the original documentation.
       </p></li>
       <li class="itemize">
-      <!--l. 2759--><p class="noindent" >Eitan  Gurari,  whose  TeX4ht  is  used  to  create  the  HTML  version  of  this
+      <!--l. 2755--><p class="noindent" >Eitan  Gurari,  whose  TeX4ht  is  used  to  create  the  HTML  version  of  this
       documentation, and who worked tirelessly to improve it at short notice, every year.
       Eitan prematurely passed away in June 2009, and we dedicate this documentation
       to his memory.
       </p></li>
       <li class="itemize">
-      <!--l. 2764--><p class="noindent" >Hans                                                                                            Hagen,
+      <!--l. 2760--><p class="noindent" >Hans                                                                                            Hagen,
       for much testing and making his ConTeXt package (<a 
 href="https://pragma-ade.com" class="url" ><span 
 class="ec-lmtt-12">https://pragma-ade.com</span></a>)
@@ -5530,21 +5417,21 @@
       work within TeX Live’s framework, and continually driving TeX development.
       </p></li>
       <li class="itemize">
-      <!--l. 2768--><p class="noindent" >Hàn Thế Thành, Martin Schröder, and the pdfTeX team (<a 
+      <!--l. 2764--><p class="noindent" >Hàn Thế Thành, Martin Schröder, and the pdfTeX team (<a 
 href="http://pdftex.org" class="url" ><span 
 class="ec-lmtt-12">http://pdftex.org</span></a>),
       for continuing enhancements of TeX’s abilities.
       </p></li>
       <li class="itemize">
-      <!--l. 2772--><p class="noindent" >Hartmut Henkel, for significant development contributions to pdfTeX, LuaTeX,
+      <!--l. 2768--><p class="noindent" >Hartmut Henkel, for significant development contributions to pdfTeX, LuaTeX,
       and more.
       </p></li>
       <li class="itemize">
-      <!--l. 2775--><p class="noindent" >Shunshaku Hirata, for much original and continuing work on DVIPDFM<span 
+      <!--l. 2771--><p class="noindent" >Shunshaku Hirata, for much original and continuing work on DVIPDFM<span 
 class="lmmi-12">x</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 2777--><p class="noindent" >Taco  Hoekwater,  for  major  renewed  development  efforts  on  MetaPost  and
+      <!--l. 2773--><p class="noindent" >Taco  Hoekwater,  for  major  renewed  development  efforts  on  MetaPost  and
       (Lua)TeX (<a 
 href="http://luatex.org" class="url" ><span 
 class="ec-lmtt-12">http://luatex.org</span></a>) itself, incorporating ConTeXt into TeX Live,
@@ -5551,18 +5438,18 @@
       giving Kpathsea multi-threaded functionality, and much more.
       </p></li>
       <li class="itemize">
-      <!--l. 2782--><p class="noindent" >Khaled Hosny, for substantial work on XeTeX, DVIPDFM<span 
+      <!--l. 2778--><p class="noindent" >Khaled Hosny, for substantial work on XeTeX, DVIPDFM<span 
 class="lmmi-12">x</span>, and efforts with Arabic
       and other fonts.
       </p></li>
       <li class="itemize">
-      <!--l. 2785--><p class="noindent" >Paweł Jackowski, for the Windows installer <span 
+      <!--l. 2781--><p class="noindent" >Paweł Jackowski, for the Windows installer <span 
 class="ec-lmss-12">tlpm</span>, and Tomasz Łuczak, for <span 
 class="ec-lmss-12">tlpmgui</span>,
       used in past releases.
       </p></li>
       <li class="itemize">
-      <!--l. 2788--><p class="noindent" >Akira Kakuto, for providing the Windows binaries from his W32TEX and W64TEX
+      <!--l. 2784--><p class="noindent" >Akira Kakuto, for providing the Windows binaries from his W32TEX and W64TEX
       distributions  for  Japanese  TeX (<a 
 href="http://w32tex.org" class="url" ><span 
 class="ec-lmtt-12">http://w32tex.org</span></a>),  and  many  other
@@ -5571,39 +5458,39 @@
                                                                                       
                                                                                       
       <li class="itemize">
-      <!--l. 2792--><p class="noindent" >Jonathan Kew, for developing the remarkable XeTeX engine and taking the time
+      <!--l. 2788--><p class="noindent" >Jonathan Kew, for developing the remarkable XeTeX engine and taking the time
       and  trouble  to  integrate  it  in  TeX  Live,  as  well  as  the  initial  version  of  the
       MacTeX installer, and also for our recommended front-end TeXworks.
       </p></li>
       <li class="itemize">
-      <!--l. 2797--><p class="noindent" >Hironori Kitagawa, for maintenance of (e)pTeX and related support.
+      <!--l. 2793--><p class="noindent" >Hironori Kitagawa, for maintenance of (e)pTeX and related support.
       </p></li>
       <li class="itemize">
-      <!--l. 2799--><p class="noindent" >Dick Koch, for maintaining MacTeX (<a 
+      <!--l. 2795--><p class="noindent" >Dick Koch, for maintaining MacTeX (<a 
 href="https://tug.org/mactex" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/mactex</span></a>) in very close
       tandem with TeX Live, and for his great good cheer in doing so.
       </p></li>
       <li class="itemize">
-      <!--l. 2803--><p class="noindent" >Reinhard Kotucha, for major contributions to the TeX Live 2008 infrastructure
+      <!--l. 2799--><p class="noindent" >Reinhard Kotucha, for major contributions to the TeX Live 2008 infrastructure
       and installer, as well as Windows research efforts, the <span 
 class="ec-lmtt-12">getnonfreefonts </span>script,
       and more.
       </p></li>
       <li class="itemize">
-      <!--l. 2807--><p class="noindent" >Siep Kroonenberg, also for major contributions to the TeX Live 2008 infrastructure
+      <!--l. 2803--><p class="noindent" >Siep Kroonenberg, also for major contributions to the TeX Live 2008 infrastructure
       and installer, especially on Windows, and for the bulk of work updating this manual
       describing those features.
       </p></li>
       <li class="itemize">
-      <!--l. 2811--><p class="noindent" >Clerk Ma, for engine bug fixes and extensions.
+      <!--l. 2807--><p class="noindent" >Clerk Ma, for engine bug fixes and extensions.
       </p></li>
       <li class="itemize">
-      <!--l. 2813--><p class="noindent" >Mojca Miklavec, for much help with ConTeXt, building many binary sets, and
+      <!--l. 2809--><p class="noindent" >Mojca Miklavec, for much help with ConTeXt, building many binary sets, and
       plenty more.
       </p></li>
       <li class="itemize">
-      <!--l. 2816--><p class="noindent" >Heiko Oberdiek, for the <span 
+      <!--l. 2812--><p class="noindent" >Heiko Oberdiek, for the <span 
 class="ec-lmss-12">epstopdf </span>package and many others, compressing the huge
       <span 
 class="ec-lmss-12">pst-geo </span>data files so we could include them, and most of all, for his remarkable
@@ -5611,19 +5498,19 @@
 class="ec-lmss-12">hyperref</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 2821--><p class="noindent" >Phelype Oleinik, for the group-delimited <span 
+      <!--l. 2817--><p class="noindent" >Phelype Oleinik, for the group-delimited <span 
 class="ec-lmtt-12">\input </span>across engines in 2020, and more.
       </p></li>
       <li class="itemize">
-      <!--l. 2824--><p class="noindent" >Petr Olšak, who coordinated and checked all the Czech and Slovak material very
+      <!--l. 2820--><p class="noindent" >Petr Olšak, who coordinated and checked all the Czech and Slovak material very
       carefully.
       </p></li>
       <li class="itemize">
-      <!--l. 2827--><p class="noindent" >Toshio Oshima, for his <span 
+      <!--l. 2823--><p class="noindent" >Toshio Oshima, for his <span 
 class="ec-lmss-12">dviout </span>previewer for Windows.
       </p></li>
       <li class="itemize">
-      <!--l. 2829--><p class="noindent" >Manuel  Pégourié-Gonnard,  for  helping  with  package  updates,  documentation
+      <!--l. 2825--><p class="noindent" >Manuel  Pégourié-Gonnard,  for  helping  with  package  updates,  documentation
       improvements, and <span 
 class="ec-lmss-12">texdoc </span>development.
                                                                                       
@@ -5630,63 +5517,63 @@
                                                                                       
       </p></li>
       <li class="itemize">
-      <!--l. 2832--><p class="noindent" >Fabrice Popineau, for the original Windows support in TeX Live and work on the
+      <!--l. 2828--><p class="noindent" >Fabrice Popineau, for the original Windows support in TeX Live and work on the
       French documentation.
       </p></li>
       <li class="itemize">
-      <!--l. 2835--><p class="noindent" >Norbert Preining, the principal architect of the current TeX Live infrastructure
+      <!--l. 2831--><p class="noindent" >Norbert Preining, the principal architect of the current TeX Live infrastructure
       and installer, and also for coordinating the Debian version of TeX Live (together
       with Frank Küster), and doing so much work along the way.
       </p></li>
       <li class="itemize">
-      <!--l. 2840--><p class="noindent" >Sebastian Rahtz, for originally creating TeX Live and maintaining it for many
+      <!--l. 2836--><p class="noindent" >Sebastian Rahtz, for originally creating TeX Live and maintaining it for many
       years. Sebastian passed away in March 2016, and we dedicate the continuing work
       to his memory.
       </p></li>
       <li class="itemize">
-      <!--l. 2844--><p class="noindent" >Luigi Scarso, for continuing development of MetaPost, LuaTeX, and much more.
+      <!--l. 2840--><p class="noindent" >Luigi Scarso, for continuing development of MetaPost, LuaTeX, and much more.
       </p></li>
       <li class="itemize">
-      <!--l. 2847--><p class="noindent" >Andreas Scherer, for <span 
+      <!--l. 2843--><p class="noindent" >Andreas Scherer, for <span 
 class="ec-lmtt-12">cwebbin</span>, the CWEB implementation used in TeX Live, and
       continuing maintenance of the original CWEB.
       </p></li>
       <li class="itemize">
-      <!--l. 2850--><p class="noindent" >Takuji Tanaka, for maintenance of (e)(u)pTeX and related support.
+      <!--l. 2846--><p class="noindent" >Takuji Tanaka, for maintenance of (e)(u)pTeX and related support.
       </p></li>
       <li class="itemize">
-      <!--l. 2852--><p class="noindent" >Tomasz Trzeciak, for wide-ranging help with Windows.
+      <!--l. 2848--><p class="noindent" >Tomasz Trzeciak, for wide-ranging help with Windows.
       </p></li>
       <li class="itemize">
-      <!--l. 2854--><p class="noindent" >Vladimir Volovich, for substantial help with porting and other maintenance issues,
+      <!--l. 2850--><p class="noindent" >Vladimir Volovich, for substantial help with porting and other maintenance issues,
       and especially for making it feasible to include <span 
 class="ec-lmss-12">xindy</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 2858--><p class="noindent" >Staszek Wawrykiewicz, a principal tester for all of TeX Live, and coordinator of the
+      <!--l. 2854--><p class="noindent" >Staszek Wawrykiewicz, a principal tester for all of TeX Live, and coordinator of the
       many major Polish contributions: fonts, Windows installation, and more. Staszek
       passed away in February 2018, and we dedicate the continuing work to his memory.
       </p></li>
       <li class="itemize">
-      <!--l. 2863--><p class="noindent" >Olaf Weber, for his patient maintenance of Web2C in past years.
+      <!--l. 2859--><p class="noindent" >Olaf Weber, for his patient maintenance of Web2C in past years.
       </p></li>
       <li class="itemize">
-      <!--l. 2865--><p class="noindent" >Gerben Wierda, for creating and maintaining the original macOS support.
+      <!--l. 2861--><p class="noindent" >Gerben Wierda, for creating and maintaining the original macOS support.
       </p></li>
       <li class="itemize">
-      <!--l. 2868--><p class="noindent" >Graham Williams, the originator of the TeX Catalogue.
+      <!--l. 2864--><p class="noindent" >Graham Williams, the originator of the TeX Catalogue.
       </p></li>
       <li class="itemize">
                                                                                       
                                                                                       
-      <!--l. 2870--><p class="noindent" >Joseph Wright, for much work on making the same primitive functionality available
+      <!--l. 2866--><p class="noindent" >Joseph Wright, for much work on making the same primitive functionality available
       across engines.
       </p></li>
       <li class="itemize">
-      <!--l. 2873--><p class="noindent" >Hironobu Yamashita, for much work on pTeX and related support.
+      <!--l. 2869--><p class="noindent" >Hironobu Yamashita, for much work on pTeX and related support.
 </p>
       </li></ul>
-<!--l. 2877--><p class="indent" >   Builders of the binaries: Marc Baudoin (<span 
+<!--l. 2873--><p class="indent" >   Builders of the binaries: Marc Baudoin (<span 
 class="ec-lmss-12">amd64-netbsd</span>, <span 
 class="ec-lmss-12">i386-netbsd</span>), Ken Brown
 (<span 
@@ -5710,7 +5597,7 @@
 <a 
 href="https://tug.org/texlive/build.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive/build.html</span></a>.
-</p><!--l. 2895--><p class="indent" >   Translators of this manual: Takuto Asakura (Japanese), Denis Bitouzé &#x0026; Patrick Bideault
+</p><!--l. 2891--><p class="indent" >   Translators of this manual: Takuto Asakura (Japanese), Denis Bitouzé &#x0026; Patrick Bideault
 (French), Carlos Enriquez Figueras (Spanish), Jjgod Jiang, Jinsong Zhao, Yue Wang, &#x0026; Helin
 Gai (Chinese), Nikola Lečić (Serbian), Marco Pallante &#x0026; Carla Maggi (Italian),
 Petr Sojka &#x0026; Jan Busa (Czech/Slovak), Boris Veytsman (Russian), Zofia Walczak
@@ -5718,17 +5605,17 @@
 <a 
 href="https://tug.org/texlive/doc.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive/doc.html</span></a>.
-</p><!--l. 2908--><p class="indent" >   Of course the most important acknowledgement must go to Donald Knuth, first for
+</p><!--l. 2904--><p class="indent" >   Of course the most important acknowledgement must go to Donald Knuth, first for
 inventing TeX, and then for giving it to the world.
-</p><!--l. 2912--><p class="noindent" >
+</p><!--l. 2908--><p class="noindent" >
 </p>
    <h3 class="sectionHead"><span class="titlemark">9   </span> <a 
  id="x1-710009"></a>Release history</h3>
-<!--l. 2915--><p class="noindent" >
+<!--l. 2911--><p class="noindent" >
 </p>
    <h4 class="subsectionHead"><span class="titlemark">9.1   </span> <a 
  id="x1-720009.1"></a>Past</h4>
-<!--l. 2917--><p class="noindent" >Discussion began in late 1993 when the Dutch TeX Users Group was starting work on its
+<!--l. 2913--><p class="noindent" >Discussion began in late 1993 when the Dutch TeX Users Group was starting work on its
 4AllTeX CD for MS-DOS users, and it was hoped at that time to issue a single, rational, CD
 for all systems. This was too ambitious a target for the time, but it did spawn not
 only the very successful 4AllTeX CD, but also the TUG Technical Council working
@@ -5744,7 +5631,7 @@
 deliberations. It was also clear that the success of the 4AllTeX CD showed that Unix users
 would benefit from a similarly easy system, and this is the other main strand of TeX
 Live.
-</p><!--l. 2933--><p class="indent" >   We first undertook to make a new Unix-based TDS CD in the autumn of 1995, and quickly
+</p><!--l. 2929--><p class="indent" >   We first undertook to make a new Unix-based TDS CD in the autumn of 1995, and quickly
 identified Thomas Esser’s teTeX as the ideal setup, as it already had multi-platform support
                                                                                       
                                                                                       
@@ -5760,7 +5647,7 @@
 edition followed the same pattern, using a new version of teTeX, and a new release of
 Web2C (7.3). The system now included a complete Windows setup, thanks to Fabrice
 Popineau.
-</p><!--l. 2949--><p class="indent" >   For the 5th edition (March 2000) many parts of the CD were revised and checked,
+</p><!--l. 2945--><p class="indent" >   For the 5th edition (March 2000) many parts of the CD were revised and checked,
 updating hundreds of packages. Package details were stored in XML files. But the major
 change for TeX Live 5 was that all non-free software was removed. Everything in TeX
 Live is now intended to be compatible with the Debian Free Software Guidelines (
@@ -5768,28 +5655,28 @@
 href="https://debian.org/intro/free" class="url" ><span 
 class="ec-lmtt-12">https://debian.org/intro/free</span></a>); we have done our best to check the license conditions of
 all packages, but we would very much appreciate hearing of any mistakes.
-</p><!--l. 2958--><p class="indent" >   The 6th edition (July 2001) had much more material updated. The major change was a
+</p><!--l. 2954--><p class="indent" >   The 6th edition (July 2001) had much more material updated. The major change was a
 new install concept: the user could select a more exact set of needed collections.
 Language-related collections were completely reorganized, so selecting any of them installs not
 only macros, fonts, etc., but also prepares an appropriate <span 
 class="ec-lmtt-12">language.dat</span>.
-</p><!--l. 2964--><p class="indent" >   The 7th edition of 2002 had the notable addition of macOS support, and the usual
+</p><!--l. 2960--><p class="indent" >   The 7th edition of 2002 had the notable addition of macOS support, and the usual
 myriad of updates to all sorts of packages and programs. An important goal was
 integration of the source back with teTeX, to correct the drift apart in versions 5
 and 6.
-</p><!--l. 2969--><p class="noindent" >
+</p><!--l. 2965--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.1   </span> <a 
  id="x1-730009.1.1"></a>2003</h5>
-<!--l. 2971--><p class="noindent" >In 2003, with the continuing flood of updates and additions, we found that TeX Live had
+<!--l. 2967--><p class="noindent" >In 2003, with the continuing flood of updates and additions, we found that TeX Live had
 grown so large it could no longer be contained on a single CD, so we split it into three different
 distributions (see section <a 
 href="#x1-90002.1">2.1<!--tex4ht:ref: sec:tl-coll-dists --></a>, p. <a 
-href="#x1-90002.1">9<!--tex4ht:ref: sec:tl-coll-dists --></a>). In addition:
+href="#x1-90002.1">8<!--tex4ht:ref: sec:tl-coll-dists --></a>). In addition:
 </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 2978--><p class="noindent" >At the request of the LaTeX team, we changed the standard <span 
+      <!--l. 2974--><p class="noindent" >At the request of the LaTeX team, we changed the standard <span 
 class="ec-lmss-12">latex </span>and <span 
 class="ec-lmss-12">pdflatex</span>
       commands to now use e-TeX (see p. <a 
@@ -5796,10 +5683,10 @@
 href="#x1-120002.4">13<!--tex4ht:ref: text:etex --></a>).
       </p></li>
       <li class="itemize">
-      <!--l. 2981--><p class="noindent" >The new Latin Modern fonts were included (and are recommended).
+      <!--l. 2977--><p class="noindent" >The new Latin Modern fonts were included (and are recommended).
       </p></li>
       <li class="itemize">
-      <!--l. 2982--><p class="noindent" >Support for Alpha OSF was removed (HPUX support was removed previously),
+      <!--l. 2978--><p class="noindent" >Support for Alpha OSF was removed (HPUX support was removed previously),
       since no one had (or volunteered) hardware available on which to compile new
                                                                                       
                                                                                       
@@ -5806,15 +5693,15 @@
       binaries.
       </p></li>
       <li class="itemize">
-      <!--l. 2985--><p class="noindent" >Windows  setup  was  substantially  changed;  for  the  first  time  an  integrated
+      <!--l. 2981--><p class="noindent" >Windows  setup  was  substantially  changed;  for  the  first  time  an  integrated
       environment based on XEmacs was introduced.
       </p></li>
       <li class="itemize">
-      <!--l. 2987--><p class="noindent" >Important supplementary programs for Windows (Perl, Ghostscript, ImageMagick,
+      <!--l. 2983--><p class="noindent" >Important supplementary programs for Windows (Perl, Ghostscript, ImageMagick,
       Ispell) are now installed in the TeX Live installation directory.
       </p></li>
       <li class="itemize">
-      <!--l. 2990--><p class="noindent" >Font map files used by <span 
+      <!--l. 2986--><p class="noindent" >Font map files used by <span 
 class="ec-lmss-12">dvips</span>, <span 
 class="ec-lmss-12">dvipdfm </span>and <span 
 class="ec-lmss-12">pdftex </span>are now generated by the new
@@ -5823,38 +5710,34 @@
 class="ec-lmtt-12">texmf/fonts/map</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 2993--><p class="noindent" >TeX, Metafont, and MetaPost now, by default, output most input characters (32
-      and above) as themselves in output (e.g., <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">\write</span></span></span>) files, log files, and the terminal,
+      <!--l. 2989--><p class="noindent" >TeX, Metafont, and MetaPost now, by default, output most input characters (32
+      and above) as themselves in output (e.g., <span class="obeylines-h"><code class="verb">\write</code></span>) files, log files, and the terminal,
       i.e., <span 
-class="ec-lmri-12">not  </span>translated using the <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">^^</span></span></span> notation. In TeX Live 7, this translation was
+class="ec-lmri-12">not  </span>translated using the <span class="obeylines-h"><code class="verb">^^</code></span> notation. In TeX Live 7, this translation was
       dependent on the system locale settings; now, locale settings do not influence the
-      TeX programs’ behavior. If for some reason you need the <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">^^</span></span></span> output, rename the
-      file <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">texmf/web2c/cp8bit.tcx</span></span></span>. (Future releases will have cleaner ways to control
+      TeX programs’ behavior. If for some reason you need the <span class="obeylines-h"><code class="verb">^^</code></span> output, rename the
+      file <span class="obeylines-h"><code class="verb">texmf/web2c/cp8bit.tcx</code></span>. (Future releases will have cleaner ways to control
       this.)
       </p></li>
       <li class="itemize">
-      <!--l. 3003--><p class="noindent" >This documentation was substantially revised.
+      <!--l. 2999--><p class="noindent" >This documentation was substantially revised.
       </p></li>
       <li class="itemize">
-      <!--l. 3004--><p class="noindent" >Finally, since the edition numbers had grown unwieldy, the version is now simply
+      <!--l. 3000--><p class="noindent" >Finally, since the edition numbers had grown unwieldy, the version is now simply
       identified by the year: TeX Live 2003.</p></li></ul>
-<!--l. 3009--><p class="noindent" >
+<!--l. 3005--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.2   </span> <a 
  id="x1-740009.1.2"></a>2004</h5>
-<!--l. 3011--><p class="noindent" >2004 saw many changes:
+<!--l. 3007--><p class="noindent" >2004 saw many changes:
 </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 3015--><p class="noindent" >If you have locally-installed fonts which use their own <span 
+      <!--l. 3011--><p class="noindent" >If you have locally-installed fonts which use their own <span 
 class="ec-lmtt-12">.map </span>or (much less likely)
       <span 
 class="ec-lmtt-12">.enc </span>support files, you may need to move those support files.
-      </p><!--l. 3019--><p class="noindent" ><span 
+      </p><!--l. 3015--><p class="noindent" ><span 
 class="ec-lmtt-12">.map </span>files are now searched for in subdirectories of <span 
 class="ec-lmtt-12">fonts/map </span>only (in each <span 
 class="ec-lmtt-12">texmf</span>
@@ -5866,7 +5749,7 @@
 class="ec-lmtt-12">ENCFONTS </span>path. <span 
 class="ec-lmss-12">updmap </span>will attempt
       to warn about problematic files.
-      </p><!--l. 3026--><p class="noindent" >For   methods   of   handling   this   and   other   information,   please   see   
+      </p><!--l. 3022--><p class="noindent" >For   methods   of   handling   this   and   other   information,   please   see   
 
 
 <a 
@@ -5874,7 +5757,7 @@
 class="ec-lmtt-12">https://tug.org/texlive/mapenc.html</span></a>.
       </p></li>
       <li class="itemize">
-      <!--l. 3029--><p class="noindent" >The TeX Collection has been expanded with the addition of a MiKTeX-based
+      <!--l. 3025--><p class="noindent" >The TeX Collection has been expanded with the addition of a MiKTeX-based
       installable CD, for those who prefer that implementation to Web2C. See section <a 
 href="#x1-80002">2<!--tex4ht:ref: sec:overview-tl --></a>
       (p. <a 
@@ -5881,7 +5764,7 @@
 href="#x1-80002">8<!--tex4ht:ref: sec:overview-tl --></a>).
       </p></li>
       <li class="itemize">
-      <!--l. 3033--><p class="noindent" >Within TeX Live, the single large <span 
+      <!--l. 3029--><p class="noindent" >Within TeX Live, the single large <span 
 class="ec-lmtt-12">texmf </span>tree of previous releases has been replaced
       by  three:  <span 
 class="ec-lmtt-12">texmf</span>,  <span 
@@ -5893,7 +5776,7 @@
 class="ec-lmtt-12">README </span>files for each.
       </p></li>
       <li class="itemize">
-      <!--l. 3039--><p class="noindent" >All TeX-related input files are now collected in the <span 
+      <!--l. 3035--><p class="noindent" >All TeX-related input files are now collected in the <span 
 class="ec-lmtt-12">tex </span>subdirectory of  <span 
 class="ec-lmtt-12">texmf*</span>
       trees, rather than having separate sibling directories <span 
@@ -5901,28 +5784,25 @@
 class="ec-lmtt-12">etex</span>, <span 
 class="ec-lmtt-12">pdftex</span>, <span 
 class="ec-lmtt-12">pdfetex</span>,
-      etc. See <a 
+      etc. See  <a 
 href="../../../../texmf-dist/doc/generic/tds/tds.html#Extensions" ><span 
 class="ec-lmtt-12">texmf-dist/doc/generic/tds/tds.html#Extensions</span></a>.
       </p></li>
       <li class="itemize">
-      <!--l. 3046--><p class="noindent" >Helper                                                                                          scripts
+      <!--l. 3042--><p class="noindent" >Helper                                                                                          scripts
       (not meant to be invoked by users) are now located in a new <span 
 class="ec-lmtt-12">scripts </span>subdirectory
       of <span 
-class="ec-lmtt-12">texmf* </span>trees, and can be searched for via <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">kpsewhich</span><span 
-class="ec-lmtt-12"> -format=texmfscripts</span></span></span>.
-      So if you have programs which call such scripts, they’ll need to be adjusted. See
-      <a 
-href="../../../../texmf-dist/doc/generic/tds/tds.html#Scripts" ><span 
-class="ec-lmtt-12">texmf-dist/doc/generic/tds/tds.html#Scripts</span></a>.
+class="ec-lmtt-12">texmf* </span>trees, and can be searched for via <span class="obeylines-h"><code class="verb">kpsewhich -format=texmfscripts</code></span>.
+      So if you have programs which call such scripts, they’ll need to be adjusted. See 
+<a 
+href="https://tug.org/tds/tds.html\#Scripts" class="url" ><span 
+class="ec-lmtt-12">https://tug.org/tds/tds.html\#Scripts</span></a>.
       </p></li>
       <li class="itemize">
-      <!--l. 3053--><p class="noindent" >Almost  all  formats  leave  most  characters  printable  as  themselves  via  the
+      <!--l. 3048--><p class="noindent" >Almost  all  formats  leave  most  characters  printable  as  themselves  via  the
       “translation file” <span 
-class="ec-lmtt-12">cp227.tcx</span>, instead of translating them with the <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">^^</span></span></span> notation.
+class="ec-lmtt-12">cp227.tcx</span>, instead of translating them with the <span class="obeylines-h"><code class="verb">^^</code></span> notation.
       Specifically,  characters  at  positions  32–256,  plus  tab,  vertical  tab,  and  form
       feed  are  considered  printable  and  not  translated.  The  exceptions  are  plain
       TeX (only 32–126 printable), ConTeXt (0–255 printable), and the Omega-related
@@ -5935,7 +5815,7 @@
       since it is byte-oriented.)
       </p></li>
       <li class="itemize">
-      <!--l. 3066--><p class="noindent" ><span 
+      <!--l. 3061--><p class="noindent" ><span 
 class="ec-lmss-12">pdfetex </span>is now the default engine for all formats except (plain) <span 
 class="ec-lmss-12">tex </span>itself. (Of course
       it generates DVI when run as <span 
@@ -5942,9 +5822,9 @@
 class="ec-lmss-12">latex</span>, etc.) This means, among other things, that the
       microtypographic features of <span 
 class="ec-lmss-12">pdftex </span>are available in LaTeX, ConTeXt, etc., as well
-      as the e-TeX features (<a 
+      as the e-TeX features ( <a 
 href="../../../../texmf-dist/doc/etex/base/" >texmf-dist/doc/etex/base/</a>).
-      </p><!--l. 3073--><p class="noindent" >It  also  means  it’s  <span 
+      </p><!--l. 3068--><p class="noindent" >It  also  means  it’s  <span 
 class="ec-lmri-12">more  important  than  ever  </span>to  use  the  <span 
 class="ec-lmss-12">ifpdf  </span>package  (works
       with both plain and LaTeX) or equivalent code, because simply testing whether
@@ -5958,25 +5838,25 @@
                                                                                       
       </p></li>
       <li class="itemize">
-      <!--l. 3081--><p class="noindent" >pdfTeX (<a 
+      <!--l. 3076--><p class="noindent" >pdfTeX (<a 
 href="http://pdftex.org" class="url" ><span 
 class="ec-lmtt-12">http://pdftex.org</span></a>) has many new features:
 </p>
            <ul class="itemize2">
            <li class="itemize">
-           <!--l. 3085--><p class="noindent" ><span 
+           <!--l. 3080--><p class="noindent" ><span 
 class="ec-lmtt-12">\pdfmapfile </span>and  <span 
 class="ec-lmtt-12">\pdfmapline </span>provide  font  map  support  from  within  a
            document.
            </p></li>
            <li class="itemize">
-           <!--l. 3088--><p class="noindent" >Microtypographic font expansion can be used more easily.<br 
+           <!--l. 3083--><p class="noindent" >Microtypographic font expansion can be used more easily.<br 
 class="newline" /><a 
 href="http://www.ntg.nl/pipermail/ntg-pdftex/2004-May/000504.html" class="url" ><span 
 class="ec-lmtt-12">http://www.ntg.nl/pipermail/ntg-pdftex/2004-May/000504.html</span></a>
            </p></li>
            <li class="itemize">
-           <!--l. 3091--><p class="noindent" >All       parameters       previously       set       through       the       special
+           <!--l. 3086--><p class="noindent" >All       parameters       previously       set       through       the       special
            configuration file <span 
 class="ec-lmtt-12">pdftex.cfg </span>must now be set through primitives, typically
            in <span 
@@ -5987,7 +5867,7 @@
 class="ec-lmtt-12">pdftexconfig.tex </span>is changed.
            </p></li>
            <li class="itemize">
-           <!--l. 3097--><p class="noindent" >See               the               pdfTeX manual               for               more:
+           <!--l. 3092--><p class="noindent" >See               the               pdfTeX manual               for               more:
            <a 
 href="../../../../texmf-dist/doc/pdftex/manual/pdftex-a.pdf" >texmf-dist/doc/pdftex/manual/pdftex-a.pdf</a>.
 </p>
@@ -5994,7 +5874,7 @@
            </li></ul>
       </li>
       <li class="itemize">
-      <!--l. 3101--><p class="noindent" >The <span 
+      <!--l. 3096--><p class="noindent" >The <span 
 class="ec-lmtt-12">\input </span>primitive in <span 
 class="ec-lmss-12">tex </span>(and <span 
 class="ec-lmss-12">mf </span>and <span 
@@ -6009,11 +5889,11 @@
 <a 
  id="x1-74004r2"></a>\input{&#x0022;filename with spaces&#x0022;}  % latex</pre>
 </pre>
-      <!--l. 3107--><p class="nopar" >See the Web2C manual for more: <a 
+      <!--l. 3102--><p class="nopar" >See the Web2C manual for more:  <a 
 href="../../../../texmf-dist/doc/web2c" >texmf-dist/doc/web2c</a>.
       </p></li>
       <li class="itemize">
-      <!--l. 3110--><p class="noindent" >encTeX support is now included within Web2C and consequently all TeX programs,
+      <!--l. 3105--><p class="noindent" >encTeX support is now included within Web2C and consequently all TeX programs,
       via the <span 
 class="ec-lmtt-12">-enc </span>option — <span 
 class="ec-lmri-12">only when formats are built</span>. encTeX supports general
@@ -6024,8 +5904,8 @@
 class="ec-lmtt-12">http://olsak.net/enctex.html</span></a>.
       </p></li>
       <li class="itemize">
-      <!--l. 3117--><p class="noindent" >Aleph, a new engine combining e-TeX and Omega, is available. A little information is
-      available in <a 
+      <!--l. 3112--><p class="noindent" >Aleph, a new engine combining e-TeX and Omega, is available. Some information is
+      available in  <a 
 href="../../../../texmf-dist/doc/aleph/base" >texmf-dist/doc/aleph/base</a> and <a 
 href="https://texfaq.org/FAQ-enginedev" class="url" ><span 
 class="ec-lmtt-12">https://texfaq.org/FAQ-enginedev</span></a>.
@@ -6033,7 +5913,7 @@
 class="ec-lmss-12">lamed</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 3122--><p class="noindent" >The latest LaTeX release has a new version of the LPPL — now officially a
+      <!--l. 3117--><p class="noindent" >The latest LaTeX release has a new version of the LPPL — now officially a
       Debian-approved license. Assorted other updates, see the <span 
 class="ec-lmtt-12">ltnews </span>files in
       <a 
@@ -6040,7 +5920,7 @@
 href="../../../../texmf-dist/doc/latex/base" >texmf-dist/doc/latex/base</a>.
       </p></li>
       <li class="itemize">
-      <!--l. 3127--><p class="noindent" ><span 
+      <!--l. 3122--><p class="noindent" ><span 
 class="ec-lmss-12">dvipng</span>, a new program for converting DVI to PNG image files, is included. See 
 <a 
 href="https://ctan.org/pkg/dvipng" class="url" ><span 
@@ -6047,7 +5927,7 @@
 class="ec-lmtt-12">https://ctan.org/pkg/dvipng</span></a>.
       </p></li>
       <li class="itemize">
-      <!--l. 3131--><p class="noindent" >We reduced the <span 
+      <!--l. 3126--><p class="noindent" >We reduced the <span 
 class="ec-lmss-12">cbgreek </span>package to a “medium” sized set of fonts, with the assent and
       advice of the author (Claudio Beccari). The excised fonts are the invisible, outline, and
       transparency ones, which are relatively rarely used, and we needed the space. The full set
@@ -6056,12 +5936,12 @@
 class="ec-lmtt-12">https://ctan.org/pkg/cbgreek-complete</span></a>).
       </p></li>
       <li class="itemize">
-      <!--l. 3137--><p class="noindent" ><span 
+      <!--l. 3132--><p class="noindent" ><span 
 class="ec-lmss-12">oxdvi </span>has been removed; just use <span 
 class="ec-lmss-12">xdvi</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 3139--><p class="noindent" >The <span 
+      <!--l. 3134--><p class="noindent" >The <span 
 class="ec-lmss-12">ini </span>and <span 
 class="ec-lmss-12">vir </span>commands (links) for <span 
 class="ec-lmss-12">tex</span>, <span 
@@ -6074,7 +5954,7 @@
       years now.
       </p></li>
       <li class="itemize">
-      <!--l. 3144--><p class="noindent" ><span 
+      <!--l. 3139--><p class="noindent" ><span 
 class="ec-lmss-12">i386-openbsd </span>platform support was removed. Since the <span 
 class="ec-lmss-12">tetex </span>package in the BSD Ports
       system is available, and GNU/Linux and FreeBSD binaries were available, it seemed
@@ -6081,7 +5961,7 @@
       volunteer time could be better spent elsewhere.
       </p></li>
       <li class="itemize">
-      <!--l. 3149--><p class="noindent" >On <span 
+      <!--l. 3144--><p class="noindent" >On <span 
 class="ec-lmss-12">sparc-solaris </span>(at least), you may have to set the <span 
 class="ec-lmtt-12">LD_LIBRARY_PATH </span>environment
                                                                                       
@@ -6094,17 +5974,17 @@
       required.
 </p>
       </li></ul>
-<!--l. 3158--><p class="noindent" >
+<!--l. 3153--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.3   </span> <a 
  id="x1-750009.1.3"></a>2005</h5>
-<!--l. 3160--><p class="noindent" >2005 saw the usual huge number of updates to packages and programs. The infrastructure
+<!--l. 3155--><p class="noindent" >2005 saw the usual huge number of updates to packages and programs. The infrastructure
 stayed relatively stable from 2004, but inevitably there were some changes there as
 well:
 </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 3166--><p class="noindent" >New  scripts  <span 
+      <!--l. 3161--><p class="noindent" >New  scripts  <span 
 class="ec-lmss-12">texconfig-sys</span>,  <span 
 class="ec-lmss-12">updmap-sys</span>,  and  <span 
 class="ec-lmss-12">fmtutil-sys  </span>were  introduced,  which
@@ -6116,7 +5996,7 @@
 class="ec-lmtt-12">$HOME/.texlive2005</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 3172--><p class="noindent" >Corresponding new variables <span 
+      <!--l. 3167--><p class="noindent" >Corresponding new variables <span 
 class="ec-lmtt-12">TEXMFCONFIG </span>and <span 
 class="ec-lmtt-12">TEXMFSYSCONFIG </span>to specify the
       trees  where  configuration  files  (user  or  system,  respectively)  are  found.  Thus,
@@ -6132,15 +6012,13 @@
 class="ec-lmtt-12">TEXMFCONFIG </span>and <span 
 class="ec-lmtt-12">TEXMFSYSCONFIG </span>must agree. See section <a 
 href="#x1-110002.3">2.3<!--tex4ht:ref: sec:texmftrees --></a>, p. <a 
-href="#x1-110002.3">11<!--tex4ht:ref: sec:texmftrees --></a>.
+href="#x1-110002.3">10<!--tex4ht:ref: sec:texmftrees --></a>.
       </p></li>
       <li class="itemize">
-      <!--l. 3183--><p class="noindent" >Last year, we kept <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">\pdfoutput</span></span></span> and other primitives undefined for DVI output,
+      <!--l. 3178--><p class="noindent" >Last year, we kept <span class="obeylines-h"><code class="verb">\pdfoutput</code></span> and other primitives undefined for DVI output,
       even though the <span 
 class="ec-lmss-12">pdfetex </span>program was being used. This year, as promised, we undid
-      that compatibility measure. So if your document uses <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">\ifx\pdfoutput\undefined</span></span></span>
+      that compatibility measure. So if your document uses <span class="obeylines-h"><code class="verb">\ifx\pdfoutput\undefined</code></span>
       to test if PDF is being output, it will need to be changed. You can use the package
       <span 
 class="ec-lmss-12">ifpdf.sty </span>(which works under both plain TeX and LaTeX) to do this, or steal its
@@ -6147,11 +6025,10 @@
       logic.
       </p></li>
       <li class="itemize">
-      <!--l. 3191--><p class="noindent" >Last year, we changed most formats to output (8-bit) characters as themselves (see
+      <!--l. 3186--><p class="noindent" >Last year, we changed most formats to output (8-bit) characters as themselves (see
       previous section). The new TCX file <span 
 class="ec-lmtt-12">empty.tcx </span>now provides an easier way to get the
-      original <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">^^</span></span></span> notation if you so desire, as in:
+      original <span class="obeylines-h"><code class="verb">^^</code></span> notation if you so desire, as in:
                                                                                       
                                                                                       
 </p>
@@ -6159,10 +6036,10 @@
       <pre class="fancyvrb" id="fancyvrb22"><a 
  id="x1-75002r1"></a>latex --translate-file=empty.tcx yourfile.tex</pre>
 </pre>
-      <!--l. 3197--><p class="nopar" >
+      <!--l. 3192--><p class="nopar" >
       </p></li>
       <li class="itemize">
-      <!--l. 3199--><p class="noindent" >The new program <span 
+      <!--l. 3194--><p class="noindent" >The new program <span 
 class="ec-lmss-12">dvipdfmx </span>is included for translation of DVI to PDF; this is an actively
       maintained update of <span 
 class="ec-lmss-12">dvipdfm </span>(which is also still available for now, though no longer
@@ -6169,7 +6046,7 @@
       recommended).
       </p></li>
       <li class="itemize">
-      <!--l. 3204--><p class="noindent" >The new programs <span 
+      <!--l. 3199--><p class="noindent" >The new programs <span 
 class="ec-lmss-12">pdfopen </span>and <span 
 class="ec-lmss-12">pdfclose </span>are included to allow reloading of PDF files in
       the Adobe Acrobat Reader without restarting the program. (Other PDF readers, notably
@@ -6179,7 +6056,7 @@
 class="ec-lmss-12">gsview</span>, have never suffered from this problem.)
       </p></li>
       <li class="itemize">
-      <!--l. 3210--><p class="noindent" >For consistency, the variables <span 
+      <!--l. 3205--><p class="noindent" >For consistency, the variables <span 
 class="ec-lmtt-12">HOMETEXMF </span>and <span 
 class="ec-lmtt-12">VARTEXMF </span>have been renamed to
       <span 
@@ -6189,17 +6066,17 @@
       user-specific. See the first point above.
 </p>
       </li></ul>
-<!--l. 3219--><p class="noindent" >
+<!--l. 3214--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.4   </span> <a 
  id="x1-760009.1.4"></a>2006–2007</h5>
-<!--l. 3221--><p class="noindent" >In 2006–2007, the major new addition to TeX Live was the XeTeX program, available as the
+<!--l. 3216--><p class="noindent" >In 2006–2007, the major new addition to TeX Live was the XeTeX program, available as the
 <span 
 class="ec-lmtt-12">xetex </span>and <span 
 class="ec-lmtt-12">xelatex </span>programs; see <a 
 href="https://scripts.sil.org/xetex" class="url" ><span 
 class="ec-lmtt-12">https://scripts.sil.org/xetex</span></a>.
-</p><!--l. 3225--><p class="indent" >   MetaPost also received a notable update, with more planned for the
+</p><!--l. 3220--><p class="indent" >   MetaPost also received a notable update, with more planned for the
 future (<a 
 href="https://tug.org/metapost/articles" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/metapost/articles</span></a>), likewise pdfTeX (
@@ -6206,7 +6083,7 @@
 <a 
 href="https://tug.org/applications/pdftex" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/applications/pdftex</span></a>).
-</p><!--l. 3229--><p class="indent" >   The TeX <span 
+</p><!--l. 3224--><p class="indent" >   The TeX <span 
 class="ec-lmtt-12">.fmt </span>(high-speed format) and the similar files for MetaPost and Metafont are
 now stored in subdirectories of <span 
 class="ec-lmtt-12">texmf/web2c</span>, instead of in the directory itself (although the
@@ -6217,21 +6094,21 @@
 class="ec-lmtt-12">pdftex </span>or <span 
 class="ec-lmtt-12">xetex</span>. This change should be invisible in normal
 use.
-</p><!--l. 3237--><p class="indent" >   The (plain) <span 
+</p><!--l. 3232--><p class="indent" >   The (plain) <span 
 class="ec-lmtt-12">tex </span>program no longer reads <span 
 class="ec-lmtt-12">%&#x0026; </span>first lines to determine what format
 to run; it is the pure Knuthian TeX. (LaTeX and everything else do still read <span 
 class="ec-lmtt-12">%&#x0026;</span>
 lines).
-</p><!--l. 3241--><p class="indent" >   Of course the year also saw (the usual) hundreds of other updates to packages and
+</p><!--l. 3236--><p class="indent" >   Of course the year also saw (the usual) hundreds of other updates to packages and
 programs. As usual, please check CTAN (<a 
 href="https://ctan.org" class="url" ><span 
 class="ec-lmtt-12">https://ctan.org</span></a>) for updates.
-</p><!--l. 3245--><p class="indent" >   Internally, the source tree is now stored in Subversion, with a standard web interface for
+</p><!--l. 3240--><p class="indent" >   Internally, the source tree is now stored in Subversion, with a standard web interface for
 viewing the tree, as linked from our home page. Although not visible in the final
 distribution, we expect this will provide a stable development foundation for future
 years.
-</p><!--l. 3250--><p class="indent" >   Finally, in May 2006 Thomas Esser announced that he would no longer be updating teTeX
+</p><!--l. 3245--><p class="indent" >   Finally, in May 2006 Thomas Esser announced that he would no longer be updating teTeX
                                                                                       
                                                                                       
 (<a 
@@ -6241,45 +6118,45 @@
 class="ec-lmtt-12">tetex </span>installation scheme in TeX Live, which
 provides an approximate equivalent.) We hope this will eventually translate to improvements
 in the TeX environment for everyone.
-</p><!--l. 3258--><p class="noindent" >
+</p><!--l. 3253--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.5   </span> <a 
  id="x1-770009.1.5"></a>2008</h5>
-<!--l. 3260--><p class="noindent" >In 2008, the entire TeX Live infrastructure was redesigned and reimplemented. Complete
+<!--l. 3255--><p class="noindent" >In 2008, the entire TeX Live infrastructure was redesigned and reimplemented. Complete
 information about an installation is now stored in a plain text file <span 
 class="ec-lmtt-12">tlpkg/texlive.tlpdb</span>.
-</p><!--l. 3264--><p class="indent" >   Among other things, this finally makes possible upgrading a TeX Live installation
+</p><!--l. 3259--><p class="indent" >   Among other things, this finally makes possible upgrading a TeX Live installation
 over the Internet after the initial installation, a feature MiKTeX has provided for
 many years. We expect to regularly update new packages as they are released to
 CTAN.
-</p><!--l. 3269--><p class="indent" >   The major new engine LuaTeX (<a 
+</p><!--l. 3264--><p class="indent" >   The major new engine LuaTeX (<a 
 href="http://luatex.org" class="url" ><span 
 class="ec-lmtt-12">http://luatex.org</span></a>) is included; besides a new level of
 flexibility in typesetting, this provides an excellent scripting language for use both inside and
 outside of TeX documents.
-</p><!--l. 3274--><p class="indent" >   Support among Windows and the Unix-based platforms is now much more uniform. In
+</p><!--l. 3269--><p class="indent" >   Support among Windows and the Unix-based platforms is now much more uniform. In
 particular, most Perl and Lua scripts are now available on Windows, using the Perl internally
 distributed with TeX Live.
-</p><!--l. 3278--><p class="indent" >   The new <span 
+</p><!--l. 3273--><p class="indent" >   The new <span 
 class="ec-lmss-12">tlmgr </span>script (section <a 
 href="#x1-430005">5<!--tex4ht:ref: sec:tlmgr --></a>) is the general interface for managing TeX Live after the
 initial installation. It handles package updates and consequent regeneration of formats, map
 files, and language files, optionally including local additions.
-</p><!--l. 3283--><p class="indent" >   With the advent of <span 
+</p><!--l. 3278--><p class="indent" >   With the advent of <span 
 class="ec-lmss-12">tlmgr</span>, the <span 
 class="ec-lmss-12">texconfig </span>actions to edit the format and hyphenation
 configuration files are now disabled.
-</p><!--l. 3286--><p class="indent" >   The <span 
+</p><!--l. 3281--><p class="indent" >   The <span 
 class="ec-lmss-12">xindy </span>indexing program (<a 
 href="http://xindy.sourceforge.net/" class="url" ><span 
 class="ec-lmtt-12">http://xindy.sourceforge.net/</span></a>) is now included on
 most platforms.
-</p><!--l. 3289--><p class="indent" >   The <span 
+</p><!--l. 3284--><p class="indent" >   The <span 
 class="ec-lmss-12">kpsewhich </span>tool can now report all matches for a given file (option <span 
 class="ec-lmtt-12">--all</span>) and limit
 matches to a given subdirectory (option <span 
 class="ec-lmtt-12">--subdir</span>).
-</p><!--l. 3293--><p class="indent" >   The <span 
+</p><!--l. 3288--><p class="indent" >   The <span 
 class="ec-lmss-12">dvipdfmx </span>program now includes functionality to extract bounding box information, via
 the command name <span 
 class="ec-lmss-12">extractbb</span>; this was one of the last features provided by <span 
@@ -6286,30 +6163,30 @@
 class="ec-lmss-12">dvipdfm </span>not in
 <span 
 class="ec-lmss-12">dvipdfmx</span>.
-</p><!--l. 3298--><p class="indent" >   The font aliases <span 
+</p><!--l. 3293--><p class="indent" >   The font aliases <span 
 class="ec-lmtt-12">Times-Roman</span>, <span 
 class="ec-lmtt-12">Helvetica</span>, and so on have been removed. Different
 packages expected them to behave differently (in particular, to have different encodings), and
 there was no good way to resolve this.
-</p><!--l. 3303--><p class="indent" >   The <span 
+</p><!--l. 3298--><p class="indent" >   The <span 
 class="ec-lmss-12">platex </span>format has been removed, to resolve a name conflict with a completely different
 Japanese <span 
 class="ec-lmss-12">platex</span>; the <span 
 class="ec-lmss-12">polski </span>package is now the main Polish support.
-</p><!--l. 3307--><p class="indent" >   Internally, the <span 
+</p><!--l. 3302--><p class="indent" >   Internally, the <span 
 class="ec-lmtt-12">WEB</span> string pool files are now compiled into the binaries, to ease
 upgrades.
-</p><!--l. 3310--><p class="indent" >   Finally, the changes made by Donald Knuth in his ‘TeX tuneup of 2008’ are included in
+</p><!--l. 3305--><p class="indent" >   Finally, the changes made by Donald Knuth in his ‘TeX tuneup of 2008’ are included in
 this release. See <a 
 href="https://tug.org/TUGboat/Articles/tb29-2/tb92knut.pdf" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/TUGboat/Articles/tb29-2/tb92knut.pdf</span></a>.
-</p><!--l. 3314--><p class="noindent" >
+</p><!--l. 3309--><p class="noindent" >
 </p>
                                                                                       
                                                                                       
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.6   </span> <a 
  id="x1-780009.1.6"></a>2009</h5>
-<!--l. 3316--><p class="noindent" >In 2009, the default output format for Lua(L<span 
+<!--l. 3311--><p class="noindent" >In 2009, the default output format for Lua(L<span 
 class="ec-lmr-8">A</span>)TeX is now PDF, to take advantage of LuaTeX’s
 OpenType support, et al. New executables named <span 
 class="ec-lmtt-12">dviluatex </span>and <span 
@@ -6317,10 +6194,10 @@
 LuaTeX with DVI output. The LuaTeX home page is <a 
 href="http://luatex.org" class="url" ><span 
 class="ec-lmtt-12">http://luatex.org</span></a>.
-</p><!--l. 3321--><p class="indent" >   The original Omega engine and Lambda format have been excised, after discussions
+</p><!--l. 3316--><p class="indent" >   The original Omega engine and Lambda format have been excised, after discussions
 with the Omega authors. The updated Aleph and Lamed remain, as do the Omega
 utilities.
-</p><!--l. 3325--><p class="indent" >   A new release of the AMS Type 1 fonts is included, including Computer Modern: a few shape
+</p><!--l. 3320--><p class="indent" >   A new release of the AMS Type 1 fonts is included, including Computer Modern: a few shape
 changes made over the years by Knuth in the Metafont sources have been integrated, and the
 hinting has been updated. The Euler fonts have been thoroughly reshaped by Hermann Zapf (see 
 <a 
@@ -6329,18 +6206,18 @@
 remain unchanged. The AMS fonts home page is <a 
 href="https://ams.org/tex/amsfonts.html" class="url" ><span 
 class="ec-lmtt-12">https://ams.org/tex/amsfonts.html</span></a>.
-</p><!--l. 3333--><p class="indent" >   The new GUI front end TeXworks is included for Windows, and also in MacTeX. For other
+</p><!--l. 3328--><p class="indent" >   The new GUI front end TeXworks is included for Windows, and also in MacTeX. For other
 platforms, and more information, see the TeXworks home page, <a 
 href="https://tug.org/texworks" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texworks</span></a>.
 It is a cross-platform front-end inspired by the macOS TeXShop editor, aiming at
 ease-of-use.
-</p><!--l. 3339--><p class="indent" >   The graphics program Asymptote is included for several platforms. This implements a
+</p><!--l. 3334--><p class="indent" >   The graphics program Asymptote is included for several platforms. This implements a
 text-based graphics description language vaguely akin to MetaPost, but with advanced 3D
 support and other features. Its home page is <a 
 href="https://asymptote.sourceforge.io" class="url" ><span 
 class="ec-lmtt-12">https://asymptote.sourceforge.io</span></a>.
-</p><!--l. 3344--><p class="indent" >   The separate <span 
+</p><!--l. 3339--><p class="indent" >   The separate <span 
 class="ec-lmtt-12">dvipdfm </span>program has been replaced by <span 
 class="ec-lmtt-12">dvipdfmx</span>, which operates in a special
 compatibility mode under that name. <span 
@@ -6347,36 +6224,34 @@
 class="ec-lmtt-12">dvipdfmx </span>includes CJK support and has accumulated
 many other fixes over the years since the last <span 
 class="ec-lmtt-12">dvipdfm </span>release.
-</p><!--l. 3350--><p class="indent" >   Executables for the <span 
+</p><!--l. 3345--><p class="indent" >   Executables for the <span 
 class="ec-lmss-12">cygwin </span>and <span 
 class="ec-lmss-12">i386-netbsd </span>platforms are now included, while we were
 advised that OpenBSD users get TeX through their package systems, plus there
 were difficulties in making binaries that have a chance of working on more than one
 version.
-</p><!--l. 3355--><p class="indent" >   A miscellany of smaller changes: we now use <span 
+</p><!--l. 3350--><p class="indent" >   A miscellany of smaller changes: we now use <span 
 class="ec-lmss-12">xz </span>compression, the stable replacement for
 <span 
 class="ec-lmss-12">lzma </span>(<a 
 href="https://tukaani.org/xz/" class="url" ><span 
-class="ec-lmtt-12">https://tukaani.org/xz/</span></a>); a literal <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">$</span></span></span> is allowed in filenames when it does not
+class="ec-lmtt-12">https://tukaani.org/xz/</span></a>); a literal <span class="obeylines-h"><code class="verb">$</code></span> is allowed in filenames when it does not
 introduce a known variable name; the Kpathsea library is now multi-threaded (made use of in
 MetaPost); the entire TeX Live build is now based on Automake.
-</p><!--l. 3362--><p class="indent" >   Final note on the past: all releases of TeX Live, along with ancillary material such as
+</p><!--l. 3357--><p class="indent" >   Final note on the past: all releases of TeX Live, along with ancillary material such as
 CD labels, are available at <a 
 href="ftp://tug.org/historic/systems/texlive" class="url" ><span 
 class="ec-lmtt-12">ftp://tug.org/historic/systems/texlive</span></a>.
-</p><!--l. 3367--><p class="noindent" >
+</p><!--l. 3362--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.7   </span> <a 
  id="x1-790009.1.7"></a>2010</h5>
-<!--l. 3370--><p class="noindent" >In 2010, the default version for PDF output is now 1.5, enabling more compression. This
+<!--l. 3365--><p class="noindent" >In 2010, the default version for PDF output is now 1.5, enabling more compression. This
 applies to all the TeX engines when used to produce PDF and to <span 
 class="ec-lmtt-12">dvipdfmx</span>. Loading the <span 
 class="ec-lmss-12">pdf14</span>
-LaTeX package changes back to PDF 1.4, or set <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">\pdfminorversion=4</span></span></span>.
-</p><!--l. 3375--><p class="indent" >   pdf(L<span 
+LaTeX package changes back to PDF 1.4, or set <span class="obeylines-h"><code class="verb">\pdfminorversion=4</code></span>.
+</p><!--l. 3370--><p class="indent" >   pdf(L<span 
 class="ec-lmr-8">A</span>)TeX now <span 
 class="ec-lmri-12">automatically </span>converts a requested Encapsulated PostScript (EPS) file to
 PDF, via the <span 
@@ -6385,10 +6260,8 @@
 loaded, and PDF is being output. The default options are intended to eliminate
 any chance of hand-created PDF files being overwritten, but you can also prevent
 <span 
-class="ec-lmtt-12">epstopdf </span>from being loaded at all by putting <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">\newcommand{\DoNotLoadEpstopdf}{}</span></span></span>
-(or <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">\def...</span></span></span>) before the <span 
+class="ec-lmtt-12">epstopdf </span>from being loaded at all by putting <span class="obeylines-h"><code class="verb">\newcommand{\DoNotLoadEpstopdf}{}</code></span>
+(or <span class="obeylines-h"><code class="verb">\def...</code></span>) before the <span 
 class="ec-lmtt-12">\documentclass </span>declaration. It is also not loaded if the
                                                                                       
                                                                                       
@@ -6398,7 +6271,7 @@
 <a 
 href="https://ctan.org/pkg/epstopdf-pkg" class="url" ><span 
 class="ec-lmtt-12">https://ctan.org/pkg/epstopdf-pkg</span></a>).
-</p><!--l. 3387--><p class="indent" >   A related change is that execution of a very few external commands from TeX, via
+</p><!--l. 3382--><p class="indent" >   A related change is that execution of a very few external commands from TeX, via
 the <span 
 class="ec-lmtt-12">\write18 </span>feature, is now enabled by default. These commands are <span 
 class="ec-lmtt-12">repstopdf</span>,
@@ -6411,22 +6284,16 @@
 Environments which must disallow all such external commands can deselect this option in
 the installer (see section <a 
 href="#x1-260003.2.4">3.2.4<!--tex4ht:ref: sec:options --></a>), or override the value after installation by running
-<span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">tlmgr</span><span 
-class="ec-lmtt-12"> conf</span><span 
-class="ec-lmtt-12"> texmf</span><span 
-class="ec-lmtt-12"> shell_escape</span><span 
-class="ec-lmtt-12"> 0</span></span></span>.
-</p><!--l. 3396--><p class="indent" >   Yet another related change is that BibTeX and Makeindex now refuse to write their output
+<span class="obeylines-h"><code class="verb">tlmgr conf texmf shell_escape 0</code></span>.
+</p><!--l. 3391--><p class="indent" >   Yet another related change is that BibTeX and Makeindex now refuse to write their output
 files to an arbitrary directory (like TeX itself), by default. This is so they can now be enabled
 for use by the restricted <span 
 class="ec-lmtt-12">\write18</span>. To change this, the <span 
 class="ec-lmtt-12">TEXMFOUTPUT </span>environment variable can
-be set, or the <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">openout_any</span></span></span> setting changed.
-</p><!--l. 3402--><p class="indent" >   XeTeX now supports margin kerning along the same lines as pdfTeX. (Font expansion is
+be set, or the <span class="obeylines-h"><code class="verb">openout_any</code></span> setting changed.
+</p><!--l. 3397--><p class="indent" >   XeTeX now supports margin kerning along the same lines as pdfTeX. (Font expansion is
 not presently supported.)
-</p><!--l. 3405--><p class="indent" >   By default, <span 
+</p><!--l. 3400--><p class="indent" >   By default, <span 
 class="ec-lmss-12">tlmgr </span>now saves one backup of each package updated (<span 
 class="ec-lmtt-12">tlmgr option</span>
 <span 
@@ -6436,7 +6303,7 @@
 class="ec-lmtt-12">tlmgr option</span>
 <span 
 class="ec-lmtt-12">autobackup 0</span>.
-</p><!--l. 3411--><p class="indent" >   New programs included: the pTeX engine and related utilities for typesetting Japanese; the
+</p><!--l. 3406--><p class="indent" >   New programs included: the pTeX engine and related utilities for typesetting Japanese; the
 BibTeXU program for Unicode-enabled BibTeX; the <span 
 class="ec-lmss-12">chktex </span>utility (originally from 
 <a 
@@ -6447,7 +6314,7 @@
 <a 
 href="https://dvisvgm.de" class="url" ><span 
 class="ec-lmtt-12">https://dvisvgm.de</span></a>) DVI-to-SVG translator.
-</p><!--l. 3419--><p class="indent" >   Executables for these new platforms are now included: <span 
+</p><!--l. 3414--><p class="indent" >   Executables for these new platforms are included: <span 
 class="ec-lmtt-12">amd64-freebsd</span>, <span 
 class="ec-lmtt-12">amd64-kfreebsd</span>,
 <span 
@@ -6455,7 +6322,7 @@
 class="ec-lmtt-12">i386-kfreebsd</span>, <span 
 class="ec-lmtt-12">x86_64-darwin</span>, <span 
 class="ec-lmtt-12">x86_64-solaris</span>.
-</p><!--l. 3423--><p class="indent" >   A change in TeX Live 2009 that we failed to note: numerous TeX4ht-related executables (
+</p><!--l. 3418--><p class="indent" >   A change in TeX Live 2009 that we failed to note: numerous TeX4ht-related executables (
 <a 
 href="https://tug.org/tex4ht" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/tex4ht</span></a>) were removed from the binary directories. The generic <span 
@@ -6462,47 +6329,47 @@
 class="ec-lmtt-12">mk4ht</span>
 program can be used to run any of the various <span 
 class="ec-lmtt-12">tex4ht </span>combinations.
-</p><!--l. 3428--><p class="indent" >   Finally, the TeX Live release on the TeX Collection DVD can no longer be run live (oddly
+</p><!--l. 3423--><p class="indent" >   Finally, the TeX Live release on the TeX Collection DVD can no longer be run live (oddly
 enough). A single DVD no longer has enough room. One beneficial side effect is that
 installation from the physical DVD is much faster.
-</p><!--l. 3433--><p class="noindent" >
+</p><!--l. 3428--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.8   </span> <a 
  id="x1-800009.1.8"></a>2011</h5>
-<!--l. 3435--><p class="noindent" >The macOS binaries (<span 
+<!--l. 3430--><p class="noindent" >The macOS binaries (<span 
 class="ec-lmtt-12">universal-darwin </span>and <span 
 class="ec-lmtt-12">x86_64-darwin</span>) now work only on Leopard or
 later; Panther and Tiger are no longer supported.
-</p><!--l. 3439--><p class="indent" >   The <span 
+</p><!--l. 3434--><p class="indent" >   The <span 
 class="ec-lmtt-12">biber </span>program for bibliography processing is included on common platforms. Its
 development is closely coupled with the <span 
 class="ec-lmtt-12">biblatex </span>package, which completely reimplements the
 bibliographical facilities provided by LaTeX.
-</p><!--l. 3444--><p class="indent" >   The MetaPost (<span 
+</p><!--l. 3439--><p class="indent" >   The MetaPost (<span 
 class="ec-lmtt-12">mpost</span>) program no longer creates or uses <span 
 class="ec-lmtt-12">.mem </span>files. The needed files, such
 as <span 
 class="ec-lmtt-12">plain.mp</span>, are simply read on every run. This is related to supporting MetaPost as a library,
 which is another significant though not user-visible change.
-</p><!--l. 3449--><p class="indent" >   The <span 
+</p><!--l. 3444--><p class="indent" >   The <span 
 class="ec-lmtt-12">updmap </span>implementation in Perl, previously used only on Windows, has been revamped
 and is now used on all platforms. There shouldn’t be any user-visible changes as a result,
 except that it runs much faster.
                                                                                       
                                                                                       
-</p><!--l. 3454--><p class="indent" >   The <span 
+</p><!--l. 3449--><p class="indent" >   The <span 
 class="ec-lmss-12">initex </span>and <span 
 class="ec-lmss-12">inimf </span>programs were restored (but no other <span 
 class="ec-lmss-12">ini* </span>variants).
-</p><!--l. 3457--><p class="noindent" >
+</p><!--l. 3452--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.9   </span> <a 
  id="x1-810009.1.9"></a>2012</h5>
-<!--l. 3459--><p class="noindent" ><span 
+<!--l. 3454--><p class="noindent" ><span 
 class="ec-lmtt-12">tlmgr </span>supports updates from multiple network repositories. The section on multiple
 repositories in the <span 
 class="ec-lmtt-12">tlmgr help </span>output has more.
-</p><!--l. 3463--><p class="indent" >   The parameter <span 
+</p><!--l. 3458--><p class="indent" >   The parameter <span 
 class="ec-lmtt-12">\XeTeXdashbreakstate </span>is set to 1 by default, for both <span 
 class="ec-lmtt-12">xetex </span>and
 <span 
@@ -6511,40 +6378,38 @@
 retain perfect line-break compatibility will need to set <span 
 class="ec-lmtt-12">\XeTeXdashbreakstate </span>to 0
 explicitly.
-</p><!--l. 3470--><p class="indent" >   The output files generated by <span 
+</p><!--l. 3465--><p class="indent" >   The output files generated by <span 
 class="ec-lmtt-12">pdftex </span>and <span 
 class="ec-lmtt-12">dvips</span>, among others, can now exceed 2
 gigabytes.
-</p><!--l. 3473--><p class="indent" >   The 35 standard PostScript fonts are included in the output of <span 
+</p><!--l. 3468--><p class="indent" >   The 35 standard PostScript fonts are included in the output of <span 
 class="ec-lmtt-12">dvips </span>by default, since so
 many different versions of them are extant.
-</p><!--l. 3477--><p class="indent" >   In the restricted <span 
+</p><!--l. 3472--><p class="indent" >   In the restricted <span 
 class="ec-lmtt-12">\write18 </span>execution mode, set by default, <span 
 class="ec-lmtt-12">mpost </span>is now an allowed
 program.
-</p><!--l. 3480--><p class="indent" >   A <span 
+</p><!--l. 3475--><p class="indent" >   A <span 
 class="ec-lmtt-12">texmf.cnf </span>file is also found in <span 
 class="ec-lmtt-12">../texmf-local</span>, e.g.,
 <span 
 class="ec-lmtt-12">/usr/local/texlive/texmf-local/web2c/texmf.cnf</span>, if it exists.
-</p><!--l. 3484--><p class="indent" >   The <span 
+</p><!--l. 3479--><p class="indent" >   The <span 
 class="ec-lmtt-12">updmap </span>script reads a per-tree <span 
 class="ec-lmtt-12">updmap.cfg </span>instead of one global config. This change
-should be invisible, unless you edited your updmap.cfg’s directly. The <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">updmap</span><span 
-class="ec-lmtt-12"> --help</span></span></span> output
+should be invisible, unless you edited your updmap.cfg’s directly. The <span class="obeylines-h"><code class="verb">updmap --help</code></span> output
 has more.
-</p><!--l. 3488--><p class="indent" >   Platforms: <span 
+</p><!--l. 3483--><p class="indent" >   Platforms: <span 
 class="ec-lmss-12">armel-linux </span>and <span 
 class="ec-lmss-12">mipsel-linux </span>added; <span 
 class="ec-lmss-12">sparc-linux </span>and <span 
 class="ec-lmss-12">i386-netbsd </span>are no longer in
 the main distribution.
-</p><!--l. 3492--><p class="noindent" >
+</p><!--l. 3487--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.10   </span> <a 
  id="x1-820009.1.10"></a>2013</h5>
-<!--l. 3494--><p class="noindent" >Distribution layout: the top-level <span 
+<!--l. 3489--><p class="noindent" >Distribution layout: the top-level <span 
 class="ec-lmtt-12">texmf/ </span>directory has been merged into <span 
 class="ec-lmtt-12">texmf-dist/</span>, for
 simplicity. Both the <span 
@@ -6552,16 +6417,16 @@
 class="ec-lmtt-12">TEXMFDIST </span>Kpathsea variables now point to
 <span 
 class="ec-lmtt-12">texmf-dist</span>.
-</p><!--l. 3499--><p class="indent" >   Many small language collections have been merged together, to simplify installation.
-</p><!--l. 3502--><p class="indent" >   MetaPost: native support for PNG output and floating-point (IEEE double) has been
+</p><!--l. 3494--><p class="indent" >   Many small language collections have been merged together, to simplify installation.
+</p><!--l. 3497--><p class="indent" >   MetaPost: native support for PNG output and floating-point (IEEE double) has been
 added.
-</p><!--l. 3505--><p class="indent" >   LuaTeX: updated to Lua 5.2, and includes a new library (<span 
+</p><!--l. 3500--><p class="indent" >   LuaTeX: updated to Lua 5.2, and includes a new library (<span 
 class="ec-lmtt-12">pdfscanner</span>) to process external
 PDF page content, among much else (see its web pages).
-</p><!--l. 3509--><p class="indent" >   XeTeX (also see its web pages for more): </p>
+</p><!--l. 3504--><p class="indent" >   XeTeX (also see its web pages for more): </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 3511--><p class="noindent" >The HarfBuzz library is now used for font layout instead of ICU. (ICU is still
+      <!--l. 3506--><p class="noindent" >The HarfBuzz library is now used for font layout instead of ICU. (ICU is still
       used to support input encodings, bidirectionality, and the optional Unicode line
       breaking.)
                                                                                       
@@ -6568,35 +6433,33 @@
                                                                                       
       </p></li>
       <li class="itemize">
-      <!--l. 3514--><p class="noindent" >Graphite2 and HarfBuzz are used instead of SilGraphite for Graphite layout.
+      <!--l. 3509--><p class="noindent" >Graphite2 and HarfBuzz are used instead of SilGraphite for Graphite layout.
       </p></li>
       <li class="itemize">
-      <!--l. 3516--><p class="noindent" >On Macs, Core Text is used instead of the (deprecated) ATSUI.
+      <!--l. 3511--><p class="noindent" >On Macs, Core Text is used instead of the (deprecated) ATSUI.
       </p></li>
       <li class="itemize">
-      <!--l. 3517--><p class="noindent" >Prefer TrueType/OpenType fonts to Type1 when the names are the same.
+      <!--l. 3512--><p class="noindent" >Prefer TrueType/OpenType fonts to Type1 when the names are the same.
       </p></li>
       <li class="itemize">
-      <!--l. 3518--><p class="noindent" >Fix occasional mismatch in font finding between XeTeX and <span 
+      <!--l. 3513--><p class="noindent" >Fix occasional mismatch in font finding between XeTeX and <span 
 class="ec-lmtt-12">xdvipdfmx</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 3520--><p class="noindent" >Support OpenType math cut-ins.</p></li></ul>
-<!--l. 3523--><p class="indent" >   <span 
+      <!--l. 3515--><p class="noindent" >Support OpenType math cut-ins.</p></li></ul>
+<!--l. 3518--><p class="indent" >   <span 
 class="ec-lmss-12">xdvi</span>: now uses FreeType instead of <span 
 class="ec-lmtt-12">t1lib </span>for rendering.
-</p><!--l. 3525--><p class="indent" >   <span 
+</p><!--l. 3520--><p class="indent" >   <span 
 class="ec-lmss-12">microtype.sty</span>: some support for XeTeX (protrusion) and LuaTeX (protrusion, font
 expansion, tracking), among other enhancements.
-</p><!--l. 3529--><p class="indent" >   <span 
+</p><!--l. 3524--><p class="indent" >   <span 
 class="ec-lmss-12">tlmgr</span>: new <span 
-class="ec-lmtt-12">pinning </span>action to ease configuring multiple repositories; that section in <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">tlmgr</span><span 
-class="ec-lmtt-12"> --help</span></span></span>
+class="ec-lmtt-12">pinning </span>action to ease configuring multiple repositories; that section in <span class="obeylines-h"><code class="verb">tlmgr --help</code></span>
 has more, online at <a 
 href="https://tug.org/texlive/doc/tlmgr.html#MULTIPLE-REPOSITORIES" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive/doc/tlmgr.html#MULTIPLE-REPOSITORIES</span></a>.
-</p><!--l. 3533--><p class="indent" >   Platforms: <span 
+</p><!--l. 3528--><p class="indent" >   Platforms: <span 
 class="ec-lmss-12">armhf-linux</span>, <span 
 class="ec-lmss-12">mips-irix</span>, <span 
 class="ec-lmss-12">i386-netbsd</span>, and <span 
@@ -6603,11 +6466,11 @@
 class="ec-lmss-12">amd64-netbsd </span>added or revived;
 <span 
 class="ec-lmss-12">powerpc-aix </span>removed.
-</p><!--l. 3537--><p class="noindent" >
+</p><!--l. 3532--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.11   </span> <a 
  id="x1-830009.1.11"></a>2014</h5>
-<!--l. 3539--><p class="noindent" >2014 saw another TeX tune-up from Knuth; this affected all engines, but the only visible
+<!--l. 3534--><p class="noindent" >2014 saw another TeX tune-up from Knuth; this affected all engines, but the only visible
 change likely is the restoration of the <span 
 class="ec-lmtt-12">preloaded format </span>string on the banner line. Per Knuth,
 this now reflects the format that <span 
@@ -6614,7 +6477,7 @@
 class="ec-lmri-12">would </span>be loaded by default, rather than an undumped
 format that is actually preloaded in the binary; it may be overridden in various
 ways.
-</p><!--l. 3546--><p class="indent" >   pdfTeX: new warning-suppression parameter <span 
+</p><!--l. 3541--><p class="indent" >   pdfTeX: new warning-suppression parameter <span 
 class="ec-lmtt-12">\pdfsuppresswarningpagegroup</span>; new
 primitives for fake interword spaces to help with PDF text reflowing: <span 
 class="ec-lmtt-12">\pdfinterwordspaceon</span>,
@@ -6621,7 +6484,7 @@
 <span 
 class="ec-lmtt-12">\pdfinterwordspaceoff</span>, <span 
 class="ec-lmtt-12">\pdffakespace</span>.
-</p><!--l. 3551--><p class="indent" >   LuaTeX: Notable changes and fixes were made to font loading and hyphenation. The
+</p><!--l. 3546--><p class="indent" >   LuaTeX: Notable changes and fixes were made to font loading and hyphenation. The
 biggest addition is a new engine variant, <span 
 class="ec-lmtt-12">luajittex </span>and its siblings <span 
 class="ec-lmtt-12">texluajit </span>and
@@ -6636,10 +6499,10 @@
 class="ec-lmtt-12">luatex</span>. Neither we nor its
 developers recommend using it except for the specific purpose of experimenting with jit on Lua
 code.
-</p><!--l. 3562--><p class="indent" >   XeTeX: The same image formats are now supported on all platforms (including Mac);
+</p><!--l. 3557--><p class="indent" >   XeTeX: The same image formats are now supported on all platforms (including Mac);
 avoid Unicode compatibility decomposition fallback (but not other variants); prefer OpenType
 to Graphite fonts, for compatibility with previous XeTeX versions.
-</p><!--l. 3567--><p class="indent" >   MetaPost: A new numbersystem <span 
+</p><!--l. 3562--><p class="indent" >   MetaPost: A new numbersystem <span 
 class="ec-lmtt-12">decimal </span>is supported, along with a companion internal
                                                                                       
                                                                                       
@@ -6648,12 +6511,12 @@
 class="ec-lmtt-12">drawdot </span>in <span 
 class="ec-lmtt-12">plain.mp</span>, per Knuth; bug fixes in SVG and
 PNG output, among others.
-</p><!--l. 3572--><p class="indent" >   The <span 
+</p><!--l. 3567--><p class="indent" >   The <span 
 class="ec-lmss-12">pstopdf </span>ConTeXt utility will be removed as a standalone command at some point after
 the release, due to conflicts with OS utilities of the same name. It can still (and now) be
 invoked as <span 
 class="ec-lmtt-12">mtxrun –script pstopdf</span>.
-</p><!--l. 3577--><p class="indent" >   <span 
+</p><!--l. 3572--><p class="indent" >   <span 
 class="ec-lmss-12">psutils </span>has been substantially revised by a new maintainer. As a result, several seldom-used
 utilities (<span 
 class="ec-lmtt-12">fix*</span>, <span 
@@ -6664,7 +6527,7 @@
 than being user-level executables (this can be reversed if it turns out to be problematic). A
 new script, <span 
 class="ec-lmtt-12">psjoin</span>, has been added.
-</p><!--l. 3584--><p class="indent" >   The MacTeX redistribution of TeX Live (section <a 
+</p><!--l. 3579--><p class="indent" >   The MacTeX redistribution of TeX Live (section <a 
 href="#x1-170003.1.2">3.1.2<!--tex4ht:ref: sec:macosx --></a>) no longer includes the optional
 Mac-only packages for the Latin Modern and TeX Gyre fonts, since it is easy enough for
 individual users to make them available to the system. The <span 
@@ -6672,18 +6535,18 @@
 ImageMagick has also been excised, since TeX4ht (specifically <span 
 class="ec-lmtt-12">tex4ht.env</span>) now uses
 Ghostscript directly.
-</p><!--l. 3591--><p class="indent" >   The <span 
+</p><!--l. 3586--><p class="indent" >   The <span 
 class="ec-lmss-12">langcjk </span>collection for Chinese, Japanese, and Korean support has been split into
 individual language collections for the sake of more moderate sizes.
-</p><!--l. 3595--><p class="indent" >   Platforms: <span 
+</p><!--l. 3590--><p class="indent" >   Platforms: <span 
 class="ec-lmss-12">x86_64-cygwin </span>added, <span 
 class="ec-lmss-12">mips-irix </span>removed; Microsoft no longer supports Windows
 XP, so our programs may start failing there at any time.
-</p><!--l. 3599--><p class="noindent" >
+</p><!--l. 3594--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.12   </span> <a 
  id="x1-840009.1.12"></a>2015</h5>
-<!--l. 3601--><p class="noindent" >LaTeX2e now incorporates, by default, changes previously included only by explicitly loading
+<!--l. 3596--><p class="noindent" >LaTeX2e now incorporates, by default, changes previously included only by explicitly loading
 the <span 
 class="ec-lmss-12">fixltx2e </span>package, which is now a no-op. A new <span 
 class="ec-lmss-12">latexrelease </span>package and other mechanisms
@@ -6693,35 +6556,35 @@
 class="ec-lmss-12">psnfss </span>packages, while core parts of LaTeX,
 are maintained separately and are not affected by these changes (and should still
 work).
-</p><!--l. 3610--><p class="indent" >   Internally, LaTeX2e now includes Unicode-related engine configuration (what characters
+</p><!--l. 3605--><p class="indent" >   Internally, LaTeX2e now includes Unicode-related engine configuration (what characters
 are letters, naming of primitives, etc.) which was previously part of TeX Live. This change is
 intended to be invisible to users; a few low-level internal control sequences have been renamed
 or removed, but the behavior should be just the same.
-</p><!--l. 3616--><p class="indent" >   pdfTeX: Support JPEG Exif as well as JFIF; do not emit a warning if
+</p><!--l. 3611--><p class="indent" >   pdfTeX: Support JPEG Exif as well as JFIF; do not emit a warning if
 <span 
 class="ec-lmtt-12">\pdfinclusionerrorlevel </span>is negative; sync with <span 
 class="ec-lmss-12">xpdf</span> 3.04.
-</p><!--l. 3620--><p class="indent" >   LuaTeX: New library <span 
+</p><!--l. 3615--><p class="indent" >   LuaTeX: New library <span 
 class="ec-lmss-12">newtokenlib </span>for scanning tokens; bug fixes in the <span 
 class="ec-lmtt-12">normal </span>random
 number generator and other places.
-</p><!--l. 3623--><p class="indent" >   XeTeX: Image handling fixes; <span 
+</p><!--l. 3618--><p class="indent" >   XeTeX: Image handling fixes; <span 
 class="ec-lmss-12">xdvipdfmx </span>binary looked for first as a sibling to <span 
 class="ec-lmss-12">xetex</span>;
 internal <span 
 class="ec-lmtt-12">XDV </span>opcodes changed.
-</p><!--l. 3626--><p class="indent" >   MetaPost: New numbersystem <span 
+</p><!--l. 3621--><p class="indent" >   MetaPost: New numbersystem <span 
 class="ec-lmtt-12">binary</span>; new Japanese-enabled <span 
 class="ec-lmss-12">upmpost </span>and <span 
 class="ec-lmss-12">updvitomp</span>
 programs, analogous to <span 
 class="ec-lmss-12">up*tex</span>.
-</p><!--l. 3630--><p class="indent" >   MacTeX: Updates to the included Ghostscript package for CJK support. The
+</p><!--l. 3625--><p class="indent" >   MacTeX: Updates to the included Ghostscript package for CJK support. The
 TeX Distribution Preference Pane now works in Yosemite (macOS 10.10). Resource-fork font
 suitcases (generally without an extension) are no longer supported by XeTeX; data-fork
 suitcases (<span 
 class="ec-lmtt-12">.dfont</span>) remain supported.
-</p><!--l. 3636--><p class="indent" >   Infrastructure: The <span 
+</p><!--l. 3631--><p class="indent" >   Infrastructure: The <span 
 class="ec-lmss-12">fmtutil </span>script has been reimplemented to read <span 
 class="ec-lmtt-12">fmtutil.cnf </span>on a
                                                                                       
@@ -6735,7 +6598,7 @@
 class="ec-lmss-12">mktexpk</span>) now prefer programs in their own directory, instead of always using the existing
 <span 
 class="ec-lmtt-12">PATH</span>.
-</p><!--l. 3642--><p class="indent" >   Platforms: <span 
+</p><!--l. 3637--><p class="indent" >   Platforms: <span 
 class="ec-lmss-12">*-kfreebsd </span>removed, since TeX Live is now easily available through the system
 platform mechanisms. Support for some additional platforms is available as custom binaries (
 <a 
@@ -6743,22 +6606,22 @@
 class="ec-lmtt-12">https://tug.org/texlive/custom-bin.html</span></a>). In addition, some platforms are now
 omitted from the DVD (simply to save space), but can be installed normally over the
 net.
-</p><!--l. 3650--><p class="noindent" >
+</p><!--l. 3645--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.13   </span> <a 
  id="x1-850009.1.13"></a>2016</h5>
-<!--l. 3652--><p class="noindent" >LuaTeX: Sweeping changes to primitives, both renames and removals, along
+<!--l. 3647--><p class="noindent" >LuaTeX: Sweeping changes to primitives, both renames and removals, along
 with some node structure rearrangements. The changes are summarized in an
 article by Hans Hagen, “LuaTeX 0.90 backend changes for PDF and more” (
 <a 
 href="https://tug.org/TUGboat/tb37-1/tb115hagen-pdf.pdf" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/TUGboat/tb37-1/tb115hagen-pdf.pdf</span></a>); for all the details, see the
-LuaTeX manual, <a 
+LuaTeX manual,  <a 
 href="../../../../texmf-dist/doc/luatex/base/luatex.pdf" >texmf-dist/doc/luatex/base/luatex.pdf</a>.
-</p><!--l. 3660--><p class="indent" >   Metafont: New highly experimental sibling programs MFlua and MFluajit, integrating Lua
+</p><!--l. 3655--><p class="indent" >   Metafont: New highly experimental sibling programs MFlua and MFluajit, integrating Lua
 with Metafont, for trial testing purposes.
-</p><!--l. 3663--><p class="indent" >   MetaPost: Bug fixes and internal preparations for MetaPost 2.0.
-</p><!--l. 3665--><p class="indent" >   <span 
+</p><!--l. 3658--><p class="indent" >   MetaPost: Bug fixes and internal preparations for MetaPost 2.0.
+</p><!--l. 3660--><p class="indent" >   <span 
 class="ec-lmtt-12">SOURCE_DATE_EPOCH </span>support in all engines except LuaTeX (which will come in the
 next release) and original <span 
 class="ec-lmtt-12">tex </span>(intentionally omitted): if the environment variable
@@ -6773,13 +6636,13 @@
 class="ec-lmtt-12">\day</span>, <span 
 class="ec-lmtt-12">\time</span>. The pdfTeX manual has examples
 and details.
-</p><!--l. 3674--><p class="indent" >   pdfTeX: new primitives <span 
+</p><!--l. 3669--><p class="indent" >   pdfTeX: Three new primitives <span 
 class="ec-lmtt-12">\pdfinfoomitdate</span>, <span 
-class="ec-lmtt-12">\pdftrailerid</span>, <span 
-class="ec-lmtt-12">\pdfsuppressptexinfo</span>, to
-control values appearing in the output which normally change with each run. These features
-are for PDF output only, not DVI.
-</p><!--l. 3679--><p class="indent" >   XeTeX: New primitives <span 
+class="ec-lmtt-12">\pdfsuppressptexinfo</span>, and
+<span 
+class="ec-lmtt-12">\pdftrailerid</span>, to control values appearing in the output which normally change with each
+run. These features are for PDF output only, not DVI.
+</p><!--l. 3674--><p class="indent" >   XeTeX: New primitives <span 
 class="ec-lmtt-12">\XeTeXhyphenatablelength</span>, <span 
 class="ec-lmtt-12">\XeTeXgenerateactualtext</span>,<br 
 class="newline" /><span 
@@ -6786,10 +6649,10 @@
 class="ec-lmtt-12">\XeTeXinterwordspaceshaping</span>, <span 
 class="ec-lmtt-12">\mdfivesum</span>; character class limit increased to 4096; DVI id
 byte incremented.
-</p><!--l. 3684--><p class="indent" >   Other utilities: </p>
+</p><!--l. 3679--><p class="indent" >   Other utilities: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 3686--><p class="noindent" ><span 
+      <!--l. 3681--><p class="noindent" ><span 
 class="ec-lmtt-12">gregorio </span>is a new program, part of the <span 
 class="ec-lmtt-12">gregoriotex </span>package for typesetting
       Gregorian chant scores; it is included in <span 
@@ -6796,13 +6659,13 @@
 class="ec-lmtt-12">shell_escape_commands </span>by default.
       </p></li>
       <li class="itemize">
-      <!--l. 3690--><p class="noindent" ><span 
+      <!--l. 3685--><p class="noindent" ><span 
 class="ec-lmtt-12">upmendex </span>is an index creation program, mostly compatible with <span 
 class="ec-lmtt-12">makeindex</span>, with
       support for Unicode sorting, among other changes.
       </p></li>
       <li class="itemize">
-      <!--l. 3694--><p class="noindent" ><span 
+      <!--l. 3689--><p class="noindent" ><span 
 class="ec-lmtt-12">afm2tfm </span>now makes only accent-based height adjustments upward; a new option
       <span 
 class="ec-lmtt-12">-a </span>omits all adjustments.
@@ -6810,45 +6673,43 @@
                                                                                       
       </p></li>
       <li class="itemize">
-      <!--l. 3697--><p class="noindent" ><span 
+      <!--l. 3692--><p class="noindent" ><span 
 class="ec-lmtt-12">ps2pk </span>can handle extended PK/GF fonts.</p></li></ul>
-<!--l. 3700--><p class="indent" >   MacTeX: The TeX Distribution Preference Pane is gone; its functionality is now in TeX
+<!--l. 3695--><p class="indent" >   MacTeX: The TeX Distribution Preference Pane is gone; its functionality is now in TeX
 Live Utility; bundled GUI applications upgraded; new script <span 
 class="ec-lmtt-12">cjk-gs-integrate </span>to be run by
 users who wish to incorporate various CJK fonts into Ghostscript.
-</p><!--l. 3705--><p class="indent" >   Infrastructure: System-level <span 
+</p><!--l. 3700--><p class="indent" >   Infrastructure: System-level <span 
 class="ec-lmtt-12">tlmgr </span>configuration file supported; verify package
 checksums; if GPG is available, verify signature of network updates. These checks
 happen with both the installer and <span 
 class="ec-lmtt-12">tlmgr</span>. If GPG is not available, updates proceed as
 usual.
-</p><!--l. 3710--><p class="indent" >   Platforms: <span 
+</p><!--l. 3705--><p class="indent" >   Platforms: <span 
 class="ec-lmtt-12">alpha-linux </span>and <span 
 class="ec-lmtt-12">mipsel-linux </span>removed.
-</p><!--l. 3713--><p class="noindent" >
+</p><!--l. 3708--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.14   </span> <a 
  id="x1-860009.1.14"></a>2017</h5>
-<!--l. 3715--><p class="noindent" >LuaTeX: More callbacks, more typesetting control, more access to internals; <span 
+<!--l. 3710--><p class="noindent" >LuaTeX: More callbacks, more typesetting control, more access to internals; <span 
 class="ec-lmtt-12">ffi </span>library for
 dynamic code loading added on some platforms.
-</p><!--l. 3719--><p class="indent" >   pdfTeX: Environment variable <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">SOURCE_DATE_EPOCH_TEX_PRIMITIVES</span></span></span> from last year
-renamed to <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">FORCE_SOURCE_DATE</span></span></span>, with no changes in functionality; if the <span 
+</p><!--l. 3714--><p class="indent" >   pdfTeX: Environment variable <span class="obeylines-h"><code class="verb">SOURCE_DATE_EPOCH_TEX_PRIMITIVES</code></span> from last year
+renamed to <span class="obeylines-h"><code class="verb">FORCE_SOURCE_DATE</code></span>, with no changes in functionality; if the <span 
 class="ec-lmtt-12">\pdfpageattr </span>token
 list contains the string <span 
 class="ec-lmtt-12">/MediaBox</span>, omit output of the default <span 
 class="ec-lmtt-12">/MediaBox</span>.
-</p><!--l. 3724--><p class="indent" >   XeTeX: Unicode/OpenType math now based on HarfBuzz’s MATH table support; some
+</p><!--l. 3719--><p class="indent" >   XeTeX: Unicode/OpenType math now based on HarfBuzz’s MATH table support; some
 bug fixes.
-</p><!--l. 3727--><p class="indent" >   Dvips: Make the last papersize special win, for consistency with <span 
+</p><!--l. 3722--><p class="indent" >   Dvips: Make the last papersize special win, for consistency with <span 
 class="ec-lmtt-12">dvipdfmx </span>and package
 expectations; the <span 
 class="ec-lmtt-12">-L0 </span>option (<span 
 class="ec-lmtt-12">L0 </span>config setting) restores the previous behavior of the first
 special winning.
-</p><!--l. 3732--><p class="indent" >   epTeX, eupTeX: New primitives <span 
+</p><!--l. 3727--><p class="indent" >   epTeX, eupTeX: New primitives <span 
 class="ec-lmtt-12">\pdfuniformdeviate</span>, <span 
 class="ec-lmtt-12">\pdfnormaldeviate</span>,
 <span 
@@ -6857,16 +6718,14 @@
 class="ec-lmtt-12">\pdfelapsedtime</span>, <span 
 class="ec-lmtt-12">\pdfresettimer</span>, from
 pdfTeX.
-</p><!--l. 3736--><p class="indent" >   MacTeX: As of this year, only macOS releases for which Apple still releases security
-patches will be supported in MacTeX, under the platform name <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">x86_64-darwin</span></span></span>; currently this
+</p><!--l. 3731--><p class="indent" >   MacTeX: As of this year, only macOS releases for which Apple still releases security
+patches will be supported in MacTeX, under the platform name <span class="obeylines-h"><code class="verb">x86_64-darwin</code></span>; currently this
 means Yosemite, El Capitan, and Sierra (10.10 and newer). Binaries for older macOS versions
-are not included in MacTeX, but are still available in TeX Live (<span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">x86_64-darwinlegacy</span></span></span>,
+are not included in MacTeX, but are still available in TeX Live (<span class="obeylines-h"><code class="verb">x86_64-darwinlegacy</code></span>,
 <span 
 class="ec-lmtt-12">i386-darwin</span>, <span 
 class="ec-lmtt-12">powerpc-darwin</span>).
-</p><!--l. 3743--><p class="indent" >   Infrastructure: The <span 
+</p><!--l. 3738--><p class="indent" >   Infrastructure: The <span 
 class="ec-lmtt-12">TEXMFLOCAL </span>tree is now searched before <span 
 class="ec-lmtt-12">TEXMFSYSCONFIG </span>and
 <span 
@@ -6877,7 +6736,7 @@
 and scripted use, and a new action <span 
 class="ec-lmtt-12">conf auxtrees </span>to easily add and remove extra
 trees.
-</p><!--l. 3750--><p class="indent" >   <span 
+</p><!--l. 3745--><p class="indent" >   <span 
 class="ec-lmtt-12">updmap </span>and <span 
 class="ec-lmtt-12">fmtutil</span>: These scripts now give a warning when invoked without explicitly
 specifying either so-called system mode (<span 
@@ -6893,36 +6752,34 @@
 href="https://tug.org/texlive/scripts-sys-user.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive/scripts-sys-user.html</span></a> for
 details.
-</p><!--l. 3758--><p class="indent" >   <span 
+</p><!--l. 3753--><p class="indent" >   <span 
 class="ec-lmtt-12">install-tl</span>: Personal paths such as <span 
 class="ec-lmtt-12">TEXMFHOME </span>are now set to MacTeX values
                                                                                       
                                                                                       
-(<span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">~/Library/...</span></span></span>) by default on Macs. New option <span 
+(<span class="obeylines-h"><code class="verb">~/Library/...</code></span>) by default on Macs. New option <span 
 class="ec-lmtt-12">-init-from-profile </span>to start an
 installation with the values from a given profile; new command <span 
 class="ec-lmtt-12">P </span>to explicitly save a profile;
 new profile variable names (but previous ones are still accepted).
-</p><!--l. 3765--><p class="indent" >   SyncTeX: the name of the temporary file now looks like <span 
+</p><!--l. 3760--><p class="indent" >   SyncTeX: the name of the temporary file now looks like <span 
 class="ec-lmtt-12">foo.synctex(busy)</span>, instead of
 <span 
 class="ec-lmtt-12">foo.synctex.gz(busy) </span>(no <span 
 class="ec-lmtt-12">.gz</span>). Front-ends and build systems that want to remove temp
 files may need adjusting.
-</p><!--l. 3770--><p class="indent" >   Other utilities: <span 
+</p><!--l. 3765--><p class="indent" >   Other utilities: <span 
 class="ec-lmtt-12">texosquery-jre8 </span>is a new cross-platform program for retrieving locale and
-other OS information from a TeX document; it is included in <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">shell_escape_commands</span></span></span> by
+other OS information from a TeX document; it is included in <span class="obeylines-h"><code class="verb">shell_escape_commands</code></span> by
 default for restricted shell execution. (Older JRE versions are supported by texosquery, but
 cannot be enabled in restricted mode, as they are no longer supported by Oracle, even for
 security issues.)
-</p><!--l. 3777--><p class="indent" >   Platforms: See MacTeX entry above; no other changes.
-</p><!--l. 3780--><p class="noindent" >
+</p><!--l. 3772--><p class="indent" >   Platforms: See MacTeX entry above; no other changes.
+</p><!--l. 3775--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.15   </span> <a 
  id="x1-870009.1.15"></a>2018</h5>
-<!--l. 3782--><p class="noindent" >Kpathsea: Case-insensitive filename matching now done by default in non-system directories;
+<!--l. 3777--><p class="noindent" >Kpathsea: Case-insensitive filename matching now done by default in non-system directories;
 set <span 
 class="ec-lmtt-12">texmf.cnf </span>or environment variable <span 
 class="ec-lmtt-12">texmf_casefold_search </span>to <span 
@@ -6930,9 +6787,9 @@
 in the Kpathsea manual (<a 
 href="https://tug.org/kpathsea" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/kpathsea</span></a>).
-</p><!--l. 3787--><p class="indent" >   epTeX, eupTeX: New primitive <span 
+</p><!--l. 3782--><p class="indent" >   epTeX, eupTeX: New primitive <span 
 class="ec-lmtt-12">\epTeXversion</span>.
-</p><!--l. 3789--><p class="indent" >   LuaTeX: Preparation for moving to Lua 5.3 in 2019: a binary <span 
+</p><!--l. 3784--><p class="indent" >   LuaTeX: Preparation for moving to Lua 5.3 in 2019: a binary <span 
 class="ec-lmtt-12">luatex53 </span>is available on
 most platforms, but must be renamed to <span 
 class="ec-lmtt-12">luatex </span>to be effective. Or use the ConTeXt Garden (
@@ -6939,19 +6796,19 @@
 <a 
 href="https://wiki.contextgarden.net" class="url" ><span 
 class="ec-lmtt-12">https://wiki.contextgarden.net</span></a>) files; more information there.
-</p><!--l. 3794--><p class="indent" >   MetaPost: Fixes for wrong path directions, TFM and PNG output.
-</p><!--l. 3796--><p class="indent" >   pdfTeX: Allow encoding vectors for bitmap fonts; current directory not hashed into PDF
+</p><!--l. 3789--><p class="indent" >   MetaPost: Fixes for wrong path directions, TFM and PNG output.
+</p><!--l. 3791--><p class="indent" >   pdfTeX: Allow encoding vectors for bitmap fonts; current directory not hashed into PDF
 ID; bug fixes for <span 
 class="ec-lmtt-12">\pdfprimitive </span>and related.
-</p><!--l. 3799--><p class="indent" >   XeTeX: Support <span 
+</p><!--l. 3794--><p class="indent" >   XeTeX: Support <span 
 class="ec-lmtt-12">/Rotate </span>in PDF image inclusion; exit nonzero if the output driver fails;
 various obscure UTF-8 and other primitive fixes.
-</p><!--l. 3803--><p class="indent" >   MacTeX: See version support changes below. In addition, the files installed in
+</p><!--l. 3798--><p class="indent" >   MacTeX: See version support changes below. In addition, the files installed in
 <span 
 class="ec-lmtt-12">/Applications/TeX/ </span>by MacTeX have been reorganized for greater clarity; now this location
 contains four GUI programs (BibDesk, LaTeXiT, TeX Live Utility, and TeXShop) at the top
 level and folders with additional utilities and documentation.
-</p><!--l. 3809--><p class="indent" >   <span 
+</p><!--l. 3804--><p class="indent" >   <span 
 class="ec-lmtt-12">tlmgr</span>: new front-ends <span 
 class="ec-lmtt-12">tlshell </span>(Tcl/Tk) and <span 
 class="ec-lmtt-12">tlcockpit </span>(Java); JSON output; <span 
@@ -6959,20 +6816,20 @@
 now a synonym for <span 
 class="ec-lmtt-12">remove</span>; new action/option <span 
 class="ec-lmtt-12">print-platform-info</span>.
-</p><!--l. 3813--><p class="indent" >   Platforms: </p>
+</p><!--l. 3808--><p class="indent" >   Platforms: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 3816--><p class="noindent" >Removed: <span 
+      <!--l. 3811--><p class="noindent" >Removed: <span 
 class="ec-lmtt-12">armel-linux</span>, <span 
 class="ec-lmtt-12">powerpc-linux</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 3818--><p class="noindent" ><span 
+      <!--l. 3813--><p class="noindent" ><span 
 class="ec-lmtt-12">x86_64-darwin  </span>supports   10.10–10.13   (Yosemite,   El Capitan,   Sierra,   and
       High Sierra).
       </p></li>
       <li class="itemize">
-      <!--l. 3821--><p class="noindent" ><span 
+      <!--l. 3816--><p class="noindent" ><span 
 class="ec-lmtt-12">x86_64-darwinlegacy </span>supports 10.6–10.10 (though <span 
 class="ec-lmtt-12">x86_64-darwin </span>is preferred
                                                                                       
@@ -6983,50 +6840,50 @@
 class="ec-lmtt-12">i386-darwin platforms </span>have been removed.
       </p></li>
       <li class="itemize">
-      <!--l. 3826--><p class="noindent" >Windows: XP is no longer supported.</p></li></ul>
-<!--l. 3830--><p class="noindent" >
+      <!--l. 3821--><p class="noindent" >Windows: XP is no longer supported.</p></li></ul>
+<!--l. 3825--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.16   </span> <a 
  id="x1-880009.1.16"></a>2019</h5>
-<!--l. 3832--><p class="noindent" >Kpathsea: More consistent brace expansion and path splitting; new variable <span 
+<!--l. 3827--><p class="noindent" >Kpathsea: More consistent brace expansion and path splitting; new variable <span 
 class="ec-lmtt-12">TEXMFDOTDIR</span>
 instead of hard-coded <span 
 class="ec-lmtt-12">.</span> in paths allows for easily searching additional or sub-directories (see
 comments in <span 
 class="ec-lmtt-12">texmf.cnf</span>).
-</p><!--l. 3837--><p class="indent" >   epTeX, eupTeX: New primitives <span 
+</p><!--l. 3832--><p class="indent" >   epTeX, eupTeX: New primitives <span 
 class="ec-lmtt-12">\readpapersizespecial </span>and <span 
 class="ec-lmtt-12">\expanded</span>.
-</p><!--l. 3840--><p class="indent" >   LuaTeX: Lua 5.3 now used, with concomitant arithmetic and interface changes. The
+</p><!--l. 3835--><p class="indent" >   LuaTeX: Lua 5.3 now used, with concomitant arithmetic and interface changes. The
 homegrown library pplib is used to read pdf files, thus eliminating the dependency on poppler
 (and the need for C++); Lua interface changed accordingly.
-</p><!--l. 3845--><p class="indent" >   MetaPost: <span 
+</p><!--l. 3840--><p class="indent" >   MetaPost: <span 
 class="ec-lmtt-12">r-mpost </span>command name recognized as an alias for invocation with the
 <span 
 class="ec-lmtt-12">--restricted </span>option, and added to the list of restricted commands available by default.
 Minimum precision now 2 for decimal and binary mode. Binary mode no longer available in
 MPlib but still available in standalone MetaPost.
-</p><!--l. 3852--><p class="indent" >   pdfTeX: New primitive <span 
+</p><!--l. 3847--><p class="indent" >   pdfTeX: New primitive <span 
 class="ec-lmtt-12">\expanded</span>; if new primitive parameter <span 
 class="ec-lmtt-12">\pdfomitcharset </span>is set to
 1, the <span 
 class="ec-lmtt-12">/CharSet </span>string omitted from the PDF output, since it cannot feasibly be guaranteed
 correct, as required by PDF/A-2 and PDF/A-3.
-</p><!--l. 3857--><p class="indent" >   XeTeX: New primitives <span 
+</p><!--l. 3852--><p class="indent" >   XeTeX: New primitives for cross-engine support: <span 
 class="ec-lmtt-12">\expanded</span>, <span 
-class="ec-lmtt-12">\creationdate</span>, <span 
+class="ec-lmtt-12">\creationdate</span>,
+<span 
 class="ec-lmtt-12">\elapsedtime</span>, <span 
-class="ec-lmtt-12">\filedump</span>,
-<span 
+class="ec-lmtt-12">\filedump</span>, <span 
 class="ec-lmtt-12">\filemoddate</span>, <span 
 class="ec-lmtt-12">\filesize</span>, <span 
 class="ec-lmtt-12">\resettimer</span>, <span 
-class="ec-lmtt-12">\normaldeviate</span>, <span 
+class="ec-lmtt-12">\normaldeviate</span>,
+<span 
 class="ec-lmtt-12">\uniformdeviate</span>, <span 
-class="ec-lmtt-12">\randomseed</span>;
-extend <span 
+class="ec-lmtt-12">\randomseed</span>; extend <span 
 class="ec-lmtt-12">\Ucharcat </span>to produce active characters.
-</p><!--l. 3869--><p class="indent" >   <span 
+</p><!--l. 3864--><p class="indent" >   <span 
 class="ec-lmtt-12">tlmgr</span>: Support <span 
 class="ec-lmtt-12">curl </span>as a download program; use <span 
 class="ec-lmtt-12">lz4 </span>and gzip before <span 
@@ -7035,16 +6892,16 @@
 compressor and download programs, unless the environment variable <span 
 class="ec-lmtt-12">TEXLIVE_PREFER_OWN </span>is
 set.
-</p><!--l. 3875--><p class="indent" >   <span 
+</p><!--l. 3870--><p class="indent" >   <span 
 class="ec-lmtt-12">install-tl</span>: New option <span 
 class="ec-lmtt-12">-gui </span>(with no argument) is the default on Windows and Macs,
 and invokes a new Tcl/TK GUI (see sections <a 
 href="#x1-50001.3">1.3<!--tex4ht:ref: sec:basic --></a> and <a 
 href="#x1-210003.1.6">3.1.6<!--tex4ht:ref: sec:graphical-inst --></a>).
-</p><!--l. 3879--><p class="indent" >   Utilities: </p>
+</p><!--l. 3874--><p class="indent" >   Utilities: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 3881--><p class="noindent" ><span 
+      <!--l. 3876--><p class="noindent" ><span 
 class="ec-lmtt-12">cwebbin </span>(<a 
 href="https://ctan.org/pkg/cwebbin" class="url" ><span 
 class="ec-lmtt-12">https://ctan.org/pkg/cwebbin</span></a>) is now the CWEB implementation
@@ -7053,13 +6910,13 @@
       program to make mini-indexes.
       </p></li>
       <li class="itemize">
-      <!--l. 3885--><p class="noindent" ><span 
+      <!--l. 3880--><p class="noindent" ><span 
 class="ec-lmtt-12">chkdvifont</span>: report font information from DVI files, also from tfm/ofm, vf, gf, pk.
       </p></li>
       <li class="itemize">
-      <!--l. 3888--><p class="noindent" ><span 
+      <!--l. 3883--><p class="noindent" ><span 
 class="ec-lmtt-12">dvispc</span>: make a DVI file page-independent with respect to specials.</p></li></ul>
-<!--l. 3891--><p class="indent" >   MacTeX: <span 
+<!--l. 3886--><p class="indent" >   MacTeX: <span 
 class="ec-lmtt-12">x86_64-darwin </span>now supports 10.12 and higher (Sierra, High Sierra, Mojave);
                                                                                       
                                                                                       
@@ -7066,16 +6923,16 @@
 <span 
 class="ec-lmtt-12">x86_64-darwinlegacy </span>still supports 10.6 and newer. The spell checker Excalibur is no longer
 included, since it requires 32-bit support.
-</p><!--l. 3896--><p class="indent" >   Platforms: removed <span 
+</p><!--l. 3891--><p class="indent" >   Platforms: removed <span 
 class="ec-lmtt-12">sparc-solaris</span>.
-</p><!--l. 3899--><p class="noindent" >
+</p><!--l. 3894--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.17   </span> <a 
  id="x1-890009.1.17"></a>2020</h5>
-<!--l. 3901--><p class="noindent" >General: </p>
+<!--l. 3896--><p class="noindent" >General: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 3902--><p class="noindent" >The  <span 
+      <!--l. 3897--><p class="noindent" >The  <span 
 class="ec-lmtt-12">\input </span>primitive  in  all  TeX engines,  including  <span 
 class="ec-lmtt-12">tex</span>,  now  also  accepts  a
       group-delimited filename argument, as a system-dependent extension. The usage
@@ -7090,7 +6947,7 @@
 class="ec-lmtt-12">\input </span>primitive.
       </p></li>
       <li class="itemize">
-      <!--l. 3912--><p class="noindent" >New option <span 
+      <!--l. 3907--><p class="noindent" >New option <span 
 class="ec-lmtt-12">--cnf-line </span>for <span 
 class="ec-lmtt-12">kpsewhich</span>, <span 
 class="ec-lmtt-12">tex</span>, <span 
@@ -7098,7 +6955,7 @@
       arbitrary configuration settings on the command line.
       </p></li>
       <li class="itemize">
-      <!--l. 3916--><p class="noindent" >The addition of various primitives to various engines in this and previous years
+      <!--l. 3911--><p class="noindent" >The addition of various primitives to various engines in this and previous years
       is intended to result in a common set of functionality available across all engines
       (<span 
 class="ec-lmro-12">LaTeX</span><span 
@@ -7107,16 +6964,17 @@
 class="ec-lmtt-12">https://latex-project.org/news</span></a>).
 </p>
       </li></ul>
-<!--l. 3923--><p class="indent" >   epTeX, eupTeX: New primitives <span 
-class="ec-lmtt-12">\Uchar</span>, <span 
+<!--l. 3918--><p class="indent" >   epTeX, eupTeX: Several new primitives, mostly for cross-engine support: <span 
+class="ec-lmtt-12">\Uchar</span>,
+<span 
 class="ec-lmtt-12">\Ucharcat</span>, <span 
-class="ec-lmtt-12">\current(x)spacingmode</span>,
+class="ec-lmtt-12">\current(x)spacingmode</span>, <span 
+class="ec-lmtt-12">\ifincsname</span>; also, revise <span 
+class="ec-lmtt-12">\fontchar??</span> and
 <span 
-class="ec-lmtt-12">\ifincsname</span>; revise <span 
-class="ec-lmtt-12">\fontchar?? </span>and <span 
 class="ec-lmtt-12">\iffontchar</span>. For eupTeX only: <span 
 class="ec-lmtt-12">\currentcjktoken</span>.
-</p><!--l. 3927--><p class="indent" >   LuaTeX: Integration with HarfBuzz library, available as new engines <span 
+</p><!--l. 3923--><p class="indent" >   LuaTeX: Integration with HarfBuzz library, available as new engines <span 
 class="ec-lmtt-12">luahbtex</span>
 (used for <span 
 class="ec-lmtt-12">lualatex</span>) and <span 
@@ -7124,44 +6982,43 @@
 class="ec-lmtt-12">\eTeXgluestretchorder</span>,
 <span 
 class="ec-lmtt-12">\eTeXglueshrinkorder</span>.
-</p><!--l. 3931--><p class="indent" >   pdfTeX: New primitive <span 
+</p><!--l. 3927--><p class="indent" >   pdfTeX: New primitive <span 
 class="ec-lmtt-12">\pdfmajorversion</span>; this merely changes the version number in the
 PDF output; it has no effect on any PDF content. <span 
 class="ec-lmtt-12">\pdfximage </span>and similar now search for
 image files in the same way as <span 
 class="ec-lmtt-12">\openin</span>.
-</p><!--l. 3936--><p class="indent" >   pTeX: New primitives <span 
+</p><!--l. 3932--><p class="indent" >   pTeX: New primitives <span 
 class="ec-lmtt-12">\ifjfont</span>, <span 
 class="ec-lmtt-12">\iftfont</span>. Also in epTeX, upTeX, eupTeX.
-</p><!--l. 3939--><p class="indent" >   XeTeX: Fixes for <span 
+</p><!--l. 3935--><p class="indent" >   XeTeX: Fixes for <span 
 class="ec-lmtt-12">\Umathchardef</span>, <span 
 class="ec-lmtt-12">\XeTeXinterchartoks</span>, <span 
 class="ec-lmtt-12">\pdfsavepos</span>.
-</p><!--l. 3941--><p class="indent" >   Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities (
+</p><!--l. 3937--><p class="indent" >   Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities (
 <a 
 href="https://tug.org/TUGboat/tb40-2/tb125rokicki-type3search.pdf" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/TUGboat/tb40-2/tb125rokicki-type3search.pdf</span></a>).
-</p><!--l. 3945--><p class="indent" >   MacTeX: MacTeX and <span 
+</p><!--l. 3941--><p class="indent" >   MacTeX: MacTeX and <span 
 class="ec-lmtt-12">x86_64-darwin </span>now require 10.13 or higher (High Sierra, Mojave,
 and Catalina); <span 
 class="ec-lmtt-12">x86_64-darwinlegacy </span>supports 10.6 and newer. MacTeX is notarized and
 command line programs have hardened runtimes, as now required by Apple for install
-packages. BibDesk and TeX Live Utility are not in MacTeX because they are not notarized,
                                                                                       
                                                                                       
+packages. BibDesk and TeX Live Utility are not in MacTeX because they are not notarized,
 but a <span 
 class="ec-lmtt-12">README </span>file lists urls where they can be obtained.
-</p><!--l. 3953--><p class="indent" >   <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">x86_64-darwinlegacy</span></span></span>: drop X11 support, including <span 
+</p><!--l. 3949--><p class="indent" >   <span class="obeylines-h"><code class="verb">x86_64-darwinlegacy</code></span>: drop X11 support, including <span 
 class="ec-lmss-12">xdvi</span>.
-</p><!--l. 3955--><p class="indent" >   <span 
+</p><!--l. 3951--><p class="indent" >   <span 
 class="ec-lmtt-12">tlmgr </span>and infrastructure: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 3956--><p class="noindent" >Automatically retry (once) packages that fail to download.
+      <!--l. 3952--><p class="noindent" >Automatically retry (once) packages that fail to download.
       </p></li>
       <li class="itemize">
-      <!--l. 3957--><p class="noindent" >New  option  <span 
+      <!--l. 3953--><p class="noindent" >New  option  <span 
 class="ec-lmtt-12">tlmgr check texmfdbs</span>,  to  check  consistency  of  <span 
 class="ec-lmtt-12">ls-R </span>files  and
       <span 
@@ -7168,25 +7025,25 @@
 class="ec-lmtt-12">!!</span> specifications for each tree.
       </p></li>
       <li class="itemize">
-      <!--l. 3960--><p class="noindent" >Use        versioned        filenames        for        the        package        containers,
-      as in <span 
+      <!--l. 3956--><p class="noindent" >Use versioned filenames for the package containers, as in:<br 
+class="newline" /><span 
 class="ec-lmtt-12">tlnet/archive/</span><span 
 class="ec-lmtto-10x-x-120">pkgname</span><span 
-class="ec-lmtt-12">.rNNN.tar.xz</span>; should be invisible to users, but a
+class="ec-lmtt-12">.rNNN.tar.xz</span>. This should be invisible to users, but is a
       notable change in distribution.
       </p></li>
       <li class="itemize">
-      <!--l. 3963--><p class="noindent" ><span 
+      <!--l. 3959--><p class="noindent" ><span 
 class="ec-lmtt-12">catalogue-date </span>information no longer propagated from the TeX Catalogue, since
       it was often unrelated to package updates.</p></li></ul>
-<!--l. 3968--><p class="noindent" >
+<!--l. 3964--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.18   </span> <a 
  id="x1-900009.1.18"></a>2021</h5>
-<!--l. 3970--><p class="noindent" >General: </p>
+<!--l. 3966--><p class="noindent" >General: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 3971--><p class="noindent" >Donald Knuth’s changes for his 2021 tuneup of TeX and Metafont are incorporated
+      <!--l. 3967--><p class="noindent" >Donald Knuth’s changes for his 2021 tuneup of TeX and Metafont are incorporated
       (<a 
 href="https://tug.org/TUGboat/tb42-1/tb130knuth-tuneup21.pdf" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/TUGboat/tb42-1/tb130knuth-tuneup21.pdf</span></a>). They are
@@ -7196,175 +7053,159 @@
       expected, the fixes are for obscure cases and do not affect any behavior in practice.
       </p></li>
       <li class="itemize">
-      <!--l. 3978--><p class="noindent" >Except  in  original  TeX:  if  <span 
+      <!--l. 3974--><p class="noindent" >Except  in  original  TeX:  if  <span 
 class="ec-lmtt-12">\tracinglostchars </span>is  set  to  3  or  more,  missing
       characters will result in an error, not just a message in the log file, and the missing
       character code will be shown in hex.
       </p></li>
       <li class="itemize">
-      <!--l. 3982--><p class="noindent" >Except  in  original  TeX:  a  new  integer  parameter  <span 
+      <!--l. 3978--><p class="noindent" >Except  in  original  TeX:  a  new  integer  parameter  <span 
 class="ec-lmtt-12">\tracingstacklevels</span>,  if
       positive, and <span 
 class="ec-lmtt-12">\tracingmacros </span>is also positive, causes a prefix indicating the macro
-      expansion depth to be output on each relevant log line (e.g., <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">~..</span></span></span> at depth 2). Also,
+      expansion depth to be output on each relevant log line (e.g., <span class="obeylines-h"><code class="verb">~..</code></span> at depth 2). Also,
       macro logging is truncated at a depth <span 
 class="lmsy-10x-x-120">≥ </span>the parameter value.
 </p>
       </li></ul>
-<!--l. 3990--><p class="indent" >   Aleph: The Aleph-based LaTeX format, named <span 
+<!--l. 3986--><p class="indent" >   Aleph: The Aleph-based LaTeX format, named <span 
 class="ec-lmtt-12">lamed</span>, has been removed. The <span 
 class="ec-lmtt-12">aleph</span>
-binary itself is still included and supported.
                                                                                       
                                                                                       
-</p><!--l. 3993--><p class="indent" >   LuaTeX: </p>
+binary itself is still included and supported.
+</p><!--l. 3989--><p class="indent" >   LuaTeX: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 3994--><p class="noindent" >Lua 5.3.6.
+      <!--l. 3990--><p class="noindent" >Lua 5.3.6.
       </p></li>
       <li class="itemize">
-      <!--l. 3995--><p class="noindent" >Callback for nesting level used in <span 
+      <!--l. 3991--><p class="noindent" >Callback for nesting level used in <span 
 class="ec-lmtt-12">\tracingmacros</span>, as generalized variant of the
       new <span 
 class="ec-lmtt-12">\tracingstacklevels</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 3997--><p class="noindent" >Mark math glyphs as protected to prevent processing as text.
+      <!--l. 3993--><p class="noindent" >Mark math glyphs as protected to prevent processing as text.
       </p></li>
       <li class="itemize">
-      <!--l. 3998--><p class="noindent" >Removed width/ic compensation for traditional math code path.</p></li></ul>
-<!--l. 4001--><p class="indent" >   MetaPost: </p>
+      <!--l. 3994--><p class="noindent" >Removed width/ic compensation for traditional math code path.</p></li></ul>
+<!--l. 3997--><p class="indent" >   MetaPost: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4002--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">SOURCE_DATE_EPOCH</span></span></span> environment variable support for reproducible output.
+      <!--l. 3998--><p class="noindent" ><span class="obeylines-h"><code class="verb">SOURCE_DATE_EPOCH</code></span> environment variable support for reproducible output.
       </p></li>
       <li class="itemize">
-      <!--l. 4003--><p class="noindent" >Avoid wrong final <span 
+      <!--l. 3999--><p class="noindent" >Avoid wrong final <span 
 class="ec-lmtt-12">% </span>in <span 
 class="ec-lmtt-12">mpto</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4004--><p class="noindent" >Document <span 
+      <!--l. 4000--><p class="noindent" >Document <span 
 class="ec-lmtt-12">-T </span>option, other fixes to manual.
       </p></li>
       <li class="itemize">
-      <!--l. 4005--><p class="noindent" >Value    of    <span 
-class="ec-lmtt-12">epsilon   </span>changed    in    binary    and    decimal    modes,    so
-      <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">mp_solve_rising_cubic</span></span></span> works as expected.</p></li></ul>
-<!--l. 4009--><p class="indent" >   pdfTeX: </p>
+      <!--l. 4001--><p class="noindent" >Value of  <span 
+class="ec-lmtt-12">epsilon </span>changed in binary and decimal modes, so that the function
+      <span class="obeylines-h"><code class="verb">mp_solve_rising_cubic</code></span> works as expected.</p></li></ul>
+<!--l. 4005--><p class="indent" >   pdfTeX: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4010--><p class="noindent" >New primitives <span 
+      <!--l. 4006--><p class="noindent" >New primitives <span 
 class="ec-lmtt-12">\pdfrunninglinkoff </span>and <span 
 class="ec-lmtt-12">\pdfrunninglinkon</span>; e.g., for disabling
       generation of links in headers and footers.
       </p></li>
       <li class="itemize">
-      <!--l. 4013--><p class="noindent" >Warn instead of aborting when “<span 
+      <!--l. 4009--><p class="noindent" >Warn instead of aborting when “<span 
 class="ec-lmtt-12">\pdfendlink </span>ended up in different nesting level
       than <span 
 class="ec-lmtt-12">\pdfstartlink</span>”.
       </p></li>
       <li class="itemize">
-      <!--l. 4015--><p class="noindent" >Dump <span 
+      <!--l. 4011--><p class="noindent" >Dump <span 
 class="ec-lmtt-12">\pdfglyphtounicode </span>assignments in <span 
 class="ec-lmtt-12">fmt </span>file.
       </p></li>
       <li class="itemize">
-      <!--l. 4016--><p class="noindent" >Source: <span 
+      <!--l. 4012--><p class="noindent" >Source: <span 
 class="ec-lmtt-12">poppler </span>support removed, as it was too hard to keep in sync with upstream.
       In native TL, pdfTeX has always used <span 
 class="ec-lmtt-12">libs/xpdf</span>, which is cut-down and adapted
       code from <span 
 class="ec-lmtt-12">xpdf</span>.</p></li></ul>
-<!--l. 4021--><p class="indent" >   XeTeX: Fixes for math kerning.
                                                                                       
                                                                                       
-</p><!--l. 4023--><p class="indent" >   Dvipdfmx: </p>
+<!--l. 4017--><p class="indent" >   XeTeX: Fixes for math kerning.
+</p><!--l. 4019--><p class="indent" >   Dvipdfmx: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4024--><p class="noindent" >Ghostscript is now invoked safely by default; to override (assuming all input files
-      are trusted), use <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">-i</span><span 
-class="ec-lmtt-12"> dvipdfmx-unsafe.cfg</span></span></span>. To use PSTricks with XeTeX, this is
-      required,                                             as                                             in:
-      <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">xetex</span><span 
-class="ec-lmtt-12"> -output-driver=&#x0022;xdvipdfmx</span><span 
-class="ec-lmtt-12"> -i</span><span 
-class="ec-lmtt-12"> dvipdfmx-unsafe.cfg</span><span 
-class="ec-lmtt-12"> -q</span><span 
-class="ec-lmtt-12"> -E&#x0022;</span><span 
-class="ec-lmtt-12"> ...</span></span></span>
+      <!--l. 4020--><p class="noindent" >Ghostscript is now invoked safely by default; to override (thereby assuming all input
+      files are trusted), use <span class="obeylines-h"><code class="verb">-i dvipdfmx-unsafe.cfg</code></span>. To use PSTricks with XeTeX,
+      this is required, as in:<br 
+class="newline" /><span class="obeylines-h"><code class="verb">xetex -output-driver=&#x0022;xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E&#x0022; ...</code></span>
       </p></li>
       <li class="itemize">
-      <!--l. 4029--><p class="noindent" >If an image file is not found, exit with bad status.
+      <!--l. 4025--><p class="noindent" >If an image file is not found, exit with bad status.
       </p></li>
       <li class="itemize">
-      <!--l. 4030--><p class="noindent" >Extended special syntax for color support.
+      <!--l. 4026--><p class="noindent" >Extended special syntax for color support.
       </p></li>
       <li class="itemize">
-      <!--l. 4031--><p class="noindent" >Specials for manipulating <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">ExtGState</span></span></span>.
+      <!--l. 4027--><p class="noindent" >Specials for manipulating <span class="obeylines-h"><code class="verb">ExtGState</code></span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4032--><p class="noindent" >Compatibility specials <span 
+      <!--l. 4028--><p class="noindent" >Compatibility specials <span 
 class="ec-lmtt-12">pdfcolorstack </span>and <span 
 class="ec-lmtt-12">pdffontattr</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4033--><p class="noindent" >Experimental support for <span 
-class="ec-lmtt-12">dviluatex</span>’s extended <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">fnt_def</span></span></span>.
+      <!--l. 4029--><p class="noindent" >Experimental support for <span 
+class="ec-lmtt-12">dviluatex</span>’s extended <span class="obeylines-h"><code class="verb">fnt_def</code></span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4034--><p class="noindent" >Support new feature of virtual font to fallback Japanese font definition.</p></li></ul>
-<!--l. 4037--><p class="indent" >   Dvips: </p>
+      <!--l. 4030--><p class="noindent" >Support new feature of virtual font to fallback Japanese font definition.</p></li></ul>
+<!--l. 4033--><p class="indent" >   Dvips: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4038--><p class="noindent" >Default PostScript document title is now the basename of the input file, and can
+      <!--l. 4034--><p class="noindent" >Default PostScript document title is now the basename of the input file, and can
       be overridden with the new option <span 
 class="ec-lmtt-12">-title</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4040--><p class="noindent" >If an <span 
+      <!--l. 4036--><p class="noindent" >If an <span 
 class="ec-lmtt-12">.eps </span>or other image file is not found, exit with bad status.
       </p></li>
       <li class="itemize">
-      <!--l. 4042--><p class="noindent" >Support new feature of virtual font to fallback Japanese font definition.</p></li></ul>
-<!--l. 4045--><p class="indent" >   MacTeX: MacTeX and its new binary folder <span 
+      <!--l. 4038--><p class="noindent" >Support new feature of virtual font to fallback Japanese font definition.</p></li></ul>
+<!--l. 4041--><p class="indent" >   MacTeX: MacTeX and its new binary folder <span 
 class="ec-lmtt-12">universal-darwin </span>now require macOS 10.14
-or higher (Mojave, Catalina, and Big Sur); the <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">x86_64-darwin</span></span></span> binary folder is no longer
-present. The <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">x86_64-darwinlegacy</span></span></span> binary folder, available only with the Unix <span 
+or higher (Mojave, Catalina, and Big Sur); the <span class="obeylines-h"><code class="verb">x86_64-darwin</code></span> binary folder is no longer
+present. The <span class="obeylines-h"><code class="verb">x86_64-darwinlegacy</code></span> binary folder, available only with the Unix <span 
 class="ec-lmtt-12">install-tl</span>,
 supports 10.6 and newer.
-</p><!--l. 4051--><p class="indent" >   This is an important year for the Macintosh because Apple introduced ARM machines in
+</p><!--l. 4047--><p class="indent" >   This is an important year for the Macintosh because Apple introduced ARM machines in
 November and will sell and support both ARM and Intel machines for many years. All
 programs in <span 
 class="ec-lmtt-12">universal-darwin </span>have executable code for both ARM and Intel. Both binaries
 are compiled from the same source code.
-</p><!--l. 4057--><p class="indent" >   The additional programs Ghostscript, LaTeXiT, TeX Live Utility, and TeXShop are all
-universal and are signed with a hardened runtime, so all are included in MacTeX this
+</p><!--l. 4053--><p class="indent" >   The additional programs Ghostscript, LaTeXiT, TeX Live Utility, and TeXShop are all
                                                                                       
                                                                                       
+universal and are signed with a hardened runtime, so all are included in MacTeX this
 year.
-</p><!--l. 4061--><p class="indent" >   <span 
+</p><!--l. 4057--><p class="indent" >   <span 
 class="ec-lmtt-12">tlmgr </span>and infrastructure: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4062--><p class="noindent" >keep only one backup of the main repository’s <span 
+      <!--l. 4058--><p class="noindent" >keep only one backup of the main repository’s <span 
 class="ec-lmtt-12">texlive.tlpdb</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4063--><p class="noindent" >even more portability across systems and Perl versions.
+      <!--l. 4059--><p class="noindent" >even more portability across systems and Perl versions.
       </p></li>
       <li class="itemize">
-      <!--l. 4064--><p class="noindent" ><span 
+      <!--l. 4060--><p class="noindent" ><span 
 class="ec-lmtt-12">tlmgr info </span>reports new <span 
 class="ec-lmtt-12">lcat-* </span>and <span 
 class="ec-lmtt-12">rcat-* </span>fields for local vs. remote Catalogue
@@ -7371,52 +7212,52 @@
       data.
       </p></li>
       <li class="itemize">
-      <!--l. 4066--><p class="noindent" >full      logging      of      subcommands      moved      to      new      log      file
-      <span 
+      <!--l. 4062--><p class="noindent" >full logging of subcommands moved to a new log file:<br 
+class="newline" /><span 
 class="ec-lmtt-12">texmf-var/web2c/tlmgr-commands.log</span>.</p></li></ul>
-<!--l. 4071--><p class="noindent" >
+<!--l. 4067--><p class="noindent" >
 </p>
    <h5 class="subsubsectionHead"><span class="titlemark">9.1.19   </span> <a 
  id="x1-910009.1.19"></a>2022</h5>
-<!--l. 4073--><p class="noindent" >General: </p>
+<!--l. 4069--><p class="noindent" >General: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4074--><p class="noindent" >New engine <span 
+      <!--l. 4070--><p class="noindent" >New engine <span 
 class="ec-lmtt-12">hitex</span>, which outputs its own HINT format, designed especially for
       reading technical documents on mobile devices. HINT viewers for GNU/Linux,
       Windows, and Android are available separately from TeX Live.
       </p></li>
       <li class="itemize">
-      <!--l. 4079--><p class="noindent" ><span 
+      <!--l. 4075--><p class="noindent" ><span 
 class="ec-lmtt-12">tangle</span>, <span 
 class="ec-lmtt-12">weave</span>: support optional third argument to specify output file.
       </p></li>
       <li class="itemize">
-      <!--l. 4082--><p class="noindent" >Knuth’s program <span 
+      <!--l. 4078--><p class="noindent" >Knuth’s program <span 
 class="ec-lmtt-12">twill </span>for making mini-indexes for original <span 
 class="ec-lmtt-12">WEB </span>programs now
       included.
 </p>
       </li></ul>
-<!--l. 4087--><p class="indent" >   Cross-engine extensions (except in original TeX, Aleph, and hiTeX): </p>
+<!--l. 4083--><p class="indent" >   Cross-engine extensions (except in original TeX, Aleph, and hiTeX): </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4089--><p class="noindent" >New primitive <span 
+      <!--l. 4085--><p class="noindent" >New primitive <span 
 class="ec-lmtt-12">\showstream </span>to redirect <span 
 class="ec-lmtt-12">\show </span>output to a file.
       </p></li>
       <li class="itemize">
-      <!--l. 4090--><p class="noindent" >New primitives <span 
+      <!--l. 4086--><p class="noindent" >New primitives <span 
 class="ec-lmtt-12">\partokenname </span>and <span 
 class="ec-lmtt-12">\partokencontext </span>allow overriding the name
       of the <span 
 class="ec-lmtt-12">\par </span>token emitted at blank lines, the end of vboxes, etc.</p></li></ul>
-<!--l. 4095--><p class="indent" >   epTeX, eupTeX: </p>
+<!--l. 4091--><p class="indent" >   epTeX, eupTeX: </p>
                                                                                       
                                                                                       
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4096--><p class="noindent" >New
+      <!--l. 4092--><p class="noindent" >New
       primitives:
       <span 
 class="ec-lmtt-12">\lastnodefont</span>,
@@ -7428,7 +7269,7 @@
 class="ec-lmtt-12">\suppressmathparerror</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4098--><p class="noindent" >pdfTeX
+      <!--l. 4094--><p class="noindent" >pdfTeX
       extension
       <span 
 class="ec-lmtt-12">\vadjust</span>
@@ -7436,42 +7277,42 @@
 class="ec-lmtt-12">pre</span>
       now
       available.</p></li></ul>
-<!--l. 4101--><p class="indent" >   LuaTeX: </p>
+<!--l. 4097--><p class="indent" >   LuaTeX: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4102--><p class="noindent" >Support structured destinations from PDF 2.0.
+      <!--l. 4098--><p class="noindent" >Support structured destinations from PDF 2.0.
       </p></li>
       <li class="itemize">
-      <!--l. 4103--><p class="noindent" >PNG /Smask for PDF 2.0.
+      <!--l. 4099--><p class="noindent" >PNG /Smask for PDF 2.0.
       </p></li>
       <li class="itemize">
-      <!--l. 4104--><p class="noindent" >Variable font interface for <span 
+      <!--l. 4100--><p class="noindent" >Variable font interface for <span 
 class="ec-lmtt-12">luahbtex</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4105--><p class="noindent" >Different radical style defaults in mathdefaultsmode.
+      <!--l. 4101--><p class="noindent" >Different radical style defaults in mathdefaultsmode.
       </p></li>
       <li class="itemize">
-      <!--l. 4106--><p class="noindent" >Optionally block selected discretionary creation.
+      <!--l. 4102--><p class="noindent" >Optionally block selected discretionary creation.
       </p></li>
       <li class="itemize">
-      <!--l. 4107--><p class="noindent" >Improvements for TrueType fonts implementation.
+      <!--l. 4103--><p class="noindent" >Improvements for TrueType fonts implementation.
       </p></li>
       <li class="itemize">
-      <!--l. 4108--><p class="noindent" >More efficient <span 
+      <!--l. 4104--><p class="noindent" >More efficient <span 
 class="ec-lmtt-12">\fontdimen </span>allocation.
       </p></li>
       <li class="itemize">
-      <!--l. 4109--><p class="noindent" >Ignore paragraphs with only a local <span 
+      <!--l. 4105--><p class="noindent" >Ignore paragraphs with only a local <span 
 class="ec-lmtt-12">par </span>node followed by direction synchronization
       nodes.</p></li></ul>
-<!--l. 4113--><p class="indent" >   MetaPost: Bug fix for infinite macro expansion.
-</p><!--l. 4115--><p class="indent" >   pdfTeX: </p>
+<!--l. 4109--><p class="indent" >   MetaPost: Bug fix for infinite macro expansion.
+</p><!--l. 4111--><p class="indent" >   pdfTeX: </p>
                                                                                       
                                                                                       
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4116--><p class="noindent" >Support
+      <!--l. 4112--><p class="noindent" >Support
       structured
       destinations
       from
@@ -7479,7 +7320,7 @@
       2.0.
       </p></li>
       <li class="itemize">
-      <!--l. 4117--><p class="noindent" >For
+      <!--l. 4113--><p class="noindent" >For
       letterspaced
       fonts,
       use
@@ -7490,7 +7331,7 @@
       specified.
       </p></li>
       <li class="itemize">
-      <!--l. 4118--><p class="noindent" >Always
+      <!--l. 4114--><p class="noindent" >Always
       start
       a
       warning
@@ -7502,7 +7343,7 @@
       line.
       </p></li>
       <li class="itemize">
-      <!--l. 4119--><p class="noindent" >For
+      <!--l. 4115--><p class="noindent" >For
       characters
       with
       autokern
@@ -7523,27 +7364,27 @@
       and
       explicit
       hyphens.</p></li></ul>
-<!--l. 4124--><p class="indent" >   pTeX et al.: </p>
+<!--l. 4120--><p class="indent" >   pTeX et al.: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4125--><p class="noindent" >Major update of pTeX to 4.0.0 to better support current LaTeX.
+      <!--l. 4121--><p class="noindent" >Major update of pTeX to 4.0.0 to better support current LaTeX.
       </p></li>
       <li class="itemize">
-      <!--l. 4126--><p class="noindent" >New primitives <span 
+      <!--l. 4122--><p class="noindent" >New primitives <span 
 class="ec-lmtt-12">\ptexlineendmode </span>and <span 
 class="ec-lmtt-12">\toucs</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4127--><p class="noindent" ><span 
+      <!--l. 4123--><p class="noindent" ><span 
 class="ec-lmtt-12">\ucs </span>(formerly available in uptex, euptex) now available also in pTeX and epTeX.
       </p></li>
       <li class="itemize">
-      <!--l. 4129--><p class="noindent" >Distinguish                                     8-bit                                     characters
-      and Japanese characters as discussed in a TUGboat article by Hironori Kitagawa
+      <!--l. 4125--><p class="noindent" >Distinguish                                  eight-bit                                  characters
+      and Japanese characters, as discussed in a TUGboat article by Hironori Kitagawa
       (<a 
 href="https://tug.org/TUGboat/tb41-3/tb129kitagawa-char.pdf" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/TUGboat/tb41-3/tb129kitagawa-char.pdf</span></a>).</p></li></ul>
-<!--l. 4134--><p class="indent" >   XeTeX: New wrapper scripts <span 
+<!--l. 4130--><p class="indent" >   XeTeX: New wrapper scripts <span 
 class="ec-lmtt-12">xetex-unsafe </span>and <span 
 class="ec-lmtt-12">xelatex-unsafe </span>for simpler invocation of
 documents requiring both XeTeX and PSTricks transparency operators, which is inherently
@@ -7550,33 +7391,33 @@
 unsafe (until and unless reimplementation in Ghostscript happens). For safety, use
 Lua(L<span 
 class="ec-lmr-8">A</span>)TeX.
-</p><!--l. 4140--><p class="indent" >   Dvipdfmx: </p>
+</p><!--l. 4136--><p class="indent" >   Dvipdfmx: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4141--><p class="noindent" >Support for PSTricks without requiring <span 
+      <!--l. 4137--><p class="noindent" >Support for PSTricks without requiring <span 
 class="ec-lmtt-12">-dNOSAFER</span>, except for transparency.
       </p></li>
       <li class="itemize">
-      <!--l. 4143--><p class="noindent" >The <span 
+      <!--l. 4139--><p class="noindent" >The <span 
 class="ec-lmtt-12">-r </span>option to set bitmap font resolution works again.</p></li></ul>
-<!--l. 4146--><p class="indent" >   Dvips: By default, do not attempt automatic media adjustment for rotated paper sizes; the
+<!--l. 4142--><p class="indent" >   Dvips: By default, do not attempt automatic media adjustment for rotated paper sizes; the
 new option <span 
 class="ec-lmtt-12">–landscaperotate </span>re-enables.
-</p><!--l. 4149--><p class="indent" >   <span 
+</p><!--l. 4145--><p class="indent" >   <span 
 class="ec-lmtt-12">upmendex</span>: Experimental support for Arabic and Hebrew scripts; improved character
 classification and language support.
-</p><!--l. 4152--><p class="indent" >   Kpathsea: First path returned from <span 
+</p><!--l. 4148--><p class="indent" >   Kpathsea: First path returned from <span 
 class="ec-lmtt-12">kpsewhich -all </span>is now the same as a regular (non-all)
 search.
-</p><!--l. 4155--><p class="indent" >   <span 
+</p><!--l. 4151--><p class="indent" >   <span 
 class="ec-lmtt-12">tlmgr </span>and infrastructure: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4156--><p class="noindent" >use https for <span 
+      <!--l. 4152--><p class="noindent" >use https for <span 
 class="ec-lmtt-12">mirror.ctan.org </span>by default.
       </p></li>
       <li class="itemize">
-      <!--l. 4157--><p class="noindent" >use <span 
+      <!--l. 4153--><p class="noindent" >use <span 
 class="ec-lmtt-12">TEXMFROOT </span>instead of <span 
 class="ec-lmtt-12">SELFAUTOPARENT </span>for easier relocating.
       </p></li>
@@ -7583,24 +7424,23 @@
                                                                                       
                                                                                       
       <li class="itemize">
-      <!--l. 4159--><p class="noindent" ><span 
+      <!--l. 4155--><p class="noindent" ><span 
 class="ec-lmtt-12">install-tl</span>: if download or installation fails for a given package, automatically
       continue and later retry (once).</p></li></ul>
-<!--l. 4163--><p class="indent" >   MacTeX: MacTeX and its binary folder <span 
+<!--l. 4159--><p class="indent" >   MacTeX: MacTeX and its binary folder <span 
 class="ec-lmtt-12">universal-darwin </span>require macOS 10.14 or
-higher (Mojave, Catalina, Big Sur, Monterey). The <span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">x86_64-darwinlegacy</span></span></span> binary
+higher (Mojave, Catalina, Big Sur, Monterey). The <span class="obeylines-h"><code class="verb">x86_64-darwinlegacy</code></span> binary
 folder, available only with the Unix <span 
 class="ec-lmtt-12">install-tl</span>, supports 10.6 (Snow Leopard) and
 newer.
-</p><!--l. 4168--><p class="indent" >   Platforms: No changes to platform support for this year (2022). However, for next year’s
+</p><!--l. 4164--><p class="indent" >   Platforms: No changes to platform support for this year (2022). However, for next year’s
 release (2023), we are planning to switch the Windows binaries from 32-bit to 64-bit.
 Unfortunately we cannot feasibly support both simultaneously.
-</p><!--l. 4174--><p class="indent" >   <a id="news"></a>
+</p><!--l. 4170--><p class="noindent" >
 </p>
-   <h4 class="subsectionHead"><span class="titlemark">9.2   </span> <a 
- id="x1-920009.2"></a>Present: 2023</h4>
-<!--l. 4178--><p class="noindent" >Windows: As announced previously, TeX Live now contains 64-bit Windows binaries instead of
+   <h5 class="subsubsectionHead"><span class="titlemark">9.1.20   </span> <a 
+ id="x1-920009.1.20"></a>2023</h5>
+<!--l. 4172--><p class="noindent" >Windows: As announced previously, TeX Live now contains 64-bit Windows binaries instead of
 32-bit. The new directory name is <span 
 class="ec-lmtt-12">bin/windows </span>(it did not seem right to put 64-bit
 binaries into a directory named with “32”). We know this will cause extra work for
@@ -7612,7 +7452,7 @@
 <a 
 href="https://tug.org/texlive/windows.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive/windows.html</span></a>).
-</p><!--l. 4191--><p class="indent" >
+</p><!--l. 4185--><p class="indent" >
 Cross-engine
 extensions
 (except
@@ -7645,39 +7485,38 @@
 as
 with
 a
-non-<span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">\immediate\write</span></span></span>.
-</p><!--l. 4197--><p class="noindent" >epTeX, eupTeX:</p>
+non-<span class="obeylines-h"><code class="verb">\immediate\write</code></span>.
+</p><!--l. 4191--><p class="noindent" >epTeX, eupTeX:</p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4198--><p class="noindent" >“Raw” (u)ptex no longer built; (u)ptex now runs in e(u)ptex’s compatibility mode.
+      <!--l. 4192--><p class="noindent" >“Raw” (u)ptex no longer built; (u)ptex now runs in e(u)ptex’s compatibility mode.
       Same for pTeX tools, listed below.
       </p></li>
       <li class="itemize">
-      <!--l. 4200--><p class="noindent" >New primitives: <span 
+      <!--l. 4194--><p class="noindent" >New primitives: <span 
 class="ec-lmtt-12">\tojis</span>, <span 
 class="ec-lmtt-12">\ptextracingfonts</span>, <span 
 class="ec-lmtt-12">\ptexfontname</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4202--><p class="noindent" >For <span 
+      <!--l. 4196--><p class="noindent" >For <span 
 class="ec-lmtt-12">\font</span>, new syntax for JIS/UCS is supported.</p></li></ul>
-<!--l. 4205--><p class="noindent" >LuaTeX: </p>
+<!--l. 4199--><p class="noindent" >LuaTeX: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4206--><p class="noindent" >new primitive <span 
+      <!--l. 4200--><p class="noindent" >new primitive <span 
 class="ec-lmtt-12">\variablefam </span>to allow math characters to keep their class while
       still letting the family adapt.
       </p></li>
       <li class="itemize">
-      <!--l. 4208--><p class="noindent" >improved r2l annotation areas
+      <!--l. 4202--><p class="noindent" >improved r2l annotation areas
       </p></li>
       <li class="itemize">
-      <!--l. 4209--><p class="noindent" >cross-engine “late <span 
+      <!--l. 4203--><p class="noindent" >cross-engine “late <span 
 class="ec-lmtt-12">\special</span>” described above.
       </p></li>
       <li class="itemize">
-      <!--l. 4210--><p class="noindent" >in LuaTeX 1.17.0, released in May 2023: the socket library is now disabled by
+      <!--l. 4204--><p class="noindent" >in LuaTeX 1.17.0, released in May 2023: the socket library is now disabled by
       default; a new command line option <span 
 class="ec-lmtt-12">–socket </span>enables it, as well as <span 
 class="ec-lmtt-12">–shell-escape</span>
@@ -7688,17 +7527,16 @@
 class="ec-lmtt-12">os.socketgettime </span>are  also  always
       available. Finally, some obscure ways to work around various security features were
       fixed.</p></li></ul>
-<!--l. 4220--><p class="noindent" >MetaPost: Bug fixes. <span 
+<!--l. 4214--><p class="noindent" >MetaPost: Bug fixes. <span 
 class="ec-lmtt-12">svg-&#x003E;dx </span>and <span 
 class="ec-lmtt-12">svg-&#x003E;dy </span>are now <span 
 class="ec-lmtt-12">double</span>, for better precision;
-<span class="obeylines-h"><span class="verb"><span 
-class="ec-lmtt-12">mp_begin_iteration</span></span></span> updated; memory leak in <span 
+<span class="obeylines-h"><code class="verb">mp_begin_iteration</code></span> updated; memory leak in <span 
 class="ec-lmtt-12">mplib </span>fixed.
-</p><!--l. 4224--><p class="noindent" >pdfTeX: </p>
+</p><!--l. 4218--><p class="noindent" >pdfTeX: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4225--><p class="noindent" >new primitive <span 
+      <!--l. 4219--><p class="noindent" >new primitive <span 
 class="ec-lmtt-12">\pdfomitinfodict </span>to omit <span 
 class="ec-lmtt-12">/Info </span>dictionary completely.
       </p></li>
@@ -7705,7 +7543,7 @@
       <li class="itemize">
                                                                                       
                                                                                       
-      <!--l. 4227--><p class="noindent" >new primitive <span 
+      <!--l. 4221--><p class="noindent" >new primitive <span 
 class="ec-lmtt-12">\pdfomitprocset </span>to control omitting <span 
 class="ec-lmtt-12">/ProcSet </span>array: <span 
 class="ec-lmtt-12">/ProcSet </span>is
@@ -7713,7 +7551,7 @@
       generating PDF 1.x output.
       </p></li>
       <li class="itemize">
-      <!--l. 4231--><p class="noindent" >with <span 
+      <!--l. 4225--><p class="noindent" >with <span 
 class="ec-lmtt-12">\pdfinterwordspaceon</span>, if the current font’s encoding has a <span 
 class="ec-lmtt-12">/space </span>character
       at  slot  32,  it  is  used;  otherwise,  the  <span 
@@ -7723,35 +7561,35 @@
       <span 
 class="ec-lmtt-12">\pdfspacefont</span>. This same new procedure is used for <span 
 class="ec-lmtt-12">\pdffakespace</span>.</p></li></ul>
-<!--l. 4239--><p class="noindent" >pTeX et al.: </p>
+<!--l. 4233--><p class="noindent" >pTeX et al.: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4240--><p class="noindent" >As mentioned above, <span 
+      <!--l. 4234--><p class="noindent" >As mentioned above, <span 
 class="ec-lmtt-12">ptex </span>now runs <span 
 class="ec-lmtt-12">eptex </span>in compatibility mode instead of being
       built separately.
       </p></li>
       <li class="itemize">
-      <!--l. 4243--><p class="noindent" >pTeX tools (pbibtex, pdvitype, ppltotf, ptftopl) merged into corresponding upTeX
+      <!--l. 4237--><p class="noindent" >pTeX tools (pbibtex, pdvitype, ppltotf, ptftopl) merged into corresponding upTeX
       versions, running in compatibility mode.</p></li></ul>
-<!--l. 4247--><p class="noindent" >XeTeX: bug fix for <span 
+<!--l. 4241--><p class="noindent" >XeTeX: fixed <span 
 class="ec-lmtt-12">\topskip </span>and <span 
 class="ec-lmtt-12">\splittopskip </span>computation when <span 
-class="ec-lmtt-12">\XeTeXupwardsmode </span>is
-active; the cross-engine “late <span 
+class="ec-lmtt-12">\XeTeXupwardsmode </span>is active;
+the cross-engine “late <span 
 class="ec-lmtt-12">\special</span>” described above.
-</p><!--l. 4251--><p class="noindent" >Dvipdfmx: new option <span 
+</p><!--l. 4245--><p class="noindent" >Dvipdfmx: new option <span 
 class="ec-lmtt-12">–pdfm-str-utf8 </span>to make pdfmark and/or bookmark.
-</p><!--l. 4253--><p class="noindent" >BibTeXu: </p>
+</p><!--l. 4247--><p class="noindent" >BibTeXu: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4254--><p class="noindent" >This BibTeX variant is mostly upward-compatible with BibTeX, with much better
+      <!--l. 4248--><p class="noindent" >This BibTeX variant is mostly upward-compatible with BibTeX, with much better
       (Unicode-based) multilingual support. It’s been in TeX Live for some years.
       </p></li>
       <li class="itemize">
-      <!--l. 4257--><p class="noindent" >This  year,  more  features  to  support  CJK  languages  have  been  added,  some
+      <!--l. 4251--><p class="noindent" >This  year,  more  features  to  support  CJK  languages  have  been  added,  some
       extended from the Japanese (u)pbibtex and other programs.</p></li></ul>
-<!--l. 4261--><p class="noindent" >Kpathsea: Support guessing input file encodings for Unix-ish platforms, as on Windows;
+<!--l. 4255--><p class="noindent" >Kpathsea: Support guessing input file encodings for Unix-ish platforms, as on Windows;
 enabled for (<span 
 class="ec-lmtt-12">e</span>)<span 
 class="ec-lmtt-12">p</span>(<span 
@@ -7759,23 +7597,23 @@
 class="ec-lmtt-12">tex</span>, <span 
 class="ec-lmtt-12">pbibtex</span>, <span 
 class="ec-lmtt-12">mendex</span>.
-</p><!--l. 4266--><p class="noindent" ><span 
+</p><!--l. 4260--><p class="noindent" ><span 
 class="ec-lmtt-12">tlmgr </span>and infrastructure: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4267--><p class="noindent" >default to text interface on macOS.
+      <!--l. 4261--><p class="noindent" >default to text interface on macOS.
       </p></li>
       <li class="itemize">
-      <!--l. 4268--><p class="noindent" >install core packages first, retry other packages once.
+      <!--l. 4262--><p class="noindent" >install core packages first, retry other packages once.
       </p></li>
       <li class="itemize">
-      <!--l. 4269--><p class="noindent" >simplistic checks are done for enough disk space.</p></li></ul>
-<!--l. 4272--><p class="noindent" >MacTeX: </p>
+      <!--l. 4263--><p class="noindent" >simplistic checks are done for enough disk space.</p></li></ul>
+<!--l. 4266--><p class="noindent" >MacTeX: </p>
       <ul class="itemize1">
       <li class="itemize">
                                                                                       
                                                                                       
-      <!--l. 4273--><p class="noindent" >MacTeX and its binary folder <span 
+      <!--l. 4267--><p class="noindent" >MacTeX and its binary folder <span 
 class="ec-lmtt-12">universal-darwin </span>require macOS 10.14 or higher
       (Mojave,  Catalina,  Big Sur,  Monterey,  Ventura).  The  <span 
 class="ec-lmtt-12">x86_64-darwinlegacy</span>
@@ -7784,7 +7622,7 @@
       (Snow Leopard) and later.
       </p></li>
       <li class="itemize">
-      <!--l. 4279--><p class="noindent" >The GUI package in MacTeX now contains <span 
+      <!--l. 4273--><p class="noindent" >The GUI package in MacTeX now contains <span 
 class="ec-lmtt-12">hintview</span>, a macOS viewer for HINT
       documents (created by the <span 
 class="ec-lmtt-12">hitex </span>and <span 
@@ -7799,44 +7637,149 @@
 class="ec-lmtt-12">hintview</span>.
       </p></li>
       <li class="itemize">
-      <!--l. 4286--><p class="noindent" >The <span 
+      <!--l. 4280--><p class="noindent" >The <span 
 class="ec-lmtt-12">Extras </span>folder of additional TeX software on the DVD has been replaced with
       a document containing links to download sites.</p></li></ul>
-<!--l. 4290--><p class="noindent" >Platforms: </p>
+<!--l. 4284--><p class="noindent" >Platforms: </p>
       <ul class="itemize1">
       <li class="itemize">
-      <!--l. 4291--><p class="noindent" >As mentioned above, the new <span 
+      <!--l. 4285--><p class="noindent" >As mentioned above, the new <span 
 class="ec-lmtt-12">windows </span>binary directory contains 64-bit Windows
       binaries, and
       </p></li>
       <li class="itemize">
-      <!--l. 4293--><p class="noindent" >the <span 
+      <!--l. 4287--><p class="noindent" >the <span 
 class="ec-lmtt-12">bin/win32 </span>binary directory is gone, since we cannot support 32-bit and 64-bit
       Windows simultaneously.
       </p></li>
       <li class="itemize">
-      <!--l. 4295--><p class="noindent" >The <span 
+      <!--l. 4289--><p class="noindent" >The <span 
 class="ec-lmtt-12">i386-cygwin </span>binary directory is gone, since Cygwin no longer supports i386.</p></li></ul>
-<!--l. 4301--><p class="noindent" >
+<!--l. 4294--><p class="indent" >   <a id="news"></a>
 </p>
+   <h4 class="subsectionHead"><span class="titlemark">9.2   </span> <a 
+ id="x1-930009.2"></a>Present: 2024</h4>
+<!--l. 4298--><p class="noindent" >LuaTeX: Lua-level checks for writing to files now similar to the TeX-level checks.
+</p><!--l. 4301--><p class="noindent" >MetaPost: </p>
+      <ul class="itemize1">
+      <li class="itemize">
+      <!--l. 4302--><p class="noindent" >MPFI
+      library
+      now
+      included
+      for
+      interval
+      arithmetic;
+      enabled
+      with
+                                                                                      
+                                                                                      
+      <span 
+class="ec-lmtt-12">–numbersystem=interval</span>.</p></li></ul>
+<!--l. 4306--><p class="noindent" >pdfTeX: </p>
+      <ul class="itemize1">
+      <li class="itemize">
+      <!--l. 4307--><p class="noindent" >More reliable text extraction on BigEndian systems.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4308--><p class="noindent" >More checks against corrupt pfb, fmt, pdf files.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4309--><p class="noindent" >Avoid writing a corrupt pdf given unusual pdf inclusions.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4310--><p class="noindent" >Manual converted to LaTeX and thoroughly reviewed, though substantive updates
+      are minimal.</p></li></ul>
+<!--l. 4314--><p class="noindent" >epTeX, eupTeX: </p>
+      <ul class="itemize1">
+      <li class="itemize">
+      <!--l. 4315--><p class="noindent" >New simple encoding conversion utility <span 
+class="ec-lmtt-12">ptekf</span>.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4316--><p class="noindent" ><span 
+class="ec-lmtt-12">eptex </span>no longer built separately; it runs in <span 
+class="ec-lmtt-12">euptex</span>’s legacy-encoding mode.</p></li></ul>
+<!--l. 4320--><p class="noindent" >Dvipdfmx: </p>
+      <ul class="itemize1">
+      <li class="itemize">
+      <!--l. 4321--><p class="noindent" >Calculate time zone offset in the same way as pdfTeX.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4322--><p class="noindent" >Handle variation selectors to cope with the new Adobe-Japan1-UCS2 CMap.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4323--><p class="noindent" >Fallback multibyte characters in virtual fonts to OFM fonts for (u)pTeX.</p></li></ul>
+<!--l. 4326--><p class="noindent" >Kpathsea: </p>
+      <ul class="itemize1">
+      <li class="itemize">
+      <!--l. 4327--><p class="noindent" >Support  an  extended  check  for  safe  filenames  which  also  allows  writing  under
+      <span 
+class="ec-lmtt-12">TEXMF</span>[<span 
+class="ec-lmtt-12">SYS</span>]<span 
+class="ec-lmtt-12">VAR</span>,  for  Lua(L<span 
+class="ec-lmr-8">A</span>)TeX;  new  functions  and  corresponding  <span 
+class="ec-lmtt-12">kpsewhich</span>
+      options.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4330--><p class="noindent" >Support  a  new  variable  <span 
+class="ec-lmtt-12">TEXMF_OUTPUT_DIRECTORY </span>(alongside  the  traditional
+      <span 
+class="ec-lmtt-12">TEXMFOUTPUT</span>), so that subprograms can have access to an <span 
+class="ec-lmtt-12">–output-directory</span>
+      setting in an engine invocation.</p></li></ul>
+<!--l. 4335--><p class="noindent" >CWEB: </p>
+      <ul class="itemize1">
+      <li class="itemize">
+                                                                                      
+                                                                                      
+      <!--l. 4336--><p class="noindent" >Support LuaTeX as backend TeX engine.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4337--><p class="noindent" >Fix buffer overflow on lines with no breakpoint.</p></li></ul>
+<!--l. 4340--><p class="noindent" ><span 
+class="ec-lmtt-12">tlmgr</span>: </p>
+      <ul class="itemize1">
+      <li class="itemize">
+      <!--l. 4341--><p class="noindent" >Use our own root certificate bundle on all platforms, to support LWP more widely,
+      notably on macOS.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4343--><p class="noindent" >Detect a remote repository older than the local installation (i.e., a stale mirror),
+      and don’t update, to avoid incorrect package removals.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4345--><p class="noindent" >Support ConTeXt paper size setting.
+      </p></li>
+      <li class="itemize">
+      <!--l. 4346--><p class="noindent" >Prune backups of tlpdb files for mirrored repositories (main and tlcontrib).</p></li></ul>
+<!--l. 4350--><p class="noindent" >MacTeX: now contains the latest Ghostscript 10.02.1, updates of all four GUI programs, along
+with (as always) all new TL changes. The binaries still support macOS 10.14 (Mojave, 2018)
+and later. (As usual, earlier Mac versions are supported by the <span 
+class="ec-lmtt-12">x86_64-darwinlegacy</span>
+binaries, which are part of TL, but not MacTeX.)
+</p><!--l. 4357--><p class="noindent" >
+</p>
    <h4 class="subsectionHead"><span class="titlemark">9.3   </span> <a 
- id="x1-930009.3"></a>Future</h4>
-<!--l. 4303--><p class="noindent" >We intend to continue to release new versions of TeX Live, and would like to provide more
+ id="x1-940009.3"></a>Future</h4>
+<!--l. 4359--><p class="noindent" >We intend to continue to release new versions of TeX Live, and would like to provide more
 documentation, more programs, an ever-improved and better-checked tree of macros and fonts,
 and anything else TeX. This work is all done by volunteers in their spare time, and there is
 always more to do. Please see <a 
 href="https://tug.org/texlive/contribute.html" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive/contribute.html</span></a>.
-</p><!--l. 4309--><p class="indent" >   Please send corrections, suggestions, and offers of help to:
+</p><!--l. 4365--><p class="indent" >   Please send corrections, suggestions, and offers of help to:
       </p><blockquote class="quote">
     
-      <!--l. 4311--><p class="noindent" ><a 
+      <!--l. 4367--><p class="noindent" > <a 
 href="mailto:tex-live at tug.org" ><span class="path"><span 
-class="ec-lmtt-12">tex-live at tug.org</span></span></a> <br 
+class="ec-lmtt-12">tex-live at tug.org</span></span></a> <span 
+class="ec-lmr-10x-x-109">(you need not subscribe in order to post)</span><br 
 class="newline" /><a 
 href="https://tug.org/texlive" class="url" ><span 
 class="ec-lmtt-12">https://tug.org/texlive</span></a></p></blockquote>
-<!--l. 4316--><p class="noindent" ><span 
+<!--l. 4372--><p class="noindent" ><span 
 class="ec-lmro-12">Happy TeXing!</span>
 </p>
     

Modified: trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex	2024-02-19 21:00:56 UTC (rev 69993)
+++ trunk/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex	2024-02-19 21:35:59 UTC (rev 69994)
@@ -10,7 +10,7 @@
 \usepackage[T1]{fontenc}
 
 \title{%
-  {\huge \textit{The \TeX\ Live Guide---2023}}
+  {\huge \textit{The \TeX\ Live Guide---2024}}
 }
 
 \author{Karl Berry, editor \\[3mm]
@@ -17,7 +17,7 @@
         \url{https://tug.org/texlive/}
        }
 
-\date{May 2023}
+\date{March 2024}
 
 \begin{document}
 \maketitle
@@ -161,24 +161,19 @@
 particular for numerous books, manuals, and articles on all aspects of
 the system.
 
-\item [support archives] Principal support forums for \TeX\ include
-the \LaTeX{} community site at \url{https://latex.org}, the
-q\&a site \url{https://tex.stackexchange.com}, the Usenet newsgroup
-\url{news:comp.text.tex}, and the mailing list \email{texhax at tug.org}.
-Their archives have years of past questions and answers for your
-searching pleasure, via, for the latter two,
-\url{http://groups.google.com/group/comp.text.tex/topics} and
-\url{https://tug.org/mail-archives/texhax}.  And a general web search
-never hurts.
+\item [support sites] A general web search never hurts. Principal
+support sites for \TeX\ include the \LaTeX{}
+community site at \url{https://latex.org}, the q\&a site
+\url{https://tex.stackexchange.com}, and the mailing list
+\url{https://lists.tug.org/texhax}. Their archives have years of past
+questions and answers for your searching pleasure.
 
 \item [asking questions] If you cannot find an answer, you can post to 
-\url{http://latex-community.org/} and
-\url{https://tex.stackexchange.com/} through their web interfaces, to
-\dirname{comp.text.tex} through Google or your newsreader, or to
-\email{texhax at tug.org} through email.  But before you post anywhere,
+\url{http://latex.org/} and \url{https://tex.stackexchange.com/} through
+their web interfaces, to \email{texhax at tug.org} through email (it's not
+necessary to subscribe in order to post). But before you post anywhere,
 please read this FAQ entry, to maximize your chances of getting a useful
-answer:
-\url{https://texfaq.org/FAQ-askquestion}.
+answer: \url{https://texfaq.org/FAQ-askquestion}.
 
 \item [\TL{} support] If you want to report a bug or have
 suggestions or comments on the \TL{} distribution, installation, or
@@ -200,8 +195,8 @@
 \section{Overview of \protect\TeX\protect\ Live}
 \label{sec:overview-tl}
 
-This section describes the contents of \TL{} and the \TK{} of which it
-is a part.
+This section describes the contents of \TL{}, as well as the \TK{} of
+which it is a part.
 
 \subsection{The \protect\TeX\protect\ Collection: \protect\TL,
            Mac\protect\TeX, MiK\protect\TeX, CTAN}
@@ -296,9 +291,9 @@
   (The main exceptions are the per-platform executables, which are stored
   in a sibling directory \code{bin/}.)
 \item [TEXMFSYSVAR] The (site-wide) tree used by \verb+texconfig-sys+,
-  \verb+updmap-sys+ and \verb+fmtutil-sys+, and also by \verb+tlmgr+, to
-  store (cached) runtime data such as format files and generated map files.
-\item [TEXMFSYSCONFIG] The (site-wide) tree used by the utilities
+  \verb+updmap-sys+, \verb+fmtutil-sys+, and \verb+tlmgr+, to store
+  (cached) runtime data such as format files and generated map files.
+\item [TEXMFSYSCONFIG] The (site-wide) tree used by
   \verb+texconfig-sys+, \verb+updmap-sys+, and \verb+fmtutil-sys+ to
   store modified configuration data.
 \item [TEXMFLOCAL] The tree which administrators can use for system-wide
@@ -324,8 +319,8 @@
   \item[system-wide root] can span multiple \TL{} releases
   (\texttt{/usr/local/texlive} by default on Unix):
   \begin{ttdescription}
-    \item[2022] A previous release.
-    \item[2023] The current release.
+    \item[2023] A previous release.
+    \item[2024] The current release.
     \begin{ttdescription}
       \item [bin] ~
       \begin{ttdescription}
@@ -345,9 +340,9 @@
   \item[user's home directory] (\texttt{\$HOME} or
       \texttt{\%USERPROFILE\%})
     \begin{ttdescription}
-      \item[.texlive2022] Privately generated and configuration data
+      \item[.texlive2023] Privately generated and configuration data
         for a previous release.
-      \item[.texlive2023] Privately generated and configuration data
+      \item[.texlive2024] Privately generated and configuration data
         for the current release.
       \begin{ttdescription}
         \item [texmf-var\ \ \ ] \envname{TEXMFVAR}, \envname{TEXMFCACHE}
@@ -455,9 +450,9 @@
 methods of getting the software.
 
 \begin{description}
-\item [Net installer, .zip or .tar.gz:] Download from \CTAN, under
-\dirname{systems/texlive/tlnet}; the url
-\url{http://mirror.ctan.org/systems/texlive/tlnet} should redirect to a
+\item [Net installer, .zip or .tar.gz:] Download the archive from \CTAN,
+under \dirname{systems/texlive/tlnet}; the url
+\url{https://mirror.ctan.org/systems/texlive/tlnet} should redirect to a
 nearby, up-to-date, mirror.  You can retrieve either
 \filename{install-tl.zip} which can be used under Unix and Windows, or
 the considerably smaller \filename{install-unx.tar.gz} for Unix
@@ -592,14 +587,15 @@
 > \Ucom{install-tl-windows -help}
 \end{alltt}
 
-\textbf{Note.} Add a \texttt{.bat} extension if the same directory
+\overfullrule=4pt
+Add a \texttt{.bat} extension to the invocations if the same directory
 also contains \texttt{install-tl-windows.exe}. This will not
-normally be the case (unless you've mirrored \dirname{tlnet} directory
-locally).
+normally be the case, unless you've mirrored the \dirname{tlnet} directory
+locally.
 
 \begin{figure}[tb]
 \begin{boxedverbatim}
-Installing TeX Live 2023 from: ...
+Installing TeX Live 2024 from: ...
 Platform: x86_64-linux => 'GNU/Linux on x86_64'
 Distribution: inst (compressed)
 Directory for temporary files: /tmp
@@ -611,11 +607,11 @@
  <S> set installation scheme: scheme-full
 
  <C> customizing installation collections
-     40 collections out of 41, disk space required: 7620 MB (free: 138718 MB)
+     40 collections out of 41, disk space required: 8296 MB (free: 138718 MB)
 
  <D> directories:
    TEXDIR (the main TeX directory):
-     /usr/local/texlive/2023
+     /usr/local/texlive/2024
    ...
 
  <O> options:
@@ -788,8 +784,8 @@
 
 The default layout is described in section~\ref{sec:texmftrees},
 \p.\pageref{sec:texmftrees}.  The default installation directory is
-\dirname{/usr/local/texlive/2023} on Unix and
-|C:\texlive\2023| on Windows.  This arrangement enables
+\dirname{/usr/local/texlive/2024} on Unix and
+|C:\texlive\2024| on Windows.  This arrangement enables
 having many parallel \TL\ installations, such as one for each release
 (typically by year, as here), and you can switch between them merely by
 altering your search path.
@@ -803,8 +799,8 @@
 \TL, but you do need write access to the target directory).
 
 On Windows, you normally do not need to be an administrator to
-create |C:\texlive\2023| (or, more generally,
-|%SystemDrive%\texlive\2023|).
+create |C:\texlive\2024| (or, more generally,
+|%SystemDrive%\texlive\2024|).
 
 The installation directories can also be changed by setting a variety of
 environment variables before running the installer (most likely,
@@ -816,7 +812,7 @@
 
 A reasonable alternative destination is a directory under your home,
 especially if you will be the sole user. Use `|~|' to indicate this, as
-in `|~/texlive/2023|'.
+in `|~/texlive/2024|'.
 
 We recommend including the year in the name, to enable keeping different
 releases of \TL{} side by side.  (You may wish to also maintain a
@@ -899,7 +895,7 @@
   The safest and recommended approach is to leave the option unchecked.
 
 \item[after install, set CTAN as source for package updates:]
-  When installing from \DVD, this
+  When installing from a \DVD\ or \ISO\ image, this
   option is enabled by default, since usually one wants to take any
   subsequent package updates from the \CTAN\ area that is updated
   throughout the year.  The only likely reason to disable it is if you
@@ -995,7 +991,7 @@
 \label{sec:location}
 
 The default network package repository is a \CTAN{} mirror chosen
-automatically via \url{http://mirror.ctan.org}.
+automatically via \url{https://mirror.ctan.org}.
 
 If you want to override that, the location value can be a url
 starting with \texttt{ftp:}, \texttt{http:}, \texttt{https:},
@@ -1044,9 +1040,9 @@
 \filename{.profile}), and the lines to add would look like this:
 
 \begin{sverbatim}
-PATH=/usr/local/texlive/2023/bin/x86_64-linux:$PATH; export PATH
-MANPATH=/usr/local/texlive/2023/texmf-dist/doc/man:$MANPATH; export MANPATH
-INFOPATH=/usr/local/texlive/2023/texmf-dist/doc/info:$INFOPATH; export INFOPATH
+PATH=/usr/local/texlive/2024/bin/x86_64-linux:$PATH; export PATH
+MANPATH=/usr/local/texlive/2024/texmf-dist/doc/man:$MANPATH; export MANPATH
+INFOPATH=/usr/local/texlive/2024/texmf-dist/doc/info:$INFOPATH; export INFOPATH
 \end{sverbatim}
 
 For csh or tcsh, the file to edit is typically \filename{$HOME/.cshrc}, and
@@ -1053,9 +1049,9 @@
 the lines to add might look like:
 
 \begin{sverbatim}
-setenv PATH /usr/local/texlive/2023/bin/x86_64-linux:$PATH
-setenv MANPATH /usr/local/texlive/2023/texmf-dist/doc/man:$MANPATH
-setenv INFOPATH /usr/local/texlive/2023/texmf-dist/doc/info:$INFOPATH
+setenv PATH /usr/local/texlive/2024/bin/x86_64-linux:$PATH
+setenv MANPATH /usr/local/texlive/2024/texmf-dist/doc/man:$MANPATH
+setenv INFOPATH /usr/local/texlive/2024/texmf-dist/doc/info:$INFOPATH
 \end{sverbatim}
 
 If you're not on an \code{x86\_64-linux} platform, use the appropriate
@@ -1078,8 +1074,8 @@
 \filename{/etc/manpath.config} and, if present, add lines such as
 
 \begin{sverbatim}
-MANPATH_MAP /usr/local/texlive/2023/bin/x86_64-linux \
-            /usr/local/texlive/2023/texmf-dist/doc/man
+MANPATH_MAP /usr/local/texlive/2024/bin/x86_64-linux \
+            /usr/local/texlive/2024/texmf-dist/doc/man
 \end{sverbatim}
 
 And 2)~check for a file \filename{/etc/environment} which may define the
@@ -1099,7 +1095,7 @@
 your search path (as described in the previous section):
 
 \begin{alltt}
-> \Ucom{tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet}
+> \Ucom{tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet}
 \end{alltt}
 
 This tells \cmdname{tlmgr} to use a nearby \CTAN\ mirror for future updates.
@@ -1691,12 +1687,12 @@
 install: xetex-def
 ...
 running mktexlsr
-mktexlsr: Updating /usr/local/texlive/2023/texmf-dist/ls-R...
+mktexlsr: Updating /usr/local/texlive/2024/texmf-dist/ls-R...
 ...
 running fmtutil-sys --missing
 ...
 Transcript written on xelatex.log.
-fmtutil: /usr/local/texlive/2023/texmf-var/web2c/xetex/xelatex.fmt installed.
+fmtutil: /usr/local/texlive/2024/texmf-var/web2c/xetex/xelatex.fmt installed.
 \end{fverbatim}
 
 As you can see, \prog{tlmgr} installs dependencies, and takes care of any
@@ -2092,9 +2088,9 @@
 system directories.
 
 Instead, normal installation results in a file
-\file{.../2023/texmf.cnf}.  If you must make changes to the defaults
+\file{.../2024/texmf.cnf}.  If you must make changes to the defaults
 (not normally necessary), this is the place to put them.  The main
-configuration file is in \file{.../2023/texmf-dist/web2c/texmf.cnf}.
+configuration file is in \file{.../2024/texmf-dist/web2c/texmf.cnf}.
 You should not edit this latter file, as your changes will be lost when
 the distributed version is updated.
 
@@ -2602,7 +2598,7 @@
 
 At this point \cmdname{dvips} identifies itself to the user:
 \begin{alltt}
-This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com)
+This is dvips(k) 5.92b Copyright 2002 Radical Eye Software
 \end{alltt}
 \ifSingleColumn
 Then it goes on to look for the prolog file \file{texc.pro}:
@@ -3047,8 +3043,7 @@
 in a new \dirname{scripts} subdirectory of \dirname{texmf*} trees, and
 can be searched for via \verb|kpsewhich -format=texmfscripts|.  So if you have
 programs which call such scripts, they'll need to be adjusted.  See
-\CDref{texmf-dist/doc/generic/tds/tds.html\#Scripts}
-{\texttt{texmf-dist/doc/generic/tds/tds.html\#Scripts}}.
+\url{https://tug.org/tds/tds.html\#Scripts}.
 
 \item Almost all formats leave most characters printable as
 themselves via the ``translation file'' \filename{cp227.tcx}, instead of
@@ -3115,7 +3110,7 @@
 \url{http://olsak.net/enctex.html}.
 
 \item Aleph, a new engine combining \eTeX\ and \OMEGA, is available.
-A little information is available in \OnCD{texmf-dist/doc/aleph/base}
+Some information is available in \OnCD{texmf-dist/doc/aleph/base}
 and \url{https://texfaq.org/FAQ-enginedev}.  The
 \LaTeX-based format for Aleph is named \pkgname{lamed}.
 
@@ -3416,7 +3411,7 @@
 documents; the \prog{dvisvgm} (\url{https://dvisvgm.de})
 DVI-to-SVG translator.
 
-Executables for these new platforms are now included: \code{amd64-freebsd},
+Executables for these new platforms are included: \code{amd64-freebsd},
 \code{amd64-kfreebsd}, \code{i386-freebsd}, \code{i386-kfreebsd},
 \code{x86\_64-darwin}, \code{x86\_64-solaris}.
 
@@ -3671,10 +3666,10 @@
 primitives \cs{year}, \cs{month}, \cs{day}, \cs{time}.  The pdf\TeX\
 manual has examples and details.
 
-pdf\TeX: new primitives \cs{pdfinfoomitdate}, \cs{pdftrailerid},
-\cs{pdfsuppressptexinfo}, to control values appearing in the output
-which normally change with each run.  These features are for PDF output
-only, not DVI.
+pdf\TeX: Three new primitives \cs{pdfinfoomitdate},
+\cs{pdfsuppressptexinfo}, and \cs{pdftrailerid}, to control values
+appearing in the output which normally change with each run. These
+features are for PDF output only, not DVI.
 
 Xe\TeX: New primitives \cs{XeTeXhyphenatablelength},
 \cs{XeTeXgenerateactualtext},\\ \cs{XeTeXinterwordspaceshaping},
@@ -3854,7 +3849,7 @@
 omitted from the PDF output, since it cannot feasibly be guaranteed
 correct, as required by PDF/A-2 and PDF/A-3.
 
-Xe\TeX: New primitives \cs{expanded},
+Xe\TeX: New primitives for cross-engine support: \cs{expanded},
 \cs{creationdate},
 \cs{elapsedtime},
 \cs{filedump}, 
@@ -3920,9 +3915,10 @@
 
 \end{itemize}
 
-ep\TeX, eup\TeX: New primitives \cs{Uchar}, \cs{Ucharcat},
-\cs{current(x)spacingmode}, \cs{ifincsname}; revise \cs{fontchar??} and
-\cs{iffontchar}. For eup\TeX\ only: \cs{currentcjktoken}.
+ep\TeX, eup\TeX: Several new primitives, mostly for cross-engine support:
+\cs{Uchar}, \cs{Ucharcat}, \cs{current(x)spacingmode}, \cs{ifincsname};
+also, revise \cs{fontchar??}\ and \cs{iffontchar}. For eup\TeX\ only:
+\cs{currentcjktoken}.
 
 Lua\TeX: Integration with HarfBuzz library, available as new engines
 \texttt{luahbtex} (used for \texttt{lualatex}) and \texttt{luajithbtex}.
@@ -3957,9 +3953,9 @@
 \item New option \texttt{tlmgr check texmfdbs},
 to check consistency of \texttt{ls-R} files and \texttt{!!}\
 specifications for each tree.
-\item Use versioned filenames for the package containers, as in
-\texttt{tlnet/archive/\textsl{pkgname}.rNNN.tar.xz}; should be
-invisible to users, but a notable change in distribution.
+\item Use versioned filenames for the package containers, as in:\\
+\texttt{tlnet/archive/\textsl{pkgname}.rNNN.tar.xz}. This should be
+invisible to users, but is a notable change in distribution.
 \item \texttt{catalogue-date} information no longer propagated from the
 \TeX~Catalogue, since it was often unrelated to package updates.
 \end{itemize*}
@@ -4002,8 +3998,8 @@
 \item |SOURCE_DATE_EPOCH| environment variable support for reproducible output.
 \item Avoid wrong final \texttt{\%} in \texttt{mpto}.
 \item Document \texttt{-T} option, other fixes to manual.
-\item Value of \texttt{epsilon} changed in binary and decimal modes, so
-|mp_solve_rising_cubic| works as expected.
+\item Value of \texttt{epsilon} changed in binary and decimal modes, so that
+the function |mp_solve_rising_cubic| works as expected.
 \end{itemize*}
 
 pdf\TeX{}: \begin{itemize*}
@@ -4022,9 +4018,9 @@
 
 Dvipdfmx: \begin{itemize*}
 \item Ghostscript is now invoked safely by default; to override
-    (assuming all input files are trusted), use
+    (thereby assuming all input files are trusted), use
     \verb|-i dvipdfmx-unsafe.cfg|. To use PSTricks with \XeTeX, this is
-    required, as in:
+    required, as in:\\
     \verb|xetex -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E" ...|
 \item If an image file is not found, exit with bad status.
 \item Extended special syntax for color support.
@@ -4063,7 +4059,7 @@
 \item even more portability across systems and Perl versions.
 \item \texttt{tlmgr info} reports new \texttt{lcat-*} and \texttt{rcat-*}
 fields for local vs. remote Catalogue data.
-\item full logging of subcommands moved to new log file
+\item full logging of subcommands moved to a new log file:\\
 \texttt{texmf-var/web2c/tlmgr-commands.log}.
 \end{itemize*}
 
@@ -4126,7 +4122,7 @@
 \item New primitives \cs{ptexlineendmode} and \cs{toucs}.
 \item \cs{ucs} (formerly available in uptex, euptex) now
 available also in p\TeX\ and ep\TeX.
-\item Distinguish 8-bit characters and Japanese characters
+\item Distinguish eight-bit characters and Japanese characters,
 as discussed in a TUGboat article by Hironori Kitagawa
 (\url{https://tug.org/TUGboat/tb41-3/tb129kitagawa-char.pdf}).
 \end{itemize*}
@@ -4171,9 +4167,7 @@
 both simultaneously.
 
 % 

-\htmlanchor{news}
-\subsection{Present: 2023}
-\label{sec:tlcurrent}
+\subsubsection{2023}
 
 Windows:
 As announced previously, \TL{} now contains 64-bit Windows
@@ -4244,7 +4238,7 @@
 corresponding up\TeX{} versions, running in compatibility mode.
 \end{itemize*}
 
-\noindent Xe\TeX: bug fix for \cs{topskip} and \cs{splittopskip}
+\noindent Xe\TeX: fixed \cs{topskip} and \cs{splittopskip}
 computation when \cs{XeTeXupwardsmode} is active; the cross-engine
 ``late \cs{special}'' described above.
 
@@ -4296,7 +4290,69 @@
 longer supports i386.
 \end{itemize*}
 
+% 

+\htmlanchor{news}
+\subsection{Present: 2024}
+\label{sec:tlcurrent}
 
+\noindent Lua\TeX: Lua-level checks for writing to files now similar to
+the \TeX-level checks.
+
+\noindent MetaPost: \begin{itemize*}\raggedright
+\item MPFI library now included for interval arithmetic; enabled with
+\texttt{--numbersystem=interval}.
+\end{itemize*}
+
+\noindent pdf\TeX: \begin{itemize*}
+\item More reliable text extraction on BigEndian systems.
+\item More checks against corrupt pfb, fmt, pdf files.
+\item Avoid writing a corrupt pdf given unusual pdf inclusions.
+\item Manual converted to \LaTeX\ and thoroughly reviewed, though
+substantive updates are minimal.
+\end{itemize*}
+
+\noindent ep\TeX{}, eup\TeX{}: \begin{itemize*}
+\item New simple encoding conversion utility \texttt{ptekf}.
+\item \texttt{eptex} no longer built separately; it runs in \texttt{euptex}'s
+legacy-encoding mode.
+\end{itemize*}
+
+\noindent Dvipdfmx: \begin{itemize*}
+\item Calculate time zone offset in the same way as pdf\TeX.
+\item Handle variation selectors to cope with the new Adobe-Japan1-UCS2 CMap.
+\item Fallback multibyte characters in virtual fonts to OFM fonts for (u)p\TeX.
+\end{itemize*}
+
+\noindent Kpathsea: \begin{itemize*}
+\item Support an extended check for safe filenames which also allows
+writing under \code{TEXMF}[\code{SYS}]\code{VAR}, for Lua\AllTeX{}; new
+functions and corresponding \code{kpsewhich} options.
+\item Support a new variable \code{TEXMF\_OUTPUT\_DIRECTORY} (alongside
+the traditional \code{TEXMFOUTPUT}), so that subprograms can have access to an
+\texttt{--output-directory} setting in an engine invocation.
+\end{itemize*}
+
+\noindent CWEB: \begin{itemize*}
+\item Support Lua\TeX{} as backend \TeX{} engine.
+\item Fix buffer overflow on lines with no breakpoint.
+\end{itemize*}
+
+\noindent \code{tlmgr}: \begin{itemize*}
+\item Use our own root certificate bundle on all platforms, to support LWP
+    more widely, notably on macOS.
+\item Detect a remote repository older than the local installation (i.e.,
+    a stale mirror), and don't update, to avoid incorrect package removals.
+\item Support \ConTeXt{} paper size setting.
+\item Prune backups of tlpdb files for mirrored repositories (main and
+    tlcontrib).
+\end{itemize*}
+
+\noindent Mac\TeX: now contains the latest Ghostscript 10.02.1, updates
+of all four GUI programs, along with (as always) all new TL changes. The
+binaries still support macOS~10.14 (Mojave, 2018) and later. (As usual,
+earlier Mac versions are supported by the \texttt{x86\_64-darwinlegacy}
+binaries, which are part of TL, but not Mac\TeX{}.)
+
 

 \subsection{Future}
 
@@ -4308,7 +4364,7 @@
 
 Please send corrections, suggestions, and offers of help to:
 \begin{quote}
-\email{tex-live at tug.org} \\
+\email{tex-live at tug.org} {\small (you need not subscribe in order to post)}\\
 \url{https://tug.org/texlive}
 \end{quote}
 



More information about the tex-live-commits mailing list.