Tagged Questions
6
votes
3answers
96 views
reproduce section at different position
I would like to reproduce a \section at a later position, with the same number as at the original position. I tried
\newsavebox{\meinebox}
\savebox{\meinebox}[80mm][l]{\section{Hier}}
...
16
votes
3answers
376 views
(Why) Can't we get 'fully expandable' versions of every command?
I'm just starting to figure out what 'expandable' means in LaTeX, and why it is useful to have commands that expand as far as possible. In particular:
If you want to \typeout some string to the log ...
8
votes
1answer
168 views
Expansion of macros and box contents
I don't understand the following behavior.
Intro
First, here is a simplified version of a macro I am using (which is itself a hacked version of a macro found in gloss.tex). If you have a string ...
