Hi all, Not even 40 hours into the new year, there is already a new ConTeXt release available for download from htp://www.pragma-ade.com . Bugfixes: * re-enable norwegian hyphenation patterns * footnote referencing fix * fix use of prime and underscore in math displays (that was already in 2006.12.27) New feature: * Use the low-level support for ToUnicode mapping in the (likewise brand new) pdftex 1.40, if possible. Wishing everybody all the best and lots of fun in 2007, Taco
On Tuesday 02 January 2007 06:19, Taco Hoekwater wrote:
* footnote referencing fix
Taco, The problem seems to have changed but it is still there. New test case: \starttext \chapter[A]{One} \footnote{foot} \chapter[B]{Two} \somewhere{before}{after}[B] \stoptext --Mike Bird
Hi Mike, Mike Bird wrote:
On Tuesday 02 January 2007 06:19, Taco Hoekwater wrote:
* footnote referencing fix
Taco,
The problem seems to have changed but it is still there.
I do not have a solution, but a hint for Hans: could this be related to that bug where footnotes in vertical mode are distinct from footnotes in horizontal mode? https://foundry.supelec.fr/tracker/index.php?func=detail&aid=46&group_id=21&atid=161 Best, Taco
New test case:
\starttext \chapter[A]{One} \footnote{foot} \chapter[B]{Two} \somewhere{before}{after}[B] \stoptext
On Thursday 04 January 2007 00:31, Taco Hoekwater wrote:
I do not have a solution, but a hint for Hans: could this be related to that bug where footnotes in vertical mode are distinct from footnotes in horizontal mode?
Hi Taco, I don't think so. The \somewhere problem remains if we add a few characters to the test case to force horizontal mode: \starttext \chapter[A]{One} Text.\footnote{foot} \chapter[B]{Two} Text \somewhere{before}{after}[B]. \stoptext --Mike Bird
Hi, Mike Bird wrote:
On Thursday 04 January 2007 00:31, Taco Hoekwater wrote:
I do not have a solution, but a hint for Hans: could this be related to that bug where footnotes in vertical mode are distinct from footnotes in horizontal mode?
Hi Taco,
I don't think so. The \somewhere problem remains if we add a few characters to the test case to force horizontal mode:
I've created a bug item for this. Best, Taco
On Thursday 04 January 2007 01:40, Taco Hoekwater wrote:
I've created a bug item for this.
The bug item mail gateway is broken so I'll send this clue to the list instead. The \somwhere problem seems to be related to pages now. Adding '\setuphead[chapter][page=no]' at the beginning of the bug #50 test case removes the problem. A similar correlation between pages and reference errors is also apparent in a larger test. --Mike Bird
Mike Bird wrote:
On Thursday 04 January 2007 01:40, Taco Hoekwater wrote:
I've created a bug item for this.
The bug item mail gateway is broken so I'll send this clue to the list instead.
The \somwhere problem seems to be related to pages now.
Adding '\setuphead[chapter][page=no]' at the beginning of the bug #50 test case removes the problem. � A similar correlation between pages and reference errors is also apparent in a larger test.
can you prepare a set of (small test files)? 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 Sunday 07 January 2007 10:05, Hans Hagen wrote:
can you prepare a set of (small test files)?
How about a file of a small set of tests? \setuphead[chapter][page=no] \def\Test#1{% \DoTest#1\par% \backslash somewhere test case - pairs of +/- (expected/actual) should match.\footnote{\DoTest#1}\par% \DoTest#1\par% } \def\DoTest#1#2#3#4{% #1\somewhere{+}{-}[A]\hskip4em% #2\somewhere{+}{-}[B]\hskip4em% #3\somewhere{+}{-}[C]\hskip4em% #4\somewhere{+}{-}[D]% } \starttext \Test{----} \chapter[A]{A} \Test{+---} \section[B]{B} \Test{++--} \page \chapter[C]{C} \Test{+++-} \section[D]{D} \Test{++++} \stoptext --Mike Bird
participants (3)
-
Hans Hagen
-
Mike Bird
-
Taco Hoekwater