ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \overbar setups
@ 2012-12-27  1:17 Idris Samawi Hamid ادريس   سماوي حامد
  2012-12-27  3:58 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Idris Samawi Hamid ادريس   سماوي حامد @ 2012-12-27  1:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Dear gang,
First: Here's wishing you all the most happy holidays and an early happy  
new years.

=============
ConTeXt  ver: 2012.08.14 10:44 MKIV


\starttext

\overbar{test}

\setupbars[color=green,offset=7]
\overbar{test}

\setupbars[color=red,dy=7]
\overbar{test}

\stoptext
=============

offset and dy don't seem to do anything. Also, I don't know the difference  
between the two params... Please advise.

Best wishes to all!
Idris
-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: \overbar setups
  2012-12-27  1:17 \overbar setups Idris Samawi Hamid ادريس   سماوي حامد
@ 2012-12-27  3:58 ` Wolfgang Schuster
  2012-12-27  5:22   ` Idris Samawi Hamid ادريس   سماوي حامد
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2012-12-27  3:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users
  Cc: Idris Samawi Hamid ادريس
	سماوي حامد


Am 27.12.2012 um 02:17 schrieb Idris Samawi Hamid ادريس   سماوي حامد <ishamid@colostate.edu>:

> Dear gang,
> First: Here's wishing you all the most happy holidays and an early happy new years.
> 
> =============
> ConTeXt  ver: 2012.08.14 10:44 MKIV
> 
> 
> \starttext
> 
> \overbar{test}
> 
> \setupbars[color=green,offset=7]
> \overbar{test}
> 
> \setupbars[color=red,dy=7]
> \overbar{test}
> 
> \stoptext
> =============
> 
> offset and dy don't seem to do anything. Also, I don't know the difference between the two params... Please advise.


1. Specify which command you want to change, e.g. “\overbar”.

2. The "offset” key controls the distance between the text and the first rule while “dy” controls the distance between multiple rules.

\starttext

\overbar{left \overbar{middle} right}

\setupbars[overbar][offset=3]\blank[2*line]

\overbar{left \overbar{middle} right}

\setupbars[overbar][dy=3]\blank[2*line]

\overbar{left \overbar{middle} right}

\stoptext

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

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

* Re: \overbar setups
  2012-12-27  3:58 ` Wolfgang Schuster
@ 2012-12-27  5:22   ` Idris Samawi Hamid ادريس   سماوي حامد
  0 siblings, 0 replies; 3+ messages in thread
From: Idris Samawi Hamid ادريس   سماوي حامد @ 2012-12-27  5:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Wolfgang Schuster

Thanks a million, Wolfgang, for your always invaluable and timely  
explanations!

Best wishes
Idris

On Wed, 26 Dec 2012 20:58:17 -0700, Wolfgang Schuster  
<wolfgang.schuster@gmail.com> wrote:

>
>
> Am 27.12.2012 um 02:17 schrieb Idris Samawi Hamid ادريس   سماوي حامد  
> <ishamid@colostate.edu>:
>
>> Dear gang,
>> First: Here's wishing you all the most happy holidays and an early  
>> happy new years.
>>
>> =============
>> ConTeXt  ver: 2012.08.14 10:44 MKIV
>>
>>
>> \starttext
>>
>> \overbar{test}
>>
>> \setupbars[color=green,offset=7]
>> \overbar{test}
>>
>> \setupbars[color=red,dy=7]
>> \overbar{test}
>>
>> \stoptext
>> =============
>>
>> offset and dy don't seem to do anything. Also, I don't know the  
>> difference between the two params... Please advise.
>
>
> 1. Specify which command you want to change, e.g. “\overbar”.
>
> 2. The "offset” key controls the distance between the text and the first  
> rule while “dy” controls the distance between multiple rules.
>
> \starttext
>
> \overbar{left \overbar{middle} right}
>
> \setupbars[overbar][offset=3]\blank[2*line]
>
> \overbar{left \overbar{middle} right}
>
> \setupbars[overbar][dy=3]\blank[2*line]
>
> \overbar{left \overbar{middle} right}
>
> \stoptext
>
> Wolfgang


-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2012-12-27  5:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-27  1:17 \overbar setups Idris Samawi Hamid ادريس   سماوي حامد
2012-12-27  3:58 ` Wolfgang Schuster
2012-12-27  5:22   ` Idris Samawi Hamid ادريس   سماوي حامد

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