ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TABLEproblem
@ 2006-09-07  5:58 Bernd Militzer
  2006-09-07  6:35 ` TABLEproblem Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Militzer @ 2006-09-07  5:58 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1274 bytes --]

Hi all,

after I installed ConTeXt (TeXExec | version 6.2.0 - 1997-2006 - PRAGMA 
ADE/POD) om my MacMini my family-project does not compile any more.
With version 5.2.4 -1967-2005 (linux resp. PowerBook) I have no problems.

systems         : begin file TestFile at line 731
<TestFile-PID0134-A.tmp>
(/usr/local/teTeX/share/texmf.local/tex/context/base/pdfr-ec.tex)
section         : 1 \getPID {134}
(./TestFile-PID0134-A.tmp
Underfull \vbox (badness 10000) detected at line 12
references      : unknown reference [][PID135dat]
references      : unknown reference [][PID67dat]
references      : unknown reference [][PID268dat]
references      : unknown reference [][PID269dat]
references      : unknown reference [][PID134adat]
! Misplaced \noalign.
\TABLEnoalign ->\noalign
                         \bgroup \let \noalign \relax \let \next =
\insertTABLEtail ->\TABLEnoalign
                                 {\global \settrue \preventTABLEbreak 
\globa...

\stoptables ...erepeattail \else \insertTABLEtail
                                                  \fi \finishTABLE 
\egroup \...

\StopPersDatTab ->\stoptables
                              \stop
l.25 \StopPersDatTab
                    
?

I have no idea what to do.
every hint is welcome.
Thanks for help.

Bernd

[-- Attachment #2: TestFile.tex --]
[-- Type: application/x-tex, Size: 20956 bytes --]

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: TABLEproblem
  2006-09-07  5:58 TABLEproblem Bernd Militzer
@ 2006-09-07  6:35 ` Aditya Mahajan
  2006-09-07 15:39   ` TABLEproblem Bernd Militzer
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2006-09-07  6:35 UTC (permalink / raw)


On Thu, 7 Sep 2006, Bernd Militzer wrote:

> Hi all,
>
> after I installed ConTeXt (TeXExec | version 6.2.0 - 1997-2006 - PRAGMA 
> ADE/POD) om my MacMini my family-project does not compile any more.
> With version 5.2.4 -1967-2005 (linux resp. PowerBook) I have no problems.
>
> systems         : begin file TestFile at line 731
> <TestFile-PID0134-A.tmp>
> (/usr/local/teTeX/share/texmf.local/tex/context/base/pdfr-ec.tex)
> section         : 1 \getPID {134}
> (./TestFile-PID0134-A.tmp
> Underfull \vbox (badness 10000) detected at line 12
> references      : unknown reference [][PID135dat]
> references      : unknown reference [][PID67dat]
> references      : unknown reference [][PID268dat]
> references      : unknown reference [][PID269dat]
> references      : unknown reference [][PID134adat]
> ! Misplaced \noalign.
> \TABLEnoalign ->\noalign
>                        \bgroup \let \noalign \relax \let \next =
> \insertTABLEtail ->\TABLEnoalign
>                                {\global \settrue \preventTABLEbreak 
> \globa...
>
> \stoptables ...erepeattail \else \insertTABLEtail
>                                                 \fi \finishTABLE \egroup 
> \...
>
> \StopPersDatTab ->\stoptables
>                             \stop
> l.25 \StopPersDatTab
>                   ?
>
> I have no idea what to do.
> every hint is welcome.
> Thanks for help.

Looks like tables want the first row to contain a \SR. I get the same 
error with the more simple

\starttext
\starttables[|l|l|]
\NC A	\NC B	\NC\AR
\stoptables
\stoptext

Replace \AR by \SR and everything works fine. I do not usually use 
tables, so I do not know if this is a bug or a feature.

Aditya

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

* Re: TABLEproblem
  2006-09-07  6:35 ` TABLEproblem Aditya Mahajan
@ 2006-09-07 15:39   ` Bernd Militzer
  0 siblings, 0 replies; 3+ messages in thread
From: Bernd Militzer @ 2006-09-07 15:39 UTC (permalink / raw)


Aditya Mahajan schrieb:
> Looks like tables want the first row to contain a \SR. I get the same 
> error with the more simple
>
> \starttext
> \starttables[|l|l|]
> \NC A	\NC B	\NC\AR
> \stoptables
> \stoptext
>
> Replace \AR by \SR and everything works fine. I do not usually use 
> tables, so I do not know if this is a bug or a feature.
>
>   
thanks Aditya, but I have still a problem.

%
\starttext
%
%
\def\Pers{134}

\starttables[|l|l|]
\NC Namen    \NC \getPID{134}    \NC\FR % OK works
\NC Namen    \NC \getPID{134}    \NC\SR % OK works
\NC Namen    \NC \getPID{134}    \NC\AR % OK works
%\NC Namen    \NC \getPID{\Pers}    \NC\AR % problem with \Pers
%
\NC Namen    \NC \doGetPID{Fam}{134}    \NC\AR
% \NC Vornamen    \NC \getVor{\Pers}    \NC\LR % problem with \Pers
\NC Vornamen    \NC \getVor{134}    \NC\AR % OK works but not on last line
\NC Geburt        \NC \getGeburt{134}    \NC\LR %
%
% problem with empty lines
%
\stoptables
%
\stoptext

Greetings

Bernd

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

end of thread, other threads:[~2006-09-07 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-07  5:58 TABLEproblem Bernd Militzer
2006-09-07  6:35 ` TABLEproblem Aditya Mahajan
2006-09-07 15:39   ` TABLEproblem Bernd Militzer

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