8 Aug
2006
8 Aug
'06
5:46 p.m.
Sanjoy Mahajan wrote:
The overfull box is caused by a strut. It is easily removed by \def\verticalstrut{\normalvbox {\hsize \zeropoint \noindent\strut }}
Easily removed, but not so easily found! Thanks, that fixes it. Looking at the standard definition of \verticalstrut (in core-spa.tex):
\def\verticalstrut {\normalvbox{\hsize\zeropoint\strut}}
your fix adds a \noindent. Is that a general solution (e.g. for a subsequent release) or does it have side effects?
The release I just announced fixes the problem by using \forgetall instead of \noindent. Side-effect do not matter because any effects will stay local to the \normalvbox, and that is left right away. Cheers, Taco