ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Haseloff, Lutz" <Lutz.Haseloff@mdf.brandenburg.de>
Cc: "'ntg-context@ntg.nl'" <ntg-context@ntg.nl>
Subject: Re: tablecolumns
Date: Fri, 24 Nov 2000 12:31:14 +0100	[thread overview]
Message-ID: <0F3313EC125AD311981100105AB3A75D4DBD87@N0795.mdf.fvbb.de> (raw)

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


                 reply	other threads:[~2000-11-24 11:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0F3313EC125AD311981100105AB3A75D4DBD87@N0795.mdf.fvbb.de \
    --to=lutz.haseloff@mdf.brandenburg.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).