ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug in \underbar ?
@ 2008-07-23 10:23 luigi scarso
  2008-07-23 11:04 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: luigi scarso @ 2008-07-23 10:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 356 bytes --]

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.
-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 450 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug in \underbar ?
  2008-07-23 10:23 Bug in \underbar ? luigi scarso
@ 2008-07-23 11:04 ` Wolfgang Schuster
  2008-07-23 14:01   ` luigi scarso
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2008-07-23 11:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Jul 23, 2008 at 12:23 PM, luigi scarso <luigi.scarso@gmail.com> 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 : 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug in \underbar ?
  2008-07-23 11:04 ` Wolfgang Schuster
@ 2008-07-23 14:01   ` luigi scarso
  0 siblings, 0 replies; 3+ messages in thread
From: luigi scarso @ 2008-07-23 14:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 90 bytes --]

>
> You could use the textbackground underline method.
>

good -- I will try it
-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 310 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-23 14:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-23 10:23 Bug in \underbar ? luigi scarso
2008-07-23 11:04 ` Wolfgang Schuster
2008-07-23 14:01   ` luigi scarso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).