Hans Hagen wrote:
On 8-8-2010 7:40, Yury G. Kudryashov wrote:
this is only one case (we also need labels, content, left and right to work ok)
I uploaded a beta that handles the following as intended.
\starttext
\definereferenceformat [intesta] [left=(,right=),text=Whatever~] \definereferenceformat [intestb] [left=(,right=),label=figure]
\placeformula[x]\startformula a \stopformula
\starttabulate[|||||] \NC \in [x] \NC \in {left}[x] \NC \in {}{right}[x] \NC \in {left}{right}[x] \NC \NR I see no "left" or "right" in the first string in PDF output. Just "1\t1\t1\t1".
Other strings work as expected except for "~" in text= field. In the earlier versions ~ was inserted automatically. For example, http://wiki.contextgarden.net/References suggests \definereferenceformat[insec][text=section] Am I right that the main difference between "text" and "label" (in the new version) is that context automatically uppercases "label" and adds ~ after it?