Directory macros/latex/contrib/grabbox
README.md
grabbox: utilities to get an argument as a box
Copyright (C) 2018-2019 by Jonathan P. Spratte
This package may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this license or (at your option) any later version. The latest version of this license is in the file
https://www.latex-project.org/lppl.txt
The package provides
\grabbox<*>[<prepre>]{<register>}[<pre>]{<mode>}[<post>]{<next>}
: grab the next argument as a box in<mode>
(\hbox
,\vbox
or\vtop
) and save it in box<register>
. After the box is saved execute<next>
. Inside of the box one can inject<prepre>
and<pre>
before the contents and<post>
after them. If the star is not given spaces are stripped from the start and the end of the box.
Download the contents of this package in one zip archive (347.0k).
grabbox – Read an argument into a box and execute the code afterwards
The package provides the command \grabbox, which grabs an argument into a box and executes the code afterwards.
Package | grabbox |
Version | 1.4 2019-05-08 |
Licenses | The LaTeX Project Public License 1.3c |
Copyright | 2018–2019 Jonathan P. Spratte |
Maintainer | Jonathan P. Spratte |
Contained in | TeX Live as grabbox MiKTeX as grabbox |
Topics | Boxing |