ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: WN <wneimeijer01@cs.com>
Subject: Re: Help : Unknown references
Date: Wed, 22 Mar 2006 17:33:12 +0100	[thread overview]
Message-ID: <44217C48.3010204@cs.com> (raw)
In-Reply-To: <Pine.GSO.4.63.0603211841550.19706@rrpf4327h15.ratva.hzvpu.rqh>


[-- Attachment #1.1: Type: text/plain, Size: 2846 bytes --]

Hi,

I think I am using the latest context version

 > texexec --version
TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

               texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
               texutil : TeXUtil 9.0.1 - ConTeXt / PRAGMA ADE 1992-2006
                   tex : pdfeTeX, 3.141592-1.30.6-2.2 (Web2C 7.5.5)
             *  context : ver: 2006.03.20 10:19
               cont-en : ver: 2006.03.20 10:19  fmt: 2006.3.21  mes: 
english*

When I compile your  code, it works. However my code , which I think, is 
similar, doesn't work.
I  cannot see any difference in the setup. I must be doing something 
basically wrong ???

Here is an excerpt  from my code

*/\def\mathrm/*#1{ {*/\rm/* #1}}
*/\def\done/*#1#2{ */\frac/*{ */\mathrm/*{d}  #1}{*/\mathrm/*{d} */\mathrm/*{#2}} }
*/\def\dtwo/*#1#2{ */\frac/*{*/\mathrm/*{d}^{2}  #1}{*/\mathrm/*{d} */\mathrm/*{#2}^{2}} }
*/\starttext/*
Als op het tijdstip *$t_{0}$* plaats *$**\vec**{r}_{0}$* en snelheid *$v_{0}$* zijn gegeven, 
dan kan de plaats *$**\vec**{r}$* van een deeltje op ieder tijdstip worden berekend met de
vergelijkingen
*/\placeformula/*[eqn1]
*/\startformula/*
*/\startalign/*[n=3]
*/\vec/*{v} & = & */\done/*{*/\vec/*{r}}{t}    */\quad/* */\quad/* */\vec/*{r} - */\vec/*{r}_{0} = */\int/*_{t_{0}}^{t} */\vec/*{v} */\:/* dt */\\/*
*/\stopalign/*
*/\stopformula/*
*/\placeformula/*[eqn2]
*/\startformula/*
*/\startalign/*[n=3]
*/\vec/*{a} & = & */\done/*{*/\vec/*{v}}{t}    */\quad/* */\quad/* */\vec/*{v} - */\vec/*{v}_{0} = */\int/*_{t_{0}}^{t} */\vec/*{a} */\:/* dt  */\\/*
*/\stopalign/*
*/\stopformula/*
Voor *$**\vec**{a}$* constant volgt uit */\in/*[eqn2] 
*/\startformula/*
*/\vec/*{v} = */\vec/*{v}_{0} + */\vec/*{a} */\:/* (t - t_0)
*/\stopformula/*
en hieruit met behulp van */\in/*[eqn1] 
*/\stoptext
/*

Wim


adityam@umich.edu wrote:
> On Tue, 21 Mar 2006, WN wrote:
>
>   
>> Hi,
>>
>> I am getting unknown references when I use
>> \startformula
>> \startalign[n=3]
>> .... Some math ......
>> \stopalign
>> \stopformula
>> in conjunction with
>> \placeformula[eqn1]
>> \startformula
>> .... math ..
>> \stopformula
>> See \in[eqn1] .... <----------- unknown reference
>>
>> It has something to do with the formulanumber not set, I know, but how 
>> do I fix this in the above ??
>>     
>
> Which context version are you using? The following compiles correctly on 
> live.contextgarden.net
>
> \starttext
> \startformula \startalign[n=3]
>   \NC a \NC b \NC d \NR
>   \NC a \NC b \NC d \NR
> \stopalign \stopformula
>
> in conjunction with
> \placeformula[eqn1]
>   \startformula
>     a = b
>    \stopformula
> See \in[eqn1] \unknown
>
> \stoptext
>
> See if this works for you.
>
> Aditya
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>   


[-- Attachment #1.2: Type: text/html, Size: 7745 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2006-03-22 16:33 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-21 19:42 WN
2006-03-21 23:43 ` Aditya Mahajan
2006-03-22 16:33   ` WN [this message]
2006-03-22 16:55     ` Taco Hoekwater
2006-03-22 21:57       ` Aditya Mahajan
2006-03-23  5:43         ` Guide on align (was Help : Unknown references) Aditya Mahajan
2006-03-24 16:54           ` WN
2006-03-24 18:06             ` Aditya Mahajan
2006-03-24 20:45               ` Taco Hoekwater
2006-03-24 21:40                 ` Aditya Mahajan
2006-03-27  8:37                   ` Taco Hoekwater
2006-03-24 21:41               ` Hans Hagen
2006-03-27 14:24           ` Hans Hagen
2006-03-27 14:40             ` Aditya Mahajan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44217C48.3010204@cs.com \
    --to=wneimeijer01@cs.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).