Am 19.07.10 13:30, schrieb luigi scarso:
Hm, I have no clue on how enable *last mode in mkiv
\starttext
\startmode[*last]
LAST
\stopmode

The '*last' mode is enabled when context needs the maximal number of runs for your document.

\definetwopasslist{last}
\starttext
\gettwopassdata{last}
\iftwopassdatafound
  \savetwopassdata{last}{1}{\number\numexpr\twopassdata+1\relax}
\else
  \savetwopassdata{last}{1}{1}
\fi
\doifnotmode{*last}{not }the last run
\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to