From b92cdcac0a3665ba9f12d18a70d1879f1563560d Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Wed, 3 Aug 2011 13:05:10 +0000 Subject: ifnextok v0.3 git-svn-id: svn://tug.org/texlive/trunk@23379 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ifnextok/README | 16 ++++- Master/texmf-dist/doc/latex/ifnextok/RELEASEs.txt | 84 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/ifnextok/SRCFILEs.txt | 12 ++-- Master/texmf-dist/doc/latex/ifnextok/ifnextok.pdf | Bin 194344 -> 251338 bytes Master/texmf-dist/doc/latex/ifnextok/testIfNT.pdf | Bin 0 -> 16686 bytes 5 files changed, 104 insertions(+), 8 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/ifnextok/RELEASEs.txt create mode 100644 Master/texmf-dist/doc/latex/ifnextok/testIfNT.pdf (limited to 'Master/texmf-dist/doc/latex/ifnextok') diff --git a/Master/texmf-dist/doc/latex/ifnextok/README b/Master/texmf-dist/doc/latex/ifnextok/README index 69c2512ee36..fe6f1d822d1 100644 --- a/Master/texmf-dist/doc/latex/ifnextok/README +++ b/Master/texmf-dist/doc/latex/ifnextok/README @@ -1,18 +1,28 @@ README for the `ifnextok' package variant of \@ifnextchar not skipping spaces - (C) Uwe Lueck 2011/05/23 + (C) Uwe Lueck 2011/06/02 `ifnextok' deals with the behavior of LaTeX's internal `\@ifnextchar' to skip blank spaces. This sometimes has surprising or for some users really unwanted effects, especially with -brackets following `\\' where the user does not intend to specify +brackets following `\\' when the user does not intend to specify an optional argument, rather wants that brackets are printed. The package offers commands and options for modifying this behavior, maybe limited to certain parts of the document source. +A general method the package offers is + + \usepackage[stdbreaks]{ifnextok} + +so in "standard" circumstances `\\ [' prints a bracket in a +new line. `\MakeNotSkipping{} modifies +so it executes when followed by a space token. + KEYWORDS: macro programming, optional command arguments, - manual line breaks + manual line breaks, humanities + +RELATED PACKAGES: amsmath, mathtools The package file `ifnextok.sty' and the documentation files `ifnextok.pdf' and `ifnextok.tex' can be redistributed and/or diff --git a/Master/texmf-dist/doc/latex/ifnextok/RELEASEs.txt b/Master/texmf-dist/doc/latex/ifnextok/RELEASEs.txt new file mode 100644 index 00000000000..146ef59445a --- /dev/null +++ b/Master/texmf-dist/doc/latex/ifnextok/RELEASEs.txt @@ -0,0 +1,84 @@ + + +Version number + v0.3 +Summary description + robust control symbols and active characters not skipping spaces +Announcement text + \MakeNotSkipping non-typesetting behavior fixed +________________________________________________________________________ + +Version number + v0.21a +Summary description + make commands not skipping spaces, discussion +No Announcement text + documentation includes more about amsmath, mathtools, + texhax, TeXbook +Date/Time of submission + 2011-06-15 19:54:52 UTC +Submitted to host + dante.ctan.org +________________________________________________________________________ + +Version number + v0.21 +Summary description + make commands not skipping spaces, cf. amsmath/mathtools +Announcement text + After hints on texhax by Heiko Oberdiek and on LATEX-L by + Bruno Le Floch (May 11) and Frank Mittelbach (May 15; + that I now finally read, 2011-06-02), \IfNextToken and + \IfStarNextToken of v0.21 essentially (not exactly) are + \new@ifnextchar and \@ifstar, resp., from amsmath; + main own features (i) control of where to employ them, + (ii) use outside math, indeed rather thinking of humanities. + Documentation now mentions amsmath and mathtools. +________________________________________________________________________ + +Date/Time of submission + 2011-05-31 18:40:43 UTC +Version number + v0.2 +Summary description + make commands not skipping spaces +Announcement text + v0.2 provides \MakeNotSkipping{} + modifying a given document-level command , + based on \IfNextSpace{}{}, + actually addressing what the abstract of ifnextok.pdf + has promised so far (including active double quote); + maybe rather showing problems than being practically + useful (as opposed to package options useful for end-users) +________________________________________________________________________ + +Date/Time of submission + 2011-05-27 18:31:24 UTC +Version number + v0.11 +Location on CTAN + /macros/latex/contrib/ifnextok +Summary description + replacing \@ifnextchar so `\\ [' prints `[' in new line etc. +License type + lppl +Announcement text + option `stdbreaks' replaces `all'; reworked documentation + should be more helpful for end-users + (\usepackage[stdbreaks]{ifnextok} for `\\ [') +________________________________________________________________________ + +Date/Time of submission + 2011-05-23 12:39:33 UTC +Version number + v0.1 +Summary description + replacing \@ifnextchar so `\\ [' prints `[' in new line etc. +Announcement text + `ifnextok' deals with the behavior of LaTeX's internal + `\@ifnextchar' to skip blank spaces. This sometimes has surprising + or for some users really unwanted effects, especially with brackets + following `\\' where the user does not intend to specify an optional + argument, rather wants that brackets are printed. The package offers + commands and options for modifying this behavior, maybe limited to + certain parts of the document source. diff --git a/Master/texmf-dist/doc/latex/ifnextok/SRCFILEs.txt b/Master/texmf-dist/doc/latex/ifnextok/SRCFILEs.txt index fba7b019748..404dcf4a69f 100644 --- a/Master/texmf-dist/doc/latex/ifnextok/SRCFILEs.txt +++ b/Master/texmf-dist/doc/latex/ifnextok/SRCFILEs.txt @@ -1,11 +1,13 @@ *File List* -ifnextok.sty 2011/05/23 v0.1 next token test (UL) -ifnextok.tex 2011/05/23 documenting ifnextok.sty (UL) -srcfiles.tex 2011/05/22 collect file infos - makedoc.cfg 2011/05/23 documentation settings +ifnextok.sty 2011/06/27 v0.3 test next token (UL) +ifnextok.tex 2011/06/26 documenting ifnextok.sty (UL) +testIfNT.tex 2011/06/27 test ifnextok.sty +srcfiles.tex 2011/06/27 collect file infos +niceverb.sty 2011/06/27 v0.42 minimize doc markup (UL) + makedoc.cfg 2011/06/27 documentation settings *********** - List made at 2011/05/23, 13:37 + List made at 2011/06/27, 11:43 from script file srcfiles.tex diff --git a/Master/texmf-dist/doc/latex/ifnextok/ifnextok.pdf b/Master/texmf-dist/doc/latex/ifnextok/ifnextok.pdf index 8ab0b147eee..e96ec28b153 100644 Binary files a/Master/texmf-dist/doc/latex/ifnextok/ifnextok.pdf and b/Master/texmf-dist/doc/latex/ifnextok/ifnextok.pdf differ diff --git a/Master/texmf-dist/doc/latex/ifnextok/testIfNT.pdf b/Master/texmf-dist/doc/latex/ifnextok/testIfNT.pdf new file mode 100644 index 00000000000..4ec56f9b6f8 Binary files /dev/null and b/Master/texmf-dist/doc/latex/ifnextok/testIfNT.pdf differ -- cgit v1.2.3