Strange behavior of references when using annotation-module
Hello, I use the latest mkiv beta. When using the annotation module, the output of\in[...] misses a separation dot between chapter and formula number, e.g. "31" instead of "3.1". When I omit the annotation module, there is no chapter number at all in the \in[...] reference! A minimal example of the problem: \usemodule[annotation] \setupformulae[way=bychapter,prefixsegments=chapter,prefixstopper=.] \starttext \chapter{A chapter} \section{A section} \placeformula[OK] \startformula a+b=c \stopformula In \in[OK] we noticed blabla ... \stoptext Another problem is that \smash seems not to work properly for me! Both problems do not occur at all in mkii! Best regards, Dominik
Am 05.09.2012 um 20:24 schrieb Dominik Leopold Forkert
Hello,
I use the latest mkiv beta.
When using the annotation module, the output of\in[...] misses a separation dot between chapter and formula number, e.g. "31" instead of "3.1". When I omit the annotation module, there is no chapter number at all in the \in[...] reference!
A minimal example of the problem:
\usemodule[annotation]
\setupformulae[way=bychapter,prefixsegments=chapter,prefixstopper=.]
\starttext \chapter{A chapter} \section{A section}
\placeformula[OK] \startformula a+b=c \stopformula
In \in[OK] we noticed blabla ... \stoptext
I fixed the bug in the annotation module but to show the chapter number you have to add “prefix=yes” to \setupformulas. Wolfgang
participants (2)
-
Dominik Leopold Forkert
-
Wolfgang Schuster