From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/3436 Path: main.gmane.org!not-for-mail From: "Haseloff, Lutz" Newsgroups: gmane.comp.tex.context Subject: Re: tablecolumns Date: Fri, 24 Nov 2000 12:31:14 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <0F3313EC125AD311981100105AB3A75D4DBD87@N0795.mdf.fvbb.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035394167 17060 80.91.224.250 (23 Oct 2002 17:29:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:29:27 +0000 (UTC) Cc: "'ntg-context@ntg.nl'" Original-To: "'Hans Hagen'" Xref: main.gmane.org gmane.comp.tex.context:3436 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:3436 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