Re: [NTG-context] Understanding registers command

2004-08-03 Thread Hans Hagen
Taco Hoekwater wrote:
This looked suspiciously familiar. And indeed, my bib module has the same
problem:
 % Hans, Wat is er mis met [pub][pubs]???
 % Werkt absoluut niet!
 
 \definieerlijst[pubs][pubs]
 

dunno ... it's not like register definitions 

\definelist [whatever] [key=value,...] 
\definelist [whatever] [cloned-from] [key=value,...] 

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
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Understanding registers command

2004-08-02 Thread Christopher Creutzig
Salman Khilji wrote:
\starttext
\defineregister[street][streets]
\street{Ridderstraat}
\placestreets
\stoptext
However, texexec gives me the following:
! Undefined control sequence.
recently read \placestreets
As far as I can see, \defineregister, or more precisely
\dodefinieerregister, completely ignores its second argument.  I guess
the #1 in the \setvalue lines (but not the other lines) of
   \setvalue{\e!plaats#1}%
 {\doplaatsregister[#1]}%
   \setvalue{\e!volledige#1}%
 {\dovolledigregister[#1]}%
should be #2.  But that would change \completeindex to \completeindices,
which would again contradict the manual, so below therewould have to be
another change, from
\definieerregister
  [\v!index]
  [\v!indices]
to
\definieerregister
  [\v!index]
  [\v!index]
Note that \placestreet and \completestreet do work.
regards,
Christopher Creutzig

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Understanding registers command

2004-08-02 Thread Taco Hoekwater


This looked suspiciously familiar. And indeed, my bib module has the same
problem:

  % Hans, Wat is er mis met [pub][pubs]???
  % Werkt absoluut niet!
  
  \definieerlijst[pubs][pubs]

Greetings, Taco

 \definieerregister
[\v!index]
[\v!index]
 
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Understanding registers command

2004-07-22 Thread Salman Khilji
From the BM, I copied the following and created a file named junk.tex.

\starttext
\defineregister[street][streets]
\street{Ridderstraat}
\placestreets
\stoptext

However, texexec gives me the following:

! Undefined control sequence.
recently read \placestreets

l.4 \placestreets

?


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context