20 Oct
2004
20 Oct
'04
2:34 p.m.
Dirar Bougatef wrote:
I have setup my parts in the following way:
\def\MyPart#1#2 {\hbox to \hsize \bgroup \hfill \setupframed[height=.7cm,offset=.5em,frame=off] \framed[align=left]{#1}% \framed[align=right,leftframe=on]{#2}% \egroup}
\setuphead[part][before={\vfill},after={\vfill},command=\MyPart]
But this does not make my parts titles appear vertically centered.
\setuphead[part][before={\hbox{}\vfill},after={\vfill},command=\MyPart,placehead=yes] ^^^^^^^ Please, next time insert minimal, but COMPLETE example. I spent 10 minutes looking for placehead=yes to see anything. Cheers Vit Zyka
Dirar.