summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-23 16:13:31 +0000
committerKarl Berry <karl@freefriends.org>2024-04-23 16:13:31 +0000
commit29fc98df97485fb78fd906325892c834186071b6 (patch)
treec0a2f48a122eee2b1fa96468951ad3a2500f161a
parent0368dbc0b4f02ec455bf93d6295c45d91a19af54 (diff)
doc
git-svn-id: svn://tug.org/texlive/trunk@71042 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/doc/tlbuild.info911
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-en/ChangeLog5
2 files changed, 463 insertions, 453 deletions
diff --git a/Build/source/doc/tlbuild.info b/Build/source/doc/tlbuild.info
index 08cc833a086..b17906cde29 100644
--- a/Build/source/doc/tlbuild.info
+++ b/Build/source/doc/tlbuild.info
@@ -1,4 +1,4 @@
-This is tlbuild.info, produced by makeinfo version 7.1 from
+This is tlbuild.info, produced by makeinfo version 6.7 from
tlbuild.texi.
This file documents the TeX Live build system and more.
@@ -59,7 +59,7 @@ File: tlbuild.info, Node: Introduction, Next: Overview of build system, Prev:
1 Introduction
**************
-This manual (dated March 2024) corresponds to the TeX Live 2024 release.
+This manual (dated April 2024) corresponds to the TeX Live 2024 release.
This manual is aimed at system installers and programmers, and
focuses on how to configure, build, and develop the TeX Live (TL)
@@ -990,9 +990,10 @@ Macros for compiler-related checks:
-- Macro: KPSE_COMPILER_VISIBILITY
When using the C or C++ compiler, try to set
'VISIBILITY_C[XX]FLAGS' to flags to hide external symbols. Call
- 'AC_SUBST' for this variable. At present this only tests for the
- compiler option '-fvisibility=hidden', but could be extended if
- necessary.
+ 'AC_SUBST' for this variable. This tests for the compiler option
+ '-fvisibility=hidden' and, except for C,
+ '-fvisibility-inlines-hidden'. Reports or patches for additional
+ tests are welcome.
This macro caches its results in the 'kpse_cv_visibility_cflags' or
'kpse_cv_visibility_cxxflags' variable.
@@ -4364,8 +4365,8 @@ package, dependencies are never removed. Options:
*--backupdir* _directory_
- These options behave just as with the *note update: tlmgr update
- [_option_...] [_pkg_...]. action (q.v.), except they apply to
+ These options behave just as with the *note update: tlmgr update
+ [_option_...] [_pkg_...]. action (q.v.), except they apply to
making backups of packages before they are removed. The default is
to make such a backup, that is, to save a copy of packages before
removal.
@@ -4379,8 +4380,8 @@ package, dependencies are never removed. Options:
*--no-depends-at-all*
- See above under *note install: tlmgr install [_option_...]
- _pkg_.... (and beware).
+ See above under *note install: tlmgr install [_option_...] _pkg_...
+ (and beware).
*--force*
@@ -4633,7 +4634,7 @@ File: tlbuild.info, Node: tlmgr uninstall, Next: tlmgr update [_option_...] [_
B.6.30 uninstall
----------------
-Synonym for *note remove: tlmgr remove [_option_...] _pkg_....
+Synonym for *note remove: tlmgr remove [_option_...] _pkg_....

File: tlbuild.info, Node: tlmgr update [_option_...] [_pkg_...], Prev: tlmgr uninstall, Up: tlmgr ACTIONS
@@ -4826,8 +4827,8 @@ must be specified. Options:
*--no-depends-at-all*
- See above under *note install: tlmgr install [_option_...]
- _pkg_.... (and beware).
+ See above under *note install: tlmgr install [_option_...] _pkg_...
+ (and beware).
*--force*
@@ -5040,7 +5041,7 @@ be installed into a user tree.
* tlmgr User mode logs::

-File: tlbuild.info, Node: tlmgr User mode install, Next: tlmgr User mode backup, restore, remove, update, Up: tlmgr USER MODE
+File: tlbuild.info, Node: tlmgr User mode install, Next: tlmgr User mode backup, restore, remove, update, Up: tlmgr USER MODE
B.9.1 User mode install
-----------------------
@@ -5064,7 +5065,7 @@ of the user's 'updmap.cfg' in 'USERTREE/web2c/' is made, and then this
file regenerated from the list of installed packages.

-File: tlbuild.info, Node: tlmgr User mode backup, restore, remove, update, Next: tlmgr User mode generate, option, paper, Prev: tlmgr User mode install, Up: tlmgr USER MODE
+File: tlbuild.info, Node: tlmgr User mode backup, restore, remove, update, Next: tlmgr User mode generate, option, paper, Prev: tlmgr User mode install, Up: tlmgr USER MODE
B.9.2 User mode backup, restore, remove, update
-----------------------------------------------
@@ -5074,7 +5075,7 @@ installed in the user tree before proceeding; otherwise, they behave
just as in normal mode.

-File: tlbuild.info, Node: tlmgr User mode generate, option, paper, Next: tlmgr User mode logs, Prev: tlmgr User mode backup, restore, remove, update, Up: tlmgr USER MODE
+File: tlbuild.info, Node: tlmgr User mode generate, option, paper, Next: tlmgr User mode logs, Prev: tlmgr User mode backup, restore, remove, update, Up: tlmgr USER MODE
B.9.3 User mode generate, option, paper
---------------------------------------
@@ -5083,7 +5084,7 @@ In user mode, these actions operate only on the user tree's
configuration files and/or 'texlive.tlpdb'.

-File: tlbuild.info, Node: tlmgr User mode logs, Prev: tlmgr User mode generate, option, paper, Up: tlmgr USER MODE
+File: tlbuild.info, Node: tlmgr User mode logs, Prev: tlmgr User mode generate, option, paper, Up: tlmgr USER MODE
B.9.4 User mode logs
--------------------
@@ -5472,9 +5473,9 @@ messages for human consumption are written to stderr (normally they are
written to stdout). The idea is that a program can get all the
information it needs by reading stdout.
- Currently this option only applies to the *note update: tlmgr update
-[_option_...] [_pkg_...], *note install: tlmgr install [_option_...]
-_pkg_..., and *note option: tlmgr option. actions.
+ Currently this option only applies to the *note update: tlmgr update
+[_option_...] [_pkg_...], *note install: tlmgr install [_option_...]
+_pkg_..., and *note option: tlmgr option. actions.
* Menu:
@@ -5734,6 +5735,7 @@ Index
* Menu:
+* $@ target in normal make rules: Prerequisites. (line 13)
* --bindir configure option: --prefix --bindir ....
(line 6)
* --bindir configure option <1>: --enable-multiplatform.
@@ -5778,7 +5780,7 @@ Index
* --enable-compiler-warnings=LEVEL: --enable-compiler-warnings=LEVEL.
(line 6)
* --enable-cxx-runtime-hack: Macros for compilers.
- (line 29)
+ (line 30)
* --enable-etex: Configure options for texk/web2c.
(line 37)
* --enable-libtool-hack: Configure options for texk/web2c.
@@ -5842,8 +5844,11 @@ Index
* --without-ln-s: --without-ln-s. (line 6)
* --without-x: --without-x. (line 6)
* -C configure option: Build in parallel. (line 15)
+* -fvisibility-inlines-hidden: Macros for compilers.
+ (line 19)
+* -fvisibility=hidden: Macros for compilers.
+ (line 19)
* -j make option: Build in parallel. (line 6)
-* $@ target in normal make rules: Prerequisites. (line 13)
* ac/withenable.ac: Adding a new program module.
(line 42)
* adapting TeX Live for distros: Distro builds. (line 54)
@@ -5892,10 +5897,10 @@ Index
* building: Building. (line 6)
* building a distribution: Build distribution. (line 6)
* building in parallel: Build in parallel. (line 6)
-* C, ANSI, required: Declarations and definitions.
- (line 6)
* C++11, removing dependent sources: Build one package. (line 85)
* C++11, required: Prerequisites. (line 17)
+* C, ANSI, required: Declarations and definitions.
+ (line 6)
* C99, avoided: Declarations and definitions.
(line 6)
* cache file, for configure: Build in parallel. (line 15)
@@ -5903,8 +5908,8 @@ Index
* callexe.c: Macros for Windows. (line 32)
* CC: Variables for configure.
(line 10)
-* CC_BUILD: Cross problems. (line 13)
* CC=C-COMPILER: Build one package. (line 77)
+* CC_BUILD: Cross problems. (line 13)
* ChangeLog: Adding a new program module.
(line 73)
* chktex: Declarations and definitions.
@@ -6000,10 +6005,10 @@ Index
* fontconfig library, required by xetex: Prerequisites. (line 40)
* freetype cross compiling: Cross problems. (line 13)
* freetype library: freetype library. (line 6)
+* FreeType, requires gmake: Prerequisites. (line 13)
* freetype-config: freetype library. (line 13)
* freetype-config <1>: Variables for configure.
(line 24)
-* FreeType, requires gmake: Prerequisites. (line 13)
* FT2_CONFIG: Variables for configure.
(line 21)
* gcc, default compilers: Build one package. (line 77)
@@ -6027,11 +6032,11 @@ Index
* ICU cross compiling: Cross problems. (line 20)
* ICU libraries: Variables for configure.
(line 24)
-* ICU_CONFIG: Variables for configure.
- (line 22)
+* ICU, requires C++11: Prerequisites. (line 17)
* icu-config: Variables for configure.
(line 24)
-* ICU, requires C++11: Prerequisites. (line 17)
+* ICU_CONFIG: Variables for configure.
+ (line 22)
* infrastructure, tools needed for: Build system tools. (line 6)
* inst/ top-level directory: Top-level directories.
(line 39)
@@ -6046,6 +6051,14 @@ Index
(line 6)
* kpathsea library: kpathsea library. (line 6)
* kpathsea.ac: kpathsea library. (line 18)
+* kpse-libpng-flags.m4: png library. (line 46)
+* kpse-pkgs.m4: Overview of build system.
+ (line 30)
+* kpse-zlib-flags.m4: zlib library. (line 6)
+* kpsewhich: Variables for configure.
+ (line 30)
+* KPSEWHICH: Variables for configure.
+ (line 29)
* KPSE_ADD_FLAGS: Macros for library and header flags.
(line 20)
* KPSE_ALL_SYSTEM_FLAGS: Adding a new generic library module.
@@ -6066,29 +6079,29 @@ Index
* KPSE_COND_WIN32: Macros for Windows. (line 15)
* KPSE_COND_WIN32_WRAP: Macros for Windows. (line 24)
* kpse_cv_cxx_hack: Macros for compilers.
- (line 33)
+ (line 34)
* kpse_cv_have_win32: Macros for Windows. (line 10)
* kpse_cv_visibility_c[xx]flags: Macros for compilers.
- (line 25)
+ (line 26)
* kpse_cv_warning_cflags: Macros for compilers.
(line 15)
* KPSE_CXX_HACK: Macros for compilers.
- (line 28)
+ (line 29)
* KPSE_ENABLE_PROG: Adding a new program module.
(line 14)
* KPSE_LARGEFILE: Macros for libraries.
(line 8)
+* KPSE_LIBPNG_FLAGS: Macros for library and header flags.
+ (line 10)
+* KPSE_LIBPNG_FLAGS <1>: png library. (line 46)
+* kpse_libs_pkgs: Adding a new generic library module.
+ (line 6)
* KPSE_LIB_FLAGS: Macros for library and header flags.
(line 6)
* KPSE_LIB_FLAGS <1>: Adding a new generic library module.
(line 26)
* KPSE_LIB_SYSTEM_FLAGS: Adding a new generic library module.
(line 34)
-* KPSE_LIBPNG_FLAGS: Macros for library and header flags.
- (line 10)
-* KPSE_LIBPNG_FLAGS <1>: png library. (line 45)
-* kpse_libs_pkgs: Adding a new generic library module.
- (line 6)
* KPSE_PROG_LEX: Macros for programs. (line 21)
* KPSE_RESTORE_FLAGS: Macros for library and header flags.
(line 24)
@@ -6096,10 +6109,10 @@ Index
(line 6)
* kpse_texlibs_pkgs: Adding a new TeX-specific library module.
(line 11)
-* KPSE_TRY_LIB: png library. (line 17)
+* KPSE_TRY_LIB: png library. (line 18)
* KPSE_TRY_LIB <1>: Adding a new generic library module.
(line 20)
-* KPSE_TRY_LIBXX: png library. (line 30)
+* KPSE_TRY_LIBXX: png library. (line 31)
* KPSE_TRY_LIBXX <1>: Adding a new generic library module.
(line 20)
* kpse_utils_pkgs: Adding a new program module.
@@ -6109,14 +6122,6 @@ Index
(line 11)
* KPSE_WITH_TEXLIB: Adding a new TeX-specific library module.
(line 14)
-* kpse-libpng-flags.m4: png library. (line 45)
-* kpse-pkgs.m4: Overview of build system.
- (line 30)
-* kpse-zlib-flags.m4: zlib library. (line 6)
-* kpsewhich: Variables for configure.
- (line 30)
-* KPSEWHICH: Variables for configure.
- (line 29)
* large file support: --disable-largefile. (line 6)
* LATEX: Variables for configure.
(line 40)
@@ -6140,7 +6145,7 @@ Index
(line 6)
* libsigsegv, required by xindy: Prerequisites. (line 44)
* libstc++, statically linking: Macros for compilers.
- (line 29)
+ (line 30)
* Libtool: Overview of build system.
(line 6)
* libtool, hack for avoiding excessive linking: Configure options for texk/web2c.
@@ -6149,7 +6154,7 @@ Index
(line 22)
* linked scripts: Linked scripts. (line 6)
* linking C++ libraries statically: Macros for compilers.
- (line 29)
+ (line 30)
* lisp.run, lisp.exe: Configure options for utils/xindy.
(line 14)
* LittleEndian architectures: Configure options for texk/web2c.
@@ -6216,7 +6221,7 @@ Index
* program modules: Program modules. (line 6)
* program-specific configure options: Program-specific configure options.
(line 6)
-* proxy build system: png library. (line 35)
+* proxy build system: png library. (line 36)
* Python, required by ICU: Prerequisites. (line 23)
* reautoconf: Build system tools. (line 28)
* reautoconf, for new program: Adding a new program module.
@@ -6244,7 +6249,7 @@ Index
* static functions: Declarations and definitions.
(line 35)
* static linking for C++: Macros for compilers.
- (line 29)
+ (line 30)
* stpcpy: Declarations and definitions.
(line 18)
* Subversion repository: Build system tools. (line 38)
@@ -6266,11 +6271,11 @@ Index
* TEXMFROOT for running standalone: Build one package. (line 44)
* tie: Cross problems. (line 26)
* timestamps, in repository: Build system tools. (line 38)
-* TL_MAKE_FLAGS: Build in parallel. (line 11)
* TLpatches/patch-...: Adding a new program module.
(line 68)
* TLpatches/TL-Changes: Adding a new program module.
(line 64)
+* TL_MAKE_FLAGS: Build in parallel. (line 11)
* tools, for building: Build system tools. (line 6)
* top-level directories: Top-level directories.
(line 6)
@@ -6285,15 +6290,15 @@ Index
(line 52)
* variables for configure: Variables for configure.
(line 6)
+* warning, discards qualifiers: Const. (line 30)
* WARNING_C[XX]FLAGS: Macros for compilers.
(line 9)
-* warning, discards qualifiers: Const. (line 30)
* web2c program: Cross problems. (line 13)
* web2c.ac: Configure options for texk/web2c.
(line 37)
* wget: Linked scripts. (line 23)
-* WIN32_WRAP, Automake conditional: Macros for Windows. (line 25)
* WIN32, Automake conditional: Macros for Windows. (line 16)
+* WIN32_WRAP, Automake conditional: Macros for Windows. (line 25)
* Windows, invoking scripts on: Linked scripts. (line 6)
* Windows, macros for: Macros for Windows. (line 6)
* withenable.ac, for new modules: Adding a new program module.
@@ -6354,406 +6359,406 @@ Node: Autoconf macros37017
Node: General setup macros37779
Node: Macros for programs38654
Node: Macros for compilers39455
-Node: Macros for libraries40863
-Node: Macros for library and header flags41289
-Node: Macros for Windows43200
-Node: Library modules44795
-Node: png library45284
-Node: zlib library47632
-Node: freetype library48147
-Node: kpathsea library48843
-Node: Program modules50222
-Node: t1utils package50650
-Node: xindy package51195
-Node: xdvik package52311
-Node: asymptote53370
-Node: Extending TeX Live53874
-Node: Adding a new program module54681
-Node: Adding a new engine59444
-Node: Adding a new generic library module61229
-Node: Adding a new TeX-specific library module63450
-Node: Configure options64148
-Node: Global configure options65529
-Node: --disable-native-texlive-build66071
-Node: --prefix --bindir ...67033
-Node: --disable-largefile67573
-Node: --disable-missing68115
-Node: --enable-compiler-warnings=LEVEL68516
-Node: --enable-cxx-runtime-hack69172
-Node: --enable-maintainer-mode69592
-Node: --enable-multiplatform70121
-Node: --enable-shared70694
-Node: --enable-silent-rules71065
-Node: --without-ln-s71517
-Node: --without-x71864
-Node: Program-specific configure options72052
-Node: --enable-PROG --disable-PROG72695
-Node: --disable-all-pkgs72968
-Node: Configure options for texk/web2c73751
-Node: Configure options for texk/bibtex-x76289
-Node: Configure options for texk/dvipdfm-x76832
-Node: Configure options for texk/dvisvgm77608
-Node: Configure options for texk/texlive78489
-Node: Configure options for texk/xdvik78910
-Node: Configure options for utils/xindy79531
-Node: Library-specific configure options80421
-Node: Configure options for kpathsea81382
-Node: Variables for configure82086
-Node: Coding conventions83512
-Node: Declarations and definitions84227
-Node: Const86401
-Node: Continuous integration88265
-Node: Transfer from Subversion to Github88929
-Node: Automatic update of the Git mirror91091
-Node: CI testing on Travis-CI91673
-Node: Releases on Github92382
-Node: install-tl92822
-Node: install-tl NAME93266
-Node: install-tl SYNOPSIS93446
-Node: install-tl DESCRIPTION93684
-Node: install-tl REFERENCES94881
-Node: install-tl EXAMPLES95490
-Ref: install-tl install-tl --paper=letter95941
-Ref: install-tl install-tl --scheme _scheme_96077
-Ref: install-tl install-tl --no-interaction96232
-Ref: install-tl install-tl --profile _texlive.profile_96384
-Node: install-tl OPTIONS96652
-Ref: install-tl *-gui* [[=]_module_]97149
-Ref: install-tl *-no-gui*97160
-Ref: install-tl text97368
-Ref: install-tl tcl (or "perltk" or "wizard" or "expert" or nothing)97553
-Ref: install-tl *-lang* _llcode_98185
-Ref: install-tl *-repository* _url|path_98809
-Ref: install-tl *-select-repository*99703
-Ref: install-tl *-all-options*100121
-Ref: install-tl *-custom-bin* _path_100376
-Ref: install-tl *-debug-fakenet*101208
-Ref: install-tl *-debug-setup-vars*101422
-Ref: install-tl *-debug-translation*101570
-Ref: install-tl *-force-platform* _platform_101846
-Ref: install-tl *-help*, *--help*, *-?*102104
-Ref: install-tl *-in-place*102517
-Ref: install-tl *-init-from-profile* _profile_file_103062
-Ref: install-tl *-logfile* _file_103331
-Ref: install-tl *-no-cls*103682
-Ref: install-tl *-no-continue*103809
-Ref: install-tl *-no-doc-install*104380
-Ref: install-tl *-no-src-install*104399
-Ref: install-tl *-no-installation*105190
-Ref: install-tl *-no-interaction*105341
-Ref: install-tl *-no-persistent-downloads*105598
-Ref: install-tl *-persistent-downloads*105623
-Ref: install-tl *-no-verify-downloads*106230
-Ref: install-tl *-non-admin*106593
-Ref: install-tl *-paper* a4*|*letter106699
-Ref: install-tl *-portable*106895
-Ref: install-tl *-print-platform*107032
-Ref: install-tl *-profile* _profile_file_107230
-Ref: install-tl *-q*107451
-Ref: install-tl *-scheme* _scheme_107513
-Ref: install-tl *-texdir* _dir_107914
-Ref: install-tl *-texuserdir* _dir_108519
-Ref: install-tl *-texmflocal* _dir_108808
-Ref: install-tl *-texmfhome* _dir_109433
-Ref: install-tl *-texmfsysconfig* _dir_109742
-Ref: install-tl *-texmfsysvar* _dir_109764
-Ref: install-tl *-texmfconfig* _dir_109859
-Ref: install-tl *-texmfvar* _dir_109878
-Ref: install-tl *-v*110086
-Ref: install-tl *-version*, *--version*110242
-Node: install-tl PROFILES110376
-Ref: install-tl instopt_adjustpath (default 0 on Unix, 1 on Windows)113392
-Ref: install-tl instopt_adjustrepo (default 1)113468
-Ref: install-tl instopt_letter (default 0)113605
-Ref: install-tl instopt_portable (default 0)113696
-Ref: install-tl instopt_write18_restricted (default 1)114235
-Node: install-tl ENVIRONMENT VARIABLES115574
-Ref: install-tl NOPERLDOC115937
-Ref: install-tl TEXLIVE_DOWNLOADER116022
-Ref: install-tl TL_DOWNLOAD_PROGRAM116045
-Ref: install-tl TL_DOWNLOAD_ARGS116065
-Ref: install-tl TEXLIVE_INSTALL_ENV_NOCHECK116269
-Ref: install-tl TEXLIVE_INSTALL_NO_CONTEXT_CACHE116471
-Ref: install-tl TEXLIVE_INSTALL_NO_DISKCHECK116583
-Ref: install-tl TEXLIVE_INSTALL_NO_RESUME116999
-Ref: install-tl TEXLIVE_INSTALL_NO_WELCOME117151
-Ref: install-tl TEXLIVE_INSTALL_PAPER117272
-Ref: install-tl TEXLIVE_INSTALL_PREFIX117418
-Ref: install-tl TEXLIVE_INSTALL_TEXMFCONFIG117449
-Ref: install-tl TEXLIVE_INSTALL_TEXMFVAR117477
-Ref: install-tl TEXLIVE_INSTALL_TEXMFHOME117506
-Ref: install-tl TEXLIVE_INSTALL_TEXMFLOCAL117536
-Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSCONFIG117570
-Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSVAR117601
-Node: install-tl DIRECTORY TREES118039
-Node: install-tl BUGS120623
-Node: install-tl AUTHORS AND COPYRIGHT121503
-Node: tlmgr121901
-Node: tlmgr NAME122407
-Node: tlmgr SYNOPSIS122551
-Node: tlmgr DESCRIPTION122753
-Node: tlmgr EXAMPLES123864
-Ref: tlmgr tlmgr option repository ctan124127
-Ref: tlmgr tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet124200
-Ref: tlmgr tlmgr update --list124805
-Ref: tlmgr tlmgr update --all124898
-Ref: tlmgr tlmgr info _what_125055
-Ref: tlmgr tlmgr bug _what_125233
-Node: tlmgr OPTIONS125428
-Ref: tlmgr *--repository* _url|path_125961
-Ref: tlmgr /some/local/dir127147
-Ref: tlmgr file:/some/local/dir127176
-Ref: tlmgr ctan127249
-Ref: tlmgr https://mirror.ctan.org/systems/texlive/tlnet127303
-Ref: tlmgr http://server/path/to/tlnet127644
-Ref: tlmgr https://server/path/to/tlnet128025
-Ref: tlmgr ftp://server/path/to/tlnet128493
-Ref: tlmgr user@machine:/path/to/tlnet128625
-Ref: tlmgr scp://user@machine/path/to/tlnet128666
-Ref: tlmgr ssh://user@machine/path/to/tlnet128707
-Ref: tlmgr *--gui* [_action_]129101
-Ref: tlmgr *--gui-lang* _llcode_129915
-Ref: tlmgr *--command-logfile* _file_130657
-Ref: tlmgr *--debug-translation*130924
-Ref: tlmgr *--machine-readable*131128
-Ref: tlmgr *--no-execute-actions*131397
-Ref: tlmgr *--package-logfile* _file_131591
-Ref: tlmgr *--pause*131846
-Ref: tlmgr *--persistent-downloads*132002
-Ref: tlmgr *--no-persistent-downloads*132031
-Ref: tlmgr *--pin-file*132526
-Ref: tlmgr *--usermode*132745
-Ref: tlmgr *--usertree* _dir_132866
-Ref: tlmgr *--verify-repo=[none|main|all]*132993
-Node: tlmgr ACTIONS133892
-Node: tlmgr help134785
-Node: tlmgr version135262
-Node: tlmgr backup135525
-Ref: tlmgr *backup [_option_...] --all*135702
-Ref: tlmgr *backup [_option_...] _pkg_...*135735
-Ref: tlmgr *--backupdir* _directory_136802
-Ref: tlmgr *--all*137020
-Ref: tlmgr *--clean*[=_N_]137273
-Ref: tlmgr *--dry-run*137601
-Node: tlmgr bug [_search-string_]137731
-Node: tlmgr candidates _pkg_138317
-Node: tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all]138687
-Ref: tlmgr *depends*139201
-Ref: tlmgr *executes*139543
-Ref: tlmgr *files*139658
-Ref: tlmgr *runfiles*139794
-Ref: tlmgr *texmfdbs*139931
-Ref: tlmgr - all items in TEXMFDBS have the !! prefix.140161
-Ref: tlmgr - all items in TEXMFBDS have an ls-R file (if they exist at all).140237
-Ref: tlmgr - all items in TEXMF with !! are listed in TEXMFDBS.140302
-Ref: tlmgr - all items in TEXMF with an ls-R file are listed in TEXMFDBS.140377
-Ref: tlmgr *--use-svn*140403
-Node: tlmgr conf140544
-Ref: tlmgr *conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]*140834
-Ref: tlmgr *conf auxtrees [--conffile _file_] [show|add|remove] [_value_]*140899
-Node: tlmgr dump-tlpdb [_option_...] [--json]143315
-Ref: tlmgr *--local*143751
-Ref: tlmgr *--remote*143791
-Ref: tlmgr *--json*143830
-Node: tlmgr generate144401
-Ref: tlmgr *generate [_option_...] language*144597
-Ref: tlmgr *generate [_option_...] language.dat*144636
-Ref: tlmgr *generate [_option_...] language.def*144675
-Ref: tlmgr *generate [_option_...] language.dat.lua*144718
-Ref: tlmgr *--dest* _output_file_147046
-Ref: tlmgr *--localcfg* _local_conf_file_147623
-Ref: tlmgr *--rebuild-sys*147747
-Node: tlmgr gui148562
-Node: tlmgr info148742
-Ref: tlmgr *info [_option_...] _pkg_...*148904
-Ref: tlmgr *info [_option_...] collections*148938
-Ref: tlmgr *info [_option_...] schemes*148968
-Ref: tlmgr *--list*150499
-Ref: tlmgr *--only-installed*150814
-Ref: tlmgr *--only-remote*151003
-Ref: tlmgr *--data item1,item2,...*151308
-Ref: tlmgr *--json* 1152681
-Node: tlmgr init-usertree153064
-Node: tlmgr install [_option_...] _pkg_...153445
-Ref: tlmgr *--dry-run* 1153954
-Ref: tlmgr *--file*154072
-Ref: tlmgr *--force*154295
-Ref: tlmgr *--no-depends*154516
-Ref: tlmgr *--no-depends-at-all*154676
-Ref: tlmgr *--reinstall*155077
-Ref: tlmgr *--with-doc*155456
-Ref: tlmgr *--with-src*155470
-Node: tlmgr key156198
-Ref: tlmgr *key list*156356
-Ref: tlmgr *key add _file_*156374
-Ref: tlmgr *key remove _keyid_*156396
-Node: tlmgr list156990
-Node: tlmgr option157152
-Ref: tlmgr *option [--json] [show]*157308
-Ref: tlmgr *option [--json] showall|help*157340
-Ref: tlmgr *option _key_ [_value_]*157366
-Node: tlmgr paper161945
-Ref: tlmgr *paper [a4|letter]*162094
-Ref: tlmgr *<[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*>162171
-Ref: tlmgr *paper --json*162187
-Node: tlmgr path163402
-Ref: tlmgr *path [--windowsmode=user|admin] add*163568
-Ref: tlmgr *path [--windowsmode=user|admin] remove*163610
-Node: tlmgr pinning165125
-Ref: tlmgr pinning show165366
-Ref: tlmgr pinning add _repo_ _pkgglob_...165439
-Ref: tlmgr pinning remove _repo_ _pkgglob_...165558
-Ref: tlmgr pinning remove _repo_ --all165711
-Node: tlmgr platform165765
-Ref: tlmgr *platform list|add|remove _platform_...*165951
-Ref: tlmgr *platform set _platform_*165978
-Ref: tlmgr *platform set auto*165999
-Ref: tlmgr *--dry-run* 2166877
-Node: tlmgr postaction166996
-Ref: tlmgr *postaction [_option_...] install [shortcut|fileassoc|script] [_pkg_...]*167226
-Ref: tlmgr *postaction [_option_...] remove [shortcut|fileassoc|script] [_pkg_...]*167300
-Ref: tlmgr *--windowsmode=[user|admin]*167620
-Ref: tlmgr *--fileassocmode=[1|2]*168045
-Ref: tlmgr *--all* 1168331
-Node: tlmgr print-platform168386
-Node: tlmgr print-platform-info168717
-Node: tlmgr remove [_option_...] _pkg_...169017
-Ref: tlmgr *--all* 2169502
-Ref: tlmgr *--backup*169613
-Ref: tlmgr *--backupdir* _directory_ 1169640
-Ref: tlmgr *--no-depends* 1170045
-Ref: tlmgr *--no-depends-at-all* 1170108
-Ref: tlmgr *--force* 1170215
-Ref: tlmgr *--dry-run* 3170689
-Node: tlmgr repository171066
-Ref: tlmgr *repository list*171254
-Ref: tlmgr *repository list _path|url|tag_*171288
-Ref: tlmgr *repository add _path_ [_tag_]*171321
-Ref: tlmgr *repository remove _path|tag_*171353
-Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*171407
-Ref: tlmgr *repository status*171428
-Ref: tlmgr The tag (which can be the same as the url);172655
-Node: tlmgr restore173133
-Ref: tlmgr *restore [_option_...] _pkg_ [_rev_]*173312
-Ref: tlmgr *restore [_option_...] --all*173343
-Ref: tlmgr *--all* 3174044
-Ref: tlmgr *--backupdir* _directory_ 2174259
-Ref: tlmgr *--dry-run* 4174441
-Ref: tlmgr *--force* 2174574
-Ref: tlmgr *--json* 2174621
-Node: tlmgr search174948
-Ref: tlmgr *search [_option_...] _what_*175112
-Ref: tlmgr *search [_option_...] --file _what_*175150
-Ref: tlmgr *search [_option_...] --all _what_*175187
-Ref: tlmgr *--file* 1175408
-Ref: tlmgr *--all* 4175471
-Ref: tlmgr *--global*175561
-Ref: tlmgr *--word*175689
-Node: tlmgr shell176004
-Ref: tlmgr protocol176739
-Ref: tlmgr help 1176803
-Ref: tlmgr version 1176856
-Ref: tlmgr quit, end, bye, byebye, EOF176924
-Ref: tlmgr restart176945
-Ref: tlmgr load [local|remote]177068
-Ref: tlmgr save177138
-Ref: tlmgr get [_var_] =item set [_var_ [_val_]]177261
-Node: tlmgr show177862
-Node: tlmgr uninstall178029
-Node: tlmgr update [_option_...] [_pkg_...]178261
-Ref: tlmgr *--all* 5178633
-Ref: tlmgr *--self*180813
-Ref: tlmgr *--dry-run* 5181578
-Ref: tlmgr *--list* [_pkg_]181756
-Ref: tlmgr *--exclude* _pkg_182446
-Ref: tlmgr *--no-auto-remove* [_pkg_...]183247
-Ref: tlmgr *--no-auto-install* [_pkg_...]183732
-Ref: tlmgr *--reinstall-forcibly-removed*184495
-Ref: tlmgr *--backup* 1185031
-Ref: tlmgr *--backupdir* _directory_ 3185058
-Ref: tlmgr *--no-depends* 2186225
-Ref: tlmgr *--no-depends-at-all* 2186429
-Ref: tlmgr *--force* 3186536
-Node: tlmgr CONFIGURATION FILE FOR TLMGR187527
-Ref: tlmgr auto-remove = 0 or 1 (default 1), same as command-line option.188529
-Ref: tlmgr gui-expertmode = 0 or 1 (default 1). This switches between the full GUI and a simplified GUI with only the most common settings.188661
-Ref: tlmgr gui-lang = _llcode_, with a language code value as with the command-line option.188745
-Ref: tlmgr no-checksums = 0 or 1 (default 0, see below).188794
-Ref: tlmgr persistent-downloads = 0 or 1 (default 1), same as command-line option.188869
-Ref: tlmgr require-verification = 0 or 1 (default 0), same as command-line option.188944
-Ref: tlmgr tkfontscale = _floating-point number_ (default 1.0); scaling factor for fonts in the Tk-based frontends.189052
-Ref: tlmgr update-exclude = _comma-separated list of packages_ (no spaces allowed). Same as the command line option --exclude for the update action.189197
-Ref: tlmgr verify-downloads = 0 or 1 (default 1), same as command-line option.189268
-Ref: tlmgr allowed-actions = _action1_[,_action2_,...] The value is a comma-separated list (no spaces) of tlmgr actions which are allowed to be executed when tlmgr is invoked in system mode (that is, without --usermode). This allows distributors to include tlmgr in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn't make sense to set this.189785
-Node: tlmgr CRYPTOGRAPHIC VERIFICATION190617
-Node: tlmgr Configuration of GnuPG invocation192790
-Node: tlmgr USER MODE193428
-Node: tlmgr User mode install196299
-Node: tlmgr User mode backup, restore, remove, update197445
-Node: tlmgr User mode generate, option, paper197891
-Node: tlmgr User mode logs198258
-Node: tlmgr MULTIPLE REPOSITORIES198556
-Node: tlmgr Pinning200285
-Node: tlmgr GUI FOR TLMGR202208
-Node: tlmgr Main display203857
-Node: tlmgr Display configuration area204109
-Ref: tlmgr Status204470
-Ref: tlmgr Category204634
-Ref: tlmgr Match204820
-Ref: tlmgr Selection205001
-Ref: tlmgr Display configuration buttons205205
-Node: tlmgr Package list area205388
-Ref: tlmgr a checkbox205972
-Ref: tlmgr package name206108
-Ref: tlmgr local revision (and version)206207
-Ref: tlmgr remote revision (and version)206582
-Ref: tlmgr short description206879
-Node: tlmgr Main display action buttons206924
-Ref: tlmgr Update all installed207190
-Ref: tlmgr Update207562
-Ref: tlmgr Install207612
-Ref: tlmgr Remove207798
-Ref: tlmgr Backup207976
-Node: tlmgr Menu bar208133
-Ref: tlmgr tlmgr menu208356
-Ref: tlmgr Options menu208664
-Ref: tlmgr Actions menu209747
-Ref: tlmgr Help menu210175
-Node: tlmgr GUI options210309
-Ref: tlmgr -background _color_210555
-Ref: tlmgr -font " _fontname_ _fontsize_ "210620
-Ref: tlmgr -foreground _color_210778
-Ref: tlmgr -geometry _geomspec_210830
-Ref: tlmgr -xrm _xresource_211022
-Node: tlmgr MACHINE-READABLE OUTPUT211291
-Node: tlmgr Machine-readable update and install output212105
-Ref: tlmgr location-url _location_213381
-Ref: tlmgr total-bytes _count_213597
-Ref: tlmgr _pkgname_214007
-Ref: tlmgr _status_214217
-Ref: tlmgr d214295
-Ref: tlmgr f214355
-Ref: tlmgr u214534
-Ref: tlmgr r214580
-Ref: tlmgr a214703
-Ref: tlmgr i214881
-Ref: tlmgr I215000
-Ref: tlmgr _localrev_215102
-Ref: tlmgr _serverrev_215209
-Ref: tlmgr _size_215321
-Ref: tlmgr _runtime_215490
-Ref: tlmgr _esttot_215560
-Node: tlmgr Machine-readable option output215593
-Node: tlmgr ENVIRONMENT VARIABLES216105
-Ref: tlmgr TEXLIVE_COMPRESSOR216616
-Ref: tlmgr TEXLIVE_DOWNLOADER217464
-Ref: tlmgr TL_DOWNLOAD_PROGRAM217487
-Ref: tlmgr TL_DOWNLOAD_ARGS217507
-Ref: tlmgr TEXLIVE_PREFER_OWN218533
-Node: tlmgr AUTHORS AND COPYRIGHT219357
-Node: tlmgr POD ERRORS219780
-Ref: tlmgr Around line 8454:220005
-Node: Index220041
+Node: Macros for libraries40919
+Node: Macros for library and header flags41345
+Node: Macros for Windows43256
+Node: Library modules44851
+Node: png library45340
+Node: zlib library47688
+Node: freetype library48203
+Node: kpathsea library48899
+Node: Program modules50278
+Node: t1utils package50706
+Node: xindy package51251
+Node: xdvik package52367
+Node: asymptote53426
+Node: Extending TeX Live53930
+Node: Adding a new program module54737
+Node: Adding a new engine59500
+Node: Adding a new generic library module61285
+Node: Adding a new TeX-specific library module63506
+Node: Configure options64204
+Node: Global configure options65585
+Node: --disable-native-texlive-build66127
+Node: --prefix --bindir ...67089
+Node: --disable-largefile67629
+Node: --disable-missing68171
+Node: --enable-compiler-warnings=LEVEL68572
+Node: --enable-cxx-runtime-hack69228
+Node: --enable-maintainer-mode69648
+Node: --enable-multiplatform70177
+Node: --enable-shared70750
+Node: --enable-silent-rules71121
+Node: --without-ln-s71573
+Node: --without-x71920
+Node: Program-specific configure options72108
+Node: --enable-PROG --disable-PROG72751
+Node: --disable-all-pkgs73024
+Node: Configure options for texk/web2c73807
+Node: Configure options for texk/bibtex-x76345
+Node: Configure options for texk/dvipdfm-x76888
+Node: Configure options for texk/dvisvgm77664
+Node: Configure options for texk/texlive78545
+Node: Configure options for texk/xdvik78966
+Node: Configure options for utils/xindy79587
+Node: Library-specific configure options80477
+Node: Configure options for kpathsea81438
+Node: Variables for configure82142
+Node: Coding conventions83568
+Node: Declarations and definitions84283
+Node: Const86457
+Node: Continuous integration88321
+Node: Transfer from Subversion to Github88985
+Node: Automatic update of the Git mirror91147
+Node: CI testing on Travis-CI91729
+Node: Releases on Github92438
+Node: install-tl92878
+Node: install-tl NAME93322
+Node: install-tl SYNOPSIS93502
+Node: install-tl DESCRIPTION93740
+Node: install-tl REFERENCES94937
+Node: install-tl EXAMPLES95546
+Ref: install-tl install-tl --paper=letter95997
+Ref: install-tl install-tl --scheme _scheme_96133
+Ref: install-tl install-tl --no-interaction96288
+Ref: install-tl install-tl --profile _texlive.profile_96440
+Node: install-tl OPTIONS96708
+Ref: install-tl *-gui* [[=]_module_]97205
+Ref: install-tl *-no-gui*97216
+Ref: install-tl text97424
+Ref: install-tl tcl (or "perltk" or "wizard" or "expert" or nothing)97609
+Ref: install-tl *-lang* _llcode_98241
+Ref: install-tl *-repository* _url|path_98865
+Ref: install-tl *-select-repository*99759
+Ref: install-tl *-all-options*100177
+Ref: install-tl *-custom-bin* _path_100432
+Ref: install-tl *-debug-fakenet*101264
+Ref: install-tl *-debug-setup-vars*101478
+Ref: install-tl *-debug-translation*101626
+Ref: install-tl *-force-platform* _platform_101902
+Ref: install-tl *-help*, *--help*, *-?*102160
+Ref: install-tl *-in-place*102573
+Ref: install-tl *-init-from-profile* _profile_file_103118
+Ref: install-tl *-logfile* _file_103387
+Ref: install-tl *-no-cls*103738
+Ref: install-tl *-no-continue*103865
+Ref: install-tl *-no-doc-install*104436
+Ref: install-tl *-no-src-install*104455
+Ref: install-tl *-no-installation*105246
+Ref: install-tl *-no-interaction*105397
+Ref: install-tl *-no-persistent-downloads*105654
+Ref: install-tl *-persistent-downloads*105679
+Ref: install-tl *-no-verify-downloads*106286
+Ref: install-tl *-non-admin*106649
+Ref: install-tl *-paper* a4*|*letter106755
+Ref: install-tl *-portable*106951
+Ref: install-tl *-print-platform*107088
+Ref: install-tl *-profile* _profile_file_107286
+Ref: install-tl *-q*107507
+Ref: install-tl *-scheme* _scheme_107569
+Ref: install-tl *-texdir* _dir_107970
+Ref: install-tl *-texuserdir* _dir_108575
+Ref: install-tl *-texmflocal* _dir_108864
+Ref: install-tl *-texmfhome* _dir_109489
+Ref: install-tl *-texmfsysconfig* _dir_109798
+Ref: install-tl *-texmfsysvar* _dir_109820
+Ref: install-tl *-texmfconfig* _dir_109915
+Ref: install-tl *-texmfvar* _dir_109934
+Ref: install-tl *-v*110142
+Ref: install-tl *-version*, *--version*110298
+Node: install-tl PROFILES110432
+Ref: install-tl instopt_adjustpath (default 0 on Unix, 1 on Windows)113448
+Ref: install-tl instopt_adjustrepo (default 1)113524
+Ref: install-tl instopt_letter (default 0)113661
+Ref: install-tl instopt_portable (default 0)113752
+Ref: install-tl instopt_write18_restricted (default 1)114291
+Node: install-tl ENVIRONMENT VARIABLES115630
+Ref: install-tl NOPERLDOC115993
+Ref: install-tl TEXLIVE_DOWNLOADER116078
+Ref: install-tl TL_DOWNLOAD_PROGRAM116101
+Ref: install-tl TL_DOWNLOAD_ARGS116121
+Ref: install-tl TEXLIVE_INSTALL_ENV_NOCHECK116325
+Ref: install-tl TEXLIVE_INSTALL_NO_CONTEXT_CACHE116527
+Ref: install-tl TEXLIVE_INSTALL_NO_DISKCHECK116639
+Ref: install-tl TEXLIVE_INSTALL_NO_RESUME117055
+Ref: install-tl TEXLIVE_INSTALL_NO_WELCOME117207
+Ref: install-tl TEXLIVE_INSTALL_PAPER117328
+Ref: install-tl TEXLIVE_INSTALL_PREFIX117474
+Ref: install-tl TEXLIVE_INSTALL_TEXMFCONFIG117505
+Ref: install-tl TEXLIVE_INSTALL_TEXMFVAR117533
+Ref: install-tl TEXLIVE_INSTALL_TEXMFHOME117562
+Ref: install-tl TEXLIVE_INSTALL_TEXMFLOCAL117592
+Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSCONFIG117626
+Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSVAR117657
+Node: install-tl DIRECTORY TREES118095
+Node: install-tl BUGS120679
+Node: install-tl AUTHORS AND COPYRIGHT121559
+Node: tlmgr121957
+Node: tlmgr NAME122463
+Node: tlmgr SYNOPSIS122607
+Node: tlmgr DESCRIPTION122809
+Node: tlmgr EXAMPLES123920
+Ref: tlmgr tlmgr option repository ctan124183
+Ref: tlmgr tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet124256
+Ref: tlmgr tlmgr update --list124861
+Ref: tlmgr tlmgr update --all124954
+Ref: tlmgr tlmgr info _what_125111
+Ref: tlmgr tlmgr bug _what_125289
+Node: tlmgr OPTIONS125484
+Ref: tlmgr *--repository* _url|path_126017
+Ref: tlmgr /some/local/dir127203
+Ref: tlmgr file:/some/local/dir127232
+Ref: tlmgr ctan127305
+Ref: tlmgr https://mirror.ctan.org/systems/texlive/tlnet127359
+Ref: tlmgr http://server/path/to/tlnet127700
+Ref: tlmgr https://server/path/to/tlnet128081
+Ref: tlmgr ftp://server/path/to/tlnet128549
+Ref: tlmgr user@machine:/path/to/tlnet128681
+Ref: tlmgr scp://user@machine/path/to/tlnet128722
+Ref: tlmgr ssh://user@machine/path/to/tlnet128763
+Ref: tlmgr *--gui* [_action_]129157
+Ref: tlmgr *--gui-lang* _llcode_129971
+Ref: tlmgr *--command-logfile* _file_130713
+Ref: tlmgr *--debug-translation*130980
+Ref: tlmgr *--machine-readable*131184
+Ref: tlmgr *--no-execute-actions*131453
+Ref: tlmgr *--package-logfile* _file_131647
+Ref: tlmgr *--pause*131902
+Ref: tlmgr *--persistent-downloads*132058
+Ref: tlmgr *--no-persistent-downloads*132087
+Ref: tlmgr *--pin-file*132582
+Ref: tlmgr *--usermode*132801
+Ref: tlmgr *--usertree* _dir_132922
+Ref: tlmgr *--verify-repo=[none|main|all]*133049
+Node: tlmgr ACTIONS133948
+Node: tlmgr help134841
+Node: tlmgr version135318
+Node: tlmgr backup135581
+Ref: tlmgr *backup [_option_...] --all*135758
+Ref: tlmgr *backup [_option_...] _pkg_...*135791
+Ref: tlmgr *--backupdir* _directory_136858
+Ref: tlmgr *--all*137076
+Ref: tlmgr *--clean*[=_N_]137329
+Ref: tlmgr *--dry-run*137657
+Node: tlmgr bug [_search-string_]137787
+Node: tlmgr candidates _pkg_138373
+Node: tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all]138743
+Ref: tlmgr *depends*139257
+Ref: tlmgr *executes*139599
+Ref: tlmgr *files*139714
+Ref: tlmgr *runfiles*139850
+Ref: tlmgr *texmfdbs*139987
+Ref: tlmgr - all items in TEXMFDBS have the !! prefix.140217
+Ref: tlmgr - all items in TEXMFBDS have an ls-R file (if they exist at all).140293
+Ref: tlmgr - all items in TEXMF with !! are listed in TEXMFDBS.140358
+Ref: tlmgr - all items in TEXMF with an ls-R file are listed in TEXMFDBS.140433
+Ref: tlmgr *--use-svn*140459
+Node: tlmgr conf140600
+Ref: tlmgr *conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]*140890
+Ref: tlmgr *conf auxtrees [--conffile _file_] [show|add|remove] [_value_]*140955
+Node: tlmgr dump-tlpdb [_option_...] [--json]143371
+Ref: tlmgr *--local*143807
+Ref: tlmgr *--remote*143847
+Ref: tlmgr *--json*143886
+Node: tlmgr generate144457
+Ref: tlmgr *generate [_option_...] language*144653
+Ref: tlmgr *generate [_option_...] language.dat*144692
+Ref: tlmgr *generate [_option_...] language.def*144731
+Ref: tlmgr *generate [_option_...] language.dat.lua*144774
+Ref: tlmgr *--dest* _output_file_147102
+Ref: tlmgr *--localcfg* _local_conf_file_147679
+Ref: tlmgr *--rebuild-sys*147803
+Node: tlmgr gui148618
+Node: tlmgr info148798
+Ref: tlmgr *info [_option_...] _pkg_...*148960
+Ref: tlmgr *info [_option_...] collections*148994
+Ref: tlmgr *info [_option_...] schemes*149024
+Ref: tlmgr *--list*150555
+Ref: tlmgr *--only-installed*150870
+Ref: tlmgr *--only-remote*151059
+Ref: tlmgr *--data item1,item2,...*151364
+Ref: tlmgr *--json* 1152737
+Node: tlmgr init-usertree153120
+Node: tlmgr install [_option_...] _pkg_...153501
+Ref: tlmgr *--dry-run* 1154010
+Ref: tlmgr *--file*154128
+Ref: tlmgr *--force*154351
+Ref: tlmgr *--no-depends*154572
+Ref: tlmgr *--no-depends-at-all*154732
+Ref: tlmgr *--reinstall*155133
+Ref: tlmgr *--with-doc*155512
+Ref: tlmgr *--with-src*155526
+Node: tlmgr key156254
+Ref: tlmgr *key list*156412
+Ref: tlmgr *key add _file_*156430
+Ref: tlmgr *key remove _keyid_*156452
+Node: tlmgr list157046
+Node: tlmgr option157208
+Ref: tlmgr *option [--json] [show]*157364
+Ref: tlmgr *option [--json] showall|help*157396
+Ref: tlmgr *option _key_ [_value_]*157422
+Node: tlmgr paper162001
+Ref: tlmgr *paper [a4|letter]*162150
+Ref: tlmgr *<[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*>162227
+Ref: tlmgr *paper --json*162243
+Node: tlmgr path163458
+Ref: tlmgr *path [--windowsmode=user|admin] add*163624
+Ref: tlmgr *path [--windowsmode=user|admin] remove*163666
+Node: tlmgr pinning165181
+Ref: tlmgr pinning show165422
+Ref: tlmgr pinning add _repo_ _pkgglob_...165495
+Ref: tlmgr pinning remove _repo_ _pkgglob_...165614
+Ref: tlmgr pinning remove _repo_ --all165767
+Node: tlmgr platform165821
+Ref: tlmgr *platform list|add|remove _platform_...*166007
+Ref: tlmgr *platform set _platform_*166034
+Ref: tlmgr *platform set auto*166055
+Ref: tlmgr *--dry-run* 2166933
+Node: tlmgr postaction167052
+Ref: tlmgr *postaction [_option_...] install [shortcut|fileassoc|script] [_pkg_...]*167282
+Ref: tlmgr *postaction [_option_...] remove [shortcut|fileassoc|script] [_pkg_...]*167356
+Ref: tlmgr *--windowsmode=[user|admin]*167676
+Ref: tlmgr *--fileassocmode=[1|2]*168101
+Ref: tlmgr *--all* 1168387
+Node: tlmgr print-platform168442
+Node: tlmgr print-platform-info168773
+Node: tlmgr remove [_option_...] _pkg_...169073
+Ref: tlmgr *--all* 2169558
+Ref: tlmgr *--backup*169669
+Ref: tlmgr *--backupdir* _directory_ 1169696
+Ref: tlmgr *--no-depends* 1170099
+Ref: tlmgr *--no-depends-at-all* 1170162
+Ref: tlmgr *--force* 1170266
+Ref: tlmgr *--dry-run* 3170740
+Node: tlmgr repository171117
+Ref: tlmgr *repository list*171305
+Ref: tlmgr *repository list _path|url|tag_*171339
+Ref: tlmgr *repository add _path_ [_tag_]*171372
+Ref: tlmgr *repository remove _path|tag_*171404
+Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*171458
+Ref: tlmgr *repository status*171479
+Ref: tlmgr The tag (which can be the same as the url);172706
+Node: tlmgr restore173184
+Ref: tlmgr *restore [_option_...] _pkg_ [_rev_]*173363
+Ref: tlmgr *restore [_option_...] --all*173394
+Ref: tlmgr *--all* 3174095
+Ref: tlmgr *--backupdir* _directory_ 2174310
+Ref: tlmgr *--dry-run* 4174492
+Ref: tlmgr *--force* 2174625
+Ref: tlmgr *--json* 2174672
+Node: tlmgr search174999
+Ref: tlmgr *search [_option_...] _what_*175163
+Ref: tlmgr *search [_option_...] --file _what_*175201
+Ref: tlmgr *search [_option_...] --all _what_*175238
+Ref: tlmgr *--file* 1175459
+Ref: tlmgr *--all* 4175522
+Ref: tlmgr *--global*175612
+Ref: tlmgr *--word*175740
+Node: tlmgr shell176055
+Ref: tlmgr protocol176790
+Ref: tlmgr help 1176854
+Ref: tlmgr version 1176907
+Ref: tlmgr quit, end, bye, byebye, EOF176975
+Ref: tlmgr restart176996
+Ref: tlmgr load [local|remote]177119
+Ref: tlmgr save177189
+Ref: tlmgr get [_var_] =item set [_var_ [_val_]]177312
+Node: tlmgr show177913
+Node: tlmgr uninstall178080
+Node: tlmgr update [_option_...] [_pkg_...]178310
+Ref: tlmgr *--all* 5178682
+Ref: tlmgr *--self*180862
+Ref: tlmgr *--dry-run* 5181627
+Ref: tlmgr *--list* [_pkg_]181805
+Ref: tlmgr *--exclude* _pkg_182495
+Ref: tlmgr *--no-auto-remove* [_pkg_...]183296
+Ref: tlmgr *--no-auto-install* [_pkg_...]183781
+Ref: tlmgr *--reinstall-forcibly-removed*184544
+Ref: tlmgr *--backup* 1185080
+Ref: tlmgr *--backupdir* _directory_ 3185107
+Ref: tlmgr *--no-depends* 2186274
+Ref: tlmgr *--no-depends-at-all* 2186478
+Ref: tlmgr *--force* 3186582
+Node: tlmgr CONFIGURATION FILE FOR TLMGR187573
+Ref: tlmgr auto-remove = 0 or 1 (default 1), same as command-line option.188575
+Ref: tlmgr gui-expertmode = 0 or 1 (default 1). This switches between the full GUI and a simplified GUI with only the most common settings.188707
+Ref: tlmgr gui-lang = _llcode_, with a language code value as with the command-line option.188791
+Ref: tlmgr no-checksums = 0 or 1 (default 0, see below).188840
+Ref: tlmgr persistent-downloads = 0 or 1 (default 1), same as command-line option.188915
+Ref: tlmgr require-verification = 0 or 1 (default 0), same as command-line option.188990
+Ref: tlmgr tkfontscale = _floating-point number_ (default 1.0); scaling factor for fonts in the Tk-based frontends.189098
+Ref: tlmgr update-exclude = _comma-separated list of packages_ (no spaces allowed). Same as the command line option --exclude for the update action.189243
+Ref: tlmgr verify-downloads = 0 or 1 (default 1), same as command-line option.189314
+Ref: tlmgr allowed-actions = _action1_[,_action2_,...] The value is a comma-separated list (no spaces) of tlmgr actions which are allowed to be executed when tlmgr is invoked in system mode (that is, without --usermode). This allows distributors to include tlmgr in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn't make sense to set this.189831
+Node: tlmgr CRYPTOGRAPHIC VERIFICATION190663
+Node: tlmgr Configuration of GnuPG invocation192836
+Node: tlmgr USER MODE193474
+Node: tlmgr User mode install196345
+Node: tlmgr User mode backup, restore, remove, update197489
+Node: tlmgr User mode generate, option, paper197931
+Node: tlmgr User mode logs198294
+Node: tlmgr MULTIPLE REPOSITORIES198590
+Node: tlmgr Pinning200319
+Node: tlmgr GUI FOR TLMGR202242
+Node: tlmgr Main display203891
+Node: tlmgr Display configuration area204143
+Ref: tlmgr Status204504
+Ref: tlmgr Category204668
+Ref: tlmgr Match204854
+Ref: tlmgr Selection205035
+Ref: tlmgr Display configuration buttons205239
+Node: tlmgr Package list area205422
+Ref: tlmgr a checkbox206006
+Ref: tlmgr package name206142
+Ref: tlmgr local revision (and version)206241
+Ref: tlmgr remote revision (and version)206616
+Ref: tlmgr short description206913
+Node: tlmgr Main display action buttons206958
+Ref: tlmgr Update all installed207224
+Ref: tlmgr Update207596
+Ref: tlmgr Install207646
+Ref: tlmgr Remove207832
+Ref: tlmgr Backup208010
+Node: tlmgr Menu bar208167
+Ref: tlmgr tlmgr menu208390
+Ref: tlmgr Options menu208698
+Ref: tlmgr Actions menu209781
+Ref: tlmgr Help menu210209
+Node: tlmgr GUI options210343
+Ref: tlmgr -background _color_210589
+Ref: tlmgr -font " _fontname_ _fontsize_ "210654
+Ref: tlmgr -foreground _color_210812
+Ref: tlmgr -geometry _geomspec_210864
+Ref: tlmgr -xrm _xresource_211056
+Node: tlmgr MACHINE-READABLE OUTPUT211325
+Node: tlmgr Machine-readable update and install output212135
+Ref: tlmgr location-url _location_213411
+Ref: tlmgr total-bytes _count_213627
+Ref: tlmgr _pkgname_214037
+Ref: tlmgr _status_214247
+Ref: tlmgr d214325
+Ref: tlmgr f214385
+Ref: tlmgr u214564
+Ref: tlmgr r214610
+Ref: tlmgr a214733
+Ref: tlmgr i214911
+Ref: tlmgr I215030
+Ref: tlmgr _localrev_215132
+Ref: tlmgr _serverrev_215239
+Ref: tlmgr _size_215351
+Ref: tlmgr _runtime_215520
+Ref: tlmgr _esttot_215590
+Node: tlmgr Machine-readable option output215623
+Node: tlmgr ENVIRONMENT VARIABLES216135
+Ref: tlmgr TEXLIVE_COMPRESSOR216646
+Ref: tlmgr TEXLIVE_DOWNLOADER217494
+Ref: tlmgr TL_DOWNLOAD_PROGRAM217517
+Ref: tlmgr TL_DOWNLOAD_ARGS217537
+Ref: tlmgr TEXLIVE_PREFER_OWN218563
+Node: tlmgr AUTHORS AND COPYRIGHT219387
+Node: tlmgr POD ERRORS219810
+Ref: tlmgr Around line 8454:220035
+Node: Index220071

End Tag Table
diff --git a/Master/texmf-dist/doc/texlive/texlive-en/ChangeLog b/Master/texmf-dist/doc/texlive/texlive-en/ChangeLog
index 945109ec1b9..5c2b4dd6aab 100644
--- a/Master/texmf-dist/doc/texlive/texlive-en/ChangeLog
+++ b/Master/texmf-dist/doc/texlive/texlive-en/ChangeLog
@@ -1,3 +1,8 @@
+2024-04-21 Karl Berry <karl@freefriends.org>
+
+ * texlive-en.tex: TEXMFCONFIG is for *-user, not *-sys; report
+ from Wang Ran, 21 Apr 2024 02:54:30.
+
2024-03-24 Karl Berry <karl@freefriends.org>
* texlive-en.tex: use microtype so we can disable tt ligatures.