ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: tablecolumns
@ 2000-11-24 11:31 Haseloff, Lutz
  0 siblings, 0 replies; only message in thread
From: Haseloff, Lutz @ 2000-11-24 11:31 UTC (permalink / raw)
  Cc: 'ntg-context@ntg.nl'

Hi Hans, Hi all,

> Since the max number of columns is limited in tex, I should use a box
stack
> [slower] but i can default to a larger value for etex. What is the max
> needed? 

I just began to do a database query via Java JDBC.
The Result i wanted to format with ConTeXt.
I now don´t know the max needed, 17 are ok for now.

> You can change the 16 in core-tbl.tex into a larger value, of patch
core-tbl: 
> 
>    \tabulatewidth\!!zeropoint
>    |#1X|\relax
>    \dorecurse\tabulatecolumns
>      {\doifundefinedelse{\@@tabbox@@\recurselevel}
>         {\expandafter\newbox\csname\@@tabbox@@\recurselevel\endcsname}%
> 
> {\global\setbox\csname\@@tabbox@@\recurselevel\endcsname\box\voidb@x}}%
> 
> (add the \dorecurse after |#1X|\relax) which is a dynamic allocator. I'll
> change this. 

This works fine for me.

Greetings

Lutz

Very off topic:

has someone experience in starting
a texexec run from within a Java Program?

my program for winnt

import java.io.*;
public class test {
public static void main (String args[]) {
String Kommando[] = {"cmd.exe","/c","texexec","bpl"};
    try {
     Runtime.getRuntime().exec(Kommando);
    } catch (Exception e) {
      System.err.println(e.toString());
    }
}
}

pdfetex breaks with a stack overflow.

bpl.log:

entering extended mode
**&cont-en bpl
(./bpl.tex{c:/fpTeX/texmf-var/pdftex/config/pdftex.cfg
Error: pdfetex.exe
Error: pdfetex.exe
...(>50000 lines)
Error: pdfetex.exe
Er


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-11-24 11:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-24 11:31 tablecolumns Haseloff, Lutz

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