Re: [NTG-context] multipage tables - vertical space

2011-01-02 Thread Peter Van Kranenburg

On 12/6/10 1:18 PM, Hans Hagen wrote:

On 5-12-2010 3:16, Peter Van Kranenburg wrote:

Hello all,

What's wrong with this multipage table?

\starttext
\setuptables[split=repeat]
\placetable[split,here][tab:example]{Long Table Example}{\start
\starttablehead
\HL
\VL \bf A \VL \bf B \VL\MR
\HL
\stoptablehead
\starttabletail
\HL
\stoptabletail
\starttables[|l|l|]
\dorecurse{100}{\VL first \VL second \VL\MR}
\stoptables
\stop}
\stoptext

On each page, I get a vertical space above the footer. see:
http://syrinx.knorrie.org/~pvk/tableproblem/tableproblem.pdf


there is some hard codes tolerance:

\def\tsplitminimumfreelines{2}%

that could be made configurable (not sure what key to use)



Thanks, but I'm still struggling with this. I don't understand what to 
do with your suggestion.


Should I use other table macro's?

best,
Peter van Kranenburg




-
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
| www.pragma-pod.nl
-
___

If your question is of interest to others as well, please add an entry
to the Wiki!

maillist : ntg-context@ntg.nl /
http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___





___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] gaps in vertical border of table

2010-12-05 Thread Peter Van Kranenburg

Hello all,

When creating a table with horizontal lines that do not run across the 
whole table, gaps are appearing in the vertical border at places the 
horizontal lines would have been (see attached png).


Could someone tell me how to get rid of those spaces?

Thanks in advance,
Peter van Kranenburg


Using Tex Live 2009:
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009)
 (/usr/local/texlive/2009/texmf/web2c/natural.tcx)
entering extended mode
(./preklassieken.tex

ConTeXt  ver: 2009.08.19 17:10 MKII  fmt: 2010.6.15  int: dutch/dutch


The example was created with:

\steltabellenin[korps=10pt,splitsen=herhaal]
\plaatstabel[splitsen,hier][tab:custodeshymnes]{Caption.}{\start
\starttabelkop
\HL
\VL \bf Hymne \VL \bf Verset \VL \bf Type A \VL \bf Type B \VL \bf Type 
C \VL \bf Type D \VL\MR

\HL
\stoptabelkop
\starttabelstaart
\HL
\stoptabelstaart
\starttabellen[|l|l|l|l|l|l|]
\VL Ad C\oe{}nam \VL I \VL \VL \VL \VL \VL \MR
\DC\DL[5]\DR
\VL \VL II \VL 36, 40 \VL  \VL  \VL  \VL \MR
\DC\DL[5]\DR
\VL \VL III \VL 12 \VL  \VL  \VL  \VL \MR
\DC\DL[5]\DR
\VL \VL IV \VL 17, 19, 68, 69, 71, 74, 77, 86 \VL  \VL  \VL 18 \VL \MR
\HL
[... etc ...]
\stoptabellen
\stop}
<>___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] multipage tables - vertical space

2010-12-05 Thread Peter Van Kranenburg

Hello all,

What's wrong with this multipage table?

\starttext
\setuptables[split=repeat]
\placetable[split,here][tab:example]{Long Table Example}{\start
\starttablehead
\HL
\VL \bf A \VL \bf B \VL\MR
\HL
\stoptablehead
\starttabletail
\HL
\stoptabletail
\starttables[|l|l|]
\dorecurse{100}{\VL first \VL second \VL\MR}
\stoptables
\stop}
\stoptext

On each page, I get a vertical space above the footer. see:
http://syrinx.knorrie.org/~pvk/tableproblem/tableproblem.pdf

Using TeX Live 2009 for Mac OS X:

This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009)
 (/usr/local/texlive/2009/texmf/web2c/natural.tcx)
entering extended mode
(./tableproblem.tex

ConTeXt  ver: 2009.08.19 17:10 MKII  fmt: 2010.6.15  int: english/english

Thanks in advance!

Best,
Peter van Kranenburg

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Dutch interface for starttablehead starttabletail

2010-06-25 Thread Peter Van Kranenburg

On 6/25/10 5:17 AM, Wolfgang Schuster wrote:

Am 25.06.10 00:31, schrieb Peter Van Kranenburg:

Hello all,

Can someone tell me the Dutch commands for \starttablehead and
\starttabletail? I can't find it. Context gives an error message when
I use the English commands.


\starttablehead : \starttabelkop
\starttabletail : \starttabelstaart


Thanks!

So, in mult-def.lua I have to look for tablehead instead of 
starttablehead. I did a 'grep starttablehead mult-def.lua', which 
returns no match. Good to know.


Peter



Wolfgang

___

If your question is of interest to others as well, please add an entry
to the Wiki!

maillist : ntg-context@ntg.nl /
http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___





___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Dutch interface for starttablehead starttabletail

2010-06-24 Thread Peter Van Kranenburg

Hello all,

Can someone tell me the Dutch commands for \starttablehead and 
\starttabletail? I can't find it. Context gives an error message when I 
use the English commands.


Thanks.

Peter van Kranenburg

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] interlinespace and accented capital

2007-04-07 Thread Peter Van Kranenburg
Peter Rolf wrote:

> \smash[h]{É} should work

Indeed. Thanks for the quick reply!

> (see supp-box.tex for details).
> 

I see. Very interesting... there is a lot more in ConTeXt than I'm aware 
of. :) I'm often solving issues like this with my own dirty low level 
TeX hacks, but this is much better.

Peter


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


[NTG-context] interlinespace and accented capital

2007-04-07 Thread Peter van Kranenburg
Hi list,

I have an accented E (É) somewhere in my text. The height of this 
character changes the interlinespace, probably to avoid collision of the 
accent and the line above it. Unfortunately it is visually very 
disturbing to have a larger interlinespace for one single line on the 
page. I couldn't find a way to make ConTeXt ignore this height and space 
the lines evenly.

I would be very glad if someone could point me to a solution for this.

best
Peter van Kranenburg

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