Problem with the latest Version of context 2004-02-23
Hello, I get the following error message from the latest version of context 2004-02-23 when I run this "table": %%%%%%%%%%%%%%%%%%%%%%%example.tex%%%%%%%%%%%%%%%%%%%%%%%%%% \mainlanguage[de] \language[de] \enableregime[windows] \setuppapersize[a4][a4] \setupoutput[pdftex] \pdfcompresslevel=1 \setupcaption[table][location=top] \starttext \startlocalfootnotes[n=0,conversion=characters] \placetable[force][tab:konferenzbewertung]{Bewertungen der Konferenz}\placelegend{ \bTABLE \setupTABLE[frame=off] \setupTABLE[1,2,3,4,5][1][topframe=on,rulethickness=0.8pt] % Linie ueber der Tabelle und in der Mitte vorletzte Zeile \setupTABLE[1,2,3,4,5][2][topframe=on] % Linie unter der ersten Linie \setupTABLE[1,2,3,4,5][9][bottomframe=on,rulethickness=0.8pt] \setupTABLE[column][1][width=7.2cm] \setupTABLE[column][5][width=1.5cm] \setupTABLE[column][2,3,4][align=middle] \setupTABLE[column][5][alignmentcharacter={.},aligncharacter=yes,align=middle] \bTR \bTH Fragethemen \eTH \bTH Häufigkeiten \eTH \bTH Median \eTH \bTH Modalwert \eTH \bTH $\sigma$\footnote{Standardabweichung} \eTH \eTR \bTR \bTD Die Vorträge \eTD \bTD 35 \eTD \bTD 6 \eTD \bTD 6 \eTD \bTD 0,7 \eTD \eTR \bTR \bTD Die Arbeitsgruppen \eTD \bTD 36 \eTD \bTD 5 \eTD \bTD 5 \eTD \bTD 1,8 \eTD \eTR \bTR \bTD Das Expertengespräch \eTD \bTD 24 \eTD \bTD 6 \eTD \bTD 6 \eTD \bTD 1,1 \eTD \eTR \bTR \bTD Informationsstände d. Projekte \eTD \bTD 34 \eTD \bTD 6 \eTD \bTD 7 \eTD \bTD 1,0 \eTD \eTR \bTR \bTD Gelegenheit zum In- \eTD \bTD \eTD \bTD \eTD \bTD \eTD \bTD \eTD \eTR \bTR \bTD formationsaustausch \eTD \bTD 35 \eTD \bTD 6 \eTD \bTD 5 \eTD \bTD 1,1 \eTD \eTR \bTR \bTD Zeitpunkt (Wochenende) \eTD \bTD 37 \eTD \bTD 5 \eTD \bTD 6 \eTD \bTD 1,9 \eTD \eTR \bTR \bTD Konferenzdauer (3 Tage) \eTD \bTD 37 \eTD \bTD 6 \eTD \bTD 6 \eTD \bTD 1,4 \eTD \eTR \eTABLE } {\placelocalfootnotes} \stoplocalfootnotes \stoptext %%%%%%%%%%%%%%%%%%%%%%%example.tex%%%%%%%%%%%%%%%%%%%%%%%%%% The error message from context: %%%%%%%%%%%%%%%%%%%%%%%%%%%% (./testtabelle.tuo) (./testtabelle.tuo) systems : begin file testtabelle at line 48 references : unknown reference [][fnt:t:1] references : unknown reference [][fnt:f:1] ! Argument of \secondoftwoarguments has an extra }. <inserted text> \par <to be read again> } \dostartnote ...t:\internalfootreference }{}\fi }} {\rawreference \s!fnt {\s!... <to be read again> { <argument> $\sigma $\footnote { Standardabweichung} \handleTBLcell ...{\bTBLCELL \TBLcharalign {#2}{#4 }\eTBLCELL }\fi } ... l.78 \eTABLE ? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Older Context-Version works ok with this table and other Context-Files (without tables like this) works fine. Thank you for your help and best wishes, and a nice weekend, Helmut
At 13:42 27/02/2004, you wrote:
I get the following error message from the latest version of context 2004-02-23 when I run this "table":
i'll upload a new version patch \def\dostartnote% nog gobble als in pagebody {\bgroup \settrue\processingnote %\restorecatcodes % to be tested first \ifinregels % otherwise problems with \type <crlf> {xxx} \ignorelines % makes footnotes work in \startlines ... \stoplines \fi \ifnotesymbol \dolastnotesymbol \else \unskip\unskip \globallet\lastnotesymbol\dolastnotesymbol \fi \ignorespaces \localnoteinsert\currentnoteins\bgroup \penalty\notepenalty \forgetall \setnotebodyfont \redoconvertfont % to undo \undo calls in in headings etc \splittopskip\strutht % not actually needed here \splitmaxdepth\strutdp % not actually needed here \iffixedlayoutdimensions % ugly hack, will change \linkermargeafstand\noteparameter\c!margeafstand \rechtermargeafstand\linkermargeafstand \else \def\linkermargeafstand{\noteparameter\c!margeafstand}% \let\rechtermargeafstand\linkermargeafstand \fi \ifcase\noteparameter\c!n\relax % new 31-07-99 ; always ? \doifnotinset{\noteparameter\c!breedte}{\v!passend,\v!ruim}\setnotehsize \fi \startpushnote {\ifx\lastnotenumber\empty \else \preparethenumber{\??vn\currentnote}\lastnotenumber\preparednumber \doifelse{\noteparameter\c!interactie}\v!nee {\noteparameter\c!nummercommando {\preparednumber\domovednote\v!volgendepagina\v!vorigepagina}}% {\naarbox{\noteparameter\c!commando % was \c!nummercommando, but compatible {\preparednumber\domovednote\v!volgendepagina\v!vorigepagina}}% [\s!fnt:f:\internalfootreference]}% \fi \doifelse{\noteparameter\c!interactie}\v!nee {\ifconditional\pagewisenotes \rawreference\s!fnt{\s!fnt:t:\internalfootreference}{}% \fi}% {\rawreference\s!fnt{\s!fnt:t:\internalfootreference}{}}}% \bgroup \postponenotes \aftergroup\dostopnote \begstrut \let\next} Hans
Hans Hagen schrieb:
At 13:42 27/02/2004, you wrote:
I get the following error message from the latest version of context 2004-02-23 when I run this "table":
i'll upload a new version patch
\def\dostartnote% nog gobble als in pagebody {\bgroup
Thank you very much, Hans. I've downloaded the latest version and it loves my table. Best wishes, Helmut
participants (2)
-
Hans Hagen
-
Helmut Schwertner