diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/collectbox/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/collectbox/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/collectbox/README b/Master/texmf-dist/doc/latex/collectbox/README new file mode 100644 index 00000000000..d83c61d077a --- /dev/null +++ b/Master/texmf-dist/doc/latex/collectbox/README @@ -0,0 +1,14 @@ +LaTeX package 'collectbox' +~~~~~~~~~~~~~~~~~~~~~~~~~~ +Copyright (c) 2011 by Martin Scharrer <martin@scharrer-online.de> +Code Repository: https://bitbucket.org/martin_scharrer/collectbox/ +WWW: http://latex.scharrer-online.de/ + +This package provides macros to collect and process an macro argument (i.e. +something which looks like a macro argument) as horizontal box instead as a real +macro argument. These "arguments" will be stored like when using \savebox, +\sbox or the lrbox environment and allow verbatim or other special code. Instead +of explicit braces also implicit braces in the form of \bgroup and \egroup +are supported. This allows to split the begin and end over different macros or to +place them in the begin and end code of an environment. The provided macros are +mainly intended to be used inside other macros or environments |