>
>how can i make that line vertically centered, like
>   --,
>the  /th seal
>   /
>
>:)

Abusing math mode is easiest:

   \def\vcentered#1%
     {\dontleavehmode\mathematics{\vcenter{\hbox{#1}}}}
   \starttext
   {\tfc The \vcentered{{\BigFont 7}\high{th}} Seal}
   \stoptext


Cheers, Taco
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to