Am 27.12.2012 um 02:17 schrieb Idris Samawi Hamid ادريس   سماوي حامد 
<isha...@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
___________________________________________________________________________________

Reply via email to