diff options
author | Karl Berry <karl@freefriends.org> | 2023-04-22 14:46:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-04-22 14:46:05 +0000 |
commit | 17d0e4b5207753cdbb1ea1d1a2c8808909c3b040 (patch) | |
tree | 6dfee5e2d9023c3e091fe9474619b97c50ed0b38 /Master/texmf-dist/tex | |
parent | 14fb88935faa846b37b9794d04d4b804ce2179ae (diff) |
doc update for context caching/papersize
git-svn-id: svn://tug.org/texlive/trunk@66914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/context/texlive/cont-sys.mkiv | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/texlive/cont-sys.mkxl | 12 |
2 files changed, 14 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/texlive/cont-sys.mkiv b/Master/texmf-dist/tex/context/texlive/cont-sys.mkiv index 647e07358b5..c0a0bf53e6a 100644 --- a/Master/texmf-dist/tex/context/texlive/cont-sys.mkiv +++ b/Master/texmf-dist/tex/context/texlive/cont-sys.mkiv @@ -1,4 +1,7 @@ -% Update the ConTeXt filename cache if the system ls-R files are modified +% $Id$ +% This TeX Live-specific file is a copy of its sibling cont-sys.mkxl; +% see comments there. +% \startluacode local addsuffix = file.addsuffix local attributes = lfs.attributes diff --git a/Master/texmf-dist/tex/context/texlive/cont-sys.mkxl b/Master/texmf-dist/tex/context/texlive/cont-sys.mkxl index 647e07358b5..b9648206bfd 100644 --- a/Master/texmf-dist/tex/context/texlive/cont-sys.mkxl +++ b/Master/texmf-dist/tex/context/texlive/cont-sys.mkxl @@ -1,4 +1,12 @@ -% Update the ConTeXt filename cache if the system ls-R files are modified +% $Id$ +% This TeX Live-specific file updates the ConTeXt LMTX filename cache if +% the system ls-R files are modified (typically by mktexlsr). +% It also sets the default paper size from the context-papersize.tex +% file which TeX Live creates/updates (in tlpkg/TLPaper.pm). +% +% A copy of this code is in the sibling file cont-sys.mkiv, +% which does the same for ConTeXt MkIV. +% \startluacode local addsuffix = file.addsuffix local attributes = lfs.attributes @@ -30,5 +38,5 @@ end \stopluacode -% % Set the default paper size +% Set the default paper size \readsysfile{context-papersize.tex}{}{} |