Tagged Questions
2
votes
1answer
97 views
Page breaking in vtop/hbox
I'm a new user of Tex and I'm facing a problem related to a very simple situation.
I'm currently working on a TeX (TeXLive, no LaTeX is used) generator. This generator builds TeX files containing ...
7
votes
1answer
304 views
Execute token after \halign
I like to create a macro which processes a following brace group as "argument" using \halign. After it has been processed a token (a macro) should be executed. With an \hbox I can use ...