summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ifnextok/README
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-03 13:05:10 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-03 13:05:10 +0000
commitb92cdcac0a3665ba9f12d18a70d1879f1563560d (patch)
treed4887aed4f74032db69b03a7ea381825e57b6f60 /Master/texmf-dist/doc/latex/ifnextok/README
parentf53d41771bd380e3a5c63ff43cc0350764e62b13 (diff)
ifnextok v0.3
git-svn-id: svn://tug.org/texlive/trunk@23379 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ifnextok/README')
-rw-r--r--Master/texmf-dist/doc/latex/ifnextok/README16
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