Re: [NTG-context] Splitting long floats

2018-10-17 Thread Hans Hagen
documentation of \splitfloat suggests that this is intended for tabular material. Is is possible to split other material as well? A splitter has to talk to the split mechanism ... % goes into cont-new.mkiv \unprotect \def\handlesplittext#1% {\setbox\tsplitresult\vbox {\vsplit\tsplitcontent

[NTG-context] Splitting long floats

2018-10-17 Thread Henri Menke
Dear list, motivated by https://tex.stackexchange.com/questions/455484 I was trying to split a long float across several pages. It also works but instead of the caption I see “there is nothing to split” at the end of the listing. The source file documentation of \splitfloat suggests that this

Re: [NTG-context] two problems with natural tables

2012-01-18 Thread Brian R. Landy
17). >> I ran into problems splitting a table within a splitfloat. I search the >> list archives and came up with this example, which is failing for me. >> >> \starttext >> \placetable[split]{Test} >> {\bTABLE[split=yes] >> \dorecurse{60}{ >> \bT

Re: [NTG-context] two problems with natural tables

2012-01-18 Thread Hans Hagen
On 18-1-2012 05:19, Brian Landy wrote: Hi, sorry to dredge up such an old thread, but I recently updated from a Feb 2010 vintage minimals to current (first to 1/12/2012, then to today 1/17). I ran into problems splitting a table within a splitfloat. I search the list archives and came up

Re: [NTG-context] Wrong placement parameter (Was: two problems with natural tables)

2012-01-17 Thread Vladimir Lomov
Hello, ** Brian Landy [2012-01-17 23:19:41 -0500]: > Hi, sorry to dredge up such an old thread, but I recently updated from > a Feb 2010 vintage minimals to current (first to 1/12/2012, then to > today 1/17). I ran into problems splitting a table within a > splitfloat. I sea

Re: [NTG-context] two problems with natural tables

2012-01-17 Thread Brian Landy
Hi, sorry to dredge up such an old thread, but I recently updated from a Feb 2010 vintage minimals to current (first to 1/12/2012, then to today 1/17). I ran into problems splitting a table within a splitfloat. I search the list archives and came up with this example, which is failing for me

Re: [NTG-context] Splitting of rotate table

2011-08-28 Thread Jaroslav Hajtmar
=4cm] \setupTABLE[column][5][width=5cm] \starttext \splitfloat {\placetable[here, force, 90][tab:example]{Example of a rotated table}}{ \bTABLE \dorecurse{35}{\bTR\dorecurse{5}{\bTD x\eTD}\eTR} \eTABLE} \stoptext

Re: [NTG-context] Splitting of rotate table

2011-08-28 Thread Jaroslav Hajtmar
][1][width=1cm] \setupTABLE[column][2][width=2cm] \setupTABLE[column][3][width=3cm] \setupTABLE[column][4][width=4cm] \setupTABLE[column][5][width=5cm] \starttext \splitfloat {\placetable[here, force, 90][tab:example]{Example of a rotated table}}{ \bTABLE \dorecurse{35}{\bTR\dorecurse{5}{\bTD x

[NTG-context] Splitting of rotate table

2011-08-27 Thread Jaroslav Hajtmar
] \setupTABLE[column][5][width=5cm] \starttext \splitfloat {\placetable[here, force, 90][tab:example]{Example of a rotated table}}{ \bTABLE \dorecurse{35}{\bTR\dorecurse{5}{\bTD x\eTD}\eTR} \eTABLE} \stoptext ___ If your

Re: [NTG-context] Natural tables (split) + setupinteraction = fail? (latest mkiv)

2011-01-09 Thread luigi scarso
v!text {spl... > ... > l.11 \eTABLE >            } > ? > > The same source compiles as expected with version 2010.12.15 (ok, there > was the bug for the numbering, but it compiled). > > Bests > > -- > Marco I think splifloat is to be complete in mkiv. This works on mki

Re: [NTG-context] Table macro choices?

2009-12-06 Thread Wolfgang Schuster
ameter or dimensions \NC SW \NC Single wall \NC DW \NC Double wall\NC\NR \stoptable} \savebox{table}{header}{\input knuth } \starttext \splitfloat[lines=16,inbetween=\foundbox{table}{footer}\page,after=\foundbox{table}{footer}] {\foundbox{table}{header}} %{

[NTG-context] Empty lines in text floats are not shown

2009-06-22 Thread Aleksandr Sinicyn
ot;, "\starttabulate ... \stoptabulate" and "splitfloat" to split source code listing to multiple pages: \starttext \start \setupcaptions[location=top] \splitfloat [lines=auto] {

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
rinting papersize][settings] \showsetups \showstruts # \showstruts \showsymbolset[name] # \snaptogrid \someline[reference] \somewhere{text}{text}[reference] \sort[text]{text} \space \splitfloat[settings]{text}{text} # \splitstring # \SR # \start \stop # \start \stop \startalignment[width|left|rig

Re: [NTG-context] combination with an additional line centered in a placefigure?

2007-11-23 Thread Wolfgang Schuster
xternalfigure[yyy]}{} > > \stopcombination} > > {Quelle: XY}} > > Thanks, both solutions work. Is there something simelar for placelegend in > splitfloat? > > \splitfloat > {\placetable[][]{tablecaptiontext}} > {very very long HTML-Table} > > I n

Re: [NTG-context] combination with an additional line centered in a placefigure?

2007-11-22 Thread Peter Schorsch
simelar for placelegend in splitfloat? \splitfloat {\placetable[][]{tablecaptiontext}} {very very long HTML-Table} I need to add a legend - also as a HTML-Table, so I tried: \splitfloat {\placetable[][]{tablecaptiontext}} {\placelegend {very very long HTML-Table} {legend HT

Re: [NTG-context] how to reuse float numbers?

2007-09-07 Thread Wolfgang Schuster
2007/9/7, William S. <[EMAIL PROTECTED]>: > On 9/7/07, Wolfgang Schuster <[EMAIL PROTECTED]> wrote: > > > > you can start with the following example from Hans. > > > > \definefloat[Exhibit][table] > > \starttext > > \input tufte\par > > \spl

Re: [NTG-context] how to reuse float numbers?

2007-09-07 Thread William S.
On 9/7/07, Wolfgang Schuster <[EMAIL PROTECTED]> wrote: > > you can start with the following example from Hans. > > \definefloat[Exhibit][table] > \starttext > \input tufte\par > \splitfloat[lines=auto]{\placeExhibit{Knuth}} > {\dorecurse{4}{\input knuth \par}} > \

Re: [NTG-context] how to reuse float numbers?

2007-09-07 Thread Wolfgang Schuster
\placeProgramSegment[here]{Hello World} > { > \startProgram > main() { > printf("hello world!\n"); > } > \stopProgram > } > > Any help will be appreciated. > > Thanks, > William. you can start with the following example from Hans. \definefloat[E

Re: [NTG-context] Splitting a float that isn't a table

2006-11-03 Thread Hans Hagen
Duncan Hothersall wrote: > I define a floating block called Exhibit > > \definefloat[Exhibit][table] > > which just contains paragraphs of text. I'd like to be able to split it > using the \splitfloat mechanism but that only seems to work if the > content of the float

[NTG-context] Splitting a float that isn't a table

2006-11-03 Thread Duncan Hothersall
I define a floating block called Exhibit \definefloat[Exhibit][table] which just contains paragraphs of text. I'd like to be able to split it using the \splitfloat mechanism but that only seems to work if the content of the float is a table, not paragraphs. \definefloat[Exhibit][

[NTG-context] Split Table Desperation - again!

2006-06-21 Thread Johannes Graumann
ve[caption] \defineXMLsave[header] \defineXMLsave[body] \defineXMLsave[footer] } { \splitfloat[lines=\XMLop{lines}] { \expanded{% \placetable [\XMLpar{table}{location}{}] [\XMLpar{table}{label}{unknown}] {\select{caption}{\XMLflush{floatti

Re: [NTG-context] splitting tables

2006-06-17 Thread Johannes Graumann
test .. > > \setupTABLE[split=repeat] > > \input tufte \endgraf > \splitfloat[lines=11] > {\placetable{\dorecurse{10}{test\recurselevel\endgraf}}} > {\bTABLE\dorecurse{100}{\bTR \bTD test \eTD \eTR}\eTABLE} > \input tufte \page > > \input tufte \endgraf > \spl

[NTG-context] splitting tables

2006-06-16 Thread Hans Hagen
split=repeat] \input tufte \endgraf \splitfloat[lines=11] {\placetable{\dorecurse{10}{test\recurselevel\endgraf}}} {\bTABLE\dorecurse{100}{\bTR \bTD test \eTD \eTR}\eTABLE} \input tufte \page \input tufte \endgraf \splitfloat[lines=0] {} {\bTABLE\dorecurse{100}{\bTR \bTD test \eTD \eTR}\e

[NTG-context] Bad Split TABLEs

2006-06-12 Thread Johannes Graumann
zes the results and gives an overview of potential new interactors. The complete data set may be found in the supporting online material.\par \splitfloat[lines=8] { \placetable [top] { \select{caption} {Potential New Interactors for a Test Set o

[NTG-context] More on split TABLES: Numbering Scheme and other things

2006-05-05 Thread Johannes Graumann
nybody give me a helping hand for fixing this? Thanks, Joh Table definition: \defineXMLnested [table] { \defineXMLsave[floattitle] \defineXMLsave[caption] \defineXMLsave[header] \defineXMLsave[body] \defineXMLsave[footer] } { \splitfloat { \expanded

Re: [NTG-context] TABLE 'last line' tag?

2006-04-20 Thread Johannes Graumann
Figured out what's going on and would appreciate some advice on the issue: My actual code interprets XML and reads: \defineXMLnested [splittable] { \defineXMLsave[caption] \defineXMLsave[header] \defineXMLsave[body] \defineXMLsave[footer] } { \split

[NTG-context] TABLE: 'distance' override?

2006-04-19 Thread Johannes Graumann
\expandafter\exitloop \fi}% \egroup} \vbox \fi} \protect % beware: you need to set the splitmethod to b (boxed split) \defineXMLnested [splittable] { \defineXMLsave[caption] \defineXMLsave[header] \defineXMLsave[body] \defineXMLsave[footer] } {

[NTG-context] Multi-page table and lengthy caption

2006-04-19 Thread Johannes Graumann
efineXMLsave[footer] } { \splitfloat {\placetable[\XMLpar{table}{location}{here}][\XMLpar{table}{label}{unknown}]{\XMLflush{caption}}} { \setupTABLE[row][1][rulethickness=0.90pt,topframe=on] \setupTABLE[row][-1][rulethickness=0.90pt,bottomframe=on] \bTABLE[frame=off,split=r

Re: [NTG-context] XML and Multipage table

2006-04-18 Thread Johannes Graumann
\floatcaptionsuffix\empty > \fi \fi > \bgroup > #2{\unvbox2} > \egroup > \ifdim\nextboxht>\zeropoint >\page >\decrementnumber[\floatcaptionnumber]% > \fi >

Re: [NTG-context] XML and Multipage table

2006-04-13 Thread Hans Hagen
\page \decrementnumber[\floatcaptionnumber]% \fi \fi \ifdim\nextboxht>\zeropoint\else \expandafter\exitloop \fi}% \egroup} \vbox \fi} % beware: you need to set the splitmethod to b (boxed split)

[NTG-context] Just another Table splitting question..

2006-02-27 Thread Fabian Doerk
Hi ML, which is the current preferred method to get a table splitted over multiple pages within an float environment? I've tried natural tables and linetables. Both within an \placefloat, \splitfloat and outside of an float environment. Only one variant splitted the table as expected, the na

[NTG-context] Spanning a table across 2 pages

2005-11-02 Thread Jilani Khaldi
Hi All, In my document I have many tables using: \section{My table ...} My table presentation \splitfloat {\placetable[force][tab:TabN103]{Table label}} { \bTABLE \bTR \bTD {\bf ID} \eTD \bTD {\bf Description} \eTD \eTR \bTR \bTD ID_001 \eTD \bTD Contents... \eTD \eTR \bTR

Re: [NTG-context] Problems with Natural Tables

2005-08-14 Thread Adam Duck
\fi \eTABLE ...}}\eTBL }\removeunwantedspaces \endTBL \stopTBLprocessing \egroup... l.11 \eTABLE } and \startalignment[middle]...\stopalignment doesn't seem to do anything in that case. >&g

Re: [NTG-context] Problems with Natural Tables

2005-08-14 Thread Hans Hagen
line (between two columns) and the text inside that columns? I already used "framedoffest=-3pt", but the output is unacceptable. - how do I center the whole table? This one is really crucial: my GF also accepts hacks ;). - why doesn't \splitfloat{\placetable...} work with Natural Tabl

Re: [NTG-context] Problems with Natural Tables

2005-08-14 Thread Eckhart Guthöhrlein
tural tables. Afaik, there is no good way to tune spacing. I would try using dummy colums like \bTD[width=1em]\eTD. > - how do I center the whole table? This one is really crucial: my GF > also accepts hacks ;). \midaligned{..} works > - why doesn't \splitfloat{\placetable...} wo

[NTG-context] Problems with Natural Tables

2005-08-14 Thread Adam Duck
lumns) and the text inside that columns? I already used "framedoffest=-3pt", but the output is unacceptable. - how do I center the whole table? This one is really crucial: my GF also accepts hacks ;). - why doesn't \splitfloat{\placetable...} work with Natural Tables? (They won&#

Re: [NTG-context] \splitfloat and \bTABLE do not play well?

2005-04-26 Thread Johan Sandblom
t the will to find out, which is the exact opposite" -- Bertrand Russell - Original Message - From: Nikolai Weibull <[EMAIL PROTECTED]> Date: Tuesday, April 26, 2005 3:11 pm Subject: Re: [NTG-context] \splitfloat and \bTABLE do not play well? > Johan Sandblom, April 25: >

Re: [NTG-context] \splitfloat and \bTABLE do not play well?

2005-04-26 Thread Nikolai Weibull
Johan Sandblom, April 25: > Reading earlier messages on this list I hoped the following > would work for natural tables as well. It does not, the table > ends up unsplit. What am I doing wrong? I'm not sure you can use natural tables for this. This works: \splitfloat {\pl

[NTG-context] \splitfloat and \bTABLE do not play well?

2005-04-25 Thread Johan Sandblom
Reading earlier messages on this list I hoped the following would work for natural tables as well. It does not, the table ends up unsplit. What am I doing wrong? \starttext \splitfloat [lines=3, conversion=greek] {\placetable{test}} {\bTABLE[split=repeat] \bTR \bTD a \eTD\bTH b \eTH

[NTG-context] Re: table won't break across page

2005-04-10 Thread Patrick Gundlach
Hello, I wonder why this table doesn't split: -- \starttext \showgrid \dorecurse{3}{\input zapf \par} \splitfloat [lines=4,conversion=greek] {\placetable{sample table}} {\starttablehead \HL \NC command \NC meaning \NC\S

Re: [NTG-context] table won't break across page

2005-04-10 Thread Paul Tremblay
On Sun, Apr 10, 2005 at 07:10:07PM +0200, Nikolai Weibull wrote: > > > On Sun, Apr 10, 2005 at 10:45:37AM +0200, Nikolai Weibull wrote: > > > > \splitfloat > > > {\placetable{Percentage of People without???}} > > > {\starttablehe

Re: [NTG-context] table won't break across page

2005-04-10 Thread Nikolai Weibull
Paul Tremblay, April 10: > On Sun, Apr 10, 2005 at 10:45:37AM +0200, Nikolai Weibull wrote: > > \splitfloat > > {\placetable{Percentage of People without???}} > > {\starttablehead > >??? > >\stoptablehead > >\starttabletail > >

Re: [NTG-context] table won't break across page

2005-04-10 Thread Paul Tremblay
On Sun, Apr 10, 2005 at 10:45:37AM +0200, Nikolai Weibull wrote: > > The example on the wiki is messed up. I guess I could have fixed it, > but I haven't had time: > > \splitfloat > {\placetable{Percentage of People without???}} > {\starttablehead &g

Re: [NTG-context] table won't break across page

2005-04-10 Thread Nikolai Weibull
. I guess I could have fixed it, but I haven't had time: \splitfloat {\placetable{Percentage of People withoutâ}} {\starttablehead â \stoptablehead \starttabletail â \stoptabletail \starttables[â] â \stoptables} Enjoy, nikolai -- Nikolai Weibull: now availab

Re: [NTG-context] Charts

2005-04-06 Thread David Waller
y I have at this moment work under hand using the following setup: > >> > >>\setupFLOWcharts > >> [x=1, > >> y=1, > >> nx=5, > >> ny=11, > >> dx=\bodyfontsize, > >> dy=\bodyfontsize, > >>

Re: [NTG-context] Charts

2005-04-06 Thread Willi Egger
charts [bigchart] later in the document and the flowchart does not split, instead it runs off the bottom of the page. I have also tried using \splitfloat with no success either. I am running TeXExec 5.2.5 - ConTeXt / PRAGMA ADE 1997-2005 Kpathsea released! texexec : TeXExec 5.2.5 - ConT

[NTG-context] Re: Charts

2005-04-05 Thread Patrick Gundlach
Hello David, > Any advice please? Read the fine documentation carefully. Everything is written there. If you don't have it at hand: \starttext Some text to start it all off \splitfloat {\placefigure{foobar}} {\FLOWcharts[place-st-low]} Now we want some text so that it looks li

Re: [NTG-context] Charts

2005-04-05 Thread David Waller
> > based upon the manual. I then use the command > > \FLOWcharts [bigchart] > > > > later in the document and the flowchart does not split, instead it > > runs off the bottom of the page. I have also tried using \splitfloat > > with no success either. > &g

Re: [NTG-context] Charts

2005-04-04 Thread Willi Egger
nx=4] \setupFLOWsplit[ny=9, before=, after=\page] based upon the manual. I then use the command \FLOWcharts [bigchart] later in the document and the flowchart does not split, instead it runs off the bottom of the page. I have also tried using \splitfloat with no success either. I am running TeXExec

[NTG-context] Charts

2005-04-04 Thread David Waller
harts[maxwidth=\textwidth, nx=4] \setupFLOWsplit[ny=9, before=, after=\page] based upon the manual. I then use the command \FLOWcharts [bigchart] later in the document and the flowchart does not split, instead it runs off the bottom of the page. I have also tried using \splitfloat with no success e

Re: [NTG-context] Framed text splitting over pages

2005-02-21 Thread Slawek Zak
email from Hans answering some > >fellow wanting the same thing, but the technique used was > >textbackgrounds which doesn't give me the frame, just the background. > > > >Is there any way to tickle framed+splitfloat or any other macro to > >achieve what I want? >

Re: [NTG-context] Framed text splitting over pages

2005-02-16 Thread Slawek Zak
email from Hans answering some > >fellow wanting the same thing, but the technique used was > >textbackgrounds which doesn't give me the frame, just the background. > > > >Is there any way to tickle framed+splitfloat or any other macro to > >achieve what I want? >

Re: [NTG-context] Framed text splitting over pages

2005-02-16 Thread Hans Hagen
ch doesn't give me the frame, just the background. Is there any way to tickle framed+splitfloat or any other macro to achieve what I want? text background can have frames, and anything drawable by metapost; if you can;t find it in details.pdf let me know; anyhow, the next one gives m

[NTG-context] Framed text splitting over pages

2005-02-16 Thread Slawek Zak
7;t give me the frame, just the background. Is there any way to tickle framed+splitfloat or any other macro to achieve what I want? Thanks in advance! /S ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Framed text question

2005-01-19 Thread Hans Hagen
ound color than the rest of the text, so I have it surrounded by \startframedtext and \stopframedtext. Is it possible to use \splitfloat to split this if the code sample is too large to fit on a single page? If so, what would be the syntax? If not, is there another mechanism? the following

[NTG-context] Framed text question

2005-01-19 Thread Brian Kahne
est of the text, so I have it surrounded by \startframedtext and \stopframedtext. Is it possible to use \splitfloat to split this if the code sample is too large to fit on a single page? If so, what would be the syntax? If not, is there another mechanism? Thanks for any help! B

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread Hans Hagen
x27;t know, however, is: 1) how to force a width on flowed text within a float without resorting to the internal \framedtext, or 2) how to use this with \splitfloat, which is what I suspect people who think about sidebars (intermezzo texts) are going to be worried about in a batch-based syste

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread John Culleton
t; \dorecurse{3}{\input knuth \par} > \stoptext > > What I don't know, however, is: 1) how to force a width on flowed text > within a float without resorting to the internal \framedtext, or 2) how > to use this with \splitfloat, which is what I suspect people who think > about sideba

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread John Culleton
gindistance=-\outercombitotal, > default=outer] > \setupcaption[intermezzo][location=none] > \starttext > \showframe > \input ward > \placeintermezzo{}{\framedtext[width=7cm]{\tfx\input dawkins }} > \dorecurse{3}{\input knuth \par} > \stoptext > > What I don't

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread Adam Lindsay
[location=none] \starttext \showframe \input ward \placeintermezzo{}{\framedtext[width=7cm]{\tfx\input dawkins }} \dorecurse{3}{\input knuth \par} \stoptext What I don't know, however, is: 1) how to force a width on flowed text within a float without resorting to the internal \framedtext, or 2) how

Re: [NTG-context] \placetable and \starttables ... \stoptables

2004-12-16 Thread Nikolai Weibull
* Hans Hagen <[EMAIL PROTECTED]> [Dec 16, 2004 10:30]: > \splitfloat > [lines=3,conversion=greek] > {\placetable{Operators}} > {\starttablehead > \HL > \NC \bf Operator \NC \bf Matches \NC\SR > \HL > \stoptablehead >

Re: [NTG-context] \placetable and \starttables ... \stoptables

2004-12-16 Thread Hans Hagen
need for this \start \stop This doesn't split appropriately. It works OK if one removes the placetable, but that kind of counteracts the whole idea. Am I doing something wrong, or is this an issue with the tables code? \splitfloat [lines=3,conversion=greek] {\placetable{Oper

[NTG-context] splitting a rotated tabulate...

2004-04-01 Thread Marko Schuetz
I have a long table with many columns which I'd like to rotate and then have it split across as many pages as necessary. I have experimented with tabulates and tables, splitfloat and rotate but did not find a working combination. Any help will be appreciated. Thank you. Marko pgp

[NTG-context] weird " [preference] " appearing with \splitfloat

2003-05-29 Thread Sebastian Rooks
Hi Contexters, I would like to use the \splitfloat command (see the test sample attached) as in http://ml-archives.mini.pw.edu.pl/ntg-context/msg02441.html But how do I get rid of the word " [preference] " which appears just before the table ? I am using the latest stable (ver 2003.0