ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt 2000-02-22 and References: ??
@ 2000-02-22 22:35 Tobias Burnus
  2000-02-23  7:04 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Burnus @ 2000-02-22 22:35 UTC (permalink / raw)


Hi,

has anybody succeeded to use references with one of the newer ConTeXt
versions? I use ConTeXT 2000-02-22, but I saw this problem with an
earlier 2000-02 version. (I use TeXExec 1.9 and  TeXUtil 7.3). Example:

---------<cut>---------------
\placeformula[ZEE:EDymDreh]
$$
  M=\frac{\mu_0 e L}{2 m_{\rm e}}
$$

... \in[ZEE:EDymDreh] ....
---------<cut>---------------

only shows:
"referenzen     : unbekannte Referenz [][ZEE:EDymDreh]"
(references       unknown reference)

This is with multiple texutil runs.

I observed this already with \item[foo].

Tobias


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ConTeXt 2000-02-22 and References: ??
  2000-02-22 22:35 ConTeXt 2000-02-22 and References: ?? Tobias Burnus
@ 2000-02-23  7:04 ` Hans Hagen
  2000-02-23 20:15   ` ConTeXt 2000-02-22 and References: ?? (SOLVED) Tobias Burnus
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2000-02-23  7:04 UTC (permalink / raw)
  Cc: NTG-ConTeXt

Hi Tobias, 

>earlier 2000-02 version. (I use TeXExec 1.9 and  TeXUtil 7.3). Example:
>
>---------<cut>---------------
>\placeformula[ZEE:EDymDreh]
>$$
>  M=\frac{\mu_0 e L}{2 m_{\rm e}}
>$$
>
>... \in[ZEE:EDymDreh] ....
>---------<cut>---------------
>
>only shows:
>"referenzen     : unbekannte Referenz [][ZEE:EDymDreh]"
>(references       unknown reference)
>
>This is with multiple texutil runs.
>
>I observed this already with \item[foo].

I don't understand this. It works here (believe me, faulty refs I would
notice immediately -). So, what is wrong here? Can you run 
"texutil --purge" to clean up any old temporary file? 

Also, empty your whole context base path, then unzip and remake. Maybe some
old file is interfering (although I cannot imagine how). 

If there is an error (also some improper file nesting), texexec will not
run texutil. What happend if you run "texutil --ref" on this file? Is the
ref in the tui file (search for mainreference). 

Hans  

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.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ConTeXt 2000-02-22 and References: ?? (SOLVED)
  2000-02-23  7:04 ` Hans Hagen
@ 2000-02-23 20:15   ` Tobias Burnus
  2000-02-23 23:27     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Burnus @ 2000-02-23 20:15 UTC (permalink / raw)
  Cc: NTG-ConTeXt

Hi,

it was a kind of stupid, but interesting configuration bug:
---------------<CUT>----------------------------------------
cd texmf/tex/context/config/
diff -u cont-usr.tex.bug cont-usr.tex
--- cont-usr.tex.bug    Wed Feb 23 21:12:52 2000
+++ cont-usr.tex        Wed Feb 23 21:09:48 2000
@@ -77,7 +77,7 @@
 % \installlanguage [\s!no] [\c!status=\v!start] % norwegian 
 % \installlanguage [\s!pl] [\c!status=\v!start] % polish
 % \installlanguage [\s!pt] [\c!status=\v!start] % portuguese 
-installlanguage [\s!sp] [\c!status=\v!start] % spanish    
+\installlanguage [\s!sp] [\c!status=\v!start] % spanish    
 % \installlanguage [\s!sv] [\c!status=\v!start] % swedish   
 % \installlanguage [\s!tr] [\c!status=\v!start] % turkish    
 % \installlanguage [\s!uk] [\c!status=\v!start] % english uk 
---------------<CUT>----------------------------------------

I had never thought that such a typo (one [del] to much) could
cause everything to work correct, but references!

Sorry for the wrong alarm,

Tobias


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ConTeXt 2000-02-22 and References: ?? (SOLVED)
  2000-02-23 20:15   ` ConTeXt 2000-02-22 and References: ?? (SOLVED) Tobias Burnus
@ 2000-02-23 23:27     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2000-02-23 23:27 UTC (permalink / raw)
  Cc: NTG-ConTeXt

At 09:15 PM 2/23/2000 +0100, Tobias Burnus wrote:

>-installlanguage [\s!sp] [\c!status=\v!start] % spanish    
>+\installlanguage [\s!sp] [\c!status=\v!start] % spanish    
> % \installlanguage [\s!sv] [\c!status=\v!start] % swedish   
> % \installlanguage [\s!tr] [\c!status=\v!start] % turkish    
> % \installlanguage [\s!uk] [\c!status=\v!start] % english uk 
>---------------<CUT>----------------------------------------
>
>I had never thought that such a typo (one [del] to much) could
>cause everything to work correct, but references!

(1) By doing this, you will get one typeset page when gerenating the
format, as well as a wrong starting page number with each run

(2) refs etc are loaded at 'starttext' time or when the first ref is used
or at the start of the pagebody; just search for \checkreferences.

(3) Some more two pass things can also be influenced. 

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.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-02-23 23:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-22 22:35 ConTeXt 2000-02-22 and References: ?? Tobias Burnus
2000-02-23  7:04 ` Hans Hagen
2000-02-23 20:15   ` ConTeXt 2000-02-22 and References: ?? (SOLVED) Tobias Burnus
2000-02-23 23:27     ` Hans Hagen

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).