Steffen Wolfrum schrieb:
> Hi,
> 
> in order to write a command=... for \setuphead I am fighting with the  
> following \framed:
> 
> 
> \starttext
> \showframe
> 
> \def\TestFrame%
> {\hbox to \hsize\bgroup%
> \tbox{\midaligned\framed[frame=on,align=middle,width=0.85\textwidth] 
> {{\kern0.75em}Test}}%
> \egroup}
> 
> \TestFrame
> 
> %Test% <-
> 
> \stoptext
> 
> 
> 
> I only want the framed "Test" to be at the same vertical position as  
> the plain "Test" (please compare).
> 
> Just how???
> 

\def\TestFrame%
  {\hbox to \hsize\bgroup
   \midaligned\framed[frame=on,align=middle,width=0.85\textwidth]
   {{\kern0.75em}Test}\egroup}

but i'm also unsure what you exactly want to achieve ;)

best wishes, peter


> 
> Thanks,
> 
> Steffen
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to