diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-25 21:58:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-25 21:58:13 +0000 |
commit | dff6d5d76d6ad664ee2dced8151b59ec3c0ac021 (patch) | |
tree | c5eca24eccda3a76598fa730a662f40306f43bc5 /Master/texmf-dist/doc/latex | |
parent | 30b7bdb81416c44fcd47a9b0a57e0c0f810a725f (diff) |
cnltx (25oct13)
git-svn-id: svn://tug.org/texlive/trunk@31996 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/cnltx/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/cnltx/cnltx_en.pdf | bin | 683975 -> 684495 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/cnltx/cnltx_en.tex | 9 |
3 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/cnltx/README b/Master/texmf-dist/doc/latex/cnltx/README index 8c66b464577..316013a15d6 100644 --- a/Master/texmf-dist/doc/latex/cnltx/README +++ b/Master/texmf-dist/doc/latex/cnltx/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -the CNLTX bundle v0.7a 2013/10/04 +the CNLTX bundle v0.8 2013/10/24 LaTeX tools and documenting facilities diff --git a/Master/texmf-dist/doc/latex/cnltx/cnltx_en.pdf b/Master/texmf-dist/doc/latex/cnltx/cnltx_en.pdf Binary files differindex 3b7bf2b0687..ba32515d7af 100644 --- a/Master/texmf-dist/doc/latex/cnltx/cnltx_en.pdf +++ b/Master/texmf-dist/doc/latex/cnltx/cnltx_en.pdf diff --git a/Master/texmf-dist/doc/latex/cnltx/cnltx_en.tex b/Master/texmf-dist/doc/latex/cnltx/cnltx_en.tex index 211bd4f9d0a..c1d6ef812db 100644 --- a/Master/texmf-dist/doc/latex/cnltx/cnltx_en.tex +++ b/Master/texmf-dist/doc/latex/cnltx/cnltx_en.tex @@ -587,10 +587,10 @@ that can be used to add definitions you like: \meta{definitions} are placed before the source code is inserted. \keyval{after-code}{definitions} \meta{definitions} are placed after the source code is inserted. - \keyval{pre-source}{definitions} + \keyval{pre-output}{definitions} \meta{definitions} are placed before the output of the source code is inserted. - \keyval{after-source}{definitions} + \keyval{after-output}{definitions} \meta{definitions} are placed after the output of the source code is inserted. \end{options} @@ -2227,6 +2227,11 @@ the other packages and classes. This is a command in the spirit of \pkg{etoolbox}'s \cs*{notbool} that does the same for a boolean \meta{bool} defined with \cs*{newif}\cs*{if\meta{bool}} or \cs*{newbool}\marg{bool}. + \command{cnltx\at ifnextchars}[\marg{list of + tokens}\marg{true}\marg{false}\meta{trailing token}] + \sinceversion{0.8}Tests if \meta{trailing token} is any of those in + \meta{list of tokens} and either places \meta{true} or \meta{false} in the + input stream without removing \meta{trailing token}. \command{cnltx\at ifsym}[\marg{token}\marg{true}\marg{false}] A generic version of \LaTeX's \cs*{@ifstar} that checks if \meta{token} follows if the input stream. If yes it is removed and \meta{true} is |