|
@@ -11,9 +11,9 @@ file
|
11
|
11
|
|
12
|
12
|
The package provides
|
13
|
13
|
|
14
|
|
- - `\grabbox<*>{<register>}[<pre>]{<mode>}[<post>]{<next>}`: grab the
|
|
14
|
+ - `\grabbox<*>[<prepre>]{<register>}[<pre>]{<mode>}[<post>]{<next>}`: grab the
|
15
|
15
|
next argument as a box in `<mode>` (`\hbox`, `\vbox` or `\vtop`) and save it
|
16
|
16
|
in box `<register>`. After the box is saved execute `<next>`. Inside of the
|
17
|
|
- box one can inject `<pre>` before the contents and `<post>` after them. If
|
18
|
|
- the star is not given spaces are stripped from the start and the end of the
|
19
|
|
- box.
|
|
17
|
+ box one can inject `<prepre>` and `<pre>` before the contents and `<post>`
|
|
18
|
+ after them. If the star is not given spaces are stripped from the start and
|
|
19
|
+ the end of the box.
|