summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-07 17:03:40 +0000
committerKarl Berry <karl@freefriends.org>2021-05-07 17:03:40 +0000
commitaf9df03e853a6f1bc4745504f3a7ac18c160c85a (patch)
tree9dd11dc61166d641a3da1b90c4052c7251c59731
parent4b5ae6f8f8b61df4667c82ee15a996f1f99c0565 (diff)
new section on uninstallation; suggestion from Cyrus Yip, tldoc mail 29 Apr 2021 07:48:08
git-svn-id: svn://tug.org/texlive/trunk@59113 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-en/texlive-en.css53
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-en/texlive-en.html2030
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-en/texlive-en.pdfbin1143162 -> 1145343 bytes
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex68
4 files changed, 1120 insertions, 1031 deletions
diff --git a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.css b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.css
index 199046ecc22..b0044c5c8a4 100644
--- a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.css
+++ b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.css
@@ -173,12 +173,14 @@ p.indent{text-indent:0;}
p + p{margin-top:1em;}
p + div, p + pre {margin-top:1em;}
div + p, pre + p {margin-top:1em;}
+a { overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; hyphens: auto; }
@media print {div.crosslinks {visibility:hidden;}}
a img { border-top: 0; border-left: 0; border-right: 0; }
center { margin-top:1em; margin-bottom:1em; }
td center { margin-top:0em; margin-bottom:0em; }
.Canvas { position:relative; }
img.math{vertical-align:middle;}
+div.par-math-display, div.math-display{text-align:center;}
li p.indent { text-indent: 0em }
li p:first-child{ margin-top:0em; }
li p:last-child, li div:last-child { margin-bottom:0.5em; }
@@ -195,7 +197,7 @@ div.obeylines-v p { margin-top:0; margin-bottom:0; }
td.displaylines {text-align:center; white-space:nowrap;}
.centerline {text-align:center;}
.rightline {text-align:right;}
-div.verbatim {font-family: monospace,monospace; white-space: nowrap; text-align:left; clear:both; }
+pre.verbatim {font-family: monospace,monospace; text-align:left; clear:both; }
.fbox {padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
div.fbox {display:table}
div.center div.fbox {text-align:center; clear:both; padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
@@ -277,6 +279,7 @@ table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; }
.hline hr, .cline hr{border:none;border-top:1px solid black;}
div.array {text-align:center;}
.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; }
@@ -285,26 +288,24 @@ p.bibitem { text-indent: -2em; margin-left: 2em; margin-top:0.6em; margin-bottom
p.bibitem-p { text-indent: 0em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }
.paragraphHead, .likeparagraphHead { margin-top:2em; font-weight: bold;}
.subparagraphHead, .likesubparagraphHead { font-weight: bold;}
-.quote {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; margin-right:1em; text-align:justify;}
.verse{white-space:nowrap; margin-left:2em}
div.maketitle {text-align:center;}
h2.titleHead{text-align:center;}
div.maketitle{ margin-bottom: 2em; }
div.author, div.date {text-align:center;}
div.thanks{text-align:left; margin-left:10%; font-size:85%; font-style:italic; }
-.quotation {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; }
-.abstract p {margin-left:5%; margin-right:5%;}
+div.abstract p {margin-left:5%; margin-right:5%;}
div.abstract {width:100%;}
+.abstracttitle{text-align:center;margin-bottom:1em;}
figure.float, div.figure {margin-left: auto; margin-right: auto;}
-figure.float img {text-align:center;}
-figure.figure img {text-align:center;}
-figure.figure > p {text-align:center;}
+figure.float img, figure.figure img {display: block; 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;}
figcaption.caption span.id{font-weight: bold; white-space: nowrap; }
+.abstract{margin:1em;}
.alltt P { margin-bottom : 0em; margin-top : 0em; }
-.alltt { margin-bottom : 1em; margin-top : 1em; }
+.alltt { margin-bottom : 1em; margin-top : 1em; font-family:monospace,monospace; }
.rotatebox{display: inline-block;}
-.figure img.graphics {margin-left:10%;}
table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; }
div.longtable{text-align:center;}
table.longtable{margin-left:auto; margin-right: auto;}
@@ -313,22 +314,22 @@ table.longtable{margin-left:auto; margin-right: auto;}
span.sout {text-decoration: line-through }
span.xout {text-decoration: line-through }
span.uwave {text-decoration:underline }
-P.fancyvrb {white-space: nowrap; margin:0em;}
-div#fancyvrb1{ border-top: solid 0.4pt; }
-div#fancyvrb1{ border-left: solid 0.4pt; }
-div#fancyvrb1{ border-bottom: solid 0.4pt; }
-div#fancyvrb1{ border-right: solid 0.4pt; }
-div#fancyvrb2{ border-top: solid 0.4pt; }
-div#fancyvrb2{ border-left: solid 0.4pt; }
-div#fancyvrb2{ border-bottom: solid 0.4pt; }
-div#fancyvrb2{ border-right: solid 0.4pt; }
-div#fancyvrb3{ border-top: solid 0.4pt; }
-div#fancyvrb3{ border-left: solid 0.4pt; }
-div#fancyvrb3{ border-bottom: solid 0.4pt; }
-div#fancyvrb3{ border-right: solid 0.4pt; }
-div#fancyvrb4{ border-top: solid 0.4pt; }
-div#fancyvrb4{ border-left: solid 0.4pt; }
-div#fancyvrb4{ border-bottom: solid 0.4pt; }
-div#fancyvrb4{ border-right: solid 0.4pt; }
+pre.fancyvrb {white-space: pre-wrap; margin:0em;font-family:monospace,monospace;}
+pre#fancyvrb1{ border-top: solid 0.4pt; }
+pre#fancyvrb1{ border-left: solid 0.4pt; }
+pre#fancyvrb1{ border-bottom: solid 0.4pt; }
+pre#fancyvrb1{ border-right: solid 0.4pt; }
+pre#fancyvrb2{ border-top: solid 0.4pt; }
+pre#fancyvrb2{ border-left: solid 0.4pt; }
+pre#fancyvrb2{ border-bottom: solid 0.4pt; }
+pre#fancyvrb2{ border-right: solid 0.4pt; }
+pre#fancyvrb3{ border-top: solid 0.4pt; }
+pre#fancyvrb3{ border-left: solid 0.4pt; }
+pre#fancyvrb3{ border-bottom: solid 0.4pt; }
+pre#fancyvrb3{ border-right: solid 0.4pt; }
+pre#fancyvrb4{ border-top: solid 0.4pt; }
+pre#fancyvrb4{ border-left: solid 0.4pt; }
+pre#fancyvrb4{ border-bottom: solid 0.4pt; }
+pre#fancyvrb4{ border-right: solid 0.4pt; }
/* end css.sty */
diff --git a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.html b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.html
index 332e16b92fa..a50a237ba07 100644
--- a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.html
+++ b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.html
@@ -3,7 +3,7 @@
<head>
<title>The TeX Live Guide—2021 </title>
<meta charset="utf-8" />
-<meta name="generator" content="TeX4ht (http://www.tug.org/tex4ht/)" />
+<meta name="generator" content="TeX4ht (https://tug.org/tex4ht/)" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" type="text/css" href="texlive-en.css" />
<meta name="src" content="texlive-en.tex" />
@@ -24,202 +24,108 @@ class="ec-lmr-12">Karl Berry, editor</span>
href="https://tug.org/texlive/" class="url" ><span
class="ec-lmtt-12">https://tug.org/texlive/</span></a> </div><br />
<div class="date" ><span
-class="ec-lmr-12">March 2021</span></div>
+class="ec-lmr-12">May 2021</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, proTeXt, MacTeX</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
-href="#x1-160003.1.1" id="QQ2-1-17">Unix</a></span>
-<br />   <span class="subsubsectionToc" >3.1.2 <a
-href="#x1-170003.1.2" id="QQ2-1-18">Mac OS X</a></span>
-<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
-href="#x1-190003.1.4" id="QQ2-1-23">Cygwin</a></span>
-<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
-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
-href="#x1-230003.2.1" id="QQ2-1-27">Binary systems menu (Unix only)</a></span>
-<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
-href="#x1-250003.2.3" id="QQ2-1-32">Directories</a></span>
-<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
-href="#x1-280003.3.1" id="QQ2-1-36">The <span
-class="ec-lmtt-10">-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
-href="#x1-300003.4.1" id="QQ2-1-38">Environment variables for Unix</a></span>
-<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
-href="#x1-320003.4.3" id="QQ2-1-40">Internet updates after DVD installation</a></span>
-<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
-href="#x1-340003.4.5" id="QQ2-1-42">ConTeXt Mark IV</a></span>
-<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
-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
-href="#x1-380003.6" id="QQ2-1-46">Links for additional downloadable software</a></span>
-<br /> <span class="sectionToc" >4 <a
-href="#x1-390004" id="QQ2-1-47">Specialized installations</a></span>
-<br />  <span class="subsectionToc" >4.1 <a
-href="#x1-400004.1" id="QQ2-1-48">Shared-user (or cross-machine) installations</a></span>
-
-
-<br />  <span class="subsectionToc" >4.2 <a
-href="#x1-410004.2" id="QQ2-1-49">Portable (USB) installations</a></span>
-<br /> <span class="sectionToc" >5 <a
-href="#x1-420005" id="QQ2-1-50"><span
+<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
+href="#x1-390003.7" id="QQ2-1-47">Links for additional downloadable software</a></span>
+<br />  <span class="sectionToc" >4 <a
+href="#x1-400004" id="QQ2-1-48">Specialized installations</a></span>
+<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
+href="#x1-420004.2" id="QQ2-1-50">Portable (USB) installations</a></span>
+<br />  <span class="sectionToc" >5 <a
+href="#x1-430005" id="QQ2-1-51"><span
class="ec-lmss-10">tlmgr</span>: Managing your installation</a></span>
-<br />  <span class="subsectionToc" >5.1 <a
-href="#x1-430005.1" id="QQ2-1-54">GUI interfaces for <span
+<br />   <span class="subsectionToc" >5.1 <a
+href="#x1-440005.1" id="QQ2-1-55">GUI interfaces for <span
class="ec-lmss-10">tlmgr</span></a></span>
-<br />  <span class="subsectionToc" >5.2 <a
-href="#x1-440005.2" id="QQ2-1-55">Sample <span
+<br />   <span class="subsectionToc" >5.2 <a
+href="#x1-450005.2" id="QQ2-1-56">Sample <span
class="ec-lmss-10">tlmgr </span>command-line invocations</a></span>
-<br /> <span class="sectionToc" >6 <a
-href="#x1-450006" id="QQ2-1-56">Notes on Windows</a></span>
-<br />  <span class="subsectionToc" >6.1 <a
-href="#x1-460006.1" id="QQ2-1-57">Windows-specific features</a></span>
-<br />  <span class="subsectionToc" >6.2 <a
-href="#x1-470006.2" id="QQ2-1-58">Additional software included on Windows</a></span>
-<br />  <span class="subsectionToc" >6.3 <a
-href="#x1-480006.3" id="QQ2-1-59">User Profile is Home</a></span>
-<br />  <span class="subsectionToc" >6.4 <a
-href="#x1-490006.4" id="QQ2-1-60">The Windows registry</a></span>
-<br />  <span class="subsectionToc" >6.5 <a
-href="#x1-500006.5" id="QQ2-1-61">Windows permissions</a></span>
-<br />  <span class="subsectionToc" >6.6 <a
-href="#x1-510006.6" id="QQ2-1-62">Increasing maximum memory on Windows and Cygwin</a></span>
-<br /> <span class="sectionToc" >7 <a
-href="#x1-520007" id="QQ2-1-63">A user’s guide to Web2C</a></span>
-<br />  <span class="subsectionToc" >7.1 <a
-href="#x1-530007.1" id="QQ2-1-64">Kpathsea path searching</a></span>
-<br />   <span class="subsubsectionToc" >7.1.1 <a
-href="#x1-540007.1.1" id="QQ2-1-65">Path sources</a></span>
-<br />   <span class="subsubsectionToc" >7.1.2 <a
-href="#x1-550007.1.2" id="QQ2-1-66">Config files</a></span>
-<br />   <span class="subsubsectionToc" >7.1.3 <a
-href="#x1-560007.1.3" id="QQ2-1-67">Path expansion</a></span>
-<br />   <span class="subsubsectionToc" >7.1.4 <a
-href="#x1-570007.1.4" id="QQ2-1-68">Default expansion</a></span>
-<br />   <span class="subsubsectionToc" >7.1.5 <a
-href="#x1-580007.1.5" id="QQ2-1-69">Brace expansion</a></span>
-<br />   <span class="subsubsectionToc" >7.1.6 <a
-href="#x1-590007.1.6" id="QQ2-1-70">Subdirectory expansion</a></span>
-<br />   <span class="subsubsectionToc" >7.1.7 <a
-href="#x1-600007.1.7" id="QQ2-1-71">Summary of special characters in <span
-class="ec-lmtt-10">texmf.cnf </span>files</a></span>
-<br />  <span class="subsectionToc" >7.2 <a
-href="#x1-610007.2" id="QQ2-1-72">Filename databases</a></span>
-<br />   <span class="subsubsectionToc" >7.2.1 <a
-href="#x1-620007.2.1" id="QQ2-1-73">The filename database</a></span>
-<br />   <span class="subsubsectionToc" >7.2.2 <a
-href="#x1-630007.2.2" id="QQ2-1-74">kpsewhich: Standalone path searching</a></span>
-<br />   <span class="subsubsectionToc" >7.2.3 <a
-href="#x1-640007.2.3" id="QQ2-1-75">Examples of use</a></span>
-<br />   <span class="subsubsectionToc" >7.2.4 <a
-href="#x1-650007.2.4" id="QQ2-1-76">Debugging actions</a></span>
-<br />  <span class="subsectionToc" >7.3 <a
-href="#x1-660007.3" id="QQ2-1-78">Runtime options</a></span>
-<br />  <span class="subsectionToc" >7.4 <a
-href="#x1-670007.4" id="QQ2-1-79"><span
+<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
+href="#x1-470006.1" id="QQ2-1-58">Windows-specific features</a></span>
+<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
+href="#x1-490006.3" id="QQ2-1-60">User Profile is Home</a></span>
+<br />   <span class="subsectionToc" >6.4 <a
+href="#x1-500006.4" id="QQ2-1-61">The Windows registry</a></span>
+<br />   <span class="subsectionToc" >6.5 <a
+href="#x1-510006.5" id="QQ2-1-62">Windows permissions</a></span>
+<br />   <span class="subsectionToc" >6.6 <a
+href="#x1-520006.6" id="QQ2-1-63">Increasing maximum memory on Windows and Cygwin</a></span>
+<br />  <span class="sectionToc" >7 <a
+href="#x1-530007" id="QQ2-1-64">A user’s guide to Web2C</a></span>
+<br />   <span class="subsectionToc" >7.1 <a
+href="#x1-540007.1" id="QQ2-1-65">Kpathsea path searching</a></span>
+<br />   <span class="subsectionToc" >7.2 <a
+href="#x1-620007.2" id="QQ2-1-73">Filename databases</a></span>
+<br />   <span class="subsectionToc" >7.3 <a
+href="#x1-670007.3" id="QQ2-1-79">Runtime options</a></span>
+<br />   <span class="subsectionToc" >7.4 <a
+href="#x1-680007.4" id="QQ2-1-80"><span
class="ec-lmtt-10">$TEXMFDOTDIR</span></a></span>
-<br /> <span class="sectionToc" >8 <a
-href="#x1-680008" id="QQ2-1-80">Acknowledgements</a></span>
-<br /> <span class="sectionToc" >9 <a
-href="#x1-690009" id="QQ2-1-81">Release history</a></span>
-<br />  <span class="subsectionToc" >9.1 <a
-href="#x1-700009.1" id="QQ2-1-82">Past</a></span>
-<br />   <span class="subsubsectionToc" >9.1.1 <a
-href="#x1-710009.1.1" id="QQ2-1-83">2003</a></span>
-<br />   <span class="subsubsectionToc" >9.1.2 <a
-href="#x1-720009.1.2" id="QQ2-1-84">2004</a></span>
-<br />   <span class="subsubsectionToc" >9.1.3 <a
-href="#x1-730009.1.3" id="QQ2-1-85">2005</a></span>
-<br />   <span class="subsubsectionToc" >9.1.4 <a
-href="#x1-740009.1.4" id="QQ2-1-86">2006–2007</a></span>
-<br />   <span class="subsubsectionToc" >9.1.5 <a
-href="#x1-750009.1.5" id="QQ2-1-87">2008</a></span>
-<br />   <span class="subsubsectionToc" >9.1.6 <a
-href="#x1-760009.1.6" id="QQ2-1-88">2009</a></span>
-<br />   <span class="subsubsectionToc" >9.1.7 <a
-href="#x1-770009.1.7" id="QQ2-1-89">2010</a></span>
-<br />   <span class="subsubsectionToc" >9.1.8 <a
-href="#x1-780009.1.8" id="QQ2-1-90">2011</a></span>
-<br />   <span class="subsubsectionToc" >9.1.9 <a
-href="#x1-790009.1.9" id="QQ2-1-91">2012</a></span>
-<br />   <span class="subsubsectionToc" >9.1.10 <a
-href="#x1-800009.1.10" id="QQ2-1-92">2013</a></span>
-<br />   <span class="subsubsectionToc" >9.1.11 <a
-href="#x1-810009.1.11" id="QQ2-1-93">2014</a></span>
-<br />   <span class="subsubsectionToc" >9.1.12 <a
-href="#x1-820009.1.12" id="QQ2-1-94">2015</a></span>
-<br />   <span class="subsubsectionToc" >9.1.13 <a
-href="#x1-830009.1.13" id="QQ2-1-95">2016</a></span>
-<br />   <span class="subsubsectionToc" >9.1.14 <a
-href="#x1-840009.1.14" id="QQ2-1-96">2017</a></span>
-<br />   <span class="subsubsectionToc" >9.1.15 <a
-href="#x1-850009.1.15" id="QQ2-1-97">2018</a></span>
-<br />   <span class="subsubsectionToc" >9.1.16 <a
-href="#x1-860009.1.16" id="QQ2-1-98">2019</a></span>
-<br />   <span class="subsubsectionToc" >9.1.17 <a
-href="#x1-870009.1.17" id="QQ2-1-99">2020</a></span>
-<br />  <span class="subsectionToc" >9.2 <a
-href="#x1-880009.2" id="QQ2-1-100">Present: 2021</a></span>
-<br />  <span class="subsectionToc" >9.3 <a
-href="#x1-890009.3" id="QQ2-1-101">Future</a></span>
+<br />  <span class="sectionToc" >8 <a
+href="#x1-690008" id="QQ2-1-81">Acknowledgements</a></span>
+
+
+<br />  <span class="sectionToc" >9 <a
+href="#x1-700009" id="QQ2-1-82">Release history</a></span>
+<br />   <span class="subsectionToc" >9.1 <a
+href="#x1-710009.1" id="QQ2-1-83">Past</a></span>
+<br />   <span class="subsectionToc" >9.2 <a
+href="#x1-890009.2" id="QQ2-1-101">Present: 2021</a></span>
+<br />   <span class="subsectionToc" >9.3 <a
+href="#x1-900009.3" id="QQ2-1-102">Future</a></span>
</div>
<!--l. 30--><p class="noindent" >
</p>
<h3 class="sectionHead"><span class="titlemark">1 </span> <a
id="x1-20001"></a>Introduction</h3>
-
-
<!--l. 33--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">1.1 </span> <a
@@ -236,8 +142,8 @@ programs; an extensive collection of macros, fonts and documentation; and suppor
different scripts from around the world.
</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-690009">9<!--tex4ht:ref: sec:history --></a> (p. <a
-href="#x1-690009">77<!--tex4ht:ref: sec:history --></a>).
+href="#x1-700009">9<!--tex4ht:ref: sec:history --></a> (p. <a
+href="#x1-700009">76<!--tex4ht:ref: sec:history --></a>).
</p><!--l. 55--><p class="indent" > <a id="platforms"></a>
</p>
<h4 class="subsectionHead"><span class="titlemark">1.2 </span> <a
@@ -265,8 +171,8 @@ The net installer itself is small, and downloads everything requested from the I
TeX Collection DVD (or its <span
class="ec-lmtt-10">.iso </span>image), but you can prepare a runnable installation on, e.g., a
USB stick (see section <a
-href="#x1-410004.2">4.2<!--tex4ht:ref: sec:portable-tl --></a>). Installation is described in later sections (p. <a
-href="#x1-140003">11<!--tex4ht:ref: sec:install --></a>), but here is a quick
+href="#x1-420004.2">4.2<!--tex4ht:ref: sec:portable-tl --></a>). Installation is described in later sections (p. <a
+href="#x1-140003">10<!--tex4ht:ref: sec:install --></a>), but here is a quick
start:
</p>
<ul class="itemize1">
@@ -277,6 +183,8 @@ class="ec-lmtt-10">install-tl-windows</span>. The installer will operate in
class="ec-lmtt-10">-gui</span>
(default for Windows and Mac OS X), or a text mode given the option <span
class="ec-lmtt-10">-gui=text </span>(default for
+
+
everything else).
</li>
<li class="itemize">One of the installed items is the ‘TeX Live Manager’ program, named <span
@@ -291,8 +199,6 @@ class="ec-lmss-10">tlmgr</span>. Like the installer, it
<!--l. 107--><p class="noindent" >To the best of our knowledge, the core TeX programs themselves are (and always have been) extremely robust.
However, the contributed programs in TeX Live 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.
</p><!--l. 113--><p class="indent" > 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.
@@ -306,7 +212,7 @@ is the safest bet.
</p><!--l. 127--><p class="indent" > Another aspect of security is ensuring that downloaded material has not been changed from what was
created. The <span
class="ec-lmss-10">tlmgr </span>program (section <a
-href="#x1-420005">5<!--tex4ht:ref: sec:tlmgr --></a>) will automatically perform cryptographic verification on downloads if
+href="#x1-430005">5<!--tex4ht:ref: sec:tlmgr --></a>) will automatically perform cryptographic verification on downloads if
the <span
class="ec-lmss-10">gpg </span>(GNU Privacy Guard) program is available. It is not distributed as part of TeX Live, but see
<a
@@ -372,6 +278,8 @@ class="ec-lmtt-10">news:comp.text.tex</span></a>, and the mailing
list <a
href="mailto:texhax@tug.org" ><span class="path"><span
class="ec-lmtt-10">texhax@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-10">http://groups.google.com/group/comp.text.tex/topics</span></a> and
@@ -406,8 +314,6 @@ class="ec-lmtt-10">tex-live@tug.org</span></span></a>. However, if
that program’s maintainer or mailing list. Often running a program with the <span
class="ec-lmtt-10">--help </span>option will
provide a bug reporting address.
-
-
</dd></dl>
<!--l. 198--><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.
@@ -470,6 +376,8 @@ class="list">
class="ec-lmtt-10">readme-*.dir</span> </dt><dd
class="list">
<!--l. 250--><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-10">source</span> </dt><dd
@@ -493,8 +401,6 @@ documentation for nearly everything (packages, formats, fonts, program manuals,
class="ec-lmtt-10">texmf-dist/doc</span>. You can use the <span
class="ec-lmss-10">texdoc </span>program to find documentation wherever it is
located.
-
-
</p><!--l. 268--><p class="indent" > This TeX Live documentation itself is in <span
class="ec-lmtt-10">texmf-dist/doc/texlive</span>, available in several languages:
</p>
@@ -543,7 +449,7 @@ installation.
href="https://tug.org/tds" class="url" ><span
class="ec-lmtt-10">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">41<!--tex4ht:ref: sec:local-personal-macros --></a>)
+href="#x1-350003.4.6">40<!--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. 301--><p class="noindent" >
@@ -565,6 +471,8 @@ class="ec-lmtt-10">updmap-sys</span></span></span> and <span class="obeylines-h"
class="ec-lmtt-10">fmtutil-sys</span></span></span>, and also by <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">tlmgr</span></span></span>,
to store (cached) runtime data such as format files and generated map files.
+
+
</p></dd><dt class="list">
<span
class="ec-lmtt-10">TEXMFSYSCONFIG</span> </dt><dd
@@ -587,8 +495,6 @@ class="list">
<!--l. 314--><p class="noindent" >The tree which users can use for their own individual installations of additional or updated macros,
fonts, etc. The expansion of this variable dynamically adjusts for each user to their own individual
directory.
-
-
</p></dd><dt class="list">
<span
class="ec-lmtt-10">TEXMFVAR</span> </dt><dd
@@ -680,6 +586,8 @@ class="list">
<!--l. 347--><p class="noindent" ><span
class="ec-lmtt-10">TEXMFSYSVAR</span>, <span
class="ec-lmtt-10">TEXMFCACHE</span>
+
+
</p></dd><dt class="list">
<span
class="ec-lmtt-10">texmf-config</span> </dt><dd
@@ -707,8 +615,6 @@ class="list">
<span
class="ec-lmtt-10">.texlive2021</span> </dt><dd
class="list">
-
-
<!--l. 358--><p class="noindent" >Privately generated and configuration data for the current release.
</p><dl class="list3"><dt class="list">
<span
@@ -797,6 +703,8 @@ class="ec-lmbx-10"> (Omega)</span> </dt><dd
class="description">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:
</dd><dt class="description">
<span
@@ -810,8 +718,6 @@ href="../../../../texmf-dist/doc/aleph/base" >texmf-dist/doc/aleph/base</a>.
id="x1-130002.5"></a>Other notable programs in TeX Live</h4>
<!--l. 424--><p class="noindent" >Here are a few other commonly-used programs included in TeX Live:
</p><!--l. 426--><p class="indent" >
-
-
</p><dl class="list1"><dt class="list">
<span
class="ec-lmss-10">bibtex, biber</span> </dt><dd
@@ -883,6 +789,8 @@ href="https://tug.org/texlive/acquire.html" class="url" ><span
class="ec-lmtt-10">https://tug.org/texlive/acquire.html</span></a> for more information and other methods of getting the
software.
</p><!--l. 465--><p class="indent" >
+
+
</p><dl class="description"><dt class="description">
<span
class="ec-lmbx-10">Net installer, .zip or .tar.gz:</span> </dt><dd
@@ -911,8 +819,6 @@ class="ec-lmbx-10">TeX Collection DVD:</span> </dt><dd
class="description">go to the DVD’s <span
class="ec-lmtt-10">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, <a
href="https://tug.org/usergroups.html" class="url" ><span
class="ec-lmtt-10">https://tug.org/usergroups.html</span></a>), or
@@ -920,7 +826,7 @@ class="ec-lmtt-10">https://tug.org/usergroups.html</span></a>), or
href="https://tug.org/store" class="url" ><span
class="ec-lmtt-10">https://tug.org/store</span></a>), or burning your own from the ISO image.
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 <a
+ want to get continuing updates from the Internet, please see section <a
href="#x1-320003.4.3">3.4.3<!--tex4ht:ref: sec:dvd-install-net-updates --></a>.
</dd></dl>
<figure class="figure">
@@ -958,8 +864,8 @@ DVD or ISO image.
id="x1-160003.1.1"></a>Unix</h5>
<!--l. 514--><p class="noindent" >Below, <span
class="ec-lmtt-10">&#x003E; </span>denotes the shell prompt; user input is <span
-class="ec-lmtk-10">bold</span>. The script <span
-class="ec-lmtt-10">install-tl </span>is a Perl script. The simplest
+class="ec-lmtk-10">bold</span>. The <span
+class="ec-lmtt-10">install-tl </span>program is a Perl script. The simplest
way to start it on a Unix-compatible system is as follows: </p><div class="alltt">
<div class="obeylines-v">
@@ -1093,43 +999,48 @@ class="ec-lmtk-10"> -help</span>
id="x1-18061r2"></a>
-<div class="fancyvrb" id="fancyvrb1"><a
+<pre class="fancyvrb" id="fancyvrb1"><a
id="x1-18002r1"></a><span
class="ec-lmtt-8">Installing</span><span
class="ec-lmtt-8"> TeX</span><span
class="ec-lmtt-8"> Live</span><span
class="ec-lmtt-8"> 2021</span><span
class="ec-lmtt-8"> from:</span><span
-class="ec-lmtt-8"> ...</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> ...</span>
+<a
id="x1-18004r2"></a><span
class="ec-lmtt-8">Platform:</span><span
class="ec-lmtt-8"> x86_64-linux</span><span
class="ec-lmtt-8"> =&#x003E;</span><span
class="ec-lmtt-8"> ’GNU/Linux</span><span
class="ec-lmtt-8"> on</span><span
-class="ec-lmtt-8"> x86_64’</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> x86_64’</span>
+<a
id="x1-18006r3"></a><span
class="ec-lmtt-8">Distribution:</span><span
class="ec-lmtt-8"> inst</span><span
-class="ec-lmtt-8"> (compressed)</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> (compressed)</span>
+<a
id="x1-18008r4"></a><span
class="ec-lmtt-8">Directory</span><span
class="ec-lmtt-8"> for</span><span
class="ec-lmtt-8"> temporary</span><span
class="ec-lmtt-8"> files:</span><span
-class="ec-lmtt-8"> /tmp</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> /tmp</span>
+<a
id="x1-18010r5"></a><span
-class="ec-lmtt-8">...</span><br class="fancyvrb" /><a
+class="ec-lmtt-8">...</span>
+<a
id="x1-18012r6"></a><span
class="ec-lmtt-8"> Detected</span><span
class="ec-lmtt-8"> platform:</span><span
class="ec-lmtt-8"> GNU/Linux</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> Intel</span><span
-class="ec-lmtt-8"> x86_64</span><br class="fancyvrb" /><a
- id="x1-18014r7"></a>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> x86_64</span>
+<a
+ id="x1-18014r7"></a>
+<a
id="x1-18016r8"></a><span
class="ec-lmtt-8"> &#x003C;B&#x003E;</span><span
class="ec-lmtt-8"> binary</span><span
@@ -1137,21 +1048,25 @@ class="ec-lmtt-8"> platforms:</span><span
class="ec-lmtt-8"> 1</span><span
class="ec-lmtt-8"> out</span><span
class="ec-lmtt-8"> of</span><span
-class="ec-lmtt-8"> 16</span><br class="fancyvrb" /><a
- id="x1-18018r9"></a><br class="fancyvrb" /><a
+class="ec-lmtt-8"> 16</span>
+<a
+ id="x1-18018r9"></a>
+<a
id="x1-18020r10"></a><span
class="ec-lmtt-8"> &#x003C;S&#x003E;</span><span
class="ec-lmtt-8"> set</span><span
class="ec-lmtt-8"> installation</span><span
class="ec-lmtt-8"> scheme:</span><span
-class="ec-lmtt-8"> scheme-full</span><br class="fancyvrb" /><a
- id="x1-18022r11"></a><br class="fancyvrb" /><a
+class="ec-lmtt-8"> scheme-full</span>
+<a
+ id="x1-18022r11"></a>
+<a
id="x1-18024r12"></a><span
class="ec-lmtt-8"> &#x003C;C&#x003E;</span><span
class="ec-lmtt-8"> customizing</span><span
class="ec-lmtt-8"> installation</span><span
-class="ec-lmtt-8"> collections</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> collections</span>
+<a
id="x1-18026r13"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1166,11 +1081,14 @@ class="ec-lmtt-8"> disk</span><span
class="ec-lmtt-8"> space</span><span
class="ec-lmtt-8"> required:</span><span
class="ec-lmtt-8"> 7172</span><span
-class="ec-lmtt-8"> MB</span><br class="fancyvrb" /><a
- id="x1-18028r14"></a><br class="fancyvrb" /><a
+class="ec-lmtt-8"> MB</span>
+<a
+ id="x1-18028r14"></a>
+<a
id="x1-18030r15"></a><span
class="ec-lmtt-8"> &#x003C;D&#x003E;</span><span
-class="ec-lmtt-8"> directories:</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> directories:</span>
+<a
id="x1-18032r16"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1178,22 +1096,26 @@ class="ec-lmtt-8"> TEXDIR</span><span
class="ec-lmtt-8"> (the</span><span
class="ec-lmtt-8"> main</span><span
class="ec-lmtt-8"> TeX</span><span
-class="ec-lmtt-8"> directory):</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> directory):</span>
+<a
id="x1-18034r17"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> /usr/local/texlive/2021</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> /usr/local/texlive/2021</span>
+<a
id="x1-18036r18"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> ...</span><br class="fancyvrb" /><a
- id="x1-18038r19"></a><br class="fancyvrb" /><a
+class="ec-lmtt-8"> ...</span>
+<a
+ id="x1-18038r19"></a>
+<a
id="x1-18040r20"></a><span
class="ec-lmtt-8"> &#x003C;O&#x003E;</span><span
-class="ec-lmtt-8"> options:</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> options:</span>
+<a
id="x1-18042r21"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1206,30 +1128,36 @@ class="ec-lmtt-8"> instead</span><span
class="ec-lmtt-8"> of</span><span
class="ec-lmtt-8"> A4</span><span
class="ec-lmtt-8"> by</span><span
-class="ec-lmtt-8"> default</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> default</span>
+<a
id="x1-18044r22"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> ...</span><br class="fancyvrb" /><a
- id="x1-18046r23"></a><br class="fancyvrb" /><a
+class="ec-lmtt-8"> ...</span>
+<a
+ id="x1-18046r23"></a>
+<a
id="x1-18048r24"></a><span
class="ec-lmtt-8"> &#x003C;V&#x003E;</span><span
class="ec-lmtt-8"> set</span><span
class="ec-lmtt-8"> up</span><span
class="ec-lmtt-8"> for</span><span
class="ec-lmtt-8"> portable</span><span
-class="ec-lmtt-8"> installation</span><br class="fancyvrb" /><a
- id="x1-18050r25"></a>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> installation</span>
+<a
+ id="x1-18050r25"></a>
+<a
id="x1-18052r26"></a><span
-class="ec-lmtt-8">Actions:</span><br class="fancyvrb" /><a
+class="ec-lmtt-8">Actions:</span>
+<a
id="x1-18054r27"></a><span
class="ec-lmtt-8"> &#x003C;I&#x003E;</span><span
class="ec-lmtt-8"> start</span><span
class="ec-lmtt-8"> installation</span><span
class="ec-lmtt-8"> to</span><span
class="ec-lmtt-8"> hard</span><span
-class="ec-lmtt-8"> disk</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> disk</span>
+<a
id="x1-18056r28"></a><span
class="ec-lmtt-8"> &#x003C;P&#x003E;</span><span
class="ec-lmtt-8"> save</span><span
@@ -1238,13 +1166,15 @@ class="ec-lmtt-8"> profile</span><span
class="ec-lmtt-8"> to</span><span
class="ec-lmtt-8"> ’texlive.profile’</span><span
class="ec-lmtt-8"> and</span><span
-class="ec-lmtt-8"> exit</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> exit</span>
+<a
id="x1-18058r29"></a><span
class="ec-lmtt-8"> &#x003C;H&#x003E;</span><span
-class="ec-lmtt-8"> help</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> help</span>
+<a
id="x1-18060r30"></a><span
class="ec-lmtt-8"> &#x003C;Q&#x003E;</span><span
-class="ec-lmtt-8"> quit</span></div>
+class="ec-lmtt-8"> 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 -->
@@ -1361,13 +1291,14 @@ and submenus.
id="x1-23037r5"></a>
-<div class="fancyvrb" id="fancyvrb2"><a
+<pre class="fancyvrb" id="fancyvrb2"><a
id="x1-23002r1"></a><span
class="ec-lmtt-8">Available</span><span
-class="ec-lmtt-8"> platforms:</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> platforms:</span>
+<a
id="x1-23004r2"></a><span
-class="ec-lmtt-8">===============================================================================</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8">===============================================================================</span>
+<a
id="x1-23006r3"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1378,7 +1309,8 @@ class="ec-lmtt-8"> Cygwin</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> Intel</span><span
class="ec-lmtt-8"> x86</span><span
-class="ec-lmtt-8"> (i386-cygwin)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> (i386-cygwin)</span>
+<a
id="x1-23008r4"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1388,8 +1320,8 @@ class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> Cygwin</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> x86_64</span><span
-class="ec-lmtt-8"> (x86_64-cygwin)</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> (x86_64-cygwin)</span>
+<a
id="x1-23010r5"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1401,7 +1333,8 @@ class="ec-lmtt-8"> current</span><span
class="ec-lmtt-8"> (10.14-)</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> ARM/x86_64</span><span
-class="ec-lmtt-8"> (universal-darwin)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> (universal-darwin)</span>
+<a
id="x1-23012r6"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1413,8 +1346,8 @@ class="ec-lmtt-8"> legacy</span><span
class="ec-lmtt-8"> (10.6-)</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> x86_64</span><span
-class="ec-lmtt-8"> (x86_64-darwinlegacy)</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> (x86_64-darwinlegacy)</span>
+<a
id="x1-23014r7"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1424,7 +1357,8 @@ class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> FreeBSD</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> x86_64</span><span
-class="ec-lmtt-8"> (amd64-freebsd)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> (amd64-freebsd)</span>
+<a
id="x1-23016r8"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1435,7 +1369,8 @@ class="ec-lmtt-8"> FreeBSD</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> Intel</span><span
class="ec-lmtt-8"> x86</span><span
-class="ec-lmtt-8"> (i386-freebsd)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> (i386-freebsd)</span>
+<a
id="x1-23018r9"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1445,8 +1380,8 @@ class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> GNU/Linux</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> ARM64</span><span
-class="ec-lmtt-8"> (aarch64-linux)</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> (aarch64-linux)</span>
+<a
id="x1-23020r10"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1456,7 +1391,8 @@ class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> GNU/Linux</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> ARMv6/RPi</span><span
-class="ec-lmtt-8"> (armhf-linux)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> (armhf-linux)</span>
+<a
id="x1-23022r11"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1467,7 +1403,8 @@ class="ec-lmtt-8"> GNU/Linux</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> Intel</span><span
class="ec-lmtt-8"> x86</span><span
-class="ec-lmtt-8"> (i386-linux)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> (i386-linux)</span>
+<a
id="x1-23024r12"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1476,8 +1413,8 @@ class="ec-lmtt-8"> [X]</span><span
class="ec-lmtt-8"> GNU/Linux</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> x86_64</span><span
-class="ec-lmtt-8"> (x86_64-linux)</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> (x86_64-linux)</span>
+<a
id="x1-23026r13"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1489,7 +1426,8 @@ class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> x86_64</span><span
class="ec-lmtt-8"> with</span><span
class="ec-lmtt-8"> musl</span><span
-class="ec-lmtt-8"> (x86_64-linuxmusl)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> (x86_64-linuxmusl)</span>
+<a
id="x1-23028r14"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1499,7 +1437,8 @@ class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> NetBSD</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> x86_64</span><span
-class="ec-lmtt-8"> (amd64-netbsd)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> (amd64-netbsd)</span>
+<a
id="x1-23030r15"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1510,8 +1449,8 @@ class="ec-lmtt-8"> NetBSD</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> Intel</span><span
class="ec-lmtt-8"> x86</span><span
-class="ec-lmtt-8"> (i386-netbsd)</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> (i386-netbsd)</span>
+<a
id="x1-23032r16"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1522,7 +1461,8 @@ class="ec-lmtt-8"> Solaris</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> Intel</span><span
class="ec-lmtt-8"> x86</span><span
-class="ec-lmtt-8"> (i386-solaris)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> (i386-solaris)</span>
+<a
id="x1-23034r17"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1532,7 +1472,8 @@ class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> Solaris</span><span
class="ec-lmtt-8"> on</span><span
class="ec-lmtt-8"> x86_64</span><span
-class="ec-lmtt-8"> (x86_64-solaris)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> (x86_64-solaris)</span>
+<a
id="x1-23036r18"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1540,7 +1481,7 @@ class="ec-lmtt-8"> s</span><span
class="ec-lmtt-8"> [</span><span
class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> Windows</span><span
-class="ec-lmtt-8"> (win32)</span></div>
+class="ec-lmtt-8"> (win32)</span></pre>
<figcaption class="caption" ><span class="id">Figure 5:</span><span
class="content">Binaries menu</span></figcaption><!--tex4ht:label?: x1-23037r5 -->
@@ -1562,19 +1503,21 @@ system.
id="x1-24025r6"></a>
-<div class="fancyvrb" id="fancyvrb3"><a
+<pre class="fancyvrb" id="fancyvrb3"><a
id="x1-24002r1"></a><span
class="ec-lmtt-8">Select</span><span
-class="ec-lmtt-8"> scheme:</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> scheme:</span>
+<a
id="x1-24004r2"></a><span
-class="ec-lmtt-8">===============================================================================</span><br class="fancyvrb" /><a
+class="ec-lmtt-8">===============================================================================</span>
+<a
id="x1-24006r3"></a><span
class="ec-lmtt-8"> a</span><span
class="ec-lmtt-8"> [X]</span><span
class="ec-lmtt-8"> full</span><span
class="ec-lmtt-8"> scheme</span><span
-class="ec-lmtt-8"> (everything)</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> (everything)</span>
+<a
id="x1-24008r4"></a><span
class="ec-lmtt-8"> b</span><span
class="ec-lmtt-8"> [</span><span
@@ -1586,7 +1529,8 @@ class="ec-lmtt-8"> +</span><span
class="ec-lmtt-8"> more</span><span
class="ec-lmtt-8"> packages</span><span
class="ec-lmtt-8"> and</span><span
-class="ec-lmtt-8"> languages)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> languages)</span>
+<a
id="x1-24010r5"></a><span
class="ec-lmtt-8"> c</span><span
class="ec-lmtt-8"> [</span><span
@@ -1599,8 +1543,8 @@ class="ec-lmtt-8"> xetex,</span><span
class="ec-lmtt-8"> metapost,</span><span
class="ec-lmtt-8"> a</span><span
class="ec-lmtt-8"> few</span><span
-class="ec-lmtt-8"> languages)</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> languages)</span>
+<a
id="x1-24012r6"></a><span
class="ec-lmtt-8"> d</span><span
class="ec-lmtt-8"> [</span><span
@@ -1609,7 +1553,8 @@ class="ec-lmtt-8"> basic</span><span
class="ec-lmtt-8"> scheme</span><span
class="ec-lmtt-8"> (plain</span><span
class="ec-lmtt-8"> and</span><span
-class="ec-lmtt-8"> latex)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> latex)</span>
+<a
id="x1-24014r7"></a><span
class="ec-lmtt-8"> e</span><span
class="ec-lmtt-8"> [</span><span
@@ -1617,13 +1562,15 @@ class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> minimal</span><span
class="ec-lmtt-8"> scheme</span><span
class="ec-lmtt-8"> (plain</span><span
-class="ec-lmtt-8"> only)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> only)</span>
+<a
id="x1-24016r8"></a><span
class="ec-lmtt-8"> f</span><span
class="ec-lmtt-8"> [</span><span
class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> ConTeXt</span><span
-class="ec-lmtt-8"> scheme</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> scheme</span>
+<a
id="x1-24018r9"></a><span
class="ec-lmtt-8"> g</span><span
class="ec-lmtt-8"> [</span><span
@@ -1631,8 +1578,8 @@ class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> GUST</span><span
class="ec-lmtt-8"> TeX</span><span
class="ec-lmtt-8"> Live</span><span
-class="ec-lmtt-8"> scheme</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> scheme</span>
+<a
id="x1-24020r10"></a><span
class="ec-lmtt-8"> h</span><span
class="ec-lmtt-8"> [</span><span
@@ -1642,7 +1589,8 @@ class="ec-lmtt-8"> scheme</span><span
class="ec-lmtt-8"> (no</span><span
class="ec-lmtt-8"> TeX</span><span
class="ec-lmtt-8"> at</span><span
-class="ec-lmtt-8"> all)</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> all)</span>
+<a
id="x1-24022r11"></a><span
class="ec-lmtt-8"> i</span><span
class="ec-lmtt-8"> [</span><span
@@ -1655,8 +1603,8 @@ class="ec-lmtt-8"> medium,</span><span
class="ec-lmtt-8"> but</span><span
class="ec-lmtt-8"> nowhere</span><span
class="ec-lmtt-8"> near</span><span
-class="ec-lmtt-8"> full)</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> full)</span>
+<a
id="x1-24024r12"></a><span
class="ec-lmtt-8"> j</span><span
class="ec-lmtt-8"> [</span><span
@@ -1664,7 +1612,7 @@ class="ec-lmtt-8"> ]</span><span
class="ec-lmtt-8"> custom</span><span
class="ec-lmtt-8"> selection</span><span
class="ec-lmtt-8"> of</span><span
-class="ec-lmtt-8"> collections</span></div>
+class="ec-lmtt-8"> collections</span></pre>
<figcaption class="caption" ><span class="id">Figure 6:</span><span
class="content">Scheme menu</span></figcaption><!--tex4ht:label?: x1-24025r6 -->
@@ -1710,14 +1658,14 @@ actual TeX macro files, font files, and so on.
</p><!--l. 780--><p class="indent" > If you want more control than the collection menus provide, you can use the TeX Live Manager (<span
class="ec-lmss-10">tlmgr</span>)
program after installation (see section <a
-href="#x1-420005">5<!--tex4ht:ref: sec:tlmgr --></a>); using that, you can control the installation at the package
+href="#x1-430005">5<!--tex4ht:ref: sec:tlmgr --></a>); using that, you can control the installation at the package
level.
</p>
<h5 class="subsubsectionHead"><span class="titlemark">3.2.3 </span> <a
id="x1-250003.2.3"></a>Directories</h5>
<!--l. 788--><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">8<!--tex4ht:ref: sec:texmftrees --></a>. The default installation directory is <span
+href="#x1-110002.3">7<!--tex4ht:ref: sec:texmftrees --></a>. The default installation directory is <span
class="ec-lmtt-10">/usr/local/texlive/2021</span>
on Unix and <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">%SystemDrive%\texlive\2021</span></span></span> on Windows. This arrangement enables having many parallel TeX
@@ -1771,7 +1719,7 @@ class="ec-lmtt-10">TEXMFVAR </span>is the location for storing most cached runti
class="ec-lmtt-10">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-mkiv --></a>, p. <a
-href="#x1-340003.4.5">40<!--tex4ht:ref: sec:context-mkiv --></a>); its default
+href="#x1-340003.4.5">39<!--tex4ht:ref: sec:context-mkiv --></a>); its default
value is <span
class="ec-lmtt-10">TEXMFSYSVAR</span>, or (if that’s not writable), <span
class="ec-lmtt-10">TEXMFVAR</span>.
@@ -1787,13 +1735,14 @@ class="ec-lmtt-10">TEXMFVAR</span>.
id="x1-26025r8"></a>
-<div class="fancyvrb" id="fancyvrb4"><a
+<pre class="fancyvrb" id="fancyvrb4"><a
id="x1-26002r1"></a><span
class="ec-lmtt-8">Options</span><span
-class="ec-lmtt-8"> customization:</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> customization:</span>
+<a
id="x1-26004r2"></a><span
-class="ec-lmtt-8">===============================================================================</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8">===============================================================================</span>
+<a
id="x1-26006r3"></a><span
class="ec-lmtt-8"> &#x003C;P&#x003E;</span><span
class="ec-lmtt-8"> use</span><span
@@ -1805,7 +1754,8 @@ class="ec-lmtt-8"> A4</span><span
class="ec-lmtt-8"> by</span><span
class="ec-lmtt-8"> default:</span><span
class="ec-lmtt-8"> [</span><span
-class="ec-lmtt-8"> ]</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> ]</span>
+<a
id="x1-26008r4"></a><span
class="ec-lmtt-8"> &#x003C;E&#x003E;</span><span
class="ec-lmtt-8"> execution</span><span
@@ -1814,8 +1764,8 @@ class="ec-lmtt-8"> restricted</span><span
class="ec-lmtt-8"> list</span><span
class="ec-lmtt-8"> of</span><span
class="ec-lmtt-8"> programs:</span><span
-class="ec-lmtt-8"> [X]</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> [X]</span>
+<a
id="x1-26010r5"></a><span
class="ec-lmtt-8"> &#x003C;F&#x003E;</span><span
class="ec-lmtt-8"> create</span><span
@@ -1839,7 +1789,8 @@ class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> [X]</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> [X]</span>
+<a
id="x1-26012r6"></a><span
class="ec-lmtt-8"> &#x003C;D&#x003E;</span><span
class="ec-lmtt-8"> install</span><span
@@ -1859,8 +1810,8 @@ class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> [X]</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> [X]</span>
+<a
id="x1-26014r7"></a><span
class="ec-lmtt-8"> &#x003C;S&#x003E;</span><span
class="ec-lmtt-8"> install</span><span
@@ -1877,7 +1828,8 @@ class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> [X]</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> [X]</span>
+<a
id="x1-26016r8"></a><span
class="ec-lmtt-8"> &#x003C;L&#x003E;</span><span
class="ec-lmtt-8"> create</span><span
@@ -1887,7 +1839,8 @@ class="ec-lmtt-8"> standard</span><span
class="ec-lmtt-8"> directories:</span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> [</span><span
-class="ec-lmtt-8"> ]</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> ]</span>
+<a
id="x1-26018r9"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1901,8 +1854,8 @@ class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> binaries</span><span
-class="ec-lmtt-8"> to:</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-8"> to:</span>
+<a
id="x1-26020r10"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1916,7 +1869,8 @@ class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> manpages</span><span
-class="ec-lmtt-8"> to:</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> to:</span>
+<a
id="x1-26022r11"></a><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -1934,7 +1888,8 @@ class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> info</span><span
-class="ec-lmtt-8"> to:</span><br class="fancyvrb" /><a
+class="ec-lmtt-8"> to:</span>
+<a
id="x1-26024r12"></a><span
class="ec-lmtt-8"> &#x003C;Y&#x003E;</span><span
class="ec-lmtt-8"> after</span><span
@@ -1946,7 +1901,7 @@ class="ec-lmtt-8"> source</span><span
class="ec-lmtt-8"> for</span><span
class="ec-lmtt-8"> package</span><span
class="ec-lmtt-8"> updates:</span><span
-class="ec-lmtt-8"> [X]</span></div>
+class="ec-lmtt-8"> [X]</span></pre>
<figcaption class="caption" ><span class="id">Figure 8:</span><span
class="content">Options menu (Unix)</span></figcaption><!--tex4ht:label?: x1-26025r8 -->
@@ -1966,16 +1921,13 @@ class="description">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-10">texmf.cnf</span>.
See the 2010 news (section <a
-href="#x1-770009.1.7">9.1.7<!--tex4ht:ref: sec:2010news --></a>) for more details.
+href="#x1-780009.1.7">9.1.7<!--tex4ht:ref: sec:2010news --></a>) for more details.
</dd><dt class="description">
<span
class="ec-lmbx-10">create all format files:</span> </dt><dd
-class="description">Although unnecessary format files take time to generate and disk space to
- store, it is still recommended to leave this option checked: if you don’t, then format files will be
- generated in people’s private <span
-class="ec-lmtt-10">TEXMFVAR </span>tree as they are needed. In that location, they will not be
- updated automatically if (for example) core packages or hyphenation patterns are updated in the
- installation, and thus you could end up with incompatible format files.
+class="description">We recommend leaving this option checked, to avoid unnecessary problems
+ when creating formats dynamically. See the <span
+class="ec-lmss-10">fmtutil </span>documentation for more details.
</dd><dt class="description">
<span
class="ec-lmbx-10">install font/macro </span><span
@@ -2008,7 +1960,7 @@ class="description">When installing from DVD, this option
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>.</dd></dl>
-<!--l. 911--><p class="noindent" >Windows-specific options, as displayed in the advanced GUI interface:
+<!--l. 907--><p class="noindent" >Windows-specific options, as displayed in the advanced GUI interface:
</p><dl class="description"><dt class="description">
<span
class="ec-lmbx-10">adjust searchpath</span> </dt><dd
@@ -2020,7 +1972,7 @@ class="ec-lmbx-10">add menu shortcuts</span> </dt><dd
class="description">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-400004.1">4.1<!--tex4ht:ref: sec:sharedinstall --></a>.
+href="#x1-410004.1">4.1<!--tex4ht:ref: sec:sharedinstall --></a>.
</dd><dt class="description">
<span
class="ec-lmbx-10">File associations</span> </dt><dd
@@ -2030,14 +1982,14 @@ class="description">The options are ‘Only new’ (create file associations, b
<span
class="ec-lmbx-10">install TeXworks front end</span> </dt><dd
class="description"></dd></dl>
-<!--l. 928--><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
+<!--l. 924--><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.
</p>
<h4 class="subsectionHead"><span class="titlemark">3.3 </span> <a
id="x1-270003.3"></a>Command-line install-tl options</h4>
-<!--l. 937--><p class="noindent" >Type </p><div class="alltt">
+<!--l. 933--><p class="noindent" >Type </p><div class="alltt">
<div class="obeylines-v">
<span
@@ -2045,19 +1997,19 @@ class="ec-lmtt-10">&#x003E;</span><span
class="ec-lmtt-10"> </span><span
class="ec-lmtk-10">install-tl</span><span
class="ec-lmtk-10"> -help</span>
-
-
</div>
</div> for a listing of command-line options. Either <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">-</span></span></span> or <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">--</span></span></span> can be used to introduce option names. These are the
most common ones:
-<!--l. 944--><p class="noindent" >
+<!--l. 940--><p class="noindent" >
+
+
</p><dl class="list1"><dt class="list">
<span
class="ec-lmtt-10">-gui</span> </dt><dd
class="list">
- <!--l. 945--><p class="noindent" >Use the GUI installer if possible. This requires Tcl/Tk version 8.5 or higher. This is the case on
+ <!--l. 941--><p class="noindent" >Use the GUI installer if possible. This requires Tcl/Tk version 8.5 or higher. This is the case on
Mac OS X and is distributed with TeX Live on Windows. The legacy options <span
class="ec-lmtt-10">-gui=perltk </span>and
<span
@@ -2067,13 +2019,13 @@ class="ec-lmtt-10">-gui=wizard </span>are still available but invoke the same GU
<span
class="ec-lmtt-10">-no-gui</span> </dt><dd
class="list">
- <!--l. 952--><p class="noindent" >Force using the text mode installer.
+ <!--l. 948--><p class="noindent" >Force using the text mode installer.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">-lang </span><span
class="ec-lmro-10">LL</span> </dt><dd
class="list">
- <!--l. 954--><p class="noindent" >Specify the installer interface language as a standard (usually two-letter) code. The installer tries
+ <!--l. 950--><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-10">install-tl</span><span
@@ -2082,16 +2034,16 @@ class="ec-lmtt-10"> --help</span></span></span> to get the list of available la
<span
class="ec-lmtt-10">-portable</span> </dt><dd
class="list">
- <!--l. 961--><p class="noindent" >Install for portable use on, e.g., a USB stick. Also selectable from within the text installer with
+ <!--l. 957--><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-10">V </span>command, and from the GUI installer. See section <a
-href="#x1-410004.2">4.2<!--tex4ht:ref: sec:portable-tl --></a>.
+href="#x1-420004.2">4.2<!--tex4ht:ref: sec:portable-tl --></a>.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">-profile </span><span
class="ec-lmro-10">file</span> </dt><dd
class="list">
- <!--l. 966--><p class="noindent" >Load the installation profile <span
+ <!--l. 962--><p class="noindent" >Load the installation profile <span
class="ec-lmro-10">file </span>and do the installation with no user interaction. The installer
always writes a file <span
class="ec-lmtt-10">texlive.profile </span>to the <span
@@ -2104,13 +2056,13 @@ class="ec-lmtt-10">tlpkg </span>subdirectory of your installation. That file ca
class="ec-lmtt-10">-repository </span><span
class="ec-lmro-10">url-or-directory</span> </dt><dd
class="list">
- <!--l. 975--><p class="noindent" >Specify package repository from which to install; see following.
- </p><!--l. 978--><p class="noindent" ><a id="opt-in-place"></a>
+ <!--l. 971--><p class="noindent" >Specify package repository from which to install; see following.
+ </p><!--l. 974--><p class="noindent" ><a id="opt-in-place"></a>
</p></dd><dt class="list">
<span
class="ec-lmtt-10">-in-place</span> </dt><dd
class="list">
- <!--l. 979--><p class="noindent" >(Documented only for completeness: Do not use this unless you know what you
+ <!--l. 975--><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
@@ -2119,15 +2071,15 @@ class="ec-lmtt-10">https://tug.org/texlive/acquire-mirror.html</span></a>) then
class="ec-lmtt-10">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. 991--><p class="noindent" >
+<!--l. 987--><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-10">-repository </span>option</h5>
-<!--l. 994--><p class="noindent" >The default network package repository is a CTAN mirror chosen automatically via <a
+<!--l. 990--><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-10">http://mirror.ctan.org</span></a>.
-</p><!--l. 997--><p class="indent" > If you want to override that, the location value can be a url starting with <span
+</p><!--l. 993--><p class="indent" > If you want to override that, the location value can be a url starting with <span
class="ec-lmtt-10">ftp:</span>, <span
class="ec-lmtt-10">http:</span>, <span
class="ec-lmtt-10">https:</span>, <span
@@ -2139,7 +2091,7 @@ class="ec-lmtt-10">ftp:</span> location, trailing ‘<span
class="ec-lmtt-10">/</span>’ characters and/or a
trailing ‘<span
class="ec-lmtt-10">/tlpkg</span>’ component are ignored.)
-</p><!--l. 1004--><p class="indent" > For example, you could choose a particular CTAN mirror with something like:
+</p><!--l. 1000--><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-10">http://ctan.example.org/tex-archive/systems/texlive/tlnet/</span></a>, substituting a real hostname and its
@@ -2148,95 +2100,97 @@ class="ec-lmtt-10">ctan.example.org/tex-archive</span></span></span>. The list o
maintained at <a
href="https://ctan.org/mirrors" class="url" ><span
class="ec-lmtt-10">https://ctan.org/mirrors</span></a>.
-</p><!--l. 1010--><p class="indent" > If the given argument is local (either a path or a <span
+</p><!--l. 1006--><p class="indent" > If the given argument is local (either a path or a <span
class="ec-lmtt-10">file:/ </span>url), compressed files in an <span
class="ec-lmtt-10">archive </span>subdirectory
of the repository path are used (even if uncompressed files are available as well).
-</p><!--l. 1015--><p class="noindent" >
+</p><!--l. 1010--><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. 1018--><p class="noindent" >Some post-installation may be required.
-</p><!--l. 1020--><p class="noindent" >
+<!--l. 1014--><p class="noindent" >Some post-installation may be required.
+
+
+</p><!--l. 1016--><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. 1023--><p class="noindent" >If you elected to create symlinks in standard directories (described in section <a
+<!--l. 1019--><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. 1029--><p class="indent" > Each supported platform has its own subdirectory under <span
+</p><!--l. 1025--><p class="indent" > Each supported platform has its own subdirectory under <span
class="ec-lmtt-10">TEXDIR/bin</span>. See figure <a
href="#x1-23037r5">5<!--tex4ht:ref: fig:bin-text --></a> for the list of
subdirectories and corresponding platforms.
-</p><!--l. 1033--><p class="indent" > Optionally, you can also add the documentation man and Info directories to their respective search paths, if
+</p><!--l. 1029--><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-10">PATH</span>.
-</p><!--l. 1038--><p class="indent" > For Bourne-compatible shells such as <span
+</p><!--l. 1034--><p class="indent" > For Bourne-compatible shells such as <span
class="ec-lmss-10">bash</span>, and using Intel x86 GNU/Linux and a default directory setup as
an example, the file to edit might be <span
class="ec-lmtt-10">$HOME/.profile </span>(or another file sourced by <span
class="ec-lmtt-10">.profile</span>), and the lines to
add would look like this:
-</p><!--l. 1043--><p class="indent" >
+</p><!--l. 1039--><p class="indent" >
</p>
- <div class="fancyvrb" id="fancyvrb5"><a
+ <pre class="fancyvrb" id="fancyvrb5"><a
id="x1-30002r1"></a><span
class="ec-lmtt-9">PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH;</span><span
class="ec-lmtt-9"> export</span><span
-class="ec-lmtt-9"> PATH</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-9"> PATH</span>
+<a
id="x1-30004r2"></a><span
class="ec-lmtt-9">MANPATH=/usr/local/texlive/2021/texmf-dist/doc/man:$MANPATH;</span><span
class="ec-lmtt-9"> export</span><span
-class="ec-lmtt-9"> MANPATH</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-9"> MANPATH</span>
+<a
id="x1-30006r3"></a><span
class="ec-lmtt-9">INFOPATH=/usr/local/texlive/2021/texmf-dist/doc/info:$INFOPATH;</span><span
class="ec-lmtt-9"> export</span><span
-class="ec-lmtt-9"> INFOPATH</span></div>
-<!--l. 1049--><p class="indent" > For csh or tcsh, the file to edit is typically <span
+class="ec-lmtt-9"> INFOPATH</span></pre>
+<!--l. 1045--><p class="indent" > For csh or tcsh, the file to edit is typically <span
class="ec-lmtt-10">$HOME/.cshrc</span>, and the lines to add might look
like:
-</p><!--l. 1052--><p class="indent" >
+</p><!--l. 1048--><p class="indent" >
</p>
- <div class="fancyvrb" id="fancyvrb6"><a
+ <pre class="fancyvrb" id="fancyvrb6"><a
id="x1-30008r1"></a><span
class="ec-lmtt-9">setenv</span><span
class="ec-lmtt-9"> PATH</span><span
-class="ec-lmtt-9"> /usr/local/texlive/2021/bin/x86_64-linux:$PATH</span><br class="fancyvrb" /><a
+class="ec-lmtt-9"> /usr/local/texlive/2021/bin/x86_64-linux:$PATH</span>
+<a
id="x1-30010r2"></a><span
class="ec-lmtt-9">setenv</span><span
class="ec-lmtt-9"> MANPATH</span><span
-class="ec-lmtt-9"> /usr/local/texlive/2021/texmf-dist/doc/man:$MANPATH</span>
-<br class="fancyvrb" /><a
+class="ec-lmtt-9"> /usr/local/texlive/2021/texmf-dist/doc/man:$MANPATH</span>
+<a
id="x1-30012r3"></a><span
class="ec-lmtt-9">setenv</span><span
class="ec-lmtt-9"> INFOPATH</span><span
-class="ec-lmtt-9"> /usr/local/texlive/2021/texmf-dist/doc/info:$INFOPATH</span></div>
-<!--l. 1058--><p class="indent" > If you already have settings somewhere in your “dot” files, naturally the TeX Live directories should be
+class="ec-lmtt-9"> /usr/local/texlive/2021/texmf-dist/doc/info:$INFOPATH</span></pre>
+<!--l. 1054--><p class="indent" > If you already have settings somewhere in your “dot” files, naturally the TeX Live directories should be
merged in as appropriate.
-</p><!--l. 1062--><p class="noindent" >
+</p><!--l. 1058--><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. 1065--><p class="noindent" >If you want to make these changes globally, or for a user newly added to the system, then you are on
+<!--l. 1061--><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. 1069--><p class="indent" > Our two hints are: 1) you may want to check for a file <span
+</p><!--l. 1065--><p class="indent" > Our two hints are: 1) you may want to check for a file <span
class="ec-lmtt-10">/etc/manpath.config </span>and, if present, add lines
such as
-</p><!--l. 1072--><p class="indent" >
+</p><!--l. 1068--><p class="indent" >
</p>
- <div class="fancyvrb" id="fancyvrb7"><a
+ <pre class="fancyvrb" id="fancyvrb7"><a
id="x1-31002r1"></a><span
class="ec-lmtt-9">MANPATH_MAP</span><span
class="ec-lmtt-9"> /usr/local/texlive/2021/bin/x86_64-linux</span><span
-class="ec-lmtt-9"> \</span><br class="fancyvrb" /><a
+class="ec-lmtt-9"> \</span>
+<a
id="x1-31004r2"></a><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
@@ -2249,28 +2203,26 @@ class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
-class="ec-lmtt-9"> /usr/local/texlive/2021/texmf-dist/doc/man</span></div>
-<!--l. 1077--><p class="indent" > And 2) check for a file <span
+class="ec-lmtt-9"> /usr/local/texlive/2021/texmf-dist/doc/man</span></pre>
+<!--l. 1073--><p class="indent" > And 2) check for a file <span
class="ec-lmtt-10">/etc/environment </span>which may define the search path and other default environment
variables.
-</p><!--l. 1080--><p class="indent" > In each (Unix) binary directory, we also create a symbolic link named <span
+</p><!--l. 1076--><p class="indent" > In each (Unix) binary directory, we also create a symbolic link named <span
class="ec-lmtt-10">man </span>to the directory
<span
class="ec-lmtt-10">texmf-dist/doc/man</span>. Some <span
class="ec-lmtt-10">man </span>programs, such as the standard Mac OS X <span
class="ec-lmtt-10">man</span>, will automatically find that,
obviating the need for any man page setup.
-</p><!--l. 1086--><p class="noindent" >
+</p><!--l. 1082--><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. 1089--><p class="noindent" >If you installed TeX Live from DVD and then wish to get updates from the Internet, you need to run this
+<!--l. 1085--><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-10">after </span>you’ve updated your search path (as described in the previous section):
</p>
<div class="alltt">
-
-
<div class="obeylines-v">
<span
@@ -2280,35 +2232,37 @@ class="ec-lmtk-10">tlmgr</span><span
class="ec-lmtk-10"> option</span><span
class="ec-lmtk-10"> repository</span><span
class="ec-lmtk-10"> http://mirror.ctan.org/systems/texlive/tlnet</span>
+
+
</div>
</div>
-<!--l. 1097--><p class="indent" > This tells <span
+<!--l. 1093--><p class="indent" > This tells <span
class="ec-lmss-10">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. 1101--><p class="indent" > If there are problems with the automatic mirror selection, you can specify a particular CTAN mirror from
+</p><!--l. 1097--><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-10">https://ctan.org/mirrors</span></a>. Use the exact path to the <span
class="ec-lmtt-10">tlnet </span>subdir on that mirror, as shown
above.
-</p><!--l. 1107--><p class="indent" > <a id="xetexfontconfig"></a> <a id="sysfontconfig"></a>
+</p><!--l. 1103--><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. 1112--><p class="noindent" >XeTeX and LuaTeX can use any font installed on the system, not just those in the TeX trees. They do these
+<!--l. 1108--><p class="noindent" >XeTeX and LuaTeX can use any font installed on the system, not just those in the TeX trees. They do these
via related but not identical methods.
-</p><!--l. 1116--><p class="indent" > On Windows, fonts shipped with TeX Live are automatically made available to XeTeX by font name. On
+</p><!--l. 1112--><p class="indent" > On Windows, fonts shipped with TeX Live are automatically made available to XeTeX by font name. On
Mac OS X, supporting font name lookups requires additional steps; please see the MacTeX web pages
(<a
href="https://tug.org/mactex" class="url" ><span
class="ec-lmtt-10">https://tug.org/mactex</span></a>). For other Unix systems, the procedure to be able to find the fonts shipped with
TeX Live via font name follows.
-</p><!--l. 1122--><p class="indent" > To facilitate this, when the <span
+</p><!--l. 1118--><p class="indent" > To facilitate this, when the <span
class="ec-lmss-10">xetex </span>package is installed (either at initial installation or later), the necessary
configuration file is created in <span
class="ec-lmtt-10">TEXMFSYSVAR/fonts/conf/texlive-fontconfig.conf</span>.
-</p><!--l. 1127--><p class="indent" > To set up the TeX Live fonts for system-wide use (assuming you have suitable privileges), proceed as
+</p><!--l. 1123--><p class="indent" > To set up the TeX Live fonts for system-wide use (assuming you have suitable privileges), proceed as
follows:
</p><ol class="enumerate1" >
<li
@@ -2319,7 +2273,7 @@ class="ec-lmtt-10">/etc/fonts/conf.d/09-texlive.conf</span>.
<li
class="enumerate" id="x1-33004x2">Run <span
class="ec-lmtk-10">fc-cache -fsv</span>.</li></ol>
-<!--l. 1135--><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
+<!--l. 1131--><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
@@ -2331,46 +2285,46 @@ class="ec-lmtt-10">~ </span>is your home directory.
<li
class="enumerate" id="x1-33008x2">Run <span
class="ec-lmtk-10">fc-cache -fv</span>.</li></ol>
-<!--l. 1144--><p class="indent" > You can run <span
+<!--l. 1140--><p class="indent" > You can run <span
class="ec-lmtt-10">fc-list </span>to see the names of the system fonts. The incantation <span
class="ec-lmtt-10">fc-list : family style</span>
<span
class="ec-lmtt-10">file spacing </span>(all arguments are literal strings) shows some generally interesting information.
-</p><!--l. 1149--><p class="noindent" >
+</p><!--l. 1145--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">3.4.5 </span> <a
id="x1-340003.4.5"></a>ConTeXt Mark IV</h5>
-<!--l. 1152--><p class="noindent" >Both the ‘old’ ConTeXt (Mark II) and the ‘new’ ConTeXt (Mark IV) should run out of the box after TeX
+<!--l. 1148--><p class="noindent" >Both the ‘old’ ConTeXt (Mark II) and the ‘new’ ConTeXt (Mark IV) 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-10">tlmgr</span></span></span> for
updates.
-</p><!--l. 1157--><p class="indent" > However, because ConTeXt MkIV does not use the kpathsea library, some setup will be required whenever
+</p><!--l. 1153--><p class="indent" > However, because ConTeXt MkIV does not use the kpathsea library, some setup will be required whenever
you install new files manually (without using <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">tlmgr</span></span></span>). After each such installation, each MkIV user must
run:
</p>
- <div class="fancyvrb" id="fancyvrb8"><a
+ <pre class="fancyvrb" id="fancyvrb8"><a
id="x1-34002r1"></a><span
class="ec-lmtt-9">context</span><span
-class="ec-lmtt-9"> --generate</span></div>
-<!--l. 1164--><p class="noindent" >to refresh the ConTeXt disk cache data. The resulting files are stored under <span
+class="ec-lmtt-9"> --generate</span></pre>
+<!--l. 1160--><p class="noindent" >to refresh the ConTeXt disk cache data. The resulting files are stored under <span
class="ec-lmtt-10">TEXMFCACHE</span>, whose default value in
TeX Live is <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">TEXMFSYSVAR;TEXMFVAR</span></span></span>.
-</p><!--l. 1168--><p class="indent" > ConTeXt MkIV will read from all paths mentioned in <span class="obeylines-h"><span class="verb"><span
+</p><!--l. 1164--><p class="indent" > ConTeXt MkIV will read from all paths mentioned in <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">TEXMFCACHE</span></span></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. 1173--><p class="indent" > For more information, see <a
+</p><!--l. 1169--><p class="indent" > For more information, see <a
href="https://wiki.contextgarden.net/Running_Mark_IV" class="url" ><span
class="ec-lmtt-10">https://wiki.contextgarden.net/Running_Mark_IV</span></a>.
+</p><!--l. 1173--><p class="noindent" >
+</p>
-</p><!--l. 1177--><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. 1180--><p class="noindent" >This is already mentioned implicitly in section <a
+<!--l. 1176--><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-10">TEXMFLOCAL </span>(by default, <span
class="ec-lmtt-10">/usr/local/texlive/texmf-local</span>
@@ -2385,7 +2339,7 @@ new TeX Live release. Therefore, it is best to refrain from changing the defini
class="ec-lmtt-10">TEXMFLOCAL </span>to
be too far away from the main TeX Live directory, or you will need to manually change future
releases.
-</p><!--l. 1193--><p class="indent" > For both trees, files should be placed in their proper TeX Directory Structure (TDS) subdirectories; see
+</p><!--l. 1189--><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-10">https://tug.org/tds</span></a> or consult <span
@@ -2394,12 +2348,12 @@ package should be placed in <span
class="ec-lmtt-10">TEXMFLOCAL/tex/latex </span>or <span
class="ec-lmtt-10">TEXMFHOME/tex/latex</span>, or a subdirectory
thereof.
-</p><!--l. 1199--><p class="indent" > <span
+</p><!--l. 1195--><p class="indent" > <span
class="ec-lmtt-10">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-10">mktexlsr </span>or use the ‘Reinit file database’ button on the configuration tab of the TeX Live Manager
GUI.
-</p><!--l. 1204--><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
+</p><!--l. 1200--><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
class="ec-lmtt-10">TEXMFHOME </span>to the list
@@ -2407,38 +2361,38 @@ of directories, within braces, separated by commas:
</p>
- <div class="verbatim" id="verbatim-1">
- <div class="fancyvrb" id="fancyvrb9"><a
- id="x1-35002r1"></a>  TEXMFHOME = {/my/dir1,/mydir2,/a/third/dir}</div>
-</div>
-<!--l. 1213--><p class="nopar" >
-</p><!--l. 1215--><p class="indent" > Section <a
-href="#x1-580007.1.5">7.1.5<!--tex4ht:ref: sec:brace-expansion --></a> describes brace expansion further.
-</p><!--l. 1218--><p class="noindent" >
+ <pre class="verbatim" id="verbatim-1">
+ <pre class="fancyvrb" id="fancyvrb9"><a
+ id="x1-35002r1"></a>  TEXMFHOME = {/my/dir1,/mydir2,/a/third/dir}</pre>
+</pre>
+<!--l. 1209--><p class="nopar" >
+</p><!--l. 1211--><p class="indent" > Section <a
+href="#x1-590007.1.5">7.1.5<!--tex4ht:ref: sec:brace-expansion --></a> describes brace expansion further.
+</p><!--l. 1214--><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. 1220--><p class="noindent" >This is unfortunately a messy topic for TeX and pdfTeX. Forget about it unless you want to delve into many
+<!--l. 1216--><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
class="ec-lmtt-10">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. 1227--><p class="indent" > If you do want to install your own fonts, see <a
+</p><!--l. 1223--><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-10">https://tug.org/fonts/fontinstall.html</span></a> for our best
effort at describing the procedure.
-</p><!--l. 1231--><p class="indent" > Also consider using XeTeX or LuaTeX (see section <a
+</p><!--l. 1227--><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 makes your documents instantly unusable by
anyone in a different environment.)
-</p><!--l. 1237--><p class="noindent" >
+</p><!--l. 1233--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">3.5 </span> <a
id="x1-370003.5"></a>Testing the installation</h4>
-<!--l. 1240--><p class="noindent" >After installing TeX Live, you naturally want to test it out, so you can start creating beautiful documents and/
+<!--l. 1236--><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. 1243--><p class="indent" > One thing you may immediately be looking for is a front-end with which to edit files. TeX Live installs
+</p><!--l. 1239--><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-10">https://tug.org/texworks</span></a>) on Windows (only), and MacTeX installs TeXShop
@@ -2450,10 +2404,10 @@ editor. There are many choices available, some of which are listed in the next s
href="https://tug.org/interest.html#editors" class="url" ><span
class="ec-lmtt-10">https://tug.org/interest.html#editors</span></a>. Any plain text editor will work; something TeX-specific is not
required.
-</p><!--l. 1252--><p class="indent" > The rest of this section gives some basic procedures for testing that the new system is functional. We give
+</p><!--l. 1248--><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 Mac OS X and Windows, you’re more likely to run the tests through a graphical
interface, but the principles are the same.
-</p><!--l. 1257--><p class="indent" >
+</p><!--l. 1253--><p class="indent" >
</p><ol class="enumerate1" >
<li
class="enumerate" id="x1-37002x1">Make sure that you can run the <span
@@ -2483,7 +2437,7 @@ class="ec-lmtt-10">...</span></div>
class="ec-lmtt-10">bin </span>subdirectory in your <span
class="ec-lmtt-10">PATH</span>. See the
environment-setting information on p. <a
-href="#x1-300003.4.1">39<!--tex4ht:ref: sec:env --></a>.
+href="#x1-300003.4.1">38<!--tex4ht:ref: sec:env --></a>.
</li>
<li
class="enumerate" id="x1-37004x2">Process a basic LaTeX file, generating PDF: <div class="alltt">
@@ -2523,7 +2477,7 @@ class="ec-lmtt-10">sample2e.tex </span>or other files, you may have interferenc
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 <a
-href="#x1-650007.2.4">69<!--tex4ht:ref: sec:debugging --></a>.)
+href="#x1-660007.2.4">68<!--tex4ht:ref: sec:debugging --></a>.)
</li>
<li
class="enumerate" id="x1-37006x3">Preview the PDF file, for example: <div class="alltt">
@@ -2537,7 +2491,7 @@ class="ec-lmtk-10"> sample2e.pdf</span>
</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. 1295--><p class="noindent" >Of course there are many other PDF viewers; on Unix systems, <span
+ <!--l. 1291--><p class="noindent" >Of course there are many other PDF viewers; on Unix systems, <span
class="ec-lmss-10">evince </span>and <span
class="ec-lmss-10">okular </span>are commonly used. For
Windows, we recommend trying Sumatra PDF (<a
@@ -2619,35 +2573,35 @@ class="ec-lmtk-10"> sample2e.pdf</span>
<li
class="enumerate" id="x1-37016x8">Other standard test files you may find useful in addition to <span
class="ec-lmtt-10">sample2e.tex</span>:
- <!--l. 1330--><p class="noindent" >
+ <!--l. 1326--><p class="noindent" >
</p><dl class="list2"><dt class="list">
<span
class="ec-lmtt-10">small2e.tex</span> </dt><dd
class="list">
- <!--l. 1331--><p class="noindent" >A simpler document than <span
+ <!--l. 1327--><p class="noindent" >A simpler document than <span
class="ec-lmtt-10">sample2e</span>, to reduce the input size if you’re having troubles.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">testpage.tex</span> </dt><dd
class="list">
- <!--l. 1333--><p class="noindent" >Test if your printer introduces any offsets.
+ <!--l. 1329--><p class="noindent" >Test if your printer introduces any offsets.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">nfssfont.tex</span> </dt><dd
class="list">
- <!--l. 1334--><p class="noindent" >For printing font tables and tests.
+ <!--l. 1330--><p class="noindent" >For printing font tables and tests.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">testfont.tex</span> </dt><dd
class="list">
- <!--l. 1335--><p class="noindent" >Also for font tables, but using plain TeX.
+ <!--l. 1331--><p class="noindent" >Also for font tables, but using plain TeX.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">story.tex</span> </dt><dd
class="list">
- <!--l. 1336--><p class="noindent" >The most canonical (plain) TeX test file of all. You must type ‘<span
+ <!--l. 1332--><p class="noindent" >The most canonical (plain) TeX test file of all. You must type ‘<span
class="ec-lmtt-10">\bye</span>’ to the <span
class="ec-lmtt-10">* </span>prompt after
‘<span
@@ -2687,27 +2641,83 @@ class="ec-lmtt-10"> on</span><span
class="ec-lmtt-10"> opentype-info.log.</span>
</div>
</div>
- <!--l. 1351--><p class="noindent" >If you get an error message saying “Invalid fontname ‘Latin Modern Roman/ICU’…”, then you
+ <!--l. 1347--><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. 1358--><p class="noindent" >
+<!--l. 1354--><p class="indent" > <a id="uninstall"></a>
</p>
<h4 class="subsectionHead"><span class="titlemark">3.6 </span> <a
- id="x1-380003.6"></a>Links for additional downloadable software</h4>
-<!--l. 1360--><p class="noindent" >If you are new to TeX, or otherwise need help with actually writing TeX or LaTeX documents, please visit
+ id="x1-380003.6"></a>Uninstalling TeX Live</h4>
+<!--l. 1358--><p class="noindent" >To uninstall TeX Live (after a successful installation):
+</p>
+ <div class="alltt">
+
+<div class="obeylines-v">
+<span
+class="ec-lmtt-10">&#x003E;</span><span
+class="ec-lmtt-10"> </span><span
+class="ec-lmtk-10">tlmgr</span><span
+class="ec-lmtk-10"> uninstall</span><span
+class="ec-lmtk-10"> --all</span>
+</div>
+</div>
+<!--l. 1364--><p class="indent" > You will be asked for confirmation, else nothing will be done. (Without <span
+class="ec-lmtt-10">--all</span>, the <span
+class="ec-lmtt-10">uninstall </span>action is
+used to remove individual packages.)
+</p><!--l. 1368--><p class="indent" > This does not remove user-specific directories, namely (see also section sec:texmftrees):
+</p><!--l. 1371--><p class="noindent" >
+ </p><dl class="list1"><dt class="list">
+ <span
+class="ec-lmtt-10">TEXMFCONFIG</span> </dt><dd
+class="list">
+ <!--l. 1372--><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-10">TEXMFVAR</span> </dt><dd
+class="list">
+ <!--l. 1376--><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-10">TEXMFHOME</span> </dt><dd
+class="list">
+ <!--l. 1380--><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. 1387--><p class="noindent" >You can find the directory paths for these variables by running <span
+class="ec-lmtt-10">kpsewhich -var-value=</span><span
+class="ec-lmro-10">var</span>.
+</p><!--l. 1390--><p class="indent" > This <span
+class="ec-lmss-10">tlmgr </span>uninstallation also does not undo post-installation actions, such as <span
+class="ec-lmtt-10">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>).
+</p><!--l. 1395--><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. 1399--><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. 1401--><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-10">https://tug.org/begin.html</span></a> for some introductory resources.
-</p><!--l. 1364--><p class="indent" > Links for some other tools you may consider installing:
+</p><!--l. 1405--><p class="indent" > Links for some other tools you may consider installing:
</p><dl class="description"><dt class="description">
<span
class="ec-lmbx-10">Ghostscript</span> </dt><dd
class="description"><a
href="https://ghostscript.com/" class="url" ><span
-class="ec-lmtt-10">https://ghostscript.com/</span></a>
+class="ec-lmtt-10">https://ghostscript.com/</span></a>, a free PostScript and PDF interpreter.
</dd><dt class="description">
<span
class="ec-lmbx-10">Perl</span> </dt><dd
@@ -2715,13 +2725,13 @@ class="description"><a
href="https://perl.org/" class="url" ><span
class="ec-lmtt-10">https://perl.org/</span></a> with supplementary packages from CPAN, <a
href="https://cpan.org/" class="url" ><span
-class="ec-lmtt-10">https://cpan.org/</span></a>
+class="ec-lmtt-10">https://cpan.org/</span></a>.
</dd><dt class="description">
<span
class="ec-lmbx-10">ImageMagick</span> </dt><dd
class="description"><a
href="https://imagemagick.org" class="url" ><span
-class="ec-lmtt-10">https://imagemagick.org</span></a>, for graphics processing and conversion
+class="ec-lmtt-10">https://imagemagick.org</span></a>, for graphics processing and conversion.
</dd><dt class="description">
<span
class="ec-lmbx-10">NetPBM</span> </dt><dd
@@ -2767,8 +2777,6 @@ class="ec-lmtt-10">https://texstudio.org/</span></a> and in the proTeXt distribu
class="ec-lmss-10">TeXnicCenter </span>is free software, available from <a
href="https://www.texniccenter.org" class="url" ><span
class="ec-lmtt-10">https://www.texniccenter.org</span></a>.
-
-
</li>
<li class="itemize"><span
class="ec-lmss-10">TeXworks </span>is free software, available from <a
@@ -2794,47 +2802,53 @@ class="ec-lmss-10">WinShell </span>is available from <a
href="https://www.winshell.de" class="url" ><span
class="ec-lmtt-10">https://www.winshell.de</span></a>.</li></ul>
</dd></dl>
-<!--l. 1400--><p class="noindent" >For a much longer list of packages and programs, see <a
+<!--l. 1442--><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-10">https://tug.org/interest.html</span></a>.
-</p><!--l. 1404--><p class="noindent" >
+</p><!--l. 1446--><p class="noindent" >
</p>
<h3 class="sectionHead"><span class="titlemark">4 </span> <a
- id="x1-390004"></a>Specialized installations</h3>
-<!--l. 1406--><p class="noindent" >The previous sections described the basic installation process. Here we turn to some specialized
+ id="x1-400004"></a>Specialized installations</h3>
+<!--l. 1448--><p class="noindent" >The previous sections described the basic installation process. Here we turn to some specialized
cases.
-</p><!--l. 1409--><p class="indent" > <a id="tlsharedinstall"></a>
+</p><!--l. 1451--><p class="indent" > <a id="tlsharedinstall"></a>
+
+
</p>
<h4 class="subsectionHead"><span class="titlemark">4.1 </span> <a
- id="x1-400004.1"></a>Shared-user (or cross-machine) installations</h4>
-<!--l. 1413--><p class="noindent" >TeX Live has been designed to be shared between different systems on a network. With a standard directory
+ id="x1-410004.1"></a>Shared-user (or cross-machine) installations</h4>
+<!--l. 1455--><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
class="ec-lmtt-10">$TEXMFDIST/web2c/texmf.cnf</span>, which
contains lines such as
</p>
- <div class="fancyvrb" id="fancyvrb10"><a
- id="x1-40002r1"></a><span
+ <pre class="fancyvrb" id="fancyvrb10"><a
+ id="x1-41002r1"></a><span
class="ec-lmtt-9">TEXMFROOT</span><span
class="ec-lmtt-9"> =</span><span
-class="ec-lmtt-9"> $SELFAUTOPARENT</span><br class="fancyvrb" /><a
- id="x1-40004r2"></a><span
-class="ec-lmtt-9">...</span><br class="fancyvrb" /><a
- id="x1-40006r3"></a><span
+class="ec-lmtt-9"> $SELFAUTOPARENT</span>
+<a
+ id="x1-41004r2"></a><span
+class="ec-lmtt-9">...</span>
+<a
+ id="x1-41006r3"></a><span
class="ec-lmtt-9">TEXMFDIST</span><span
class="ec-lmtt-9"> =</span><span
-class="ec-lmtt-9"> $TEXMFROOT/texmf-dist</span><br class="fancyvrb" /><a
- id="x1-40008r4"></a><span
-class="ec-lmtt-9">...</span><br class="fancyvrb" /><a
- id="x1-40010r5"></a><span
+class="ec-lmtt-9"> $TEXMFROOT/texmf-dist</span>
+<a
+ id="x1-41008r4"></a><span
+class="ec-lmtt-9">...</span>
+<a
+ id="x1-41010r5"></a><span
class="ec-lmtt-9">TEXMFLOCAL</span><span
class="ec-lmtt-9"> =</span><span
-class="ec-lmtt-9"> $SELFAUTOGRANDPARENT/texmf-local</span></div>
-<!--l. 1426--><p class="noindent" >This means that adding the directory for TeX Live executables for their platform to their search path is sufficient
+class="ec-lmtt-9"> $SELFAUTOGRANDPARENT/texmf-local</span></pre>
+<!--l. 1468--><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. 1429--><p class="indent" > By the same token, you can also install TeX Live locally and then move the entire hierarchy afterwards to a
+</p><!--l. 1471--><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. 1432--><p class="indent" > For Windows, TeX Live includes a launcher <span
+</p><!--l. 1474--><p class="indent" > For Windows, TeX Live includes a launcher <span
class="ec-lmtt-10">tlaunch</span>. Its main window contains menu entries and
buttons for various TeX-related programs and documentation, customizable via an <span
class="ec-lmtt-10">ini </span>file. On first
@@ -2847,17 +2861,17 @@ class="ec-lmtt-10">texdoc tlaunch</span>, or
<a
href="https://ctan.org/pkg/tlaunch" class="url" ><span
class="ec-lmtt-10">https://ctan.org/pkg/tlaunch</span></a>).
-</p><!--l. 1443--><p class="indent" > <a id="tlportable"></a>
+</p><!--l. 1485--><p class="indent" > <a id="tlportable"></a>
</p>
<h4 class="subsectionHead"><span class="titlemark">4.2 </span> <a
- id="x1-410004.2"></a>Portable (USB) installations</h4>
-<!--l. 1447--><p class="noindent" >The <span
+ id="x1-420004.2"></a>Portable (USB) installations</h4>
+<!--l. 1489--><p class="noindent" >The <span
class="ec-lmtt-10">-portable </span>installer option (or <span
class="ec-lmtt-10">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. 1453--><p class="indent" > Technically, the portable installation is made self-contained by setting the default values of <span
+</p><!--l. 1495--><p class="indent" > Technically, the portable installation is made self-contained by setting the default values of <span
class="ec-lmtt-10">TEXMFHOME</span>,
<span
class="ec-lmtt-10">TEXMFVAR</span>, and <span
@@ -2866,37 +2880,35 @@ class="ec-lmtt-10">TEXMFLOCAL</span>, <span
class="ec-lmtt-10">TEXMFSYSVAR</span>, and <span
class="ec-lmtt-10">TEXMFSYSCONFIG </span>respectively;
thus, per-user configuration and caches will not be created.
-</p><!--l. 1459--><p class="indent" > To run TeX using this portable installation, you need to add the appropriate binary directory to the search
+</p><!--l. 1501--><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. 1463--><p class="indent" > On Windows, you can double-click <span
+</p><!--l. 1505--><p class="indent" > On Windows, you can double-click <span
class="ec-lmtt-10">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. 1468--><p class="indent" > <img
+</p><!--l. 1510--><p class="indent" > <img
src="../texlive-common/../texlive-common/tray-menu.png" alt="pict"
/>
-
-
-</p><!--l. 1471--><p class="noindent" >The ‘More…’ entry explains how you can customize this menu.
-</p><!--l. 1530--><p class="indent" > <a id="tlmgr"></a>
+</p><!--l. 1513--><p class="noindent" >The ‘More…’ entry explains how you can customize this menu.
+</p><!--l. 1572--><p class="indent" > <a id="tlmgr"></a>
</p>
<h3 class="sectionHead"><span class="titlemark">5 </span> <a
- id="x1-420005"></a><span
+ id="x1-430005"></a><span
class="ec-lmss-10">tlmgr</span>: Managing your installation</h3>
<figure class="figure">
<a
- id="x1-42001r9"></a>
+ id="x1-43001r9"></a>
-<!--l. 1535--><p class="noindent" ><img
+<!--l. 1577--><p class="noindent" ><img
src="../texlive-common/../texlive-common/tlshell-macos.png" alt="pict"
/>
</p>
<figcaption class="caption" ><span class="id">Figure 9:</span><span
class="content"><span
-class="ec-lmss-10">tlshell </span>GUI, showing the Actions menu (Mac OS X)</span></figcaption><!--tex4ht:label?: x1-42001r9 -->
+class="ec-lmss-10">tlshell </span>GUI, showing the Actions menu (Mac OS X)</span></figcaption><!--tex4ht:label?: x1-43001r9 -->
</figure>
@@ -2905,17 +2917,17 @@ class="ec-lmss-10">tlshell </span>GUI, showing the Actions menu (Mac OS X)</span
<a
- id="x1-42002r10"></a>
+ id="x1-43002r10"></a>
-<!--l. 1541--><p class="noindent" ><img
+<!--l. 1583--><p class="noindent" ><img
src="../texlive-common/../texlive-common/tlcockpit-packages.png" alt="pict"
/>
</p>
<figcaption class="caption" ><span class="id">Figure 10:</span><span
class="content"><span
class="ec-lmss-10">tlcockpit </span>GUI for <span
-class="ec-lmss-10">tlmgr</span></span></figcaption><!--tex4ht:label?: x1-42002r10 -->
+class="ec-lmss-10">tlmgr</span></span></figcaption><!--tex4ht:label?: x1-43002r10 -->
</figure>
@@ -2924,20 +2936,20 @@ class="ec-lmss-10">tlmgr</span></span></figcaption><!--tex4ht:label?: x1-42002r1
<a
- id="x1-42003r11"></a>
+ id="x1-43003r11"></a>
-<!--l. 1547--><p class="noindent" ><img
+<!--l. 1589--><p class="noindent" ><img
src="../texlive-common/../texlive-common/tlmgr-gui.png" alt="pict"
/>
</p>
<figcaption class="caption" ><span class="id">Figure 11:</span><span
class="content">Legacy <span
-class="ec-lmss-10">tlmgr </span>GUI mode: main window, after ‘Load’</span></figcaption><!--tex4ht:label?: x1-42003r11 -->
+class="ec-lmss-10">tlmgr </span>GUI mode: main window, after ‘Load’</span></figcaption><!--tex4ht:label?: x1-43003r11 -->
</figure>
-<!--l. 1552--><p class="indent" > TeX Live includes a program named <span
+<!--l. 1594--><p class="indent" > TeX Live includes a program named <span
class="ec-lmss-10">tlmgr </span>for managing TeX Live after the initial installation. Its
capabilities include:
</p>
@@ -2951,7 +2963,7 @@ capabilities include:
</li>
<li class="itemize">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>).</li></ul>
-<!--l. 1564--><p class="indent" > <span
+<!--l. 1606--><p class="indent" > <span
class="ec-lmss-10">tlmgr</span>’s functionality completely subsumes the <span
class="ec-lmss-10">texconfig </span>program. We still distribute and maintain <span
class="ec-lmss-10">texconfig</span>
@@ -2959,19 +2971,19 @@ for the sake of anyone used to its interface, but we recommend using <span
class="ec-lmss-10">tlmgr </span>nowadays.
</p>
<h4 class="subsectionHead"><span class="titlemark">5.1 </span> <a
- id="x1-430005.1"></a>GUI interfaces for <span
+ id="x1-440005.1"></a>GUI interfaces for <span
class="ec-lmss-10">tlmgr</span></h4>
-<!--l. 1571--><p class="noindent" >TeX Live contains several GUI front-ends for <span
+<!--l. 1613--><p class="noindent" >TeX Live contains several GUI front-ends for <span
class="ec-lmss-10">tlmgr</span>. Two notable ones: (1) Figure <a
-href="#x1-42001r9">9<!--tex4ht:ref: fig:tlshell --></a> shows <span
+href="#x1-43001r9">9<!--tex4ht:ref: fig:tlshell --></a> shows <span
class="ec-lmss-10">tlshell</span>, which is
written in Tcl/Tk and runs out of the box under Windows and Mac OS X; (2) Figure <a
-href="#x1-42002r10">10<!--tex4ht:ref: fig:tlcockpit --></a> shows <span
+href="#x1-43002r10">10<!--tex4ht:ref: fig:tlcockpit --></a> shows <span
class="ec-lmss-10">tlcockpit</span>,
which requires Java version 8 or higher and JavaFX. Both are separate packages.
-</p><!--l. 1577--><p class="indent" > <span
+</p><!--l. 1619--><p class="indent" > <span
class="ec-lmss-10">tlmgr </span>also has a native GUI mode (shown in figure <a
-href="#x1-42003r11">11<!--tex4ht:ref: fig:tlmgr-gui --></a>), which is started with: </p><div class="alltt">
+href="#x1-43003r11">11<!--tex4ht:ref: fig:tlmgr-gui --></a>), which is started with: </p><div class="alltt">
<div class="obeylines-v">
<span
@@ -2982,12 +2994,12 @@ class="ec-lmtk-10"> -gui</span>
</div>
</div> However, this GUI extension requires Perl/Tk, which module is no longer included in TeX Live’s Perl
distribution for Windows.
-<!--l. 1585--><p class="noindent" >
+<!--l. 1627--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">5.2 </span> <a
- id="x1-440005.2"></a>Sample <span
+ id="x1-450005.2"></a>Sample <span
class="ec-lmss-10">tlmgr </span>command-line invocations</h4>
-<!--l. 1587--><p class="noindent" >After the initial installation, you can update your system to the latest versions available with:
+<!--l. 1629--><p class="noindent" >After the initial installation, you can update your system to the latest versions available with:
</p><div class="alltt">
<div class="obeylines-v">
@@ -3020,7 +3032,7 @@ class="ec-lmtk-10"> update</span><span
class="ec-lmtk-10"> -list</span>
</div>
</div>
-<!--l. 1601--><p class="indent" > This more complex example adds a collection, for the engine XeTeX, from a local directory:
+<!--l. 1643--><p class="indent" > This more complex example adds a collection, for the engine XeTeX, from a local directory:
</p>
<div class="alltt">
@@ -3037,67 +3049,80 @@ class="ec-lmtk-10"> install</span><span
class="ec-lmtk-10"> collection-xetex</span>
</div>
</div> It generates the following output (abridged):
- <div class="fancyvrb" id="fancyvrb11"><a
- id="x1-44002r1"></a><span
+ <pre class="fancyvrb" id="fancyvrb11"><a
+ id="x1-45002r1"></a><span
class="ec-lmtt-8">install:</span><span
-class="ec-lmtt-8"> collection-xetex</span><br class="fancyvrb" /><a
- id="x1-44004r2"></a><span
+class="ec-lmtt-8"> collection-xetex</span>
+<a
+ id="x1-45004r2"></a><span
class="ec-lmtt-8">install:</span><span
-class="ec-lmtt-8"> arabxetex</span><br class="fancyvrb" /><a
- id="x1-44006r3"></a><span
-class="ec-lmtt-8">...</span><br class="fancyvrb" /><a
- id="x1-44008r4"></a><span
+class="ec-lmtt-8"> arabxetex</span>
+<a
+ id="x1-45006r3"></a><span
+class="ec-lmtt-8">...</span>
+<a
+ id="x1-45008r4"></a><span
class="ec-lmtt-8">install:</span><span
-class="ec-lmtt-8"> xetex</span><br class="fancyvrb" /><a
- id="x1-44010r5"></a><span
+class="ec-lmtt-8"> xetex</span>
+<a
+ id="x1-45010r5"></a><span
class="ec-lmtt-8">install:</span><span
-class="ec-lmtt-8"> xetexconfig</span><br class="fancyvrb" /><a
- id="x1-44012r6"></a><span
+class="ec-lmtt-8"> xetexconfig</span>
+<a
+ id="x1-45012r6"></a><span
class="ec-lmtt-8">install:</span><span
-class="ec-lmtt-8"> xetex.i386-linux</span>
-<br class="fancyvrb" /><a
- id="x1-44014r7"></a><span
+class="ec-lmtt-8"> xetex.i386-linux</span>
+<a
+ id="x1-45014r7"></a><span
class="ec-lmtt-8">running</span><span
class="ec-lmtt-8"> post</span><span
class="ec-lmtt-8"> install</span><span
class="ec-lmtt-8"> action</span><span
class="ec-lmtt-8"> for</span><span
-class="ec-lmtt-8"> xetex</span><br class="fancyvrb" /><a
- id="x1-44016r8"></a><span
+class="ec-lmtt-8"> xetex</span>
+<a
+ id="x1-45016r8"></a><span
class="ec-lmtt-8">install:</span><span
-class="ec-lmtt-8"> xetex-def</span><br class="fancyvrb" /><a
- id="x1-44018r9"></a><span
-class="ec-lmtt-8">...</span><br class="fancyvrb" /><a
- id="x1-44020r10"></a><span
+class="ec-lmtt-8"> xetex-def</span>
+<a
+ id="x1-45018r9"></a><span
+class="ec-lmtt-8">...</span>
+<a
+ id="x1-45020r10"></a><span
class="ec-lmtt-8">running</span><span
-class="ec-lmtt-8"> mktexlsr</span><br class="fancyvrb" /><a
- id="x1-44022r11"></a><span
+class="ec-lmtt-8"> mktexlsr</span>
+<a
+ id="x1-45022r11"></a><span
class="ec-lmtt-8">mktexlsr:</span><span
class="ec-lmtt-8"> Updating</span><span
-class="ec-lmtt-8"> /usr/local/texlive/2021/texmf-dist/ls-R...</span><br class="fancyvrb" /><a
- id="x1-44024r12"></a><span
-class="ec-lmtt-8">...</span>
-<br class="fancyvrb" /><a
- id="x1-44026r13"></a><span
+class="ec-lmtt-8"> /usr/local/texlive/2021/texmf-dist/ls-R...</span>
+<a
+ id="x1-45024r12"></a><span
+class="ec-lmtt-8">...</span>
+<a
+ id="x1-45026r13"></a><span
class="ec-lmtt-8">running</span><span
class="ec-lmtt-8"> fmtutil-sys</span><span
-class="ec-lmtt-8"> --missing</span><br class="fancyvrb" /><a
- id="x1-44028r14"></a><span
-class="ec-lmtt-8">...</span><br class="fancyvrb" /><a
- id="x1-44030r15"></a><span
+class="ec-lmtt-8"> --missing</span>
+<a
+ id="x1-45028r14"></a><span
+class="ec-lmtt-8">...</span>
+<a
+ id="x1-45030r15"></a><span
class="ec-lmtt-8">Transcript</span><span
class="ec-lmtt-8"> written</span><span
class="ec-lmtt-8"> on</span><span
-class="ec-lmtt-8"> xelatex.log.</span><br class="fancyvrb" /><a
- id="x1-44032r16"></a><span
+class="ec-lmtt-8"> xelatex.log.</span>
+<a
+ id="x1-45032r16"></a><span
class="ec-lmtt-8">fmtutil:</span><span
class="ec-lmtt-8"> /usr/local/texlive/2021/texmf-var/web2c/xetex/xelatex.fmt</span><span
-class="ec-lmtt-8"> installed.</span></div>
-<!--l. 1627--><p class="indent" > As you can see, <span
+class="ec-lmtt-8"> installed.</span></pre>
+<!--l. 1669--><p class="indent" > As you can see, <span
class="ec-lmss-10">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. 1632--><p class="indent" > To describe a package (or collection or scheme): </p><div class="alltt">
+</p><!--l. 1674--><p class="indent" > To describe a package (or collection or scheme): </p><div class="alltt">
<div class="obeylines-v">
<span
@@ -3108,26 +3133,28 @@ class="ec-lmtk-10"> show</span><span
class="ec-lmtk-10"> collection-latexextra</span>
</div>
</div> which produces output like this:
- <div class="fancyvrb" id="fancyvrb12"><a
- id="x1-44034r1"></a><span
+ <pre class="fancyvrb" id="fancyvrb12"><a
+ id="x1-45034r1"></a><span
class="ec-lmtt-8">package:</span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> collection-latexextra</span><br class="fancyvrb" /><a
- id="x1-44036r2"></a><span
+class="ec-lmtt-8"> collection-latexextra</span>
+<a
+ id="x1-45036r2"></a><span
class="ec-lmtt-8">category:</span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> Collection</span><br class="fancyvrb" /><a
- id="x1-44038r3"></a><span
+class="ec-lmtt-8"> Collection</span>
+<a
+ id="x1-45038r3"></a><span
class="ec-lmtt-8">shortdesc:</span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> LaTeX</span><span
class="ec-lmtt-8"> supplementary</span><span
-class="ec-lmtt-8"> packages</span>
-<br class="fancyvrb" /><a
- id="x1-44040r4"></a><span
+class="ec-lmtt-8"> packages</span>
+<a
+ id="x1-45040r4"></a><span
class="ec-lmtt-8">longdesc:</span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
@@ -3139,25 +3166,28 @@ class="ec-lmtt-8"> of</span><span
class="ec-lmtt-8"> add-on</span><span
class="ec-lmtt-8"> packages</span><span
class="ec-lmtt-8"> for</span><span
-class="ec-lmtt-8"> LaTeX.</span><br class="fancyvrb" /><a
- id="x1-44042r5"></a><span
+class="ec-lmtt-8"> LaTeX.</span>
+<a
+ id="x1-45042r5"></a><span
class="ec-lmtt-8">installed:</span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> Yes</span><br class="fancyvrb" /><a
- id="x1-44044r6"></a><span
+class="ec-lmtt-8"> Yes</span>
+<a
+ id="x1-45044r6"></a><span
class="ec-lmtt-8">revision:</span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> 46963</span><br class="fancyvrb" /><a
- id="x1-44046r7"></a><span
+class="ec-lmtt-8"> 46963</span>
+<a
+ id="x1-45046r7"></a><span
class="ec-lmtt-8">sizes:</span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
class="ec-lmtt-8"> </span><span
-class="ec-lmtt-8"> 657941k</span></div>
-<!--l. 1647--><p class="indent" > Last and most important, for full documentation see <a
+class="ec-lmtt-8"> 657941k</span></pre>
+<!--l. 1689--><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-10">https://tug.org/texlive/tlmgr.html</span></a>, or:
</p><div class="alltt">
@@ -3170,15 +3200,15 @@ class="ec-lmtk-10">tlmgr</span><span
class="ec-lmtk-10"> -help</span>
</div>
</div>
-<!--l. 1654--><p class="noindent" >
+<!--l. 1696--><p class="noindent" >
</p>
<h3 class="sectionHead"><span class="titlemark">6 </span> <a
- id="x1-450006"></a>Notes on Windows</h3>
-<!--l. 1657--><p class="noindent" >
+ id="x1-460006"></a>Notes on Windows</h3>
+<!--l. 1699--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">6.1 </span> <a
- id="x1-460006.1"></a>Windows-specific features</h4>
-<!--l. 1660--><p class="noindent" >Under Windows, the installer does some extra things:
+ id="x1-470006.1"></a>Windows-specific features</h4>
+<!--l. 1702--><p class="noindent" >Under Windows, the installer does some extra things:
</p><dl class="description"><dt class="description">
<span
class="ec-lmbx-10">Menus and shortcuts.</span> </dt><dd
@@ -3216,19 +3246,19 @@ class="description">The installer creates an entry under ‘Add/Remove Programs
class="ec-lmbx-10">Write-protect.</span> </dt><dd
class="description">For an admin install, the TeX Live directories are write-protected, at least if TeX
Live is installed on a normal NTFS-formatted non-removable disk.</dd></dl>
-<!--l. 1683--><p class="indent" > Also, have a look at <span
+<!--l. 1725--><p class="indent" > Also, have a look at <span
class="ec-lmtt-10">tlaunch</span>, described in section <a
-href="#x1-400004.1">4.1<!--tex4ht:ref: sec:sharedinstall --></a>, for a different approach.
+href="#x1-410004.1">4.1<!--tex4ht:ref: sec:sharedinstall --></a>, for a different approach.
-</p><!--l. 1686--><p class="noindent" >
+</p><!--l. 1728--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">6.2 </span> <a
- id="x1-470006.2"></a>Additional software included on Windows</h4>
-<!--l. 1688--><p class="noindent" >To be complete, a TeX Live installation needs support packages that are not commonly found on a Windows
+ id="x1-480006.2"></a>Additional software included on Windows</h4>
+<!--l. 1730--><p class="noindent" >To be complete, a TeX Live installation needs support packages 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. 1692--><p class="indent" >
+</p><!--l. 1734--><p class="indent" >
</p><dl class="description"><dt class="description">
<span
class="ec-lmbx-10">Perl and Ghostscript.</span> </dt><dd
@@ -3275,22 +3305,22 @@ class="ec-lmtt-10">\font</span>
command. If necessary, run <span
class="ec-lmss-10">fc-cache </span>first to update font information.
</dd></dl>
-<!--l. 1728--><p class="noindent" >
+<!--l. 1770--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">6.3 </span> <a
- id="x1-480006.3"></a>User Profile is Home</h4>
-<!--l. 1731--><p class="noindent" >The Windows counterpart of a Unix home directory is the <span class="obeylines-h"><span class="verb"><span
+ id="x1-490006.3"></a>User Profile is Home</h4>
+<!--l. 1773--><p class="noindent" >The Windows counterpart of a Unix home directory is the <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">%USERPROFILE%</span></span></span> directory. Under Windows Vista
and later it is <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">C:\Users\&#x003C;username&#x003E;</span></span></span>. In the <span
class="ec-lmtt-10">texmf.cnf </span>file, and Kpathsea in general, <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">~</span></span></span> will expand
appropriately on both Windows and Unix.
-</p><!--l. 1738--><p class="noindent" >
+</p><!--l. 1780--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">6.4 </span> <a
- id="x1-490006.4"></a>The Windows registry</h4>
-<!--l. 1741--><p class="noindent" >Windows stores nearly all configuration data in its registry. The registry contains a set of hierarchically
+ id="x1-500006.4"></a>The Windows registry</h4>
+<!--l. 1783--><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-10">HKEY_CURRENT_USER</span></span> and <span class="path"><span
@@ -3299,228 +3329,231 @@ class="ec-lmtt-10">HKCU</span></span> and <span class="path"><span
class="ec-lmtt-10">HKLM</span></span> in short. The <span class="path"><span
class="ec-lmtt-10">HKCU</span></span> part of the registry is in
the user’s home directory (see section <a
-href="#x1-480006.3">6.3<!--tex4ht:ref: sec:winhome --></a>). <span class="path"><span
+href="#x1-490006.3">6.3<!--tex4ht:ref: sec:winhome --></a>). <span class="path"><span
class="ec-lmtt-10">HKLM</span></span> is normally in a subdirectory of the Windows
directory.
-</p><!--l. 1749--><p class="indent" > In some cases, system information could be obtained from environment variables but for other information,
+</p><!--l. 1791--><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. 1755--><p class="noindent" >
+</p><!--l. 1797--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">6.5 </span> <a
- id="x1-500006.5"></a>Windows permissions</h4>
-<!--l. 1758--><p class="noindent" >In later versions of Windows, a distinction is made between regular users and administrators, where only the
+ id="x1-510006.5"></a>Windows permissions</h4>
+<!--l. 1800--><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. 1763--><p class="indent" > If the installer is started with administrative permissions, there is an option to install for all users. If
+</p><!--l. 1805--><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. 1769--><p class="indent" > Regardless of administrator status, the default root of TeX Live proposed by the installer is always
+</p><!--l. 1811--><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-10">%SystemDrive%</span></span></span>. The installer always tests whether the root is writable for the current
user.
-</p><!--l. 1773--><p class="indent" > A problem may arise if the user is not an administrator and TeX already exists in the search path. Since
+</p><!--l. 1815--><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 directory is prepended to the local search path. The new TeX
Live will be always usable 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. 1783--><p class="indent" > You should be aware that even if you are logged in as administrator, you need to explicitly ask for
+</p><!--l. 1825--><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. 1790--><p class="noindent" >
+</p><!--l. 1832--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">6.6 </span> <a
- id="x1-510006.6"></a>Increasing maximum memory on Windows and Cygwin</h4>
-<!--l. 1793--><p class="noindent" >Windows and Cygwin (see section <a
+ id="x1-520006.6"></a>Increasing maximum memory on Windows and Cygwin</h4>
+<!--l. 1835--><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
class="ec-lmss-10">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. 1800--><p class="indent" > For Cygwin, you can increase the amount of available memory by following the instructions in the Cygwin
+</p><!--l. 1842--><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-10">https://cygwin.com/cygwin-ug-net/setup-maxmem.html</span></a>).
-</p><!--l. 1804--><p class="indent" > For Windows, you have to create a file, say <span
+</p><!--l. 1846--><p class="indent" > For Windows, you have to create a file, say <span
class="ec-lmtt-10">moremem.reg</span>, with these four lines:
-</p><!--l. 1807--><p class="indent" >
+</p><!--l. 1849--><p class="indent" >
</p>
- <div class="fancyvrb" id="fancyvrb13"><a
- id="x1-51002r1"></a><span
+ <pre class="fancyvrb" id="fancyvrb13"><a
+ id="x1-52002r1"></a><span
class="ec-lmtt-9">Windows</span><span
class="ec-lmtt-9"> Registry</span><span
class="ec-lmtt-9"> Editor</span><span
class="ec-lmtt-9"> Version</span><span
-class="ec-lmtt-9"> 5.00</span><br class="fancyvrb" /><a
- id="x1-51004r2"></a><br class="fancyvrb" /><a
- id="x1-51006r3"></a><span
-class="ec-lmtt-9">[HKEY_LOCAL_MACHINE\Software\Cygwin]</span><br class="fancyvrb" /><a
- id="x1-51008r4"></a><span
-class="ec-lmtt-9">&#x0022;heap_chunk_in_mb&#x0022;=dword:ffffff00</span></div>
-<!--l. 1814--><p class="noindent" >and then execute the command <span
+class="ec-lmtt-9"> 5.00</span>
+<a
+ id="x1-52004r2"></a>
+<a
+ id="x1-52006r3"></a><span
+class="ec-lmtt-9">[HKEY_LOCAL_MACHINE\Software\Cygwin]</span>
+<a
+ id="x1-52008r4"></a><span
+class="ec-lmtt-9">&#x0022;heap_chunk_in_mb&#x0022;=dword:ffffff00</span></pre>
+<!--l. 1856--><p class="noindent" >and then execute the command <span
class="ec-lmtt-10">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-10">HKEY_CURRENT_USER</span>.)
-</p><!--l. 1819--><p class="noindent" >
+</p><!--l. 1861--><p class="noindent" >
</p>
<h3 class="sectionHead"><span class="titlemark">7 </span> <a
- id="x1-520007"></a>A user’s guide to Web2C</h3>
-<!--l. 1821--><p class="noindent" >Web2C is an integrated collection of TeX-related programs: TeX itself, Metafont, MetaPost, BibTeX, etc.
+ id="x1-530007"></a>A user’s guide to Web2C</h3>
+<!--l. 1863--><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 and more, is
<a
href="https://tug.org/web2c" class="url" ><span
class="ec-lmtt-10">https://tug.org/web2c</span></a>.
-</p><!--l. 1826--><p class="indent" > A bit of history: The original implementation was by Tomas Rokicki who, in 1987, developed a first
+</p><!--l. 1868--><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 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. 1835--><p class="indent" > The Web2C system runs on Unix, 32-bit Windows systems, Mac OS X, and other operating systems.
+</p><!--l. 1877--><p class="indent" > The Web2C system runs on Unix, 32-bit Windows systems, Mac OS X, and other operating systems.
It uses Knuth’s original sources for TeX and other basic programs written in the <span
class="ec-lmtt-10">WEB </span>literate
programming system and translates them into C source code. The core TeX programs handled in this way
are:
-</p><!--l. 1841--><p class="indent" >
+</p><!--l. 1883--><p class="indent" >
</p><dl class="list1"><dt class="list">
<span
class="ec-lmss-10">bibtex</span> </dt><dd
class="list">
- <!--l. 1842--><p class="noindent" >Maintaining bibliographies.
+ <!--l. 1884--><p class="noindent" >Maintaining bibliographies.
</p></dd><dt class="list">
<span
class="ec-lmss-10">dvicopy</span> </dt><dd
class="list">
- <!--l. 1843--><p class="noindent" >Expands virtual font references in DVI files.
+ <!--l. 1885--><p class="noindent" >Expands virtual font references in DVI files.
</p></dd><dt class="list">
<span
class="ec-lmss-10">dvitomp</span> </dt><dd
class="list">
- <!--l. 1844--><p class="noindent" >DVI to MPX (MetaPost pictures).
+ <!--l. 1886--><p class="noindent" >DVI to MPX (MetaPost pictures).
</p></dd><dt class="list">
<span
class="ec-lmss-10">dvitype</span> </dt><dd
class="list">
- <!--l. 1845--><p class="noindent" >DVI to human-readable text.
+ <!--l. 1887--><p class="noindent" >DVI to human-readable text.
</p></dd><dt class="list">
<span
class="ec-lmss-10">gftodvi</span> </dt><dd
class="list">
- <!--l. 1846--><p class="noindent" >Generic font proofsheets.
+ <!--l. 1888--><p class="noindent" >Generic font proofsheets.
</p></dd><dt class="list">
<span
class="ec-lmss-10">gftopk</span> </dt><dd
class="list">
- <!--l. 1847--><p class="noindent" >Generic to packed fonts.
+ <!--l. 1889--><p class="noindent" >Generic to packed fonts.
</p></dd><dt class="list">
<span
class="ec-lmss-10">gftype</span> </dt><dd
class="list">
- <!--l. 1848--><p class="noindent" >GF to human-readable text.
+ <!--l. 1890--><p class="noindent" >GF to human-readable text.
</p></dd><dt class="list">
<span
class="ec-lmss-10">mf </span> </dt><dd
class="list">
- <!--l. 1849--><p class="noindent" >Creating typeface families.
+ <!--l. 1891--><p class="noindent" >Creating typeface families.
</p></dd><dt class="list">
<span
class="ec-lmss-10">mft</span> </dt><dd
class="list">
- <!--l. 1850--><p class="noindent" >Prettyprinting Metafont source.
+ <!--l. 1892--><p class="noindent" >Prettyprinting Metafont source.
</p></dd><dt class="list">
<span
class="ec-lmss-10">mpost</span> </dt><dd
class="list">
- <!--l. 1851--><p class="noindent" >Creating technical diagrams.
+ <!--l. 1893--><p class="noindent" >Creating technical diagrams.
</p></dd><dt class="list">
<span
class="ec-lmss-10">patgen</span> </dt><dd
class="list">
- <!--l. 1852--><p class="noindent" >Creating hyphenation patterns.
+ <!--l. 1894--><p class="noindent" >Creating hyphenation patterns.
</p></dd><dt class="list">
<span
class="ec-lmss-10">pktogf</span> </dt><dd
class="list">
- <!--l. 1853--><p class="noindent" >Packed to generic fonts.
+ <!--l. 1895--><p class="noindent" >Packed to generic fonts.
</p></dd><dt class="list">
<span
class="ec-lmss-10">pktype</span> </dt><dd
class="list">
- <!--l. 1854--><p class="noindent" >PK to human-readable text.
+ <!--l. 1896--><p class="noindent" >PK to human-readable text.
</p></dd><dt class="list">
<span
class="ec-lmss-10">pltotf</span> </dt><dd
class="list">
- <!--l. 1855--><p class="noindent" >Plain text property list to TFM.
+ <!--l. 1897--><p class="noindent" >Plain text property list to TFM.
</p></dd><dt class="list">
<span
class="ec-lmss-10">pooltype</span> </dt><dd
class="list">
- <!--l. 1856--><p class="noindent" >Display <span
+ <!--l. 1898--><p class="noindent" >Display <span
class="ec-lmtt-10">WEB </span>pool files.
</p></dd><dt class="list">
<span
class="ec-lmss-10">tangle</span> </dt><dd
class="list">
- <!--l. 1857--><p class="noindent" ><span
+ <!--l. 1899--><p class="noindent" ><span
class="ec-lmtt-10">WEB </span>to Pascal.
</p></dd><dt class="list">
<span
class="ec-lmss-10">tex </span> </dt><dd
class="list">
- <!--l. 1858--><p class="noindent" >Typesetting.
+ <!--l. 1900--><p class="noindent" >Typesetting.
</p></dd><dt class="list">
<span
class="ec-lmss-10">tftopl</span> </dt><dd
class="list">
- <!--l. 1859--><p class="noindent" >TFM to plain text property list.
+ <!--l. 1901--><p class="noindent" >TFM to plain text property list.
</p></dd><dt class="list">
<span
class="ec-lmss-10">vftovp</span> </dt><dd
class="list">
- <!--l. 1860--><p class="noindent" >Virtual font to virtual property list.
+ <!--l. 1902--><p class="noindent" >Virtual font to virtual property list.
</p></dd><dt class="list">
<span
class="ec-lmss-10">vptovf</span> </dt><dd
class="list">
- <!--l. 1861--><p class="noindent" >Virtual property list to virtual font.
+ <!--l. 1903--><p class="noindent" >Virtual property list to virtual font.
</p></dd><dt class="list">
<span
class="ec-lmss-10">weave</span> </dt><dd
class="list">
- <!--l. 1862--><p class="noindent" ><span
+ <!--l. 1904--><p class="noindent" ><span
class="ec-lmtt-10">WEB </span>to TeX.</p></dd></dl>
-<!--l. 1865--><p class="noindent" >The precise functions and syntax of these programs are described in the documentation of the individual
+<!--l. 1907--><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. 1870--><p class="indent" > All programs honor these standard GNU options:
+</p><!--l. 1912--><p class="indent" > All programs honor these standard GNU options:
</p><dl class="list1"><dt class="list">
<span
class="ec-lmtt-10">--help</span> </dt><dd
class="list">
- <!--l. 1872--><p class="noindent" >print basic usage summary.
+ <!--l. 1914--><p class="noindent" >print basic usage summary.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">--version</span> </dt><dd
class="list">
- <!--l. 1873--><p class="noindent" >print version information, then exit.</p></dd></dl>
-<!--l. 1876--><p class="indent" > And most also honor:
+ <!--l. 1915--><p class="noindent" >print version information, then exit.</p></dd></dl>
+<!--l. 1918--><p class="indent" > And most also honor:
</p><dl class="list1"><dt class="list">
<span
class="ec-lmtt-10">--verbose</span> </dt><dd
class="list">
- <!--l. 1878--><p class="noindent" >print detailed progress report.</p></dd></dl>
-<!--l. 1881--><p class="indent" > For locating files the Web2C programs use the path searching library Kpathsea (<a
+ <!--l. 1920--><p class="noindent" >print detailed progress report.</p></dd></dl>
+<!--l. 1923--><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-10">https://tug.org/kpathsea</span></a>).
This library uses a combination of environment variables and configuration files to optimize searching the
@@ -3529,12 +3562,12 @@ maintaining TeX’s standard distribution and local and personal extensions in d
searches, the root of each tree has a file <span
class="ec-lmtt-10">ls-R</span>, containing an entry showing the name and relative pathname for
all files under that root.
-</p><!--l. 1892--><p class="noindent" >
+</p><!--l. 1934--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">7.1 </span> <a
- id="x1-530007.1"></a>Kpathsea path searching</h4>
-<!--l. 1895--><p class="noindent" >Let us first describe the generic path searching mechanism of the Kpathsea library.
-</p><!--l. 1898--><p class="indent" > We call a <span
+ id="x1-540007.1"></a>Kpathsea path searching</h4>
+<!--l. 1937--><p class="noindent" >Let us first describe the generic path searching mechanism of the Kpathsea library.
+</p><!--l. 1940--><p class="indent" > We call a <span
class="ec-lmri-10">search path </span>a colon- or semicolon-separated list of <span
class="ec-lmri-10">path elements</span>, which are basically directory
names. A search path can come from (a combination of) many sources. To look up a file ‘<span
@@ -3544,37 +3577,37 @@ class="ec-lmtt-10">.:/dir</span>’, Kpathsea checks each element of the path in
class="ec-lmtt-10">./my-file</span>, then <span
class="ec-lmtt-10">/dir/my-file</span>,
returning the first match (or possibly all matches).
-</p><!--l. 1906--><p class="indent" > In order to adapt optimally to all operating systems’ conventions, on non-Unix systems Kpathsea can use
+</p><!--l. 1948--><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-10">:</span>’) and slash (‘<span
class="ec-lmtt-10">/</span>’).
-</p><!--l. 1910--><p class="indent" > To check a particular path element <span
+</p><!--l. 1952--><p class="indent" > To check a particular path element <span
class="ec-lmro-10">p</span>, Kpathsea first checks if a prebuilt database (see “Filename database”
on page <a
-href="#x1-610007.2">66<!--tex4ht:ref: sec:filename-database --></a>) applies to <span
+href="#x1-620007.2">65<!--tex4ht:ref: sec:filename-database --></a>) applies to <span
class="ec-lmro-10">p</span>, i.e., if the database is in a directory that is a prefix of <span
class="ec-lmro-10">p</span>. If so, the path specification
is matched against the contents of the database.
-</p><!--l. 1916--><p class="indent" > Although the simplest and most common path element is a directory name, Kpathsea supports additional
+</p><!--l. 1958--><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
class="ec-lmri-10">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. 1925--><p class="indent" > Note that if the filename being searched for is absolute or explicitly relative, i.e., starts with ‘<span
+</p><!--l. 1967--><p class="indent" > Note that if the filename being searched for is absolute or explicitly relative, i.e., starts with ‘<span
class="ec-lmtt-10">/</span>’ or ‘<span
class="ec-lmtt-10">./</span>’ or
‘<span
class="ec-lmtt-10">../</span>’, Kpathsea simply checks if that file exists.
-</p><!--l. 1939--><p class="noindent" >
+</p><!--l. 1981--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.1.1 </span> <a
- id="x1-540007.1.1"></a>Path sources</h5>
-<!--l. 1942--><p class="noindent" >A search path can come from many sources. In the order in which Kpathsea uses them:
-</p><!--l. 1945--><p class="indent" >
+ id="x1-550007.1.1"></a>Path sources</h5>
+<!--l. 1984--><p class="noindent" >A search path can come from many sources. In the order in which Kpathsea uses them:
+</p><!--l. 1987--><p class="indent" >
</p><ol class="enumerate1" >
<li
- class="enumerate" id="x1-54002x1">A user-set environment variable, for instance, <span
+ class="enumerate" id="x1-55002x1">A user-set environment variable, for instance, <span
class="ec-lmtt-10">TEXINPUTS</span>. Environment variables with a period
and a program name appended override; e.g., if ‘<span
class="ec-lmtt-10">latex</span>’ is the name of the program being run,
@@ -3583,57 +3616,57 @@ class="ec-lmtt-10">TEXINPUTS.latex </span>will override <span
class="ec-lmtt-10">TEXINPUTS</span>.
</li>
<li
- class="enumerate" id="x1-54004x2">A program-specific configuration file, for example, a line ‘<span
+ class="enumerate" id="x1-55004x2">A program-specific configuration file, for example, a line ‘<span
class="ec-lmtt-10">S /a:/b</span>’ in <span
class="ec-lmss-10">dvips</span>’s <span
class="ec-lmtt-10">config.ps</span>.
</li>
<li
- class="enumerate" id="x1-54006x3">A Kpathsea configuration file <span
+ class="enumerate" id="x1-55006x3">A Kpathsea configuration file <span
class="ec-lmtt-10">texmf.cnf</span>, containing a line like ‘<span
class="ec-lmtt-10">TEXINPUTS=/c:/d</span>’ (see below).
</li>
<li
- class="enumerate" id="x1-54008x4">The compile-time default.</li></ol>
-<!--l. 1958--><p class="noindent" >You can see each of these values for a given search path by using the debugging options (see “Debugging actions”
+ class="enumerate" id="x1-55008x4">The compile-time default.</li></ol>
+<!--l. 2000--><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-650007.2.4">69<!--tex4ht:ref: sec:debugging --></a>).
-</p><!--l. 1962--><p class="noindent" >
+href="#x1-660007.2.4">68<!--tex4ht:ref: sec:debugging --></a>).
+</p><!--l. 2004--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.1.2 </span> <a
- id="x1-550007.1.2"></a>Config files</h5>
-<!--l. 1964--><p class="noindent" >Kpathsea reads <span
+ id="x1-560007.1.2"></a>Config files</h5>
+<!--l. 2006--><p class="noindent" >Kpathsea reads <span
class="ec-lmri-10">runtime configuration files </span>named <span
class="ec-lmtt-10">texmf.cnf </span>for search path and other definitions. The search
path <span
class="ec-lmtt-10">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. 1970--><p class="indent" > Instead, normal installation results in a file <span
+</p><!--l. 2012--><p class="indent" > Instead, normal installation results in a file <span
class="ec-lmtt-10">.../2021/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-10">.../2021/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. 1977--><p class="indent" > As an aside, if you merely wish to add a personal directory to a particular search path, setting an
+</p><!--l. 2019--><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:
</p>
- <div class="verbatim" id="verbatim-2">
- <div class="fancyvrb" id="fancyvrb14"><a
- id="x1-55002r1"></a>  TEXINPUTS=.:/my/macro/dir:</div>
-</div>
-<!--l. 1982--><p class="nopar" >To keep the setting maintainable and portable over the years, use a trailing ‘<span
+ <pre class="verbatim" id="verbatim-2">
+ <pre class="fancyvrb" id="fancyvrb14"><a
+ id="x1-56002r1"></a>  TEXINPUTS=.:/my/macro/dir:</pre>
+</pre>
+<!--l. 2024--><p class="nopar" >To keep the setting maintainable and portable over the years, use a trailing ‘<span
class="ec-lmtt-10">:</span>’ (‘<span
class="ec-lmtt-10">;</span>’ on Windows) to insert the
system paths, instead of trying to write them all out explicitly (see section <a
-href="#x1-570007.1.4">7.1.4<!--tex4ht:ref: sec:default-expansion --></a>). Another option is to use the
+href="#x1-580007.1.4">7.1.4<!--tex4ht:ref: sec:default-expansion --></a>). Another option is to use the
<span
class="ec-lmtt-10">TEXMFHOME </span>tree (see section <a
href="#x1-250003.2.3">3.2.3<!--tex4ht:ref: sec:directories --></a>).
-</p><!--l. 1989--><p class="indent" > <span
+</p><!--l. 2031--><p class="indent" > <span
class="ec-lmri-10">All </span><span
class="ec-lmtt-10">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
@@ -3688,8 +3721,8 @@ class="ec-lmro-10">value </span>may contain any character. However, in practice
class="ec-lmtt-10">texmf.cnf</span>
values are related to path expansion, and since various special characters are used in expansion
(see section <a
-href="#x1-600007.1.7">7.1.7<!--tex4ht:ref: sec:cnf-special-chars --></a>), such as braces and commas, they cannot be used in directory names.
- <!--l. 2028--><p class="noindent" >A ‘<span
+href="#x1-610007.1.7">7.1.7<!--tex4ht:ref: sec:cnf-special-chars --></a>), such as braces and commas, they cannot be used in directory names.
+ <!--l. 2070--><p class="noindent" >A ‘<span
class="ec-lmtt-10">;</span>’ in <span
class="ec-lmro-10">value </span>is translated to ‘<span
class="ec-lmtt-10">:</span>’ if running under Unix, in order to have a single <span
@@ -3697,7 +3730,7 @@ class="ec-lmtt-10">texmf.cnf </span>that
can support both Unix and Windows systems. This translation happens with any value, not just
search paths, but fortunately in practice ‘<span
class="ec-lmtt-10">;</span>’ is not needed in other values.
- </p><!--l. 2034--><p class="noindent" >The <span
+ </p><!--l. 2076--><p class="noindent" >The <span
class="ec-lmtt-10">$</span><span
class="ec-lmro-10">var</span><span
class="ec-lmtt-10">.</span><span
@@ -3706,12 +3739,12 @@ class="ec-lmro-10">prog </span>feature is not available on the right-hand side;
</p></li>
<li class="itemize">All definitions are read before anything is expanded, so variables can be referenced before they
are defined.</li></ul>
-<!--l. 2041--><p class="noindent" >A configuration file fragment illustrating most of these points is shown below:
-</p><!--l. 2045--><p class="indent" >
+<!--l. 2083--><p class="noindent" >A configuration file fragment illustrating most of these points is shown below:
+</p><!--l. 2087--><p class="indent" >
</p>
- <div class="fancyvrb" id="fancyvrb15">
+ <pre class="fancyvrb" id="fancyvrb15">
<a
- id="x1-55004r1"></a><span
+ id="x1-56004r1"></a><span
class="ec-lmtt-9">TEXMF</span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
@@ -3728,34 +3761,39 @@ class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> =</span><span
class="ec-lmtt-9"> {$TEXMFLOCAL,!!$TEXMFMAIN}</span>
-<br class="fancyvrb" /><a
- id="x1-55006r2"></a><span
+
+<a
+ id="x1-56006r2"></a><span
class="ec-lmtt-9">TEXINPUTS.latex</span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> =</span><span
class="ec-lmtt-9"> .;$TEXMF/tex/{latex,generic;}//</span>
-<br class="fancyvrb" /><a
- id="x1-55008r3"></a><span
+
+<a
+ id="x1-56008r3"></a><span
class="ec-lmtt-9">TEXINPUTS.fontinst</span><span
class="ec-lmtt-9"> =</span><span
class="ec-lmtt-9"> .;$TEXMF/tex//;$TEXMF/fonts/afm//</span>
-<br class="fancyvrb" /><a
- id="x1-55010r4"></a><span
+
+<a
+ id="x1-56010r4"></a><span
class="ec-lmtt-9">%</span><span
class="ec-lmtt-9"> e-TeX</span><span
class="ec-lmtt-9"> related</span><span
class="ec-lmtt-9"> files</span>
-<br class="fancyvrb" /><a
- id="x1-55012r5"></a><span
+
+<a
+ id="x1-56012r5"></a><span
class="ec-lmtt-9">TEXINPUTS.elatex</span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> =</span><span
class="ec-lmtt-9"> .;$TEXMF/{etex,tex}/{latex,generic;}//</span>
-<br class="fancyvrb" /><a
- id="x1-55014r6"></a><span
+
+<a
+ id="x1-56014r6"></a><span
class="ec-lmtt-9">TEXINPUTS.etex</span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
@@ -3763,14 +3801,14 @@ class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> </span><span
class="ec-lmtt-9"> =</span><span
class="ec-lmtt-9"> .;$TEXMF/{etex,tex}/{eplain,plain,generic;}//</span>
- </div>
-<!--l. 2050--><p class="noindent" >
+ </pre>
+<!--l. 2092--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.1.3 </span> <a
- id="x1-560007.1.3"></a>Path expansion</h5>
-<!--l. 2053--><p class="noindent" >Kpathsea recognizes certain special characters and constructions in search paths, similar to those available in
+ id="x1-570007.1.3"></a>Path expansion</h5>
+<!--l. 2095--><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-10">~$USER/{foo,bar}//baz</span></span></span>, expands to all subdirectories under
directories <span
@@ -3781,9 +3819,9 @@ class="ec-lmtt-10">baz</span>. These expansions are
explained in the sections below.
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.1.4 </span> <a
- id="x1-570007.1.4"></a>Default expansion</h5>
-<!--l. 2064--><p class="noindent" >If the highest-priority search path (see “Path sources” on page <a
-href="#x1-540007.1.1">60<!--tex4ht:ref: sec:path-sources --></a>) contains an <span
+ id="x1-580007.1.4"></a>Default expansion</h5>
+<!--l. 2106--><p class="noindent" >If the highest-priority search path (see “Path sources” on page <a
+href="#x1-550007.1.1">59<!--tex4ht:ref: sec:path-sources --></a>) contains an <span
class="ec-lmri-10">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 the next highest. For example, given an
@@ -3815,18 +3853,18 @@ class="ec-lmtt-10"> .:$TEXMF//tex</span></div>
class="ec-lmtt-10"> </span><span
class="ec-lmtt-10"> /home/karl:.:$TEXMF//tex</span></div>
</div>
-<!--l. 2085--><p class="indent" > Since it would be useless to insert the default value in more than one place, Kpathsea changes only one
+<!--l. 2127--><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-10">:</span>’ and leaves any others in place. It checks first for a leading ‘<span
class="ec-lmtt-10">:</span>’, then a trailing ‘<span
class="ec-lmtt-10">:</span>’, then a doubled
‘<span
class="ec-lmtt-10">:</span>’.
-</p><!--l. 2090--><p class="noindent" >
+</p><!--l. 2132--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.1.5 </span> <a
- id="x1-580007.1.5"></a>Brace expansion</h5>
-<!--l. 2093--><p class="noindent" >A useful feature is brace expansion, which means that, for instance, <span class="obeylines-h"><span class="verb"><span
+ id="x1-590007.1.5"></a>Brace expansion</h5>
+<!--l. 2135--><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-10">v{a,b}w</span></span></span> expands to <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">vaw:vbw</span></span></span>.
Nesting is allowed. This is used to implement multiple TeX hierarchies, by assigning a brace list
@@ -3837,19 +3875,19 @@ made:
</p>
- <div class="verbatim" id="verbatim-3">
- <div class="fancyvrb" id="fancyvrb16"><a
- id="x1-58002r1"></a>  TEXMF = {$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFDIST}</div>
-</div>
-<!--l. 2101--><p class="nopar" >We then use this to define, for example, the TeX input path:
+ <pre class="verbatim" id="verbatim-3">
+ <pre class="fancyvrb" id="fancyvrb16"><a
+ id="x1-59002r1"></a>  TEXMF = {$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFDIST}</pre>
+</pre>
+<!--l. 2143--><p class="nopar" >We then use this to define, for example, the TeX input path:
</p>
- <div class="verbatim" id="verbatim-4">
- <div class="fancyvrb" id="fancyvrb17"><a
- id="x1-58004r1"></a>  TEXINPUTS = .;$TEXMF/tex//</div>
-</div>
-<!--l. 2105--><p class="nopar" >which means that, after looking in the current directory, the <span
+ <pre class="verbatim" id="verbatim-4">
+ <pre class="fancyvrb" id="fancyvrb17"><a
+ id="x1-59004r1"></a>  TEXINPUTS = .;$TEXMF/tex//</pre>
+</pre>
+<!--l. 2147--><p class="nopar" >which means that, after looking in the current directory, the <span
class="ec-lmtt-10">$TEXMFVAR/tex</span>, <span
class="ec-lmtt-10">$TEXMFHOME/tex</span>,
<span
@@ -3857,18 +3895,18 @@ class="ec-lmtt-10">$TEXMFLOCAL/tex </span>and <span
class="ec-lmtt-10">$TEXMFDIST/tex </span>trees will be searched (the last two using <span
class="ec-lmtt-10">ls-R </span>data base
files).
-</p><!--l. 2112--><p class="noindent" >
+</p><!--l. 2154--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.1.6 </span> <a
- id="x1-590007.1.6"></a>Subdirectory expansion</h5>
-<!--l. 2115--><p class="noindent" >Two or more consecutive slashes in a path element following a directory <span
+ id="x1-600007.1.6"></a>Subdirectory expansion</h5>
+<!--l. 2157--><p class="noindent" >Two or more consecutive slashes in a path element following a directory <span
class="ec-lmro-10">d </span>is replaced by all subdirectories of <span
class="ec-lmro-10">d</span>:
first those subdirectories directly under <span
class="ec-lmro-10">d</span>, then the subsubdirectories under those, and so on. At each level, the
order in which the directories are searched is <span
class="ec-lmri-10">unspecified</span>.
-</p><!--l. 2121--><p class="indent" > If you specify any filename components after the ‘<span
+</p><!--l. 2163--><p class="indent" > If you specify any filename components after the ‘<span
class="ec-lmtt-10">//</span>’, only subdirectories with matching components are
included. For example, ‘<span
class="ec-lmtt-10">/a//b</span>’ expands into directories <span
@@ -3878,105 +3916,105 @@ class="ec-lmtt-10">/a/1/1/b</span>, and so on, but not <span
class="ec-lmtt-10">/a/b/c</span>
or <span
class="ec-lmtt-10">/a/1</span>.
-</p><!--l. 2126--><p class="indent" > Multiple ‘<span
+</p><!--l. 2168--><p class="indent" > Multiple ‘<span
class="ec-lmtt-10">//</span>’ constructs in a path are possible, but ‘<span
class="ec-lmtt-10">//</span>’ at the beginning of a path is ignored.
-</p><!--l. 2129--><p class="noindent" >
+</p><!--l. 2171--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.1.7 </span> <a
- id="x1-600007.1.7"></a>Summary of special characters in <span
+ id="x1-610007.1.7"></a>Summary of special characters in <span
class="ec-lmtt-10">texmf.cnf </span>files</h5>
-<!--l. 2132--><p class="noindent" >The following list summarizes the special characters and constructs in Kpathsea configuration
+<!--l. 2174--><p class="noindent" >The following list summarizes the special characters and constructs in Kpathsea configuration
files.
-</p><!--l. 2137--><p class="noindent" >
+</p><!--l. 2179--><p class="noindent" >
</p><dl class="list1"><dt class="list">
<span
class="ec-lmtt-10">:</span> </dt><dd
class="list">
- <!--l. 2138--><p class="noindent" >Separator in path specification; at the beginning or the end of a path, or doubled in the middle,
+ <!--l. 2180--><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-10">;</span> </dt><dd
class="list">
- <!--l. 2141--><p class="noindent" >Separator on non-Unix systems (acts like <span
+ <!--l. 2183--><p class="noindent" >Separator on non-Unix systems (acts like <span
class="ec-lmtt-10">:</span>).
</p></dd><dt class="list">
<span
class="ec-lmtt-10">$</span> </dt><dd
class="list">
- <!--l. 2142--><p class="noindent" >Variable expansion.
+ <!--l. 2184--><p class="noindent" >Variable expansion.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">~</span> </dt><dd
class="list">
- <!--l. 2143--><p class="noindent" >Represents the user’s home directory.
+ <!--l. 2185--><p class="noindent" >Represents the user’s home directory.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">{...}</span> </dt><dd
class="list">
- <!--l. 2144--><p class="noindent" >Brace expansion.
+ <!--l. 2186--><p class="noindent" >Brace expansion.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">,</span> </dt><dd
class="list">
- <!--l. 2145--><p class="noindent" >Separates items in brace expansion.
+ <!--l. 2187--><p class="noindent" >Separates items in brace expansion.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">//</span> </dt><dd
class="list">
- <!--l. 2146--><p class="noindent" >Subdirectory expansion (can occur anywhere in a path, except at its beginning).
+ <!--l. 2188--><p class="noindent" >Subdirectory expansion (can occur anywhere in a path, except at its beginning).
</p></dd><dt class="list">
<span
class="ec-lmtt-10">%</span> </dt><dd
class="list">
- <!--l. 2148--><p class="noindent" >Start of comment.
+ <!--l. 2190--><p class="noindent" >Start of comment.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">\</span> </dt><dd
class="list">
- <!--l. 2149--><p class="noindent" >At the end of a line, continuation character to allow multi-line entries.
+ <!--l. 2191--><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-10">!!</span> </dt><dd
class="list">
- <!--l. 2151--><p class="noindent" >Search <span
+ <!--l. 2193--><p class="noindent" >Search <span
class="ec-lmri-10">only </span>database to locate file, <span
class="ec-lmri-10">do not </span>search the disk.</p></dd></dl>
-<!--l. 2155--><p class="indent" > Exactly when a character will be considered special or act as itself depends on the context in which it is
+<!--l. 2197--><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
class="ec-lmtt-10">\</span>’ is not an “escape character” in <span
class="ec-lmtt-10">texmf.cnf </span>files.
-</p><!--l. 2162--><p class="indent" > When it comes choosing directory names for installation, it is safest to avoid them all.
-</p><!--l. 2165--><p class="noindent" >
+</p><!--l. 2204--><p class="indent" > When it comes choosing directory names for installation, it is safest to avoid them all.
+</p><!--l. 2207--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">7.2 </span> <a
- id="x1-610007.2"></a>Filename databases</h4>
-<!--l. 2168--><p class="noindent" >Kpathsea goes to some lengths to minimize disk accesses for searches. Nevertheless, in the standard TeX Live,
+ id="x1-620007.2"></a>Filename databases</h4>
+<!--l. 2210--><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-10">ls-R </span>that maps files to directories, thus avoiding the need to exhaustively search the
disk.
-</p><!--l. 2176--><p class="indent" > A second database file <span
+</p><!--l. 2218--><p class="indent" > A second database file <span
class="ec-lmtt-10">aliases </span>allows you to give additional names to the files listed in <span
class="ec-lmtt-10">ls-R</span>.
-</p><!--l. 2179--><p class="noindent" >
+</p><!--l. 2221--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.2.1 </span> <a
- id="x1-620007.2.1"></a>The filename database</h5>
-<!--l. 2182--><p class="noindent" >As explained above, the name of the main filename database must be <span
+ id="x1-630007.2.1"></a>The filename database</h5>
+<!--l. 2224--><p class="noindent" >As explained above, the name of the main filename database must be <span
class="ec-lmtt-10">ls-R</span>. You can put one at the root of
each TeX hierarchy in your installation that you wish to be searched (<span
class="ec-lmtt-10">$TEXMF </span>by default). Kpathsea looks for
<span
class="ec-lmtt-10">ls-R </span>files along the <span
class="ec-lmtt-10">TEXMFDBS </span>path.
-</p><!--l. 2188--><p class="indent" > The recommended way to create and maintain ‘<span
+</p><!--l. 2230--><p class="indent" > The recommended way to create and maintain ‘<span
class="ec-lmtt-10">ls-R</span>’ is to run the <span
class="ec-lmtt-10">mktexlsr </span>script included with the
distribution. It is invoked by the various ‘<span
@@ -4003,16 +4041,16 @@ that the database is always up-to-date, it is easiest to rebuild it regularly vi
class="ec-lmtt-10">cron</span>, so that it is
automatically updated when the installed files change, such as after installing or updating a LaTeX
package.
-<!--l. 2201--><p class="indent" > If a file is not found in the database, by default Kpathsea goes ahead and searches the disk. If a particular
+<!--l. 2243--><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-10">!!</span>’, however, <span
class="ec-lmri-10">only </span>the database will be searched for that element, never the
disk.
-</p><!--l. 2207--><p class="noindent" >
+</p><!--l. 2249--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.2.2 </span> <a
- id="x1-630007.2.2"></a>kpsewhich: Standalone path searching</h5>
-<!--l. 2210--><p class="noindent" >The <span
+ id="x1-640007.2.2"></a>kpsewhich: Standalone path searching</h5>
+<!--l. 2252--><p class="noindent" >The <span
class="ec-lmtt-10">kpsewhich </span>program exercises path searching independent of any particular application. This can be useful
as a sort of <span
class="ec-lmtt-10">find </span>program to locate files in TeX hierarchies (this is used heavily in the distributed
@@ -4038,12 +4076,12 @@ class="ec-lmro-10">option </span>start with either ‘<span
class="ec-lmtt-10">-</span>’ or ‘<span
class="ec-lmtt-10">--</span>’, and any unambiguous abbreviation is
accepted.
-<!--l. 2221--><p class="indent" > Kpathsea looks up each non-option argument on the command line as a filename, and returns the first file
+<!--l. 2263--><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-10">find</span>’ utility for
that).
-</p><!--l. 2226--><p class="indent" > The most common options are described next.
-</p><!--l. 2228--><p class="noindent" >
+</p><!--l. 2268--><p class="indent" > The most common options are described next.
+</p><!--l. 2270--><p class="noindent" >
</p><dl class="list1"><dt class="list">
@@ -4051,7 +4089,7 @@ that).
class="ec-lmtt-10">--dpi=</span><span
class="ec-lmro-10">num</span> </dt><dd
class="list">
- <!--l. 2229--><p class="noindent" > Set the resolution to <span
+ <!--l. 2271--><p class="noindent" > Set the resolution to <span
class="ec-lmro-10">num</span>; this only affects ‘<span
class="ec-lmtt-10">gf</span>’ and ‘<span
class="ec-lmtt-10">pk</span>’ lookups. ‘<span
@@ -4063,7 +4101,7 @@ class="ec-lmss-10">dvips</span>. Default is 600.
class="ec-lmtt-10">--format=</span><span
class="ec-lmro-10">name</span> </dt><dd
class="list">
- <!--l. 2234--><p class="noindent" ><br
+ <!--l. 2276--><p class="noindent" ><br
class="newline" />Set the format for lookup to <span
class="ec-lmro-10">name</span>. By default, the format is guessed from the filename. For
formats which do not have an associated unambiguous suffix, such as MetaPost support files and
@@ -4079,7 +4117,7 @@ class="ec-lmtt-10">kpsewhich --help-formats </span>for a list.
class="ec-lmtt-10">--mode=</span><span
class="ec-lmro-10">string</span> </dt><dd
class="list">
- <!--l. 2242--><p class="noindent" ><br
+ <!--l. 2284--><p class="noindent" ><br
class="newline" />Set the mode name to <span
class="ec-lmro-10">string</span>; this only affects ‘<span
class="ec-lmtt-10">gf</span>’ and ‘<span
@@ -4089,7 +4127,7 @@ class="ec-lmtt-10">pk</span>’ lookups. No default: any mode will
<span
class="ec-lmtt-10">--must-exist</span> </dt><dd
class="list">
- <!--l. 2245--><p class="noindent" ><br
+ <!--l. 2287--><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-10">ls-R </span>database is checked, in the interest of efficiency.
@@ -4098,7 +4136,7 @@ class="ec-lmtt-10">ls-R </span>database is checked, in the interest of efficienc
class="ec-lmtt-10">--path=</span><span
class="ec-lmro-10">string</span> </dt><dd
class="list">
- <!--l. 2249--><p class="noindent" ><br
+ <!--l. 2291--><p class="noindent" ><br
class="newline" />Search along the path <span
class="ec-lmro-10">string </span>(colon-separated as usual), instead of guessing the search path from
the filename. ‘<span
@@ -4111,7 +4149,7 @@ class="ec-lmtt-10">--format</span>’
class="ec-lmtt-10">--progname=</span><span
class="ec-lmro-10">name</span> </dt><dd
class="list">
- <!--l. 2254--><p class="noindent" ><br
+ <!--l. 2296--><p class="noindent" ><br
class="newline" />Set the program name to <span
class="ec-lmro-10">name</span>. This can affect the search paths via the <span
class="ec-lmtt-10">.</span><span
@@ -4123,7 +4161,7 @@ class="ec-lmss-10">kpsewhich</span>.
class="ec-lmtt-10">--show-path=</span><span
class="ec-lmro-10">name</span> </dt><dd
class="list">
- <!--l. 2259--><p class="noindent" ><br
+ <!--l. 2301--><p class="noindent" ><br
class="newline" />shows the path used for file lookups of file type <span
class="ec-lmro-10">name</span>. Either a filename extension (<span
class="ec-lmtt-10">.pk</span>, <span
@@ -4135,14 +4173,14 @@ class="ec-lmtt-10">--format</span>’ option.
class="ec-lmtt-10">--debug=</span><span
class="ec-lmro-10">num</span> </dt><dd
class="list">
- <!--l. 2263--><p class="noindent" ><br
+ <!--l. 2305--><p class="noindent" ><br
class="newline" />sets the debugging options to <span
class="ec-lmro-10">num</span>.</p></dd></dl>
-<!--l. 2268--><p class="noindent" >
+<!--l. 2310--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.2.3 </span> <a
- id="x1-640007.2.3"></a>Examples of use</h5>
-<!--l. 2271--><p class="noindent" >Let us now have a look at Kpathsea in action. Here’s a straightforward search:
+ id="x1-650007.2.3"></a>Examples of use</h5>
+<!--l. 2313--><p class="noindent" >Let us now have a look at Kpathsea in action. Here’s a straightforward search:
</p>
<div class="alltt">
@@ -4216,7 +4254,7 @@ class="ec-lmtt-10"> </span><span
class="ec-lmtt-10"> /usr/local/texmf-dist/bibtex/bib/beebe/tugboat.bib</span>
</div>
</div>
-<!--l. 2296--><p class="indent" > By the way, that last is a BibTeX bibliography database for <span
+<!--l. 2338--><p class="indent" > By the way, that last is a BibTeX bibliography database for <span
class="ec-lmro-10">TUGboat </span>articles.
</p>
<div class="alltt">
@@ -4269,7 +4307,7 @@ class="ec-lmss-10">xdvi </span>would go off and actually build the required <sp
class="ec-lmtt-10">.pk</span>
files using the script <span
class="ec-lmss-10">mktexpk</span>.
-<!--l. 2325--><p class="indent" > Next we turn our attention to <span
+<!--l. 2367--><p class="indent" > Next we turn our attention to <span
class="ec-lmss-10">dvips</span>’s header and configuration files. We first look at one of the commonly
used files, the general prologue <span
class="ec-lmtt-10">tex.pro </span>for TeX support, before turning our attention to the generic
@@ -4316,7 +4354,7 @@ class="ec-lmtt-10"> </span><span
class="ec-lmtt-10"> /usr/local/texmf/fonts/map/dvips/updmap/psfonts.map</span>
</div>
</div>
-<!--l. 2343--><p class="indent" > We now take a closer look at the URW Times PostScript support files. The prefix for these in the standard
+<!--l. 2385--><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-10">utm</span>’. The first file we look at is the configuration file, which contains the name of the
map file: </p><div class="alltt">
@@ -4422,22 +4460,22 @@ class="ec-lmtt-10"> </span><span
class="ec-lmtt-10"> /usr/local/texmf-dist/fonts/type1/urw/times/utmr8a.pfb</span>
</div>
</div>
-<!--l. 2382--><p class="indent" > It should be evident from these examples how you can easily locate the whereabouts of a given file. This is
+<!--l. 2424--><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-10">kpsewhich </span>will
show you the first file encountered.
-</p><!--l. 2387--><p class="noindent" >
+</p><!--l. 2429--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">7.2.4 </span> <a
- id="x1-650007.2.4"></a>Debugging actions</h5>
-<!--l. 2390--><p class="noindent" >Sometimes it is necessary to investigate how a program resolves file references. To make this practical,
+ id="x1-660007.2.4"></a>Debugging actions</h5>
+<!--l. 2432--><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. 2394--><p class="noindent" >
+</p><!--l. 2436--><p class="noindent" >
</p><dl class="list1"><dt class="list">
<span
class="ec-lmtt-10"> 1 </span> </dt><dd
class="list">
- <!--l. 2395--><p class="noindent" ><span
+ <!--l. 2437--><p class="noindent" ><span
class="ec-lmtt-10">stat </span>calls (disk lookups). When running with an up-to-date <span
class="ec-lmtt-10">ls-R </span>database this should almost
give no output.
@@ -4445,64 +4483,67 @@ class="ec-lmtt-10">ls-R </span>database this should almost
<span
class="ec-lmtt-10"> 2 </span> </dt><dd
class="list">
- <!--l. 2398--><p class="noindent" >References to hash tables (such as <span
+ <!--l. 2440--><p class="noindent" >References to hash tables (such as <span
class="ec-lmtt-10">ls-R </span>databases, map files, configuration files).
</p></dd><dt class="list">
<span
class="ec-lmtt-10"> 4 </span> </dt><dd
class="list">
- <!--l. 2400--><p class="noindent" >File open and close operations.
+ <!--l. 2442--><p class="noindent" >File open and close operations.
</p></dd><dt class="list">
<span
class="ec-lmtt-10"> 8 </span> </dt><dd
class="list">
- <!--l. 2401--><p class="noindent" >General path information for file types searched by Kpathsea. This is useful to find out where a
+ <!--l. 2443--><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-10">16 </span> </dt><dd
class="list">
- <!--l. 2404--><p class="noindent" >Directory list for each path element (only relevant for searches on disk).
+ <!--l. 2446--><p class="noindent" >Directory list for each path element (only relevant for searches on disk).
</p></dd><dt class="list">
<span
class="ec-lmtt-10">32 </span> </dt><dd
class="list">
- <!--l. 2406--><p class="noindent" >File searches.
+ <!--l. 2448--><p class="noindent" >File searches.
</p></dd><dt class="list">
<span
class="ec-lmtt-10">64 </span> </dt><dd
class="list">
- <!--l. 2407--><p class="noindent" >Variable values.</p></dd></dl>
-<!--l. 2409--><p class="noindent" >A value of <span
+ <!--l. 2449--><p class="noindent" >Variable values.</p></dd></dl>
+<!--l. 2451--><p class="noindent" >A value of <span
class="ec-lmtt-10">-1 </span>will set all the above options; in practice, this is usually the most convenient.
-</p><!--l. 2412--><p class="indent" > Similarly, with the <span
+</p><!--l. 2454--><p class="indent" > Similarly, with the <span
class="ec-lmss-10">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. 2418--><p class="indent" > Generally speaking, as most programs call the Kpathsea library internally, one can select a debug option by
+</p><!--l. 2460--><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-10">KPATHSEA_DEBUG </span>environment variable, and setting it to (a combination of) values as described in the
above list.
-</p><!--l. 2423--><p class="indent" > (Note for Windows users: it is not easy to redirect all messages to a file in this system. For diagnostic
+</p><!--l. 2465--><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-10">SET KPATHSEA_DEBUG_OUTPUT=err.log</span>).
-</p><!--l. 2427--><p class="indent" > Let us consider, as an example, a small LaTeX source file, <span
+</p><!--l. 2469--><p class="indent" > Let us consider, as an example, a small LaTeX source file, <span
class="ec-lmtt-10">hello-world.tex</span>, which contains the following
input.
</p>
- <div class="verbatim" id="verbatim-5">
- <div class="fancyvrb" id="fancyvrb18"><a
- id="x1-65002r1"></a>  \documentclass{article}<br class="fancyvrb" /><a
- id="x1-65004r2"></a>  \begin{document}<br class="fancyvrb" /><a
- id="x1-65006r3"></a>  Hello World!<br class="fancyvrb" /><a
- id="x1-65008r4"></a>  \end{document}</div>
-</div>
-<!--l. 2434--><p class="nopar" >This little file only uses the font <span
+ <pre class="verbatim" id="verbatim-5">
+ <pre class="fancyvrb" id="fancyvrb18"><a
+ id="x1-66002r1"></a>  \documentclass{article}
+<a
+ id="x1-66004r2"></a>  \begin{document}
+<a
+ id="x1-66006r3"></a>  Hello World!
+<a
+ id="x1-66008r4"></a>  \end{document}</pre>
+</pre>
+<!--l. 2476--><p class="nopar" >This little file only uses the font <span
class="ec-lmtt-10">cmr10</span>, so let us look at how <span
class="ec-lmss-10">dvips </span>prepares the PostScript file
(we want to use the Type 1 version of the Computer Modern fonts, hence the option <span
@@ -4523,9 +4564,9 @@ class="ec-lmtk-10"> -o</span>
class="ec-lmss-10">dvips</span>’s debug class 4 (font paths) with Kpathsea’s path element expansion (see
the <span
class="ec-lmss-10">dvips </span>reference manual). The output (slightly rearranged) appears in Figure <a
-href="#x1-65031r12">12<!--tex4ht:ref: fig:dvipsdbga --></a>.
-<!--l. 2446--><p class="indent" > <a
- id="x1-65031r12"></a></p><figure class="float"
+href="#x1-66031r12">12<!--tex4ht:ref: fig:dvipsdbga --></a>.
+<!--l. 2488--><p class="indent" > <a
+ id="x1-66031r12"></a></p><figure class="float"
>
@@ -4599,11 +4640,11 @@ class="ec-lmtt-9"> path=.:~/tex/dvips//:!!/usr/local/texmf/dvips//).</span><br
class="ec-lmtt-9">kdebug:search(config.cms)</span><br /><span
class="ec-lmtt-9">=&#x003E;/usr/local/texmf/dvips/cms/config.cms</span></div>
<figcaption class="caption" ><span class="id">Figure 12:</span><span
-class="content">Finding configuration files</span></figcaption><!--tex4ht:label?: x1-65031r12 -->
+class="content">Finding configuration files</span></figcaption><!--tex4ht:label?: x1-66031r12 -->
</figure>
-<!--l. 2452--><p class="indent" > <span
+<!--l. 2494--><p class="indent" > <span
class="ec-lmss-10">dvips </span>starts by locating its working files. First, <span
class="ec-lmtt-10">texmf.cnf </span>is found, which gives the definitions of the
search paths for the other files, then the file database <span
@@ -4656,9 +4697,9 @@ class="ec-lmtt-10"> +amsbkm.map</span>
class="ec-lmss-10">dvips </span>thus goes on to find all these files, plus the generic map file <span
class="ec-lmtt-10">psfonts.map</span>, which is always loaded (it
contains declarations for commonly used PostScript fonts; see the last part of section <a
-href="#x1-640007.2.3">7.2.3<!--tex4ht:ref: sec:examples-of-use --></a> for more details
+href="#x1-650007.2.3">7.2.3<!--tex4ht:ref: sec:examples-of-use --></a> for more details
about PostScript map file handling).
-<!--l. 2479--><p class="indent" > At this point <span
+<!--l. 2521--><p class="indent" > At this point <span
class="ec-lmss-10">dvips </span>identifies itself to the user: </p><div class="alltt">
<div class="obeylines-v">
@@ -4700,7 +4741,7 @@ class="ec-lmtt-9"> =&#x003E;</span><span
class="ec-lmtt-9"> /usr/local/texmf/dvips/base/texc.pro</span>
</div>
</div>
-<!--l. 2496--><p class="indent" > After having found the file in question, <span
+<!--l. 2538--><p class="indent" > After having found the file in question, <span
class="ec-lmss-10">dvips </span>outputs the date and time, and informs us that it will generate
the file <span
class="ec-lmtt-10">hello-world.ps</span>, then that it needs the font file <span
@@ -4792,17 +4833,17 @@ class="ec-lmtt-9">&#x003C;cmr10.pfb&#x003E;[1]</span>
</div>
</div>
<h4 class="subsectionHead"><span class="titlemark">7.3 </span> <a
- id="x1-660007.3"></a>Runtime options</h4>
-<!--l. 2527--><p class="noindent" >Another useful feature of Web2C is its possibility to control a number of memory parameters (in particular,
+ id="x1-670007.3"></a>Runtime options</h4>
+<!--l. 2569--><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-10">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. 2533--><p class="noindent" >
+</p><!--l. 2575--><p class="noindent" >
</p><dl class="list1"><dt class="list">
<span
class="ec-lmtt-10">main_memory</span> </dt><dd
class="list">
- <!--l. 2534--><p class="noindent" >Total words of memory available, for TeX, Metafont and MetaPost. You must make a new format
+ <!--l. 2576--><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-10">hugetex.fmt</span>. Using the standard way of specifying the program name used by
@@ -4813,29 +4854,29 @@ class="ec-lmtt-10">texmf.cnf</span>.
<span
class="ec-lmtt-10">extra_mem_bot</span> </dt><dd
class="list">
- <!--l. 2542--><p class="noindent" >Extra space for “large” TeX data structures: boxes, glue, breakpoints, etc. Especially useful if you
+ <!--l. 2584--><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-10">font_mem_size</span> </dt><dd
class="list">
- <!--l. 2546--><p class="noindent" >Number of words for font information available for TeX. This is more or less the total size of all
+ <!--l. 2588--><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-10">hash_extra</span> </dt><dd
class="list">
- <!--l. 2549--><p class="noindent" >Additional space for the hash table of control sequence names; its default value is <span
+ <!--l. 2591--><p class="noindent" >Additional space for the hash table of control sequence names; its default value is <span
class="ec-lmtt-10">600000</span>.</p></dd></dl>
-<!--l. 2554--><p class="noindent" >This facility is no substitute for truly dynamic arrays and memory allocation, but since these are extremely
+<!--l. 2596--><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. 2559--><p class="indent" > <a id="texmfdotdir"></a>
+</p><!--l. 2601--><p class="indent" > <a id="texmfdotdir"></a>
</p>
<h4 class="subsectionHead"><span class="titlemark">7.4 </span> <a
- id="x1-670007.4"></a><span
+ id="x1-680007.4"></a><span
class="ec-lmtt-10">$TEXMFDOTDIR</span></h4>
-<!--l. 2563--><p class="noindent" >In various places above, we gave various search paths starting with <span
+<!--l. 2605--><p class="noindent" >In various places above, we gave various search paths starting with <span
class="ec-lmtt-10">. </span>(to search the current directory first), as
in </p><div class="alltt">
@@ -4844,7 +4885,7 @@ in </p><div class="alltt">
class="ec-lmtt-9">TEXINPUTS=.;$TEXMF/tex//</span>
</div>
</div>
-<!--l. 2569--><p class="indent" > This is a simplification. The <span
+<!--l. 2611--><p class="indent" > This is a simplification. The <span
class="ec-lmtt-10">texmf.cnf </span>file we distribute in TeX Live uses <span
class="ec-lmtt-10">$TEXMFDOTDIR </span>instead of just
‘<span
@@ -4858,7 +4899,7 @@ class="ec-lmtt-9">TEXINPUTS=$TEXMFDOTDIR;$TEXMF/tex//</span>
class="ec-lmtt-10">$TEXMF/tex//</span>. But
that’s minor; here we want to discuss the <span
class="ec-lmtt-10">$TEXMFDOTDIR </span>feature.)
-<!--l. 2578--><p class="indent" > The reason to use the variable <span
+<!--l. 2620--><p class="indent" > The reason to use the variable <span
class="ec-lmtt-10">$TEXMFDOTDIR </span>in the path definitions instead of simply ‘<span
class="ec-lmtt-10">.</span>’ is purely so that
it can be overridden. For example, a complex document may have many source files arranged in many
@@ -4869,22 +4910,22 @@ build the document) and they will all get searched. (Warning: don’t use <span
class="ec-lmtt-10">.// </span>by default; it’s usually
highly undesirable, and potentially insecure, to search through all subdirectories for an arbitrary
document.)
-</p><!--l. 2588--><p class="indent" > As another example, you may wish not to search the current directory at all, e.g., if you have arranged for
+</p><!--l. 2630--><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-10">$TEXMFDOTDIR </span>to, say, <span
class="ec-lmtt-10">/nonesuch </span>or any nonexistent
directory for this.
-</p><!--l. 2593--><p class="indent" > The default value of <span
+</p><!--l. 2635--><p class="indent" > The default value of <span
class="ec-lmtt-10">$TEXMFDOTDIR </span>is just ‘<span
class="ec-lmtt-10">.</span>’, as set in our <span
class="ec-lmtt-10">texmf.cnf</span>.
-</p><!--l. 2596--><p class="indent" > <a id="ack"></a>
+</p><!--l. 2638--><p class="indent" > <a id="ack"></a>
</p>
<h3 class="sectionHead"><span class="titlemark">8 </span> <a
- id="x1-680008"></a>Acknowledgements</h3>
-<!--l. 2599--><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
+ id="x1-690008"></a>Acknowledgements</h3>
+<!--l. 2641--><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">
@@ -5038,7 +5079,7 @@ class="ec-lmss-10">xindy</span>.
</li>
<li class="itemize">Hironobu Yamashita, for much work on pTeX and related support.
</li></ul>
-<!--l. 2753--><p class="indent" > Builders of the binaries: Marc Baudoin (<span
+<!--l. 2795--><p class="indent" > Builders of the binaries: Marc Baudoin (<span
class="ec-lmss-10">amd64-netbsd</span>, <span
class="ec-lmss-10">i386-netbsd</span>), Ken Brown (<span
class="ec-lmss-10">i386-cygwin</span>,
@@ -5062,24 +5103,24 @@ class="ec-lmss-10">x86_64-linuxmusl</span>). For information on
the TeX Live build process, see <a
href="https://tug.org/texlive/build.html" class="url" ><span
class="ec-lmtt-10">https://tug.org/texlive/build.html</span></a>.
-</p><!--l. 2771--><p class="indent" > Translators of this manual: Takuto Asakura (Japanese), Denis Bitouzé &#x0026; Patrick Bideault (French),
+</p><!--l. 2813--><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 (Polish), Uwe Ziegenhagen (German). The TeX Live documentation web
page is <a
href="https://tug.org/texlive/doc.html" class="url" ><span
class="ec-lmtt-10">https://tug.org/texlive/doc.html</span></a>.
-</p><!--l. 2784--><p class="indent" > Of course the most important acknowledgement must go to Donald Knuth, first for inventing TeX, and
+</p><!--l. 2826--><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. 2788--><p class="noindent" >
+</p><!--l. 2830--><p class="noindent" >
</p>
<h3 class="sectionHead"><span class="titlemark">9 </span> <a
- id="x1-690009"></a>Release history</h3>
-<!--l. 2791--><p class="noindent" >
+ id="x1-700009"></a>Release history</h3>
+<!--l. 2833--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">9.1 </span> <a
- id="x1-700009.1"></a>Past</h4>
-<!--l. 2793--><p class="noindent" >Discussion began in late 1993 when the Dutch TeX Users Group was starting work on its 4AllTeX CD for
+ id="x1-710009.1"></a>Past</h4>
+<!--l. 2835--><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 group on a <span
@@ -5093,7 +5134,7 @@ product would be a model structure on CD. The distribution you now have is a ver
working group’s 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. 2809--><p class="indent" > We first undertook to make a new Unix-based TDS CD in the autumn of 1995, and quickly identified
+</p><!--l. 2851--><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 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
@@ -5105,7 +5146,7 @@ same time, a new revision of teTeX was being made, and TeX Live included almost
features. The 4th 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. 2825--><p class="indent" > For the 5th edition (March 2000) many parts of the CD were revised and checked, updating hundreds of
+</p><!--l. 2867--><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 (<a
@@ -5115,30 +5156,30 @@ check the license conditions of all packages, but we would very much appreciate
mistakes.
-</p><!--l. 2834--><p class="indent" > The 6th edition (July 2001) had much more material updated. The major change was a new install concept:
+</p><!--l. 2876--><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-10">language.dat</span>.
-</p><!--l. 2840--><p class="indent" > The 7th edition of 2002 had the notable addition of Mac OS X support, and the usual myriad of updates to
+</p><!--l. 2882--><p class="indent" > The 7th edition of 2002 had the notable addition of Mac OS X 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. 2845--><p class="noindent" >
+</p><!--l. 2887--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.1 </span> <a
- id="x1-710009.1.1"></a>2003</h5>
-<!--l. 2847--><p class="noindent" >In 2003, with the continuing flood of updates and additions, we found that TeX Live had grown so large it
+ id="x1-720009.1.1"></a>2003</h5>
+<!--l. 2889--><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">7<!--tex4ht:ref: sec:tl-coll-dists --></a>). In addition:
+href="#x1-90002.1">6<!--tex4ht:ref: sec:tl-coll-dists --></a>). In addition:
</p>
<ul class="itemize1">
<li class="itemize">At the request of the LaTeX team, we changed the standard <span
class="ec-lmss-10">latex </span>and <span
class="ec-lmss-10">pdflatex </span>commands to now
use e-TeX (see p. <a
-href="#x1-120002.4">10<!--tex4ht:ref: text:etex --></a>).
+href="#x1-120002.4">9<!--tex4ht:ref: text:etex --></a>).
</li>
<li class="itemize">The new Latin Modern fonts were included (and are recommended).
</li>
@@ -5175,11 +5216,11 @@ class="ec-lmtt-10">texmf/web2c/cp8bit.tcx</span></span></span>. (Future releases
</li>
<li class="itemize">Finally, since the edition numbers had grown unwieldy, the version is now simply identified by the
year: TeX Live 2003.</li></ul>
-<!--l. 2885--><p class="noindent" >
+<!--l. 2927--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.2 </span> <a
- id="x1-720009.1.2"></a>2004</h5>
-<!--l. 2887--><p class="noindent" >2004 saw many changes:
+ id="x1-730009.1.2"></a>2004</h5>
+<!--l. 2929--><p class="noindent" >2004 saw many changes:
</p>
<ul class="itemize1">
<li class="itemize">If you have locally-installed fonts which use their own <span
@@ -5188,7 +5229,7 @@ class="ec-lmtt-10">.enc </span>support
files, you may need to move those support files.
- <!--l. 2895--><p class="noindent" ><span
+ <!--l. 2937--><p class="noindent" ><span
class="ec-lmtt-10">.map </span>files are now searched for in subdirectories of <span
class="ec-lmtt-10">fonts/map </span>only (in each <span
class="ec-lmtt-10">texmf </span>tree), along
@@ -5199,7 +5240,7 @@ class="ec-lmtt-10">fonts/enc</span>
only, along the <span
class="ec-lmtt-10">ENCFONTS </span>path. <span
class="ec-lmss-10">updmap </span>will attempt to warn about problematic files.
- </p><!--l. 2902--><p class="noindent" >For methods of handling this and other information, please see
+ </p><!--l. 2944--><p class="noindent" >For methods of handling this and other information, please see
<a
href="https://tug.org/texlive/mapenc.html" class="url" ><span
class="ec-lmtt-10">https://tug.org/texlive/mapenc.html</span></a>.
@@ -5207,7 +5248,7 @@ class="ec-lmtt-10">https://tug.org/texlive/mapenc.html</span></a>.
<li class="itemize">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
-href="#x1-80002">7<!--tex4ht:ref: sec:overview-tl --></a>).
+href="#x1-80002">6<!--tex4ht:ref: sec:overview-tl --></a>).
</li>
<li class="itemize">Within TeX Live, the single large <span
class="ec-lmtt-10">texmf </span>tree of previous releases has been replaced by three:
@@ -5216,7 +5257,7 @@ class="ec-lmtt-10">texmf</span>, <span
class="ec-lmtt-10">texmf-dist</span>, and <span
class="ec-lmtt-10">texmf-doc</span>. See section <a
href="#x1-100002.2">2.2<!--tex4ht:ref: sec:tld --></a> (p. <a
-href="#x1-100002.2">7<!--tex4ht:ref: sec:tld --></a>), and the <span
+href="#x1-100002.2">6<!--tex4ht:ref: sec:tld --></a>), and the <span
class="ec-lmtt-10">README </span>files for each.
</li>
<li class="itemize">All TeX-related input files are now collected in the <span
@@ -5264,7 +5305,7 @@ class="ec-lmss-10">latex</span>, etc.) This means, among other things, th
class="ec-lmss-10">pdftex </span>are available in LaTeX, ConTeXt, etc., as well as the e-TeX features
(<a
href="../../../../texmf-dist/doc/etex/base/" >texmf-dist/doc/etex/base/</a>).
- <!--l. 2949--><p class="noindent" >It also means it’s <span
+ <!--l. 2991--><p class="noindent" >It also means it’s <span
class="ec-lmri-10">more important than ever </span>to use the <span
class="ec-lmss-10">ifpdf </span>package (works with both plain and
LaTeX) or equivalent code, because simply testing whether <span
@@ -5308,12 +5349,13 @@ class="ec-lmss-10">mpost</span>) now accepts double quotes containing spaces and
special characters. Typical examples:
- <div class="verbatim" id="verbatim-6">
- <div class="fancyvrb" id="fancyvrb19"><a
- id="x1-72002r1"></a>\input &#x0022;filename with spaces&#x0022;   % plain<br class="fancyvrb" /><a
- id="x1-72004r2"></a>\input{&#x0022;filename with spaces&#x0022;}  % latex</div>
-</div>
- <!--l. 2983--><p class="nopar" >See the Web2C manual for more: <a
+ <pre class="verbatim" id="verbatim-6">
+ <pre class="fancyvrb" id="fancyvrb19"><a
+ id="x1-73002r1"></a>\input &#x0022;filename with spaces&#x0022;   % plain
+<a
+ id="x1-73004r2"></a>\input{&#x0022;filename with spaces&#x0022;}  % latex</pre>
+</pre>
+ <!--l. 3025--><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">encTeX support is now included within Web2C and consequently all TeX programs, via the <span
@@ -5383,11 +5425,11 @@ class="ec-lmss-10">t1utils </span>programs. This is because they are compiled wi
class="ec-lmss-10">mips-irix</span>,
the MIPSpro 7.4 runtimes are required.
</li></ul>
-<!--l. 3034--><p class="noindent" >
+<!--l. 3076--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.3 </span> <a
- id="x1-730009.1.3"></a>2005</h5>
-<!--l. 3036--><p class="noindent" >2005 saw the usual huge number of updates to packages and programs. The infrastructure stayed relatively
+ id="x1-740009.1.3"></a>2005</h5>
+<!--l. 3078--><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">
@@ -5417,7 +5459,7 @@ class="ec-lmtt-10">texmf.cnf</span>. In any case the real location of these fil
class="ec-lmtt-10">TEXMFCONFIG </span>and <span
class="ec-lmtt-10">TEXMFSYSCONFIG </span>must agree. See section <a
href="#x1-110002.3">2.3<!--tex4ht:ref: sec:texmftrees --></a>, p. <a
-href="#x1-110002.3">8<!--tex4ht:ref: sec:texmftrees --></a>.
+href="#x1-110002.3">7<!--tex4ht:ref: sec:texmftrees --></a>.
</li>
<li class="itemize">Last year, we kept <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\pdfoutput</span></span></span> and other primitives undefined for DVI output, even though the
@@ -5438,11 +5480,11 @@ class="ec-lmtt-10">^^</span></span></span> notation if you so desire,
as in:
- <div class="verbatim" id="verbatim-7">
- <div class="fancyvrb" id="fancyvrb20"><a
- id="x1-73002r1"></a>latex --translate-file=empty.tcx yourfile.tex</div>
-</div>
- <!--l. 3073--><p class="nopar" >
+ <pre class="verbatim" id="verbatim-7">
+ <pre class="fancyvrb" id="fancyvrb20"><a
+ id="x1-74002r1"></a>latex --translate-file=empty.tcx yourfile.tex</pre>
+</pre>
+ <!--l. 3115--><p class="nopar" >
</p></li>
<li class="itemize">The new program <span
class="ec-lmss-10">dvipdfmx </span>is included for translation of DVI to PDF; this is an actively maintained
@@ -5467,23 +5509,23 @@ class="ec-lmtt-10">TEXMFSYSVAR</span>, respectively. There is also <span
class="ec-lmtt-10">TEXMFVAR</span>, which is by default user-specific. See the first point
above.
</li></ul>
-<!--l. 3095--><p class="noindent" >
+<!--l. 3137--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.4 </span> <a
- id="x1-740009.1.4"></a>2006–2007</h5>
-<!--l. 3097--><p class="noindent" >In 2006–2007, the major new addition to TeX Live was the XeTeX program, available as the <span
+ id="x1-750009.1.4"></a>2006–2007</h5>
+<!--l. 3139--><p class="noindent" >In 2006–2007, the major new addition to TeX Live was the XeTeX program, available as the <span
class="ec-lmtt-10">xetex </span>and
<span
class="ec-lmtt-10">xelatex </span>programs; see <a
href="https://scripts.sil.org/xetex" class="url" ><span
class="ec-lmtt-10">https://scripts.sil.org/xetex</span></a>.
-</p><!--l. 3101--><p class="indent" > MetaPost also received a notable update, with more planned for the future (<a
+</p><!--l. 3143--><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-10">https://tug.org/metapost/articles</span></a>),
likewise pdfTeX (<a
href="https://tug.org/applications/pdftex" class="url" ><span
class="ec-lmtt-10">https://tug.org/applications/pdftex</span></a>).
-</p><!--l. 3105--><p class="indent" > The TeX <span
+</p><!--l. 3147--><p class="indent" > The TeX <span
class="ec-lmtt-10">.fmt </span>(high-speed format) and the similar files for MetaPost and Metafont are now stored in
subdirectories of <span
class="ec-lmtt-10">texmf/web2c</span>, instead of in the directory itself (although the directory is still searched, for the
@@ -5493,19 +5535,19 @@ class="ec-lmtt-10">tex </span>or <span
class="ec-lmtt-10">pdftex </span>or <span
class="ec-lmtt-10">xetex</span>.
This change should be invisible in normal use.
-</p><!--l. 3113--><p class="indent" > The (plain) <span
+</p><!--l. 3155--><p class="indent" > The (plain) <span
class="ec-lmtt-10">tex </span>program no longer reads <span
class="ec-lmtt-10">%&#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-10">%&#x0026; </span>lines).
-</p><!--l. 3117--><p class="indent" > Of course the year also saw (the usual) hundreds of other updates to packages and programs. As usual,
+</p><!--l. 3159--><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-10">https://ctan.org</span></a>) for updates.
-</p><!--l. 3121--><p class="indent" > Internally, the source tree is now stored in Subversion, with a standard web interface for viewing the tree,
+</p><!--l. 3163--><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. 3126--><p class="indent" > Finally, in May 2006 Thomas Esser announced that he would no longer be updating teTeX
+</p><!--l. 3168--><p class="indent" > Finally, in May 2006 Thomas Esser announced that he would no longer be updating teTeX
(<a
href="https://tug.org/tetex" class="url" ><span
class="ec-lmtt-10">https://tug.org/tetex</span></a>). As a result, there was a surge of interest in TeX Live, especially among
@@ -5513,72 +5555,72 @@ GNU/Linux distributors. (There is a new <span
class="ec-lmtt-10">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. 3134--><p class="noindent" >
+</p><!--l. 3176--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.5 </span> <a
- id="x1-750009.1.5"></a>2008</h5>
-<!--l. 3136--><p class="noindent" >In 2008, the entire TeX Live infrastructure was redesigned and reimplemented. Complete information about an
+ id="x1-760009.1.5"></a>2008</h5>
+<!--l. 3178--><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-10">tlpkg/texlive.tlpdb</span>.
-</p><!--l. 3140--><p class="indent" > Among other things, this finally makes possible upgrading a TeX Live installation over the Internet after
+</p><!--l. 3182--><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. 3145--><p class="indent" > The major new engine LuaTeX (<a
+</p><!--l. 3187--><p class="indent" > The major new engine LuaTeX (<a
href="http://luatex.org" class="url" ><span
class="ec-lmtt-10">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. 3150--><p class="indent" > Support among Windows and the Unix-based platforms is now much more uniform. In particular, most
+</p><!--l. 3192--><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. 3154--><p class="indent" > The new <span
+</p><!--l. 3196--><p class="indent" > The new <span
class="ec-lmss-10">tlmgr </span>script (section <a
-href="#x1-420005">5<!--tex4ht:ref: sec:tlmgr --></a>) is the general interface for managing TeX Live after the initial installation.
+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. 3159--><p class="indent" > With the advent of <span
+</p><!--l. 3201--><p class="indent" > With the advent of <span
class="ec-lmss-10">tlmgr</span>, the <span
class="ec-lmss-10">texconfig </span>actions to edit the format and hyphenation configuration files are
now disabled.
-</p><!--l. 3162--><p class="indent" > The <span
+</p><!--l. 3204--><p class="indent" > The <span
class="ec-lmss-10">xindy </span>indexing program (<a
href="http://xindy.sourceforge.net/" class="url" ><span
class="ec-lmtt-10">http://xindy.sourceforge.net/</span></a>) is now included on most
platforms.
-</p><!--l. 3165--><p class="indent" > The <span
+</p><!--l. 3207--><p class="indent" > The <span
class="ec-lmss-10">kpsewhich </span>tool can now report all matches for a given file (option <span
-class="ec-lmtt-10">–all</span>) and limit matches to a given
+class="ec-lmtt-10">--all</span>) and limit matches to a given
subdirectory (option <span
-class="ec-lmtt-10">–subdir</span>).
-</p><!--l. 3169--><p class="indent" > The <span
+class="ec-lmtt-10">--subdir</span>).
+</p><!--l. 3211--><p class="indent" > The <span
class="ec-lmss-10">dvipdfmx </span>program now includes functionality to extract bounding box information, via the command
name <span
class="ec-lmss-10">extractbb</span>; this was one of the last features provided by <span
class="ec-lmss-10">dvipdfm </span>not in <span
class="ec-lmss-10">dvipdfmx</span>.
-</p><!--l. 3174--><p class="indent" > The font aliases <span
+</p><!--l. 3216--><p class="indent" > The font aliases <span
class="ec-lmtt-10">Times-Roman</span>, <span
class="ec-lmtt-10">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. 3179--><p class="indent" > The <span
+</p><!--l. 3221--><p class="indent" > The <span
class="ec-lmss-10">platex </span>format has been removed, to resolve a name conflict with a completely different Japanese <span
class="ec-lmss-10">platex</span>;
the <span
class="ec-lmss-10">polski </span>package is now the main Polish support.
-</p><!--l. 3183--><p class="indent" > Internally, the <span
+</p><!--l. 3225--><p class="indent" > Internally, the <span
class="ec-lmtt-10">WEB</span> string pool files are now compiled into the binaries, to ease upgrades.
-</p><!--l. 3186--><p class="indent" > Finally, the changes made by Donald Knuth in his ‘TeX tuneup of 2008’ are included in this release. See
+</p><!--l. 3228--><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-10">https://tug.org/TUGboat/Articles/tb29-2/tb92knut.pdf</span></a>.
-</p><!--l. 3190--><p class="noindent" >
+</p><!--l. 3232--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.6 </span> <a
- id="x1-760009.1.6"></a>2009</h5>
-<!--l. 3192--><p class="noindent" >In 2009, the default output format for Lua(L<span
+ id="x1-770009.1.6"></a>2009</h5>
+<!--l. 3234--><p class="noindent" >In 2009, the default output format for Lua(L<span
class="ec-lmr-7">A</span> )TeX is now PDF, to take advantage of LuaTeX’s OpenType
support, et al. New executables named <span
class="ec-lmtt-10">dviluatex </span>and <span
@@ -5586,9 +5628,9 @@ class="ec-lmtt-10">dvilualatex </span>run LuaTeX with DVI output. The
LuaTeX home page is <a
href="http://luatex.org" class="url" ><span
class="ec-lmtt-10">http://luatex.org</span></a>.
-</p><!--l. 3197--><p class="indent" > The original Omega engine and Lambda format have been excised, after discussions with the Omega
+</p><!--l. 3239--><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. 3201--><p class="indent" > A new release of the AMS Type 1 fonts is included, including Computer Modern: a few shape
+</p><!--l. 3243--><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
@@ -5597,29 +5639,29 @@ class="ec-lmtt-10">https://tug.org/TUGboat/Articles/tb29-2/tb92hagen-euler.pdf</
unchanged. The AMS fonts home page is <a
href="https://ams.org/tex/amsfonts.html" class="url" ><span
class="ec-lmtt-10">https://ams.org/tex/amsfonts.html</span></a>.
-</p><!--l. 3209--><p class="indent" > The new GUI front end TeXworks is included for Windows, and also in MacTeX. For other platforms, and
+</p><!--l. 3251--><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-10">https://tug.org/texworks</span></a>. It is a cross-platform front-end
inspired by the Mac OS X TeXShop editor, aiming at ease-of-use.
-</p><!--l. 3215--><p class="indent" > The graphics program Asymptote is included for several platforms. This implements a text-based graphics
+</p><!--l. 3257--><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-10">https://asymptote.sourceforge.io</span></a>.
-</p><!--l. 3220--><p class="indent" > The separate <span
+</p><!--l. 3262--><p class="indent" > The separate <span
class="ec-lmtt-10">dvipdfm </span>program has been replaced by <span
class="ec-lmtt-10">dvipdfmx</span>, which operates in a special compatibility
mode under that name. <span
class="ec-lmtt-10">dvipdfmx </span>includes CJK support and has accumulated many other fixes over the years
since the last <span
class="ec-lmtt-10">dvipdfm </span>release.
-</p><!--l. 3226--><p class="indent" > Executables for the <span
+</p><!--l. 3268--><p class="indent" > Executables for the <span
class="ec-lmss-10">cygwin </span>and <span
class="ec-lmss-10">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. 3231--><p class="indent" > A miscellany of smaller changes: we now use <span
+</p><!--l. 3273--><p class="indent" > A miscellany of smaller changes: we now use <span
class="ec-lmss-10">xz </span>compression, the stable replacement for <span
class="ec-lmss-10">lzma</span>
(<a
@@ -5628,21 +5670,21 @@ class="ec-lmtt-10">https://tukaani.org/xz/</span></a>); a literal <span class="o
class="ec-lmtt-10">$</span></span></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. 3238--><p class="indent" > Final note on the past: all releases of TeX Live, along with ancillary material such as CD labels, are
+</p><!--l. 3280--><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-10">ftp://tug.org/historic/systems/texlive</span></a>.
-</p><!--l. 3243--><p class="noindent" >
+</p><!--l. 3285--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.7 </span> <a
- id="x1-770009.1.7"></a>2010</h5>
-<!--l. 3246--><p class="noindent" >In 2010, the default version for PDF output is now 1.5, enabling more compression. This applies to all the
+ id="x1-780009.1.7"></a>2010</h5>
+<!--l. 3288--><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-10">dvipdfmx</span>. Loading the <span
class="ec-lmss-10">pdf14 </span>LaTeX package changes back to
PDF 1.4, or set <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">\pdfminorversion=4</span></span></span>.
-</p><!--l. 3251--><p class="indent" > pdf(L<span
+</p><!--l. 3293--><p class="indent" > pdf(L<span
class="ec-lmr-7">A</span> )TeX now <span
class="ec-lmri-10">automatically </span>converts a requested Encapsulated PostScript (EPS) file to PDF, via the
<span
@@ -5663,7 +5705,7 @@ class="ec-lmss-10">epstopdf </span>package documentation
(<a
href="https://ctan.org/pkg/epstopdf-pkg" class="url" ><span
class="ec-lmtt-10">https://ctan.org/pkg/epstopdf-pkg</span></a>).
-</p><!--l. 3263--><p class="indent" > A related change is that execution of a very few external commands from TeX, via the <span
+</p><!--l. 3305--><p class="indent" > A related change is that execution of a very few external commands from TeX, via the <span
class="ec-lmtt-10">\write18 </span>feature, is
now enabled by default. These commands are <span
class="ec-lmtt-10">repstopdf</span>, <span
@@ -5681,23 +5723,23 @@ class="ec-lmtt-10"> conf</span><span
class="ec-lmtt-10"> texmf</span><span
class="ec-lmtt-10"> shell_escape</span><span
class="ec-lmtt-10"> 0</span></span></span>.
-</p><!--l. 3272--><p class="indent" > Yet another related change is that BibTeX and Makeindex now refuse to write their output files to an
+</p><!--l. 3314--><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-10">\write18</span>. To change this, the <span
class="ec-lmtt-10">TEXMFOUTPUT </span>environment variable can be set, or the <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">openout_any</span></span></span> setting
changed.
-</p><!--l. 3278--><p class="indent" > XeTeX now supports margin kerning along the same lines as pdfTeX. (Font expansion is not presently
+</p><!--l. 3320--><p class="indent" > XeTeX now supports margin kerning along the same lines as pdfTeX. (Font expansion is not presently
supported.)
-</p><!--l. 3281--><p class="indent" > By default, <span
+</p><!--l. 3323--><p class="indent" > By default, <span
class="ec-lmss-10">tlmgr </span>now saves one backup of each package updated (<span
class="ec-lmtt-10">tlmgr option autobackup 1</span>), so
broken package updates can be easily reverted with <span
class="ec-lmtt-10">tlmgr restore</span>. If you do post-install updates, and don’t
have the disk space for the backups, run <span
class="ec-lmtt-10">tlmgr option autobackup 0</span>.
-</p><!--l. 3287--><p class="indent" > New programs included: the pTeX engine and related utilities for typesetting Japanese; the BibTeXU program
+</p><!--l. 3329--><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-10">chktex </span>utility (originally from <a
href="http://baruch.ev-en.org/proj/chktex" class="url" ><span
@@ -5707,7 +5749,7 @@ class="ec-lmr-7">A</span> )TeX documents; the <span
class="ec-lmss-10">dvisvgm </span>(<a
href="https://dvisvgm.de" class="url" ><span
class="ec-lmtt-10">https://dvisvgm.de</span></a>) DVI-to-SVG translator.
-</p><!--l. 3295--><p class="indent" > Executables for these new platforms are now included: <span
+</p><!--l. 3337--><p class="indent" > Executables for these new platforms are now included: <span
class="ec-lmtt-10">amd64-freebsd</span>, <span
class="ec-lmtt-10">amd64-kfreebsd</span>, <span
class="ec-lmtt-10">i386-freebsd</span>,
@@ -5715,53 +5757,53 @@ class="ec-lmtt-10">i386-freebsd</span>,
class="ec-lmtt-10">i386-kfreebsd</span>, <span
class="ec-lmtt-10">x86_64-darwin</span>, <span
class="ec-lmtt-10">x86_64-solaris</span>.
-</p><!--l. 3299--><p class="indent" > A change in TeX Live 2009 that we failed to note: numerous TeX4ht-related executables
+</p><!--l. 3341--><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-10">https://tug.org/tex4ht</span></a>) were removed from the binary directories. The generic <span
class="ec-lmtt-10">mk4ht </span>program can be used
to run any of the various <span
class="ec-lmtt-10">tex4ht </span>combinations.
-</p><!--l. 3304--><p class="indent" > Finally, the TeX Live release on the TeX Collection DVD can no longer be run live (oddly enough). A
+</p><!--l. 3346--><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. 3309--><p class="noindent" >
+</p><!--l. 3351--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.8 </span> <a
- id="x1-780009.1.8"></a>2011</h5>
-<!--l. 3311--><p class="noindent" >The Mac OS X binaries (<span
+ id="x1-790009.1.8"></a>2011</h5>
+<!--l. 3353--><p class="noindent" >The Mac OS X binaries (<span
class="ec-lmtt-10">universal-darwin </span>and <span
class="ec-lmtt-10">x86_64-darwin</span>) now work only on Leopard or later; Panther
and Tiger are no longer supported.
-</p><!--l. 3315--><p class="indent" > The <span
+</p><!--l. 3357--><p class="indent" > The <span
class="ec-lmtt-10">biber </span>program for bibliography processing is included on common platforms. Its development is
closely coupled with the <span
class="ec-lmtt-10">biblatex </span>package, which completely reimplements the bibliographical facilities
provided by LaTeX.
-</p><!--l. 3320--><p class="indent" > The MetaPost (<span
+</p><!--l. 3362--><p class="indent" > The MetaPost (<span
class="ec-lmtt-10">mpost</span>) program no longer creates or uses <span
class="ec-lmtt-10">.mem </span>files. The needed files, such as <span
class="ec-lmtt-10">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. 3325--><p class="indent" > The <span
+</p><!--l. 3367--><p class="indent" > The <span
class="ec-lmtt-10">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. 3330--><p class="indent" > The <span
+</p><!--l. 3372--><p class="indent" > The <span
class="ec-lmss-10">initex </span>and <span
class="ec-lmss-10">inimf </span>programs were restored (but no other <span
class="ec-lmss-10">ini* </span>variants).
-</p><!--l. 3333--><p class="noindent" >
+</p><!--l. 3375--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.9 </span> <a
- id="x1-790009.1.9"></a>2012</h5>
-<!--l. 3335--><p class="noindent" ><span
+ id="x1-800009.1.9"></a>2012</h5>
+<!--l. 3377--><p class="noindent" ><span
class="ec-lmtt-10">tlmgr </span>supports updates from multiple network repositories. The section on multiple repositories in the <span
class="ec-lmtt-10">tlmgr</span>
<span
class="ec-lmtt-10">help </span>output has more.
-</p><!--l. 3339--><p class="indent" > The parameter <span
+</p><!--l. 3381--><p class="indent" > The parameter <span
class="ec-lmtt-10">\XeTeXdashbreakstate </span>is set to 1 by default, for both <span
class="ec-lmtt-10">xetex </span>and <span
class="ec-lmtt-10">xelatex</span>. This allows line
@@ -5769,51 +5811,51 @@ breaks after em-dashes and en-dashes, which has always been the behavior of plai
Existing XeTeX documents which must retain perfect line-break compatibility will need to set
<span
class="ec-lmtt-10">\XeTeXdashbreakstate </span>to 0 explicitly.
-</p><!--l. 3346--><p class="indent" > The output files generated by <span
+</p><!--l. 3388--><p class="indent" > The output files generated by <span
class="ec-lmtt-10">pdftex </span>and <span
class="ec-lmtt-10">dvips</span>, among others, can now exceed 2 gigabytes.
-</p><!--l. 3349--><p class="indent" > The 35 standard PostScript fonts are included in the output of <span
+</p><!--l. 3391--><p class="indent" > The 35 standard PostScript fonts are included in the output of <span
class="ec-lmtt-10">dvips </span>by default, since so many different
versions of them are extant.
-</p><!--l. 3353--><p class="indent" > In the restricted <span
+</p><!--l. 3395--><p class="indent" > In the restricted <span
class="ec-lmtt-10">\write18 </span>execution mode, set by default, <span
class="ec-lmtt-10">mpost </span>is now an allowed program.
-</p><!--l. 3356--><p class="indent" > A <span
+</p><!--l. 3398--><p class="indent" > A <span
class="ec-lmtt-10">texmf.cnf </span>file is also found in <span
class="ec-lmtt-10">../texmf-local</span>, e.g., <span
class="ec-lmtt-10">/usr/local/texlive/texmf-local/web2c/texmf.cnf</span>, if
it exists.
-</p><!--l. 3360--><p class="indent" > The <span
+</p><!--l. 3402--><p class="indent" > The <span
class="ec-lmtt-10">updmap </span>script reads a per-tree <span
class="ec-lmtt-10">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-10">updmap</span><span
class="ec-lmtt-10"> --help</span></span></span> output has more.
-</p><!--l. 3364--><p class="indent" > Platforms: <span
+</p><!--l. 3406--><p class="indent" > Platforms: <span
class="ec-lmss-10">armel-linux </span>and <span
class="ec-lmss-10">mipsel-linux </span>added; <span
class="ec-lmss-10">sparc-linux </span>and <span
class="ec-lmss-10">i386-netbsd </span>are no longer in the main
distribution.
-</p><!--l. 3368--><p class="noindent" >
+</p><!--l. 3410--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.10 </span> <a
- id="x1-800009.1.10"></a>2013</h5>
-<!--l. 3370--><p class="noindent" >Distribution layout: the top-level <span
+ id="x1-810009.1.10"></a>2013</h5>
+<!--l. 3412--><p class="noindent" >Distribution layout: the top-level <span
class="ec-lmtt-10">texmf/ </span>directory has been merged into <span
class="ec-lmtt-10">texmf-dist/</span>, for simplicity. Both the
<span
class="ec-lmtt-10">TEXMFMAIN </span>and <span
class="ec-lmtt-10">TEXMFDIST </span>Kpathsea variables now point to <span
class="ec-lmtt-10">texmf-dist</span>.
-</p><!--l. 3375--><p class="indent" > Many small language collections have been merged together, to simplify installation.
-</p><!--l. 3378--><p class="indent" > MetaPost: native support for PNG output and floating-point (IEEE double) has been added.
-</p><!--l. 3381--><p class="indent" > LuaTeX: updated to Lua 5.2, and includes a new library (<span
+</p><!--l. 3417--><p class="indent" > Many small language collections have been merged together, to simplify installation.
+</p><!--l. 3420--><p class="indent" > MetaPost: native support for PNG output and floating-point (IEEE double) has been added.
+</p><!--l. 3423--><p class="indent" > LuaTeX: updated to Lua 5.2, and includes a new library (<span
class="ec-lmtt-10">pdfscanner</span>) to process external PDF page
content, among much else (see its web pages).
-</p><!--l. 3385--><p class="indent" > XeTeX (also see its web pages for more): </p>
+</p><!--l. 3427--><p class="indent" > XeTeX (also see its web pages for more): </p>
<ul class="itemize1">
<li class="itemize">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.)
@@ -5828,13 +5870,13 @@ content, among much else (see its web pages).
class="ec-lmtt-10">xdvipdfmx</span>.
</li>
<li class="itemize">Support OpenType math cut-ins.</li></ul>
-<!--l. 3399--><p class="indent" > <span
+<!--l. 3441--><p class="indent" > <span
class="ec-lmss-10">xdvi</span>: now uses FreeType instead of <span
class="ec-lmtt-10">t1lib </span>for rendering.
-</p><!--l. 3401--><p class="indent" > <span
+</p><!--l. 3443--><p class="indent" > <span
class="ec-lmss-10">microtype.sty</span>: some support for XeTeX (protrusion) and LuaTeX (protrusion, font expansion, tracking),
among other enhancements.
-</p><!--l. 3405--><p class="indent" > <span
+</p><!--l. 3447--><p class="indent" > <span
class="ec-lmss-10">tlmgr</span>: new <span
class="ec-lmtt-10">pinning </span>action to ease configuring multiple repositories; that section in <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">tlmgr</span><span
@@ -5842,31 +5884,31 @@ class="ec-lmtt-10"> --help</span></span></span> has
more, online at <a
href="https://tug.org/texlive/doc/tlmgr.html#MULTIPLE-REPOSITORIES" class="url" ><span
class="ec-lmtt-10">https://tug.org/texlive/doc/tlmgr.html#MULTIPLE-REPOSITORIES</span></a>.
-</p><!--l. 3409--><p class="indent" > Platforms: <span
+</p><!--l. 3451--><p class="indent" > Platforms: <span
class="ec-lmss-10">armhf-linux</span>, <span
class="ec-lmss-10">mips-irix</span>, <span
class="ec-lmss-10">i386-netbsd</span>, and <span
class="ec-lmss-10">amd64-netbsd </span>added or revived; <span
class="ec-lmss-10">powerpc-aix</span>
removed.
-</p><!--l. 3413--><p class="noindent" >
+</p><!--l. 3455--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.11 </span> <a
- id="x1-810009.1.11"></a>2014</h5>
-<!--l. 3415--><p class="noindent" >2014 saw another TeX tune-up from Knuth; this affected all engines, but the only visible change likely is the
+ id="x1-820009.1.11"></a>2014</h5>
+<!--l. 3457--><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-10">preloaded format </span>string on the banner line. Per Knuth, this now reflects the format that
<span
class="ec-lmri-10">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. 3422--><p class="indent" > pdfTeX: new warning-suppression parameter <span
+</p><!--l. 3464--><p class="indent" > pdfTeX: new warning-suppression parameter <span
class="ec-lmtt-10">\pdfsuppresswarningpagegroup</span>; new primitives for fake
interword spaces to help with PDF text reflowing: <span
class="ec-lmtt-10">\pdfinterwordspaceon</span>, <span
class="ec-lmtt-10">\pdfinterwordspaceoff</span>,
<span
class="ec-lmtt-10">\pdffakespace</span>.
-</p><!--l. 3427--><p class="indent" > LuaTeX: Notable changes and fixes were made to font loading and hyphenation. The biggest addition is a
+</p><!--l. 3469--><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-10">luajittex </span>and its siblings <span
class="ec-lmtt-10">texluajit </span>and <span
@@ -5882,23 +5924,23 @@ nor its developers recommend using it except for the specific purpose of experi
code.
-</p><!--l. 3438--><p class="indent" > XeTeX: The same image formats are now supported on all platforms (including Mac); avoid Unicode
+</p><!--l. 3480--><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. 3443--><p class="indent" > MetaPost: A new numbersystem <span
+</p><!--l. 3485--><p class="indent" > MetaPost: A new numbersystem <span
class="ec-lmtt-10">decimal </span>is supported, along with a companion internal <span
class="ec-lmtt-10">numberprecision</span>;
a new definition of <span
class="ec-lmtt-10">drawdot </span>in <span
class="ec-lmtt-10">plain.mp</span>, per Knuth; bug fixes in SVG and PNG output, among
others.
-</p><!--l. 3448--><p class="indent" > The <span
+</p><!--l. 3490--><p class="indent" > The <span
class="ec-lmss-10">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-10">mtxrun –script</span>
<span
class="ec-lmtt-10">pstopdf</span>.
-</p><!--l. 3453--><p class="indent" > <span
+</p><!--l. 3495--><p class="indent" > <span
class="ec-lmss-10">psutils </span>has been substantially revised by a new maintainer. As a result, several seldom-used utilities (<span
class="ec-lmtt-10">fix*</span>,
<span
@@ -5909,25 +5951,25 @@ class="ec-lmtt-10">scripts/ </span>directory rather than being user-level
executables (this can be reversed if it turns out to be problematic). A new script, <span
class="ec-lmtt-10">psjoin</span>, has been
added.
-</p><!--l. 3460--><p class="indent" > The MacTeX redistribution of TeX Live (section <a
+</p><!--l. 3502--><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
class="ec-lmss-10">convert </span>program from ImageMagick has also been excised, since TeX4ht (specifically
<span
class="ec-lmtt-10">tex4ht.env</span>) now uses Ghostscript directly.
-</p><!--l. 3467--><p class="indent" > The <span
+</p><!--l. 3509--><p class="indent" > The <span
class="ec-lmss-10">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. 3471--><p class="indent" > Platforms: <span
+</p><!--l. 3513--><p class="indent" > Platforms: <span
class="ec-lmss-10">x86_64-cygwin </span>added, <span
class="ec-lmss-10">mips-irix </span>removed; Microsoft no longer supports Windows XP, so our
programs may start failing there at any time.
-</p><!--l. 3475--><p class="noindent" >
+</p><!--l. 3517--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.12 </span> <a
- id="x1-820009.1.12"></a>2015</h5>
-<!--l. 3477--><p class="noindent" >LaTeX2e now incorporates, by default, changes previously included only by explicitly loading the <span
+ id="x1-830009.1.12"></a>2015</h5>
+<!--l. 3519--><p class="noindent" >LaTeX2e now incorporates, by default, changes previously included only by explicitly loading the <span
class="ec-lmss-10">fixltx2e</span>
package, which is now a no-op. A new <span
class="ec-lmss-10">latexrelease </span>package and other mechanisms allow for controlling what is
@@ -5936,35 +5978,35 @@ class="ec-lmss-10">babel</span>
and <span
class="ec-lmss-10">psnfss </span>packages, while core parts of LaTeX, are maintained separately and are not affected by these
changes (and should still work).
-</p><!--l. 3486--><p class="indent" > Internally, LaTeX2e now includes Unicode-related engine configuration (what characters are letters,
+</p><!--l. 3528--><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. 3492--><p class="indent" > pdfTeX: Support JPEG Exif as well as JFIF; do not emit a warning if <span
+</p><!--l. 3534--><p class="indent" > pdfTeX: Support JPEG Exif as well as JFIF; do not emit a warning if <span
class="ec-lmtt-10">\pdfinclusionerrorlevel </span>is
negative; sync with <span
class="ec-lmss-10">xpdf</span> 3.04.
-</p><!--l. 3496--><p class="indent" > LuaTeX: New library <span
+</p><!--l. 3538--><p class="indent" > LuaTeX: New library <span
class="ec-lmss-10">newtokenlib </span>for scanning tokens; bug fixes in the <span
class="ec-lmtt-10">normal </span>random number generator
and other places.
-</p><!--l. 3499--><p class="indent" > XeTeX: Image handling fixes; <span
+</p><!--l. 3541--><p class="indent" > XeTeX: Image handling fixes; <span
class="ec-lmss-10">xdvipdfmx </span>binary looked for first as a sibling to <span
class="ec-lmss-10">xetex</span>; internal <span
class="ec-lmtt-10">XDV </span>opcodes
changed.
-</p><!--l. 3502--><p class="indent" > MetaPost: New numbersystem <span
+</p><!--l. 3544--><p class="indent" > MetaPost: New numbersystem <span
class="ec-lmtt-10">binary</span>; new Japanese-enabled <span
class="ec-lmss-10">upmpost </span>and <span
class="ec-lmss-10">updvitomp </span>programs, analogous
to <span
class="ec-lmss-10">up*tex</span>.
-</p><!--l. 3506--><p class="indent" > MacTeX: Updates to the included Ghostscript package for CJK support. The TeX Distribution
+</p><!--l. 3548--><p class="indent" > MacTeX: Updates to the included Ghostscript package for CJK support. The TeX Distribution
Preference Pane now works in Yosemite (Mac OS X 10.10). Resource-fork font suitcases (generally
without an extension) are no longer supported by XeTeX; data-fork suitcases (<span
class="ec-lmtt-10">.dfont</span>) remain
supported.
-</p><!--l. 3512--><p class="indent" > Infrastructure: The <span
+</p><!--l. 3554--><p class="indent" > Infrastructure: The <span
class="ec-lmss-10">fmtutil </span>script has been reimplemented to read <span
class="ec-lmtt-10">fmtutil.cnf </span>on a per-tree basis,
analogous to <span
@@ -5975,30 +6017,30 @@ class="ec-lmss-10">mktextfm</span>, <span
class="ec-lmss-10">mktexpk</span>) now prefer programs in
their own directory, instead of always using the existing <span
class="ec-lmtt-10">PATH</span>.
-</p><!--l. 3518--><p class="indent" > Platforms: <span
+</p><!--l. 3560--><p class="indent" > Platforms: <span
class="ec-lmss-10">*-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
href="https://tug.org/texlive/custom-bin.html" class="url" ><span
class="ec-lmtt-10">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. 3526--><p class="noindent" >
+</p><!--l. 3568--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.13 </span> <a
- id="x1-830009.1.13"></a>2016</h5>
+ id="x1-840009.1.13"></a>2016</h5>
-<!--l. 3528--><p class="noindent" >LuaTeX: Sweeping changes to primitives, both renames and removals, along with some node structure
+<!--l. 3570--><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-10">https://tug.org/TUGboat/tb37-1/tb115hagen-pdf.pdf</span></a>); for all the details, see the
LuaTeX manual, <a
href="../../../../texmf-dist/doc/luatex/base/luatex.pdf" >texmf-dist/doc/luatex/base/luatex.pdf</a>.
-</p><!--l. 3536--><p class="indent" > Metafont: New highly experimental sibling programs MFlua and MFluajit, integrating Lua with Metafont,
+</p><!--l. 3578--><p class="indent" > Metafont: New highly experimental sibling programs MFlua and MFluajit, integrating Lua with Metafont,
for trial testing purposes.
-</p><!--l. 3539--><p class="indent" > MetaPost: Bug fixes and internal preparations for MetaPost 2.0.
-</p><!--l. 3541--><p class="indent" > <span
+</p><!--l. 3581--><p class="indent" > MetaPost: Bug fixes and internal preparations for MetaPost 2.0.
+</p><!--l. 3583--><p class="indent" > <span
class="ec-lmtt-10">SOURCE_DATE_EPOCH </span>support in all engines except LuaTeX (which will come in the next release) and
original <span
class="ec-lmtt-10">tex </span>(intentionally omitted): if the environment variable <span
@@ -6012,20 +6054,20 @@ class="ec-lmtt-10">\month</span>, <span
class="ec-lmtt-10">\day</span>, <span
class="ec-lmtt-10">\time</span>. The pdfTeX manual has examples
and details.
-</p><!--l. 3550--><p class="indent" > pdfTeX: new primitives <span
+</p><!--l. 3592--><p class="indent" > pdfTeX: new primitives <span
class="ec-lmtt-10">\pdfinfoomitdate</span>, <span
class="ec-lmtt-10">\pdftrailerid</span>, <span
class="ec-lmtt-10">\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. 3555--><p class="indent" > XeTeX: New primitives <span
+</p><!--l. 3597--><p class="indent" > XeTeX: New primitives <span
class="ec-lmtt-10">\XeTeXhyphenatablelength</span>, <span
class="ec-lmtt-10">\XeTeXgenerateactualtext</span>,<br
class="newline" /><span
class="ec-lmtt-10">\XeTeXinterwordspaceshaping</span>, <span
class="ec-lmtt-10">\mdfivesum</span>; character class limit increased to 4096; DVI id byte
incremented.
-</p><!--l. 3560--><p class="indent" > Other utilities: </p>
+</p><!--l. 3602--><p class="indent" > Other utilities: </p>
<ul class="itemize1">
<li class="itemize"><span
class="ec-lmtt-10">gregorio </span>is a new program, part of the <span
@@ -6045,26 +6087,26 @@ class="ec-lmtt-10">-a </span>omits all
</li>
<li class="itemize"><span
class="ec-lmtt-10">ps2pk </span>can handle extended PK/GF fonts.</li></ul>
-<!--l. 3576--><p class="indent" > MacTeX: The TeX Distribution Preference Pane is gone; its functionality is now in TeX Live Utility;
+<!--l. 3618--><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-10">cjk-gs-integrate </span>to be run by users who wish to incorporate
various CJK fonts into Ghostscript.
-</p><!--l. 3581--><p class="indent" > Infrastructure: System-level <span
+</p><!--l. 3623--><p class="indent" > Infrastructure: System-level <span
class="ec-lmtt-10">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-10">tlmgr</span>. If GPG
is not available, updates proceed as usual.
-</p><!--l. 3586--><p class="indent" > Platforms: <span
+</p><!--l. 3628--><p class="indent" > Platforms: <span
class="ec-lmtt-10">alpha-linux </span>and <span
class="ec-lmtt-10">mipsel-linux </span>removed.
-</p><!--l. 3589--><p class="noindent" >
+</p><!--l. 3631--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.14 </span> <a
- id="x1-840009.1.14"></a>2017</h5>
-<!--l. 3591--><p class="noindent" >LuaTeX: More callbacks, more typesetting control, more access to internals; <span
+ id="x1-850009.1.14"></a>2017</h5>
+<!--l. 3633--><p class="noindent" >LuaTeX: More callbacks, more typesetting control, more access to internals; <span
class="ec-lmtt-10">ffi </span>library for dynamic code
loading added on some platforms.
-</p><!--l. 3595--><p class="indent" > pdfTeX: Environment variable <span class="obeylines-h"><span class="verb"><span
+</p><!--l. 3637--><p class="indent" > pdfTeX: Environment variable <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">SOURCE_DATE_EPOCH_TEX_PRIMITIVES</span></span></span> from last year renamed to
<span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">FORCE_SOURCE_DATE</span></span></span>, with no changes in functionality; if the <span
@@ -6072,14 +6114,14 @@ class="ec-lmtt-10">\pdfpageattr </span>token list contains the string
<span
class="ec-lmtt-10">/MediaBox</span>, omit output of the default <span
class="ec-lmtt-10">/MediaBox</span>.
-</p><!--l. 3600--><p class="indent" > XeTeX: Unicode/OpenType math now based on HarfBuzz’s MATH table support; some bug
+</p><!--l. 3642--><p class="indent" > XeTeX: Unicode/OpenType math now based on HarfBuzz’s MATH table support; some bug
fixes.
-</p><!--l. 3603--><p class="indent" > Dvips: Make the last papersize special win, for consistency with <span
+</p><!--l. 3645--><p class="indent" > Dvips: Make the last papersize special win, for consistency with <span
class="ec-lmtt-10">dvipdfmx </span>and package expectations; the
<span
class="ec-lmtt-10">-L0 </span>option (<span
class="ec-lmtt-10">L0 </span>config setting) restores the previous behavior of the first special winning.
-</p><!--l. 3608--><p class="indent" > epTeX, eupTeX: New primitives <span
+</p><!--l. 3650--><p class="indent" > epTeX, eupTeX: New primitives <span
class="ec-lmtt-10">\pdfuniformdeviate</span>, <span
class="ec-lmtt-10">\pdfnormaldeviate</span>, <span
class="ec-lmtt-10">\pdfrandomseed</span>,
@@ -6087,7 +6129,7 @@ class="ec-lmtt-10">\pdfrandomseed</span>,
class="ec-lmtt-10">\pdfsetrandomseed</span>, <span
class="ec-lmtt-10">\pdfelapsedtime</span>, <span
class="ec-lmtt-10">\pdfresettimer</span>, from pdfTeX.
-</p><!--l. 3612--><p class="indent" > MacTeX: As of this year, only Mac OS X releases for which Apple still releases security patches
+</p><!--l. 3654--><p class="indent" > MacTeX: As of this year, only Mac OS X 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-10">x86_64-darwin</span></span></span>; currently this means
Yosemite, El Capitan, and Sierra (10.10 and newer). Binaries for older Mac OS X versions are not
@@ -6098,7 +6140,7 @@ class="ec-lmtt-10">i386-darwin</span>,
class="ec-lmtt-10">powerpc-darwin</span>).
-</p><!--l. 3619--><p class="indent" > Infrastructure: The <span
+</p><!--l. 3661--><p class="indent" > Infrastructure: The <span
class="ec-lmtt-10">TEXMFLOCAL </span>tree is now searched before <span
class="ec-lmtt-10">TEXMFSYSCONFIG </span>and <span
class="ec-lmtt-10">TEXMFSYSVAR </span>(by
@@ -6108,7 +6150,7 @@ has a new mode <span
class="ec-lmtt-10">shell </span>for interactive and scripted use, and a new action <span
class="ec-lmtt-10">conf auxtrees </span>to easily add and
remove extra trees.
-</p><!--l. 3626--><p class="indent" > <span
+</p><!--l. 3668--><p class="indent" > <span
class="ec-lmtt-10">updmap </span>and <span
class="ec-lmtt-10">fmtutil</span>: These scripts now give a warning when invoked without explicitly specifying either
so-called system mode (<span
@@ -6123,7 +6165,7 @@ and thus losing future system updates. See <a
href="https://tug.org/texlive/scripts-sys-user.html" class="url" ><span
class="ec-lmtt-10">https://tug.org/texlive/scripts-sys-user.html</span></a> for
details.
-</p><!--l. 3634--><p class="indent" > <span
+</p><!--l. 3676--><p class="indent" > <span
class="ec-lmtt-10">install-tl</span>: Personal paths such as <span
class="ec-lmtt-10">TEXMFHOME </span>are now set to MacTeX values (<span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">~/Library/...</span></span></span>) by
@@ -6132,24 +6174,24 @@ class="ec-lmtt-10">-init-from-profile </span>to start an installation with the v
new command <span
class="ec-lmtt-10">P </span>to explicitly save a profile; new profile variable names (but previous ones are still
accepted).
-</p><!--l. 3641--><p class="indent" > SyncTeX: the name of the temporary file now looks like <span
+</p><!--l. 3683--><p class="indent" > SyncTeX: the name of the temporary file now looks like <span
class="ec-lmtt-10">foo.synctex(busy)</span>, instead of
<span
class="ec-lmtt-10">foo.synctex.gz(busy) </span>(no <span
class="ec-lmtt-10">.gz</span>). Front-ends and build systems that want to remove temp files may need
adjusting.
-</p><!--l. 3646--><p class="indent" > Other utilities: <span
+</p><!--l. 3688--><p class="indent" > Other utilities: <span
class="ec-lmtt-10">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-10">shell_escape_commands</span></span></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. 3653--><p class="indent" > Platforms: See MacTeX entry above; no other changes.
-</p><!--l. 3656--><p class="noindent" >
+</p><!--l. 3695--><p class="indent" > Platforms: See MacTeX entry above; no other changes.
+</p><!--l. 3698--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.15 </span> <a
- id="x1-850009.1.15"></a>2018</h5>
-<!--l. 3658--><p class="noindent" >Kpathsea: Case-insensitive filename matching now done by default in non-system directories; set <span
+ id="x1-860009.1.15"></a>2018</h5>
+<!--l. 3700--><p class="noindent" >Kpathsea: Case-insensitive filename matching now done by default in non-system directories; set <span
class="ec-lmtt-10">texmf.cnf </span>or
environment variable <span
class="ec-lmtt-10">texmf_casefold_search </span>to <span
@@ -6157,28 +6199,28 @@ class="ec-lmtt-10">0 </span>to disable. Full details in the Kpathsea manual
(<a
href="https://tug.org/kpathsea" class="url" ><span
class="ec-lmtt-10">https://tug.org/kpathsea</span></a>).
-</p><!--l. 3663--><p class="indent" > epTeX, eupTeX: New primitive <span
+</p><!--l. 3705--><p class="indent" > epTeX, eupTeX: New primitive <span
class="ec-lmtt-10">\epTeXversion</span>.
-</p><!--l. 3665--><p class="indent" > LuaTeX: Preparation for moving to Lua 5.3 in 2019: a binary <span
+</p><!--l. 3707--><p class="indent" > LuaTeX: Preparation for moving to Lua 5.3 in 2019: a binary <span
class="ec-lmtt-10">luatex53 </span>is available on most platforms, but
must be renamed to <span
class="ec-lmtt-10">luatex </span>to be effective. Or use the ConTeXt Garden (<a
href="https://wiki.contextgarden.net" class="url" ><span
class="ec-lmtt-10">https://wiki.contextgarden.net</span></a>)
files; more information there.
-</p><!--l. 3670--><p class="indent" > MetaPost: Fixes for wrong path directions, TFM and PNG output.
-</p><!--l. 3672--><p class="indent" > pdfTeX: Allow encoding vectors for bitmap fonts; current directory not hashed into PDF ID; bug fixes for
+</p><!--l. 3712--><p class="indent" > MetaPost: Fixes for wrong path directions, TFM and PNG output.
+</p><!--l. 3714--><p class="indent" > pdfTeX: Allow encoding vectors for bitmap fonts; current directory not hashed into PDF ID; bug fixes for
<span
class="ec-lmtt-10">\pdfprimitive </span>and related.
-</p><!--l. 3675--><p class="indent" > XeTeX: Support <span
+</p><!--l. 3717--><p class="indent" > XeTeX: Support <span
class="ec-lmtt-10">/Rotate </span>in PDF image inclusion; exit nonzero if the output driver fails; various obscure
UTF-8 and other primitive fixes.
-</p><!--l. 3679--><p class="indent" > MacTeX: See version support changes below. In addition, the files installed in <span
+</p><!--l. 3721--><p class="indent" > MacTeX: See version support changes below. In addition, the files installed in <span
class="ec-lmtt-10">/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. 3685--><p class="indent" > <span
+</p><!--l. 3727--><p class="indent" > <span
class="ec-lmtt-10">tlmgr</span>: new front-ends <span
class="ec-lmtt-10">tlshell </span>(Tcl/Tk) and <span
class="ec-lmtt-10">tlcockpit </span>(Java); JSON output; <span
@@ -6186,7 +6228,7 @@ class="ec-lmtt-10">uninstall </span>now a synonym
for <span
class="ec-lmtt-10">remove</span>; new action/option <span
class="ec-lmtt-10">print-platform-info</span>.
-</p><!--l. 3689--><p class="indent" > Platforms: </p>
+</p><!--l. 3731--><p class="indent" > Platforms: </p>
<ul class="itemize1">
<li class="itemize">Removed: <span
class="ec-lmtt-10">armel-linux</span>, <span
@@ -6205,37 +6247,37 @@ class="ec-lmtt-10">i386-darwin</span>
class="ec-lmtt-10">platforms </span>have been removed.
</li>
<li class="itemize">Windows: XP is no longer supported.</li></ul>
-<!--l. 3706--><p class="noindent" >
+<!--l. 3748--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.16 </span> <a
- id="x1-860009.1.16"></a>2019</h5>
-<!--l. 3708--><p class="noindent" >Kpathsea: More consistent brace expansion and path splitting; new variable <span
+ id="x1-870009.1.16"></a>2019</h5>
+<!--l. 3750--><p class="noindent" >Kpathsea: More consistent brace expansion and path splitting; new variable <span
class="ec-lmtt-10">TEXMFDOTDIR </span>instead of
hard-coded <span
class="ec-lmtt-10">.</span> in paths allows for easily searching additional or sub-directories (see comments in
<span
class="ec-lmtt-10">texmf.cnf</span>).
-</p><!--l. 3713--><p class="indent" > epTeX, eupTeX: New primitives <span
+</p><!--l. 3755--><p class="indent" > epTeX, eupTeX: New primitives <span
class="ec-lmtt-10">\readpapersizespecial </span>and <span
class="ec-lmtt-10">\expanded</span>.
-</p><!--l. 3716--><p class="indent" > LuaTeX: Lua 5.3 now used, with concomitant arithmetic and interface changes. The homegrown library
+</p><!--l. 3758--><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. 3721--><p class="indent" > MetaPost: <span
+</p><!--l. 3763--><p class="indent" > MetaPost: <span
class="ec-lmtt-10">r-mpost </span>command name recognized as an alias for invocation with the <span
-class="ec-lmtt-10">–restricted </span>option,
+class="ec-lmtt-10">--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. 3728--><p class="indent" > pdfTeX: New primitive <span
+</p><!--l. 3770--><p class="indent" > pdfTeX: New primitive <span
class="ec-lmtt-10">\expanded</span>; if new primitive parameter <span
class="ec-lmtt-10">\pdfomitcharset </span>is set to 1, the <span
class="ec-lmtt-10">/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. 3733--><p class="indent" > XeTeX: New primitives <span
+</p><!--l. 3775--><p class="indent" > XeTeX: New primitives <span
class="ec-lmtt-10">\expanded</span>, <span
class="ec-lmtt-10">\creationdate</span>, <span
class="ec-lmtt-10">\elapsedtime</span>, <span
@@ -6249,7 +6291,7 @@ class="ec-lmtt-10">\uniformdeviate</span>, <span
class="ec-lmtt-10">\randomseed</span>; extend <span
class="ec-lmtt-10">\Ucharcat </span>to produce
active characters.
-</p><!--l. 3745--><p class="indent" > <span
+</p><!--l. 3787--><p class="indent" > <span
class="ec-lmtt-10">tlmgr</span>: Support <span
class="ec-lmtt-10">curl </span>as a download program; use <span
class="ec-lmtt-10">lz4 </span>and gzip before <span
@@ -6257,13 +6299,13 @@ class="ec-lmtt-10">xz </span>for local backups, if available;
prefer system-provided binaries over binaries provided with TeX Live for compressor and download programs,
unless the environment variable <span
class="ec-lmtt-10">TEXLIVE_PREFER_OWN </span>is set.
-</p><!--l. 3751--><p class="indent" > <span
+</p><!--l. 3793--><p class="indent" > <span
class="ec-lmtt-10">install-tl</span>: New option <span
class="ec-lmtt-10">-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. 3755--><p class="indent" > Utilities: </p>
+</p><!--l. 3797--><p class="indent" > Utilities: </p>
<ul class="itemize1">
<li class="itemize"><span
class="ec-lmtt-10">cwebbin </span>(<a
@@ -6277,18 +6319,18 @@ class="ec-lmtt-10">chkdvifont</span>: report font information from DVI files, a
</li>
<li class="itemize"><span
class="ec-lmtt-10">dvispc</span>: make a DVI file page-independent with respect to specials.</li></ul>
-<!--l. 3767--><p class="indent" > MacTeX: <span
+<!--l. 3809--><p class="indent" > MacTeX: <span
class="ec-lmtt-10">x86_64-darwin </span>now supports 10.12 and higher (Sierra, High Sierra, Mojave); <span
class="ec-lmtt-10">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. 3772--><p class="indent" > Platforms: removed <span
+</p><!--l. 3814--><p class="indent" > Platforms: removed <span
class="ec-lmtt-10">sparc-solaris</span>.
-</p><!--l. 3775--><p class="noindent" >
+</p><!--l. 3817--><p class="noindent" >
</p>
<h5 class="subsubsectionHead"><span class="titlemark">9.1.17 </span> <a
- id="x1-870009.1.17"></a>2020</h5>
-<!--l. 3777--><p class="noindent" >General: </p>
+ id="x1-880009.1.17"></a>2020</h5>
+<!--l. 3819--><p class="noindent" >General: </p>
<ul class="itemize1">
<li class="itemize">The <span
class="ec-lmtt-10">\input </span>primitive in all TeX engines, including <span
@@ -6303,11 +6345,11 @@ class="ec-lmtt-10">\input </span>command, as that is a macro redefinition of th
standard <span
class="ec-lmtt-10">\input </span>primitive.
</li>
- <li class="itemize">New option <span
-class="ec-lmtt-10">–cnf-line </span>for <span
-class="ec-lmtt-10">kpsewhich</span>, <span
-class="ec-lmtt-10">tex</span>, <span
-class="ec-lmtt-10">mf</span>, and all other engines, to support arbitrary
+ <li class="itemize">New option <span
+class="ec-lmtt-10">--cnf-line </span>for <span
+class="ec-lmtt-10">kpsewhich</span>, <span
+class="ec-lmtt-10">tex</span>, <span
+class="ec-lmtt-10">mf</span>, and all other engines, to support arbitrary
configuration settings on the command line.
</li>
<li class="itemize">The addition of various primitives to various engines in this and previous years is intended
@@ -6318,7 +6360,7 @@ class="ec-lmro-10"> News #31</span>,
href="https://latex-project.org/news" class="url" ><span
class="ec-lmtt-10">https://latex-project.org/news</span></a>).
</li></ul>
-<!--l. 3799--><p class="indent" > epTeX, eupTeX: New primitives <span
+<!--l. 3841--><p class="indent" > epTeX, eupTeX: New primitives <span
class="ec-lmtt-10">\Uchar</span>, <span
class="ec-lmtt-10">\Ucharcat</span>, <span
class="ec-lmtt-10">\current(x)spacingmode</span>, <span
@@ -6329,31 +6371,31 @@ class="ec-lmtt-10">\iffontchar</span>. For eupTeX only: <span
class="ec-lmtt-10">\currentcjktoken</span>.
-</p><!--l. 3803--><p class="indent" > LuaTeX: Integration with HarfBuzz library, available as new engines <span
+</p><!--l. 3845--><p class="indent" > LuaTeX: Integration with HarfBuzz library, available as new engines <span
class="ec-lmtt-10">luahbtex </span>(used for <span
class="ec-lmtt-10">lualatex</span>) and
<span
class="ec-lmtt-10">luajithbtex</span>. New primitives: <span
class="ec-lmtt-10">\eTeXgluestretchorder</span>, <span
class="ec-lmtt-10">\eTeXglueshrinkorder</span>.
-</p><!--l. 3807--><p class="indent" > pdfTeX: New primitive <span
+</p><!--l. 3849--><p class="indent" > pdfTeX: New primitive <span
class="ec-lmtt-10">\pdfmajorversion</span>; this merely changes the version number in the PDF output; it
has no effect on any PDF content. <span
class="ec-lmtt-10">\pdfximage </span>and similar now search for image files in the same way as
<span
class="ec-lmtt-10">\openin</span>.
-</p><!--l. 3812--><p class="indent" > pTeX: New primitives <span
+</p><!--l. 3854--><p class="indent" > pTeX: New primitives <span
class="ec-lmtt-10">\ifjfont</span>, <span
class="ec-lmtt-10">\iftfont</span>. Also in epTeX, upTeX, eupTeX.
-</p><!--l. 3815--><p class="indent" > XeTeX: Fixes for <span
+</p><!--l. 3857--><p class="indent" > XeTeX: Fixes for <span
class="ec-lmtt-10">\Umathchardef</span>, <span
class="ec-lmtt-10">\XeTeXinterchartoks</span>, <span
class="ec-lmtt-10">\pdfsavepos</span>.
-</p><!--l. 3817--><p class="indent" > Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities
+</p><!--l. 3859--><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-10">https://tug.org/TUGboat/tb40-2/tb125rokicki-type3search.pdf</span></a>).
-</p><!--l. 3821--><p class="indent" > MacTeX: MacTeX and <span
+</p><!--l. 3863--><p class="indent" > MacTeX: MacTeX and <span
class="ec-lmtt-10">x86_64-darwin </span>now require 10.13 or higher (High Sierra, Mojave, and Catalina);
<span
class="ec-lmtt-10">x86_64-darwinlegacy </span>supports 10.6 and newer. MacTeX is notarized and command line programs have
@@ -6361,7 +6403,7 @@ hardened runtimes, as now required by Apple for install packages. BibDesk and Te
not in MacTeX because they are not notarized, but a <span
class="ec-lmtt-10">README </span>file lists urls where they can be
obtained.
-</p><!--l. 3829--><p class="indent" > <span
+</p><!--l. 3871--><p class="indent" > <span
class="ec-lmtt-10">tlmgr </span>and infrastructure: </p>
<ul class="itemize1">
<li class="itemize">Automatically retry (once) packages that fail to download.
@@ -6369,7 +6411,7 @@ class="ec-lmtt-10">tlmgr </span>and infrastructure: </p>
<li class="itemize">New option <span
class="ec-lmtt-10">tlmgr check texmfdbs</span>, to to check consistency of <span
class="ec-lmtt-10">ls-R </span>files and <span
-class="ec-lmtt-10">!! </span>specifications
+class="ec-lmtt-10">!!</span> specifications
for each tree.
</li>
<li class="itemize">Use versioned filenames for the package containers, as in <span
@@ -6381,11 +6423,11 @@ class="ec-lmtt-10">.rNNN.tar.xz</span>;
<li class="itemize"><span
class="ec-lmtt-10">catalogue-date </span>information no longer propagated from the TeX Catalogue, since it was often
unrelated to package updates.</li></ul>
-<!--l. 3842--><p class="indent" > <a id="news"></a>
+<!--l. 3884--><p class="indent" > <a id="news"></a>
</p>
<h4 class="subsectionHead"><span class="titlemark">9.2 </span> <a
- id="x1-880009.2"></a>Present: 2021</h4>
-<!--l. 3846--><p class="noindent" >General: </p>
+ id="x1-890009.2"></a>Present: 2021</h4>
+<!--l. 3888--><p class="noindent" >General: </p>
<ul class="itemize1">
<li class="itemize">Donald Knuth’s changes for his 2021 tuneup of TeX and Metafont are incorporated
(<a
@@ -6410,11 +6452,11 @@ class="ec-lmtt-10">~..</span></span></span> at depth 2). Also, macro logging is
<span
class="lmsy-10">≥ </span>the parameter value.
</li></ul>
-<!--l. 3866--><p class="indent" > Aleph: The Aleph-based LaTeX format, named <span
+<!--l. 3908--><p class="indent" > Aleph: The Aleph-based LaTeX format, named <span
class="ec-lmtt-10">lamed</span>, has been removed. The <span
class="ec-lmtt-10">aleph </span>binary itself is still
included and supported.
-</p><!--l. 3869--><p class="indent" > LuaTeX: </p>
+</p><!--l. 3911--><p class="indent" > LuaTeX: </p>
<ul class="itemize1">
<li class="itemize">Lua 5.3.6.
</li>
@@ -6428,7 +6470,7 @@ class="ec-lmtt-10">\tracingstacklevels</span>.
<li class="itemize">Removed width/ic compensation for traditional math code path.</li></ul>
-<!--l. 3877--><p class="indent" > MetaPost: </p>
+<!--l. 3919--><p class="indent" > MetaPost: </p>
<ul class="itemize1">
<li class="itemize"><span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">SOURCE_DATE_EPOCH</span></span></span> environment variable support for reproducible output.
@@ -6444,7 +6486,7 @@ class="ec-lmtt-10">-T </span>option, other fixes to manual.
class="ec-lmtt-10">epsilon </span>changed in binary and decimal modes, so <span class="obeylines-h"><span class="verb"><span
class="ec-lmtt-10">mp_solve_rising_cubic</span></span></span> works as
expected.</li></ul>
-<!--l. 3885--><p class="indent" > pdfTeX: </p>
+<!--l. 3927--><p class="indent" > pdfTeX: </p>
<ul class="itemize1">
<li class="itemize">New primitives <span
class="ec-lmtt-10">\pdfrunninglinkoff </span>and <span
@@ -6465,8 +6507,8 @@ class="ec-lmtt-10">poppler </span>support removed, as it was too hard to keep in
TL, pdfTeX has always used <span
class="ec-lmtt-10">libs/xpdf</span>, which is cut-down and adapted code from <span
class="ec-lmtt-10">xpdf</span>.</li></ul>
-<!--l. 3897--><p class="indent" > XeTeX: Fixes for math kerning.
-</p><!--l. 3899--><p class="indent" > Dvipdfmx: </p>
+<!--l. 3939--><p class="indent" > XeTeX: Fixes for math kerning.
+</p><!--l. 3941--><p class="indent" > Dvipdfmx: </p>
<ul class="itemize1">
<li class="itemize">Ghostscript is now invoked safely by default; to override (assuming all input files are
trusted), use <span class="obeylines-h"><span class="verb"><span
@@ -6497,7 +6539,7 @@ class="ec-lmtt-10">dviluatex</span>’s extended <span class="obeylines-h"><span
class="ec-lmtt-10">fnt_def</span></span></span>.
</li>
<li class="itemize">Support new feature of virtual font to fallback Japanese font definition.</li></ul>
-<!--l. 3913--><p class="indent" > Dvips: </p>
+<!--l. 3955--><p class="indent" > Dvips: </p>
<ul class="itemize1">
<li class="itemize">Default PostScript document title is now the basename of the input file, and can be overridden
with the new option <span
@@ -6507,7 +6549,7 @@ class="ec-lmtt-10">-title</span>.
class="ec-lmtt-10">.eps </span>or other image file is not found, exit with bad status.
</li>
<li class="itemize">Support new feature of virtual font to fallback Japanese font definition.</li></ul>
-<!--l. 3921--><p class="indent" > MacTeX: MacTeX and its new binary folder <span
+<!--l. 3963--><p class="indent" > MacTeX: MacTeX and its new binary folder <span
class="ec-lmtt-10">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-10">x86_64-darwin</span></span></span> binary folder is no longer present. The
@@ -6515,14 +6557,14 @@ class="ec-lmtt-10">x86_64-darwin</span></span></span> binary folder is no longer
class="ec-lmtt-10">x86_64-darwinlegacy</span></span></span> binary folder, available only with the Unix <span
class="ec-lmtt-10">install-tl</span>, supports 10.6 and
newer.
-</p><!--l. 3927--><p class="indent" > This is an important year for the Macintosh because Apple introduced ARM machines in November and
+</p><!--l. 3969--><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-10">universal-darwin</span>
have executable code for both ARM and Intel. Both binaries are compiled from the same source
code.
-</p><!--l. 3933--><p class="indent" > The additional programs Ghostscript, LaTeXiT, TeX Live Utility, and TeXShop are all universal and are
+</p><!--l. 3975--><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. 3937--><p class="indent" > <span
+</p><!--l. 3979--><p class="indent" > <span
class="ec-lmtt-10">tlmgr </span>and infrastructure: </p>
@@ -6539,26 +6581,26 @@ class="ec-lmtt-10">rcat-* </span>fields for local vs. remote Catalogue data.
</li>
<li class="itemize">full logging of subcommands moved to new log file <span
class="ec-lmtt-10">texmf-var/web2c/tlmgr-commands.log</span>.</li></ul>
-<!--l. 3948--><p class="noindent" >
+<!--l. 3990--><p class="noindent" >
</p>
<h4 class="subsectionHead"><span class="titlemark">9.3 </span> <a
- id="x1-890009.3"></a>Future</h4>
-<!--l. 3950--><p class="noindent" >We intend to continue to release new versions of TeX Live, and would like to provide more documentation,
+ id="x1-900009.3"></a>Future</h4>
+<!--l. 3992--><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-10">https://tug.org/texlive/contribute.html</span></a>.
-</p><!--l. 3956--><p class="indent" > Please send corrections, suggestions, and offers of help to:
- </p><div class="quote">
+</p><!--l. 3998--><p class="indent" > Please send corrections, suggestions, and offers of help to:
+ </p><blockquote class="quote">
- <!--l. 3958--><p class="noindent" ><a
+ <!--l. 4000--><p class="noindent" ><a
href="mailto:tex-live@tug.org" ><span class="path"><span
class="ec-lmtt-10">tex-live@tug.org</span></span></a> <br
class="newline" /><a
href="https://tug.org/texlive" class="url" ><span
-class="ec-lmtt-10">https://tug.org/texlive</span></a></p></div>
-<!--l. 3963--><p class="noindent" ><span
+class="ec-lmtt-10">https://tug.org/texlive</span></a></p></blockquote>
+<!--l. 4005--><p class="noindent" ><span
class="ec-lmro-10">Happy TeXing!</span>
</p>
diff --git a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.pdf b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.pdf
index 927fb86af0f..a5cf123ab28 100644
--- a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.pdf
+++ b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
index 5c771ec01a6..b7e741b2dbc 100644
--- a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
+++ b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
@@ -486,7 +486,7 @@ a \TeX\ user group (highly recommended,
(\url{https://tug.org/store}), or burning your own from the \ISO\ image.
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 \ref{sec:dvd-install-net-updates}.
+Internet, please see section~\ref{sec:dvd-install-net-updates}.
\end{description}
@@ -513,7 +513,7 @@ The following sections explain installer start-up in more detail.
Below, \texttt{>} denotes the shell prompt; user input is
\Ucom{\texttt{bold}}.
-The script \filename{install-tl} is a Perl script. The simplest way
+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}
@@ -1007,7 +1007,7 @@ 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}
@@ -1351,6 +1351,51 @@ section~\ref{sec:font-conf-sys}.
\end{enumerate}
+\htmlanchor{uninstall}
+\subsection{Uninstalling \TL}
+\label{sec:uninstall}
+
+To uninstall \TL\ (after a successful installation):
+
+\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~{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-installation
+actions, such as \envname{PATH} changes in your shell initialization
+files and system access to the fonts in \TL\ (see
+section~\ref{sec:postinstall}).
+
+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
@@ -1359,11 +1404,12 @@ If you are new to \TeX{}, or otherwise need help with actually writing
Links for some other tools you may consider installing:
\begin{description}
-\item[Ghostscript] \url{https://ghostscript.com/}
+\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/}
+ supplementary packages from CPAN, \url{https://cpan.org/}.
\item[ImageMagick] \url{https://imagemagick.org}, for graphics
- processing and conversion
+ 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
@@ -3159,8 +3205,8 @@ 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}).
+(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
@@ -3715,7 +3761,7 @@ 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
+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
@@ -3781,7 +3827,7 @@ 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 \texttt{--cnf-line} for \texttt{kpsewhich}, \texttt{tex},
+\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.
@@ -3825,7 +3871,7 @@ are not in Mac\TeX\ because they are not notarized, but a
\code{tlmgr} and infrastructure: \begin{itemize*}
\item Automatically retry (once) packages that fail to download.
\item New option \texttt{tlmgr check texmfdbs}, to
-to check consistency of \texttt{ls-R} files and \texttt{!!}
+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