diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-07 23:22:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-07 23:22:23 +0000 |
commit | d9eed51f22174ef543823392b76a190f3c7f83a4 (patch) | |
tree | 171993e52668bfb362abdb9dd2b3eec2d615626b /Master/texmf-dist/doc/generic/gobble/README | |
parent | 7ac81bc4c8445b925f4504174ad526d178221fcb (diff) |
gobble (7mar16)
git-svn-id: svn://tug.org/texlive/trunk@39964 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/gobble/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/gobble/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/gobble/README b/Master/texmf-dist/doc/generic/gobble/README new file mode 100644 index 00000000000..df5d8c2fd02 --- /dev/null +++ b/Master/texmf-dist/doc/generic/gobble/README @@ -0,0 +1,19 @@ +LaTeX and generic TeX packages 'gobble' and 'gobble-user' +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Copyright (c) 2012 by Martin Scharrer <martin@scharrer-online.de> +CTAN: http://www.ctan.org/pkg/gobble +Code repository: https://bitbucket.org/martin_scharrer/gobble + +The LaTeX package 'gobble' includes several gobble macros not +included in the LaTeX kernel. These macros remove a number of +arguments after them; a feature regulary used inside other +macros. This includes gobble macros for optional arguments. + +The LaTeX package 'gobble-user' provides these macros to the +user level, i.e. using names without '@', so that these can be +used without \makeatletter and \makeatother. + +The same macros are provided inside .tex files for use with +plain-TeX or other TeX formats. However, the gobble macros +for optional macros require \@ifnextchar to be defined. + |