Am 10.07.2009 um 20:03 schrieb Hans Hagen:
Wolfgang Schuster wrote:
Am 09.07.2009 um 23:16 schrieb Hans Hagen:
\def\donoregister #1#2#3{\doflushatpar{\doprocesspageregister{#1}{} {}{#2}{#3}}} % register key - entry \def\dodoregister#1#2#3#4{\doflushatpar{\doprocesspageregister{#1} {}{#2}{#3}{#4}}} % register key altnum entry Thanks, this works. Is there also a way to take care of situations where the \index command appear between two vertical skips, a stupid example is
no, an index inserts something in the stream (after all it has to be anchored); in such a case you can try \EveryPar{\index{...}}
this suppress the extra skip but executes the index at each paragraph till the next \EveraPAr or the end of the document
(or use the delayed flush at par mechanism)
do you mean \flushatnextpar because this works Wolfgang