\doifnotallmodes{mode1,mode2,mode3}{ defaultmode instructions } gets the following error message: system : mark BibTitle defined [subject] ! Missing number, treated as zero. <to be read again> \scct:0 \catcodetable ...\fi \the \csname @@cct:\number #1 \endcsname \popcatcodetable ...atcoderestorelevel \endcsname \tracepopcatcodetable \adv... \docheckforallmodes ...\cleanuplabel {#3}\protect \checkedmodetrue \rawproce... .344 ...des{frontbackmatter,memorialnote,article} whereas \startmode[defaultmode] instructions \stopmode and \enablemode[defaultmode] runs without incident. Am I misusing \doifnotallmodes? This used to work. Alan
Alan Bowen wrote:
\doifnotallmodes{mode1,mode2,mode3}{ defaultmode instructions } gets�the following error message:
system� � � � � : mark BibTitle defined [subject] ! Missing number, treated as zero. <to be read again> � � � � � � � � �� \scct:0 \catcodetable ...\fi \the \csname @@cct:\number #1 make suret hat you run the latest beta; catcode management has been reorganized a bit
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 -----------------------------------------------------------------
On Sep 27, 2006, at 12:32 PM, Hans Hagen wrote:
Alan Bowen wrote:
\doifnotallmodes{mode1,mode2,mode3}{ defaultmode instructions } gets�the following error message:
system� � � � � : mark BibTitle defined [subject] ! Missing number, treated as zero. <to be read again> � � � � � � � � �� \scct:0 \catcodetable ...\fi \the \csname @@cct:\number #1 make suret hat you run the latest beta; catcode management has been reorganized a bit
Hans
Hans— The problem— ! Missing number, treated as zero. <to be read again> \scct:0 \catcodetable ...thchardef \currentcatcodetable #1 \the \setdefaultlowercatco... \popcatcodetable ...atcoderestorelevel \endcsname \tracepopcatcodetable \adv... \docheckforallmodes ...\cleanuplabel {#3}\protect \checkedmodetrue \rawproce... l.344 ...des{frontbackmatter,memorialnote,article} { still occurs with ConTeXt ver: 2006.09.27 14:45 MK II. Alan
Alan Bowen wrote:
On Sep 27, 2006, at 12:32 PM, Hans Hagen wrote:
Alan Bowen wrote:
\doifnotallmodes{mode1,mode2,mode3}{ defaultmode instructions } gets�the following error message:
system� � � � � : mark BibTitle defined [subject] ! Missing number, treated as zero. <to be read again> � � � � � � � � �� \scct:0 \catcodetable ...\fi \the \csname @@cct:\number #1 make suret hat you run the latest beta; catcode management has been reorganized a bit
Hans
Hans—
The problem—
! Missing number, treated as zero. <to be read again> \scct:0 \catcodetable ...thchardef \currentcatcodetable #1 \the \setdefaultlowercatco...
\popcatcodetable ....atcoderestorelevel \endcsname
\tracepopcatcodetable \adv...
\docheckforallmodes ...\cleanuplabel {#3}\protect \checkedmodetrue \rawproce... l.344 ....des{frontbackmatter,memorialnote,article} {
still occurs with ConTeXt ver: 2006.09.27 14:45 MK II.
can you make a small test file? 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 -----------------------------------------------------------------
On Sep 27, 2006, at 3:04 PM, Hans Hagen wrote:
Alan Bowen wrote:
On Sep 27, 2006, at 12:32 PM, Hans Hagen wrote:
Alan Bowen wrote:
\doifnotallmodes{mode1,mode2,mode3}{ defaultmode instructions } gets�the following error message:
system� � � � � : mark BibTitle defined [subject] ! Missing number, treated as zero. <to be read again> � � � � � � � � �� \scct:0 \catcodetable ...\fi \the \csname @@cct:\number #1 make suret hat you run the latest beta; catcode management has been reorganized a bit
Hans
Hans—
The problem—
! Missing number, treated as zero. <to be read again> \scct:0 \catcodetable ...thchardef \currentcatcodetable #1 \the \setdefaultlowercatco...
\popcatcodetable ....atcoderestorelevel \endcsname
\tracepopcatcodetable \adv...
\docheckforallmodes ...\cleanuplabel {#3}\protect \checkedmodetrue \rawproce... l.344 ....des{frontbackmatter,memorialnote,article} {
still occurs with ConTeXt ver: 2006.09.27 14:45 MK II.
can you make a small test file?
Hans
Here is a simple test file that shows my problem. Alan
Alan Bowen wrote:
On Sep 27, 2006, at 3:04 PM, Hans Hagen wrote:
Alan Bowen wrote:
On Sep 27, 2006, at 12:32 PM, Hans Hagen wrote:
Alan Bowen wrote:
\doifnotallmodes{mode1,mode2,mode3}{ defaultmode instructions } gets�the following error message:
system� � � � � : mark BibTitle defined [subject] ! Missing number, treated as zero. <to be read again> � � � � � � � � �� \scct:0 \catcodetable ...\fi \the \csname @@cct:\number #1 make suret hat you run the latest beta; catcode management has been reorganized a bit
Hans
Hans—
The problem—
! Missing number, treated as zero. <to be read again> \scct:0 \catcodetable ...thchardef \currentcatcodetable #1 \the \setdefaultlowercatco...
\popcatcodetable ....atcoderestorelevel \endcsname
\tracepopcatcodetable \adv...
\docheckforallmodes ...\cleanuplabel {#3}\protect \checkedmodetrue \rawproce... l.344 ....des{frontbackmatter,memorialnote,article} {
still occurs with ConTeXt ver: 2006.09.27 14:45 MK II.
can you make a small test file?
Hans
Here is a simple test file that shows my problem.
in core-var.tex there is an assymetric (un)protect; btw, i now make context quit when unprotect/protect don't match 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 -----------------------------------------------------------------
On Sep 28, 2006, at 3:39 AM, Hans Hagen wrote:
Alan Bowen wrote:
On Sep 27, 2006, at 3:04 PM, Hans Hagen wrote:
Alan Bowen wrote:
On Sep 27, 2006, at 12:32 PM, Hans Hagen wrote:
Alan Bowen wrote:
\doifnotallmodes{mode1,mode2,mode3}{ defaultmode instructions } gets�the following error message:
system� � � � � : mark BibTitle defined [subject] ! Missing number, treated as zero. <to be read again> � � � � � � � � �� \scct:0 \catcodetable ...\fi \the \csname @@cct:\number #1 make suret hat you run the latest beta; catcode management has been reorganized a bit
Hans
Hans—
The problem—
! Missing number, treated as zero. <to be read again> \scct:0 \catcodetable ...thchardef \currentcatcodetable #1 \the \setdefaultlowercatco...
\popcatcodetable ....atcoderestorelevel \endcsname
\tracepopcatcodetable \adv...
\docheckforallmodes ...\cleanuplabel {#3}\protect \checkedmodetrue \rawproce... l.344 ....des{frontbackmatter,memorialnote,article} {
still occurs with ConTeXt ver: 2006.09.27 14:45 MK II.
can you make a small test file?
Hans
Here is a simple test file that shows my problem.
in core-var.tex there is an assymetric (un)protect;
btw, i now make context quit when unprotect/protect don't match
Hans
Hans—the problem disappears with the latest beta (09/28/06). Thank you! Alan
participants (2)
-
Alan Bowen
-
Hans Hagen