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 ?
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
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 -----------------------------------------------------------------
participants (4)
-
Christopher Creutzig
-
Hans Hagen
-
Salman Khilji
-
Taco Hoekwater