There is still an issue here. \setupbars[unit=mm,rulethickness=1] AB\startbar[underbar]CD\stopbar EF\crlf \setupbars[unit=ex,rulethickness=1] AB\startbar[underbar]CD\stopbar EF\crlf \setupbars[unit=pt,rulethickness=1] AB\startbar[underbar]CD\stopbar EF\crlf The first and third setup do not give an underbar, the second does. Question: why does "ex" qualify as a dimension unit but "pt" and "mm" do not? Sounds strange. If I want an underbar exactly 1mm or 3pt's thick, why isn't that made possible? Doing the math myself is no option, becaus ex will not be known beforehand. Hans van der Meer On 8 jul. 2012, at 23:40, Meer, H. van der wrote: Thansk, I see. \setupbars doesn't give a hit on ConTeXt-wiki, so I couldn't find this. Still I dare say, it is a pity that [rulethickness=] gets a different meaning here than elsewhere. I would like to ask to reconsider, because I strongly believe in consistency in the API (though I am ready to admit that it is not easy to maintain and confess guilty myself at more than one occasion). That is either change all rulethickness's everywhere to this scheme or otherwise. Or did this already happened and did I miss that? And of course, the easiest solution would be if the code itself could sort out the difference between having been given a fraction or a length. Hans van der Meer On 8 jul. 2012, at 22:44, Wolfgang Schuster wrote: Am 08.07.2012 um 22:24 schrieb Meer, H. van der: This gives an error: \starttext \setupbars[rulethickness=4pt] \stoptext ! LuaTeX error
:1: malformed number near '4pt'. ConTeXt ver: 2012.07.04 23:48 MKIV fmt: 2012.7.6 int: english/english Elsewhere this is ok, as for example in: \framed[rulethickness=4pt]{} Strangely in node-rul.mkiv I see: \c!rulethickness=2.5 whereas in pack-rul.mkiv: \c!rulethickness=\linewidth I am inclined to spot an error here, or at least an inconsistency in the API. \setupbars[rulethickness=0.5] \starttext \setupbars[unit=ex]\underbar{ex} \setupbars[unit=em]\underbar{em} \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 ___________________________________________________________________________________ ___________________________________________________________________________________ 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 ___________________________________________________________________________________