On Wed, Jul 23, 2008 at 12:23 PM, luigi scarso <[EMAIL PROTECTED]> wrote:
> Sorry for this innacurate email,
> but I'm seeing something strange  with \underbar.
> I'm using columnset with 2 columns,
> and \underbar appear in a \section head customization.
>
> luatex --vers
> This is LuaTeX, Version snapshot-0.29.0-2008072308
>
> ConTeXt  ver: 2008.05.21 15:21 MKIV  fmt: 2008.7.23  int: english/english
>
>
> ASAP I will made an example.

You could use the textbackground underline method.

\definetextbackground
  [underline]
  [location=text,alternative=1,background=,frame=off]

\definestartstop [underline]
  [before={\starttextbackground[underline]},
   after=\stoptextbackground]

\def\underline{\groupedcommand{\starttextbackground[underline]}{\stoptextbackground}}

\setuphead[section][textcommand=\underline]

\starttext
\section{Section}
\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 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