diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3kernel/source3body.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3kernel/source3body.tex | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/source3body.tex b/Master/texmf-dist/doc/latex/l3kernel/source3body.tex index 57c36a4c4fd..029c19ae2fa 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/source3body.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/source3body.tex @@ -335,9 +335,14 @@ without repetition, this information is given in a shortened form: \begin{syntax} |\sys_if_engine_xetex:TF| \Arg{true code} \Arg{false code} \end{syntax} - The underlining and italic of \texttt{TF} indicates that - |\sys_if_engine_xetex:T|, |\sys_if_engine_xetex:F| and - |\sys_if_engine_xetex:TF| are all available. Usually, the illustration + The underlining and italic of \texttt{TF} indicates that three functions + are available: + \begin{itemize} + \item |\sys_if_engine_xetex:T| + \item |\sys_if_engine_xetex:F| + \item |\sys_if_engine_xetex:TF| + \end{itemize} + Usually, the illustration will use the \texttt{TF} variant, and so both \meta{true code} and \meta{false code} will be shown. The two variant forms \texttt{T} and \texttt{F} take only \meta{true code} and \meta{false code}, respectively. @@ -402,16 +407,19 @@ used on top of \LaTeXe{} if \cs{outer} tokens are used in the arguments. \DocInput{l3bootstrap.dtx} \DocInput{l3names.dtx} +\ExplSyntaxOn +\clist_gput_right:Nn \g_docinput_clist { l3kernel-functions.dtx } +\ExplSyntaxOff \DocInput{l3basics.dtx} \DocInput{l3expan.dtx} \DocInput{l3tl.dtx} \DocInput{l3str.dtx} +\DocInput{l3quark.dtx} \DocInput{l3seq.dtx} \DocInput{l3int.dtx} -\DocInput{l3intarray.dtx} \DocInput{l3flag.dtx} -\DocInput{l3quark.dtx} \DocInput{l3prg.dtx} +\DocInput{l3sys.dtx} \DocInput{l3clist.dtx} \DocInput{l3token.dtx} \DocInput{l3prop.dtx} @@ -441,17 +449,20 @@ used on top of \LaTeXe{} if \cs{outer} tokens are used in the arguments. } \ExplSyntaxOff +\DocInput{l3intarray.dtx} \DocInput{l3sort.dtx} -\DocInput{l3tl-build.dtx} \DocInput{l3tl-analysis.dtx} \DocInput{l3regex.dtx} \DocInput{l3box.dtx} \DocInput{l3coffins.dtx} \DocInput{l3color-base.dtx} -\DocInput{l3sys.dtx} -\DocInput{l3deprecation.dtx} -\DocInput{l3candidates.dtx} \DocInput{l3luatex.dtx} +\DocInput{l3unicode.dtx} +\DocInput{l3candidates.dtx} \DocInput{l3drivers.dtx} +\ExplSyntaxOn +\clist_gput_right:Nn \g_docinput_clist { l3deprecation.dtx } +\ExplSyntaxOff + \endinput |