references to footnotes are broken in mkiv
Hi all, the following example produces the correct reference in mkii but no reference in mkiv. Has anything changed, or is this a bug? Thanks Thomas \starttext A text\footnote[fnt:1]{A footnote} with a reference\footnote[fnt:2] {Another one} to a \in[fnt:2] footnote. \stoptext
Thomas A. Schmitz wrote:
Hi all,
the following example produces the correct reference in mkii but no reference in mkiv. Has anything changed, or is this a bug?
Thanks
Thomas
\starttext
A text\footnote[fnt:1]{A footnote} with a reference\footnote[fnt:2]{Another one} to a \in[fnt:2] footnote.
\stoptext
fixed in next version; i'll send you a patch ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Oct 19, 2009, at 11:14 AM, Thomas A. Schmitz wrote:
fixed in next version; i'll send you a patch
Excellent, your patch works!
Thanks, and all best
Thomas
Sorry to be a PITA, but could you fix references to items as well? They don't work either in mkiv: \starttext \startitemize[n] \item[one] One \item Two \stopitemize In item \in[one]. \stoptext (Works in mkii, but not in mkiv) All best Thomas
Thomas A. Schmitz wrote:
On Oct 19, 2009, at 11:14 AM, Thomas A. Schmitz wrote:
fixed in next version; i'll send you a patch
Excellent, your patch works!
Thanks, and all best
Thomas
Sorry to be a PITA, but could you fix references to items as well? They don't work either in mkiv:
\starttext
\startitemize[n] \item[one] One \item Two \stopitemize
In item \in[one].
\stoptext
(Works in mkii, but not in mkiv)
i'll fix this (we just need to register this ref class) it will be possible to nil the stoppers for those numbers in an upcoming release, so you have to live with it for the moment. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Oct 22, 2009, at 11:33 PM, Hans Hagen wrote:
i'll fix this (we just need to register this ref class)
it will be possible to nil the stoppers for those numbers in an upcoming release, so you have to live with it for the moment.
Hans
Hi Hans, thanks for fixing this! There still is a slight inconsistency in the mkiv reference code. Look at the following example: \starttext \section{One} \startitemize[n] \item[one] One \item Two \stopitemize In item \in[one]. \stoptext In mkiv, the reference becomes "11" because the section number is prefixed. I didn't find a way to configure this, and if it gets prefixed, there should be something typeset in between, so it becomes 1:1 or 1-1 or something. All best Thomas
participants (2)
-
Hans Hagen
-
Thomas A. Schmitz