http://www.ntg.nl/pipermail/ntg-context/2012/070738.html
Wolfgang
Thanks Wolfgang, but this solution is not independent from the size of the font, and so had to be adjust for each size again (bad for my project, where the font-size changes on nearly every page). Which unit has this offset? \setupbars[overbar][offset=3] I tried the font-independent unit em \setupbars[overbar][offset=3em] but that does not work. Huseyin
On 4/1/2014 12:12 PM, "H. Özoguz" wrote:
http://www.ntg.nl/pipermail/ntg-context/2012/070738.html
Wolfgang
Thanks Wolfgang, but this solution is not independent from the size of the font, and so had to be adjust for each size again (bad for my project, where the font-size changes on nearly every page).
Which unit has this offset? \setupbars[overbar][offset=3]
I tried the font-independent unit em \setupbars[overbar][offset=3em]
but that does not work.
as 'ex' is bad font that font, you can try 'em' : \setupbars[overbar][offset=1.2,unit=em,rulethickness=.05] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
"H. Özoguz"
-
Hans Hagen