diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-12 20:28:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-12 20:28:20 +0000 |
commit | c4c2e523c8c347f89b6d5d079737d403ff80dc63 (patch) | |
tree | cd78407dd685d49ca9cf4b1877fbb420b8413dad /Master/texmf-dist/source/latex/l3build | |
parent | 461f4e2e3a8df032fcb51bdd059229e480892593 (diff) |
l3 (12mar20)
git-svn-id: svn://tug.org/texlive/trunk@54259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3build')
-rw-r--r-- | Master/texmf-dist/source/latex/l3build/l3build.dtx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index 56bcbb9243f..6121a0255b1 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx @@ -152,6 +152,7 @@ \luavarset{flattentds} {true} {Switch to flatten any source structure when creating a TDS structure} \luavarset{maxprintline}{79} {Length of line to use in log files} \luavarset{packtdszip} {false} {Switch to build a TDS-style zip file for CTAN} +\luavarset{ps2pdfopts} {""} {Options for \texttt{ps2pdf}} \luavarset{typesetcmds} {""} {Instructions to be passed to \TeX{} when doing typesetting} \luavarset{typesetruns}{3} {Number of cycles of typesetting to carry out} \luavarset{recordstatus}{false} {Switch to include error level from test runs in \texttt{.tlg} files} @@ -233,7 +234,7 @@ % }^^A % } % -% \date{Released 2020-02-21} +% \date{Released 2020-03-12} % % \maketitle % \tableofcontents @@ -1230,7 +1231,9 @@ % normalization takes place: % \begin{itemize} % \item Replacement of binary streams by the marker |[BINARY STREAM]| +% \item Replacement of \texttt{/ID} values by |ID-STRING| % \item Removal of blank lines +% \item Removal of comment (|%%|) lines % \end{itemize} % % After this normalization takes place, the file can not usually be rendered |