diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/ifnextok/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/ifnextok/README | 16 |
1 files changed, 13 insertions, 3 deletions
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<target>{<on-space>} modifies <target> +so it executes <on-space> 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 |