Hi, Hans Using context=experimental, the following cross references all appear as ?? MKII works fine. \placeformula \startformula \startalign \NC v \NC = u + at \NR[eq:v] \NC h \NC = ut + \frac12 gt^2 \NR[eq:h] \stopalign \stopformula Equation (\in[eq:v]) tells the final velocity after time $t$ and equation (\in[eq:h]) tells the distance travelled in time $t$. Yue Wang
But it works fine here with both context=experimental and context=beta. The versions are ``2009.01.17 00:15'' for experimental and ``2009.01.14 11:29'' for beta. On Sat, Jan 17, 2009 at 10:55:48PM +0800, Yue Wang wrote:
Hi, Hans
Using context=experimental, the following cross references all appear as ?? MKII works fine.
\placeformula \startformula \startalign \NC v \NC = u + at \NR[eq:v] \NC h \NC = ut + \frac12 gt^2 \NR[eq:h] \stopalign \stopformula Equation (\in[eq:v]) tells the final velocity after time $t$ and equation (\in[eq:h]) tells the distance travelled in time $t$.
Yue Wang ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
--
Longmin Wang
Longmin Wang wrote:
But it works fine here with both context=experimental and context=beta. The versions are ``2009.01.17 00:15'' for experimental and ``2009.01.14 11:29'' for beta.
Appears fine here as well, with context 2009.01.17 00:15. But I assume your test file was longer thatn just the little block below. Perhaps you should post a full file. Btw, the example breaks with cont-xp, but in a different way: it throws an error at me about an undefined control sequence (\currentformulassynchronize). Best wishes, Taco
Hi, Taco:
Appears fine here as well, with context 2009.01.17 00:15. But I assume your test file was longer thatn just the little block below. Perhaps you should post a full file.
Btw, the example breaks with cont-xp, but in a different way: it throws an error at me about an undefined control sequence (\currentformulassynchronize).
OK, in fact the whole file is just add \bye at the end of that piece of code. This works well on both mkii and mkiv: \starttext \placeformula \startformula \startalign \NC v \NC = u + at \NR[eq:v] \NC h \NC = ut + \frac12 gt^2 \NR[eq:h] \stopalign \stopformula Equation (\in[eq:v]) tells the final velocity after time $t$ and equation (\in[eq:h]) tells the distance travelled in time $t$. \stoptext and this only works in MKII, not mkiv: \placeformula \startformula \startalign \NC v \NC = u + at \NR[eq:v] \NC h \NC = ut + \frac12 gt^2 \NR[eq:h] \stopalign \stopformula Equation (\in[eq:v]) tells the final velocity after time $t$ and equation (\in[eq:h]) tells the distance travelled in time $t$. \bye Another problem which I reported a few weeks ago is still not solved. when I use a sans font, like \setupbodyfont[iwona, ss,12pt], the label for the equation still uses roman font unless i manually change them by \setupformulae. I think this can be improved. Yue Wang
Am 2009-01-18 um 06:06 schrieb Yue Wang:
OK, in fact the whole file is just add \bye at the end of that piece of code.
This works well on both mkii and mkiv: \starttext ...
\stoptext
and this only works in MKII, not mkiv: ...
\bye
Why do you expect ConTeXt to work without \start|stoptext ? Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
Yue Wang wrote:
Hi,
Why do you expect ConTeXt to work without \start|stoptext ?
Well, it used to work, and i use it a lot in my own document. (both mkiv and mkii support this before the 2008.11.10 version)
start/stoptext is really needed in order to let multipass info work ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (5)
-
Hans Hagen
-
Henning Hraban Ramm
-
Longmin Wang
-
Taco Hoekwater
-
Yue Wang