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
Am 27.12.2012 um 02:17 schrieb Idris Samawi Hamid ادريس سماوي حامد
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
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
Am 27.12.2012 um 02:17 schrieb Idris Samawi Hamid ادريس سماوي حامد
: 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
participants (2)
-
Idris Samawi Hamid ادريس سماوي حامد
-
Wolfgang Schuster