Re: [NTG-context] Centering and splitting a table

2012-01-07 Thread Fulvio
a solution in my mind, but that requires too much work, so I hope that there is a simple one. \placetable[split,force]{caption}{table} gives you a table which is centered, is split across pages (“split” keyword) and will stay at the position (“force” keyword). WOlfgang Ok, it works

[NTG-context] \starttabulate inside a \placelegend is not working

2011-12-20 Thread Charles
Hi, I would like to put a table (\starttabulate ... \stoptabulate) inside a \placelegend in order to have local footnotes. The compilation is OK for \starttable but failing with \starttabulate. Some help please? Thanks Charles \starttext \startlocalfootnotes \placetable{A table

[NTG-context] \placelist summary alternative solution

2011-12-14 Thread Felix Ingram
I've ended up delving into the dark art that is Lua for this solution: \define[0]\SummaryTable{% \placetable[force, none]{}{% \setupTABLE[frame=off] \bTABLE \bTABLEhead \bTR\bTH Reference\eTH\bTH Title\eTH\bTH Page\eTH\eTR \eTABLEhead \bTABLEbody \startluacode for k, v in ipairs

Re: [NTG-context] \placelist summary alternative solution

2011-12-14 Thread Hans Hagen
On 14-12-2011 17:50, Felix Ingram wrote: I've ended up delving into the dark art that is Lua for this solution: \define[0]\SummaryTable{% \placetable[force, none]{}{% \setupTABLE[frame=off] \bTABLE \bTABLEhead \bTR\bTH Reference\eTH\bTH Title\eTH\bTH Page\eTH\eTR \eTABLEhead \bTABLEbody

[NTG-context] interaction?

2011-11-25 Thread Hans van der Meer
to the various part of the3 document. Please can some enlighten me? Why are links through \placefigure, \placetable alive and those with \reference-\goto are not? Hans van der Meer ___ If your question

Re: [NTG-context] interaction?

2011-11-25 Thread Wolfgang Schuster
be used. The link works when the code above is placed BEFORE \completecontent. But becomes incative when put BEHIND it. The index however has links transferring to the various part of the3 document. Please can some enlighten me? Why are links through \placefigure, \placetable alive and those

Re: [NTG-context] interaction?

2011-11-25 Thread Meer, H. van der
of the3 document. Please can some enlighten me? Why are links through \placefigure, \placetable alive and those with \reference-\goto are not? Do you have a example? I quickly tried to put some things together but did not yet find the behaviour. But the real document is part of a project

[NTG-context] float names and lists

2011-11-24 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, Consider the following: = \definefloat[tablecw] % \setupfloat[tablecw] \setupcaption[tablecw][prefix=Table] \starttext \setupfloats[location=middle] \placetable [here] [tablecw:test]{A Caption.} {\starttable[|c|c|c|] \HL \VL Test \VL Test

[NTG-context] Double height rows using natural tables?

2011-11-24 Thread Pavneet Arora
Description: Adobe PDF document \setuppapersize[letter] \setuplayout[header=0in,footer=0in,topspace=0.75in,backspace=1.25in] \setuppagenumbering[location=] \switchtobodyfont[11pt] \starttext \startalignment[center] \placetable[here][]{none} \starttable[|cw(0.75in)|lw(1.5in)|cw(0.75in)|lw(1.5in)|] \HL

Re: [NTG-context] float names and lists

2011-11-24 Thread Idris Samawi Hamid ادريس سماوي حامد
\placelistoffloatswith 's' at the end. Now it's just\placelistoffloatSo the following now works:\definefloat[tablecw] \setuplabeltext[tablecw=Table]\starttext \setupfloats[location=middle] \placetable [here] [tablecw:test]{A Regular Caption.} {\starttable[|c|c|c|]\HL \VL Test \VL

[NTG-context] Rotating natural Tables

2011-11-21 Thread Christian
Hello, quick question: How do I rotate a floating TABLE when using \startplacetable[title={My long title},list={Short title}] and \stopplacetable? What is the parameter equivalent to \placetable{orientation=90} in this case

Re: [NTG-context] equation refs broken?

2011-11-20 Thread Paul Menzel
`\placetable` where Wolfgang proposed a quick fix if you are not using sub formulas and Re: [NTG-context] Edid of reference in Wiki where Hans responded he wanted to take a look this weekend. Furthermore: \pagereference now introduces spurious white. Please open a now thread

Re: [NTG-context] Edid of reference in Wiki (was: \in: incorrect space in example in reference)

2011-11-17 Thread Paul Menzel
] There is another thread were Wolfgang wrote he is aware of this but it takes time fixing. He even offered a work around [1]. Re: [NTG-context] No numbers with `\ref` and floats like `\placetable` Thanks, Paul PS: Please you should all follow the netiquette [2]. Mikael, especially regarding subject

Re: [NTG-context] Split option toggles caption font size

2011-11-12 Thread Hans Hagen
\stoptabulate \stopbuffer \placetable[split]{Should be in normal font size}{\getbuffer} \stoptext fixed in next upload but needs testing - Hans Hagen | PRAGMA ADE Ridderstraat 27

[NTG-context] Split option toggles caption font size

2011-11-11 Thread Andreas Harder
Hello Hans, it seems that with the split option the body font setting from tabulate is also applied to the float caption. \starttext \startbuffer \setuptabulate[bodyfont=small] \starttabulate \NC test \NC test \NC\NR \stoptabulate \stopbuffer \placetable[split]{Should

[NTG-context] Splitting (x)tables

2011-11-09 Thread Andreas Harder
\stopxcell} \stopxrow} \stopxtable \stopbuffer % \getbuffer % OK \placetable[here,split]{A big table}{\getbuffer} \stoptext By the way, what is the analogous split-option name if one uses the \start- \stopplacetable syntax? Regards Andreas

Re: [NTG-context] Splitting (x)tables

2011-11-09 Thread Wolfgang Schuster
}{% \startxrow \dorecurse{5}{\startxcell cell: #1 x ##1 \stopxcell} \stopxrow} \stopxtable \stopbuffer % \getbuffer % OK \placetable[here,split]{A big table}{\getbuffer} \stoptext By the way, what is the analogous split-option name if one uses the \start- \stopplacetable

Re: [NTG-context] Splitting (x)tables

2011-11-09 Thread Andreas Harder
}] \startbuffer \startxtable \dorecurse{15}{% \startxrow \dorecurse{5}{\startxcell cell: #1 x ##1 \stopxcell} \stopxrow} \stopxtable \stopbuffer % \getbuffer % OK \placetable[here,split]{A big table}{\getbuffer} \stoptext By the way, what is the analogous split-option

Re: [NTG-context] No numbers with `\ref` and floats like `\placetable`

2011-11-07 Thread Andreas Harder
On 30.10.2011, at 09:45, Wolfgang Schuster wrote: Am 29.10.2011 um 23:57 schrieb Andreas Harder: On 29.10.2011, at 23:47, Paul Menzel wrote: Dear ConTeXt folks, I am sorry for another reference related question. Using ConTeXt ver: 2011.10.14 22:47 MKIV fmt: 2011.10.15

Re: [NTG-context] No numbers with `\ref` and floats like `\placetable`

2011-11-07 Thread Andreas Harder
On 07.11.2011, at 12:03, Wolfgang Schuster wrote: Am 07.11.2011 um 11:53 schrieb Andreas Harder: On 30.10.2011, at 09:45, Wolfgang Schuster wrote: Am 29.10.2011 um 23:57 schrieb Andreas Harder: On 29.10.2011, at 23:47, Paul Menzel wrote: Dear ConTeXt folks, I am sorry

Re: [NTG-context] No numbers with `\ref` and floats like `\placetable`

2011-11-07 Thread Wolfgang Schuster
Am 07.11.2011 um 12:45 schrieb Andreas Harder: When you don’t need subformulas change this in strc-mat.mkiv: I don’t, thanks. Instead of patching strc-mat.mkiv you can create a file with the name cont-loc.mkiv in your working directory where you add both modified commands. With this method

Re: [NTG-context] No numbers with `\ref` and floats like `\placetable`

2011-11-07 Thread Andreas Harder
On 07.11.2011, at 13:02, Wolfgang Schuster wrote: Am 07.11.2011 um 12:45 schrieb Andreas Harder: When you don’t need subformulas change this in strc-mat.mkiv: I don’t, thanks. Instead of patching strc-mat.mkiv you can create a file with the name cont-loc.mkiv in your working

Re: [NTG-context] width (height?) of 90° rotated tabulate

2011-11-03 Thread Philipp Gesang
] \starttabulate[|p(\tabcolsize)|p(\tabcolsize)|p(\tabcolsize)|p(\tabcolsize)|] \dorecurse{5}{\dorecurse{4}{\NC\knuth}\NC\NR} \stoptabulate \stopbuffer \starttext \placetable[here,split,90]{none}{\getbuffer[sometable]} \stoptext ··8

[NTG-context] width (height?) or 90° rotated tabulate

2011-11-02 Thread Philipp Gesang
(\tabcolsize)|p(\tabcolsize)|] \dorecurse{5}{\dorecurse{4}{\NC\knuth}\NC\NR} \stoptabulate \stopbuffer \starttext \placetable[here,split,90]{none}{\getbuffer[sometable]} \stoptext ··8· As you can see, I need some advice on how

Re: [NTG-context] No numbers with `\ref` and floats like `\placetable`

2011-10-30 Thread Wolfgang Schuster
Am 29.10.2011 um 23:47 schrieb Paul Menzel: Dear ConTeXt folks, I am sorry for another reference related question. Using ConTeXt ver: 2011.10.14 22:47 MKIV fmt: 2011.10.15 int: english/english the following example does not work. Either no number is shown or »??«.

Re: [NTG-context] No numbers with `\ref` and floats like `\placetable`

2011-10-30 Thread Wolfgang Schuster
Am 29.10.2011 um 23:57 schrieb Andreas Harder: On 29.10.2011, at 23:47, Paul Menzel wrote: Dear ConTeXt folks, I am sorry for another reference related question. Using ConTeXt ver: 2011.10.14 22:47 MKIV fmt: 2011.10.15 int: english/english That's also true for

Re: [NTG-context] No numbers with `\ref` and floats like `\placetable`

2011-10-30 Thread Andreas Harder
On 30.10.2011, at 09:45, Wolfgang Schuster wrote: Am 29.10.2011 um 23:57 schrieb Andreas Harder: On 29.10.2011, at 23:47, Paul Menzel wrote: Dear ConTeXt folks, I am sorry for another reference related question. Using ConTeXt ver: 2011.10.14 22:47 MKIV fmt: 2011.10.15

Re: [NTG-context] [solved] No numbers with `\ref` and floats like `\placetable`

2011-10-30 Thread Paul Menzel
argument. That indeed solved this issue. Thank you very much! Thanks, Paul ref.pdf Description: Adobe PDF document \starttext Table \ref[number][tab:reference] is a nice table. But referencing does not work \in[tab:reference]. \placetable[][tab:reference] {The table should be set up

[NTG-context] No numbers with `\ref` and floats like `\placetable`

2011-10-29 Thread Paul Menzel
[][tab:reference] is a nice table. But referencing does not work \ref[tab:reference]. \placetable[][tab:reference] {The table should be set up better.} { \startluacode context.bTABLE() context.bTR

Re: [NTG-context] No numbers with `\ref` and floats like `\placetable`

2011-10-29 Thread Andreas Harder
On 29.10.2011, at 23:47, Paul Menzel wrote: Dear ConTeXt folks, I am sorry for another reference related question. Using ConTeXt ver: 2011.10.14 22:47 MKIV fmt: 2011.10.15 int: english/english That's also true for yesterdays beta. \starttext \placeformula[eq:1]

Re: [NTG-context] References to annotations

2011-10-07 Thread Michael Green
Thank you again! You need the following mode setting: \usemodule[letter] \startletter \startnotmode[*trialtypesetting] \placetable[here][]{title} \starttable[|l|] \NC That?s all \NC\MR \stoptable \stopnotmode \stopletter

Re: [NTG-context] References to annotations

2011-10-06 Thread Wolfgang Schuster
Am 06.10.2011 um 03:10 schrieb Michael Green: That works. Thank you very much! Coincidentally, I found a similar issue with the letter module. The table in the example below will be numbered Table 2 \usemodule[letter] \starttext \startletter \placetable[here][]{title

Re: [NTG-context] References to annotations

2011-10-05 Thread Michael Green
That works. Thank you very much! Coincidentally, I found a similar issue with the letter module. The table in the example below will be numbered Table 2 \usemodule[letter] \starttext \startletter \placetable[here][]{title} \starttable[|l|] \NC That’s all \NC\MR \stoptable \stopletter

[NTG-context] automigrateinserts complete but confused

2011-09-17 Thread Steffen Wolfrum
The tables anchor is on the left side after the paragraph mentioning Tabelle 27, by using \placetable{...caption...}{\bTABLE...\eTABLE} Before is footnote 68, below is footnote 74! But, for the table is placed on the next page, their footnotes 69-73 are also placed on the right page ... AFTER footnote 74

[NTG-context] how table's notes vanishe

2011-09-17 Thread Steffen Wolfrum
Hi, please have a look at this: \starttext \placetable{Text}{ \bTABLE \bTR\bTD Test\footnote{note} \eTD\eTR \eTABLE (remark) } \stoptext Obviously a remark like this (below table) is not allowed ... as it kills the footnote's table! How can the note be saved? Steffen

[NTG-context] Bug in links in the list of splitted tables (standalone ver. only)?

2011-09-03 Thread Jaroslav Hajtmar
}{\bTR\dorecurse{3}{\bTD x\eTD}\eTR}\eTABLE}} \starttext List of tables \placelistoftables \page \placetable[split][tab.1]{Table 1}{\parenttable} \page \placetable[split][tab.2]{Table 2}{\parenttable} \page \placetable[split][tab.3]{Table 3}{\parenttable} \stoptext

[NTG-context] \setuplayout and splitted rotated tables

2011-08-29 Thread Jaroslav Hajtmar
] \setupTABLE[column][3][width=3cm] \setupTABLE[column][4][width=4cm] \setupTABLE[column][5][width=5cm] \setupTABLE[column][6][width=6cm] \setupTABLE[column][7][width=5cm] \starttext \setuplayout[portrait] \input tufte \page \setuplayout[rotatedportrait] \placetable[90,split

Re: [NTG-context] Splitting of rotate table

2011-08-28 Thread Jaroslav Hajtmar
] \setupTABLE[column][3][width=3cm] \setupTABLE[column][4][width=4cm] \setupTABLE[column][5][width=5cm] \starttext \input tufte \start \textheight\textwidth\page \placetable[90,split,here, force][tab:example]{Example of a rotated table} { \bTABLE \dorecurse{35}{\bTR\dorecurse{5

Re: [NTG-context] Splitting of rotate table

2011-08-28 Thread Jaroslav Hajtmar
] \setupTABLE[column][3][width=3cm] \setupTABLE[column][4][width=4cm] \setupTABLE[column][5][width=5cm] \setupTABLE[column][6][width=6cm] \setupTABLE[column][7][width=5cm] \starttext \startrotatedtable \placetable[90,split,here, force][tab:example]{Example of a rotated

[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] Side-by-Side tables

2011-08-24 Thread Aditya Mahajan
{sidebyside}, location=middle] \starttext \showframe \placetable [here,nonumber]{Side by side tables} \startcombination[sidebyside][2*1] {\externalfigure[one]}{(a)} {\externalfigure[two]}{(b)} \stopcombination \stoptext @Hans: Can we also have totalheight

Re: [NTG-context] space between label and number

2011-06-29 Thread dalyoung
:39, Hans Hagen wrote: On 28-6-2011 3:06, dalyoung wrote: Hi, By Hans's help, the labels of figures and of tables are appeared in Korean after setting \mainlagnuage[kr]. (\placefigure of \placetable ) Thanks! However, there is no space between label and number like 그림1 or 표3. I tried

[NTG-context] space between label and number

2011-06-28 Thread dalyoung
Hi, By Hans's help, the labels of figures and of tables are appeared in Korean after setting \mainlagnuage[kr]. (\placefigure of \placetable ) Thanks! However, there is no space between label and number like 그림1 or 표3. I tried to add a space like 그림 in the file char-def and some other files

Re: [NTG-context] space between label and number

2011-06-28 Thread Hans Hagen
On 28-6-2011 3:06, dalyoung wrote: Hi, By Hans's help, the labels of figures and of tables are appeared in Korean after setting \mainlagnuage[kr]. (\placefigure of \placetable ) Thanks! However, there is no space between label and number like 그림1 or 표3. I tried to add a space like 그림

Re: [NTG-context] t-filter: how to use math-mode

2011-06-23 Thread yoraxe
PDF document \usemodule[filter] \defineexternalfilter[rest][filtercommand={pandoc -f rst -t context -o \externalfilteroutputfile\space \externalfilterinputfile}] \starttext \startrest = == first second = == a_b 1.6 $a_b$ 2.5 = == \stoprest \stoptext \placetable

Re: [NTG-context] Indent paragraph after \placefigure

2011-05-14 Thread Steffen Wolfrum
on the agenda) I can confirm the missing indent after \placetable[page] After \placetable[page] there is also the page-header empty (no \getmarking[sectionnumber] nor \getmarking[section]) Steffen ___ If your question

[NTG-context] floats disturb section placement

2011-05-09 Thread Steffen Wolfrum
Hi, attached you may find a 4-page minimal example containing 1 table and 3 section headings. If the table is set with \placetable[force]{Test}{ ... then the vertical distance above the headings is consistent. When you make it floatable: \placetable{Test}{ ... the the headings AFTER

Re: [NTG-context] t-filter: no table created when Unicode characters are included

2011-05-01 Thread Paul Menzel
-rest.t*:: rest-temp-rest.tex :: \placetable[here]{none} \starttable[|l|l|] \HL \NC test \NC table \NC\AR \HL \NC α \NC b \NC\AR \NC c \NC d

Re: [NTG-context] t-filter: no table created when Unicode characters are included

2011-04-30 Thread Paul Menzel
-rest.tex :: \placetable[here]{none} \starttable[|l|l|] \HL \NC test \NC table \NC\AR \HL \NC α \NC b \NC\AR \NC c \NC d \NC\AR \HL \stoptable

Re: [NTG-context] t-filter: no table created when Unicode characters are included

2011-04-30 Thread Aditya Mahajan
{os.execute()}. Also, what OS you are on? $ pandoc -f rst -t context -o rest-temp-rest.tex rest-temp-rest.tmp $ more rest-temp-rest.t*:: rest-temp-rest.tex :: \placetable[here]{none} \starttable[|l|l|] \HL \NC test

[NTG-context] \type macro weird?

2011-04-25 Thread Hans van der Meer
This works fine: \starttext Here a type macro \type{\abc} \stoptext This also: \starttext \placetable{table \type{abc} title}{abc} \stoptext This too: \starttext \placetable{table \type{\blank} title}{abc} \stoptext But this gives an error (mind the \ before abc). \starttext \placetable{table

Re: [NTG-context] \type macro weird?

2011-04-25 Thread Wolfgang Schuster
Am 25.04.2011 um 22:05 schrieb Hans van der Meer: This works fine: \starttext Here a type macro \type{\abc} \stoptext This also: \starttext \placetable{table \type{abc} title}{abc} \stoptext This too: \starttext \placetable{table \type{\blank} title}{abc} \stoptext But this gives

Re: [NTG-context] Centerd table?

2011-04-19 Thread Wolfgang Schuster
\VL\AR \HL \stoptable \stopalignment \stoptext --- How to achieve it? \placetable[force,none]{} {\starttable[|c|c|c|] … \stoptable} When you want less space before and after the table you can define your own float with reduced spacing. \definefloat[fixedtable][table

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

2011-04-18 Thread Wolfgang Schuster
Am 10.04.2011 um 18:40 schrieb Florian Wobbe: Hi, 1) I tried the following minimal example from http://archive.contextgarden.net/message/20110109.151431.f774696a.en.html \placetable[split]{Test} {\bTABLE[split=yes] \dorecurse{60}{ \bTR \bTD hello \eTD \eTR } \eTABLE

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

2011-04-11 Thread Florian Wobbe
1) I tried the following minimal example from http://archive.contextgarden.net/message/20110109.151431.f774696a.en.html \placetable[split]{Test} {\bTABLE[split=yes] \dorecurse{60}{ \bTR \bTD hello \eTD \eTR } \eTABLE} with the current context versions which works fine. I have

[NTG-context] three more table questions

2011-04-11 Thread Florian Wobbe
\bTD Col1 \eTD \bTD Col2 \eTD \bTD Col3 \eTD \bTD Col4 \eTD \eTR \eTABLEhead \bTABLEbody \dorecurse{5}{\bTR \bTD 1 \eTD \bTD 2 \eTD \bTD 3 \eTD \bTD 4 \eTD \eTR} \eTABLEbody \eTABLE Or is there maybe the possibility to enforce a certain with with \placetable? 2) In this example I'd like to have

Re: [NTG-context] three more table questions

2011-04-11 Thread Wolfgang Schuster
a certain with with \placetable? Use \bTABLE[option=stretch,textwidth=\textwidth]. 2) In this example I'd like to have no offset between lines but an offset between columns. How can I achieve this without the gaps in the hline separating the header? \bTABLE \setupTABLE[frame=off,offset=0pt

[NTG-context] two problems with natural tables

2011-04-10 Thread Florian Wobbe
Hi, 1) I tried the following minimal example from http://archive.contextgarden.net/message/20110109.151431.f774696a.en.html \placetable[split]{Test} {\bTABLE[split=yes] \dorecurse{60}{ \bTR \bTD hello \eTD \eTR } \eTABLE} with the current context versions which works fine. However, if I insert

Re: [NTG-context] Footnote disappears (TABLE, itemize)

2011-03-21 Thread Vedran Miletić
2011/3/20 Wolfgang Schuster schuster.wolfg...@googlemail.com Am 20.03.2011 um 22:08 schrieb Vedran Miletić: Hi, the following code makes first footnote disappear. \starttext \placetable{My table}{\bTABLE \bTR \bTD {\bf Something} \eTD \bTD \startitemize[1, packed] \item

[NTG-context] Footnote disappears (TABLE, itemize)

2011-03-20 Thread Vedran Miletić
Hi, the following code makes first footnote disappear. \starttext \placetable{My table}{\bTABLE \bTR \bTD {\bf Something} \eTD \bTD \startitemize[1, packed] \item First \item Second\footnote{test1} hello \item Third\footnote{test2} hello \stopitemize \eTD \eTR \eTABLEbody

Re: [NTG-context] Footnote disappears (TABLE, itemize)

2011-03-20 Thread Wolfgang Schuster
Am 20.03.2011 um 22:08 schrieb Vedran Miletić: Hi, the following code makes first footnote disappear. \starttext \placetable{My table}{\bTABLE \bTR \bTD {\bf Something} \eTD \bTD \startitemize[1, packed] \item First \item Second\footnote{test1} hello \item

Re: [NTG-context] Some problems I experienced when using ConTeXt

2011-03-19 Thread Wolfgang Schuster
. But the text after the table is put on the current page and is now before the table. It is not that they can not be put on a page together, because when you uncomment the break, the table and text reside on the same page. \placetable[force]{…}{…} and don’t use \blank before and after a float

Re: [NTG-context] Some problems I experienced when using ConTeXt

2011-03-18 Thread Aditya Mahajan
, because when you uncomment the break, the table and text reside on the same page. You are using \placetable which is a float. So, the table goes to the next page, but the material after that continues on the current page. Lastly a question about a long click-able email address. I would like

Re: [NTG-context] Some problems I experienced when using ConTeXt

2011-03-18 Thread Cecil Westerhof
when you uncomment the break, the table and text reside on the same page. You are using \placetable which is a float. So, the table goes to the next page, but the material after that continues on the current page. Okay, I understand. Can I do something about this? I now use \testpage

Re: [NTG-context] extra line in tabulate headers

2011-03-10 Thread Philipp Gesang
it into a “\placetable”-float seems to get rid of it: ···8 \setuptabulate[split=yes,header=repeat] \starttext \starttabulatehead \HL \NC {\bf format char} \NC {\bf meaning} \NC \NR \HL \stoptabulatehead \placetable[here]{none

Re: [NTG-context] extra line in tabulate headers

2011-03-10 Thread Florian Wobbe
how can I suppress the extra line in the header of the example on contextgarden (http://wiki.contextgarden.net/Tabulate#Headers)? Removing header=repeat from \setuptabulate helps but I'd like to keep header repetition. Hi Florian, wrapping it into a “\placetable”-float seems to get rid

Re: [NTG-context] extra line in tabulate headers

2011-03-10 Thread Philipp Gesang
, wrapping it into a “\placetable”-float seems to get rid of it Hi Philipp, in deed it does with \placetable[here]. I should have added that I wrapped it inside \placetable[split] to split the table over several pages. Unfortunately this messes up the header lines: Sorry, I should have

Re: [NTG-context] extra line in tabulate headers

2011-03-10 Thread Florian Wobbe
how can I suppress the extra line in the header of the example on contextgarden (http://wiki.contextgarden.net/Tabulate#Headers)? Removing header=repeat from \setuptabulate helps but I'd like to keep header repetition. Hi Florian, wrapping it into a “\placetable”-float seems to get rid

Re: [NTG-context] What is the best way to implement a table like this

2011-03-03 Thread Cecil Westerhof
\bTD Non-Urgent \eTD \eTR \bTR \bTD Important \eTD \bTD I \eTD \bTD[color=red] II \eTD \eTR \bTR \bTD Unimportant \eTD \bTD III \eTD \bTD IV \eTD \eTR \eTABLE \stoptext There is also a placetable necessary. So it becomes: \setupTABLE[r][1][height

Re: [NTG-context] What is the best way to implement a table like this

2011-03-03 Thread Wolfgang Schuster
Am 03.03.2011 um 13:34 schrieb Cecil Westerhof: There is also a placetable necessary. So it becomes: \setupTABLE[r][1][height=1cm,style=bold] \setupTABLE[c][1][width=1cm,style=bold,orientation=90] Put these setups in \placetable too, otherwise the affect the layout of other natural tables

Re: [NTG-context] What is the best way to implement a table like this

2011-03-03 Thread Cecil Westerhof
2011/3/3 Wolfgang Schuster schuster.wolfg...@googlemail.com There is also a placetable necessary. So it becomes: \setupTABLE[r][1][height=1cm,style=bold] \setupTABLE[c][1][width=1cm,style=bold,orientation=90] Put these setups in \placetable too, otherwise the affect the layout of other

Re: [NTG-context] TaBlE from Lua

2011-02-23 Thread Philipp Gesang
%% \placetable[here]{Concatenation based}{\typesetatable} %%% Demo 2 %% \placetable[here]{CLD-based}{\typesetcldtable} \stoptext \endinput userdata = userdata or { } userdata.t = { { 0, 0, 0, }, { 0

Re: [NTG-context] TeX-figures

2011-01-30 Thread Steffen Wolfrum
\eTABLE \stopbuffer \externalfigure[mytable.tmp][width=0.8\textwidth] \stoptext == But the PDF has no the table. I'm wrong somewhere ? I just did it like this: \startbuffer[2f] \startTEXpage[width=0.99\textheight] \placetable{}{ \bTABLE[offset=3pt,align={flushleft,high},option

Re: [NTG-context] Error with \placetable ... \starttable

2011-01-11 Thread Aditya Mahajan
On Thu, 6 Jan 2011, Khaled Hosny wrote: Looks like \stattable ... \stoptable no longer do grouping, the following is broken unless \stattable ... \stoptable is grouped. \starttext \placetable[here,nonumber]{foo} \starttable[|r|r|] \NC foo \NC bar \AR \stoptable \stoptext This is still

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

2011-01-09 Thread Marco Pessotto
Hello there. See the following minimal example: begin \setupinteraction[state=start,color=black,contrastcolor=black] \starttext \placetable[split]{Test} {\bTABLE[split=yes] \dorecurse{60}{ \bTR \bTD hello \eTD \eTR } \eTABLE} \stoptext end % If I try to compile it, I get

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

2011-01-09 Thread luigi scarso
On Sun, Jan 9, 2011 at 4:14 PM, Marco Pessotto melmo...@gmail.com wrote: Hello there. See the following minimal example: begin \setupinteraction[state=start,color=black,contrastcolor=black] \starttext \placetable[split]{Test} {\bTABLE[split=yes] \dorecurse{60}{ \bTR \bTD

[NTG-context] Error with \placetable ... \starttable

2011-01-05 Thread Khaled Hosny
Looks like \stattable ... \stoptable no longer do grouping, the following is broken unless \stattable ... \stoptable is grouped. \starttext \placetable[here,nonumber]{foo} \starttable[|r|r|] \NC foo \NC bar \AR \stoptable \stoptext Regards, Khaled -- Khaled Hosny Arabic localiser and member

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

[NTG-context] Table resolution too low

2010-12-23 Thread Tom
this as a problem but is there a way to cause it to be 300dpi or greater to eliminate the warning? \placetable[here,force]{none} {\starttable[|l|l|l|] \HL \VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR \HL \VL Albert Exendine \VL End \VL 1970 \VL\SR \HL \VL Joe Guyon \VL Halfback/Tackle \VL

Re: [NTG-context] Table resolution too low

2010-12-23 Thread Tom
://www.cacert.org (I'm an assurer) Here is an example: \starttext \placetable[here,force]{none} {\starttable[|l|l|l|] \HL \VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR \HL \VL Albert Exendine \VL End \VL 1970 \VL\SR \HL \VL Joe Guyon \VL Halfback/Tackle \VL 1971 \VL\SR \HL \VL James

Re: [NTG-context] Table resolution too low

2010-12-23 Thread luigi scarso
On Thu, Dec 23, 2010 at 4:42 PM, Tom t...@tuxedo-press.com wrote: Here is an example: \starttext \placetable[here,force]{none} {\starttable[|l|l|l|] \HL \VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR \HL \VL Albert Exendine \VL End \VL 1970 \VL\SR \HL \VL Joe Guyon \VL

Re: [NTG-context] Table resolution too low

2010-12-23 Thread luigi scarso
On Thu, Dec 23, 2010 at 8:36 PM, Tom t...@tuxedo-press.com wrote: On Thu, Dec 23, 2010 at 4:42 PM, Tom t...@tuxedo-press.com wrote: Here is an example: \starttext \placetable[here,force]{none} {\starttable[|l|l|l|] \HL \VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR \HL \VL

Re: [NTG-context] Table resolution too low

2010-12-23 Thread Tom
On Thu, Dec 23, 2010 at 8:36 PM, Tom t...@tuxedo-press.com wrote: On Thu, Dec 23, 2010 at 4:42 PM, Tom t...@tuxedo-press.com wrote: Here is an example: \starttext \placetable[here,force]{none} {\starttable[|l|l|l|] \HL \VL \bf Player* \VL \bf Position \VL \bf Year Inducted \VL\SR \HL

Re: [NTG-context] Help to SPLIT TABLE caption numbering CORRECTLY

2010-12-21 Thread Wolfgang Schuster
Am 17.12.2010 um 11:17 schrieb barndog1...@gmail.com: Hans, PLEASE take a look at \placetable and fix numbering so that when a long table is split the numbering is: 1 1 (continued) 1(continued) With the new beta you can add \defineconversion[continued][{},{ (continued

Re: [NTG-context] Is there a way to split TABLE and TABLE caption for longtables

2010-12-16 Thread Wolfgang Schuster
correct numbering for split tables which is currently wrong for MkIV: \setuppapersize[A7][A7] \starttext \placetable [split] {Test 1} {\bTABLE \dorecurse{20}{\bTR\bTD #1 \eTD\eTR} \eTABLE} \placetable {Test 2} {\bTABLE \bTR\bTD 1 \eTD\eTR \eTABLE} \stoptext Wolfgang

[NTG-context] Help Using \placetable and TABLE

2010-12-13 Thread barndog1946
I got the recodes for splitting loong tables and that works but: How can I get (continued) in the footer and get the table number within the caption to understand that the table is continued and NOT a NEW table? barney

[NTG-context] TABLE help

2010-12-10 Thread barney schwartz
Wolfgang, In MKIV using TABLE: All seems to work well enough UNTIL I use \placetable. I have enormous table that run pages in length. I need them split0 repeat and that works fine until I add: \placetable[here][tab:five]{Descriptive Statistics for Salaried Men \ Women} { . . . . . . . . . } I

Re: [NTG-context] TABLE

2010-12-10 Thread barney schwartz
Wolfgang, \placetable {Caption} {\bTABLE ... \eTABLE} BUT I have a Long split=repeat table and when I use {} the table passes the end of the page. If I remove {} it splits properly but then I have no caption. What to do? barney

Re: [NTG-context] TABLE help

2010-12-10 Thread Hans Hagen
On 10-12-2010 8:40, barney schwartz wrote: Wolfgang, In MKIV using TABLE: All seems to work well enough UNTIL I use \placetable. I have enormous table that run pages in length. I need them split0 repeat and that works fine until I add: \placetable[here][tab:five]{Descriptive Statistics

Re: [NTG-context] TABLE help

2010-12-10 Thread Wolfgang Schuster
Am 10.12.2010 um 08:40 schrieb barney schwartz: In MKIV using TABLE: All seems to work well enough UNTIL I use \placetable. I have enormous table that run pages in length. I need them split0 repeat and that works fine until I add: \placetable[here][tab:five]{Descriptive Statistics

Re: [NTG-context] Re;Help TABLE

2010-12-10 Thread barney schwartz
and lots or rows . ... . \eTABLEbody \bTABLEfoot \bTR \bTC[nc=8]*\$=New Taiwan Dollars \eTC \eTR \eTABLEfoot \eTABLE\eTABLEbody \bTABLEfoot \bTR \bTC[nc=8]*\$=New Taiwan Dollars \eTC \eTR \eTABLEfoot \eTABLE all works fine but when I add: \placetable[here][tab:five]{Descriptive Statistics

Re: [NTG-context] Re;Help TABLE

2010-12-10 Thread Philipp Gesang
\eTABLEfoot \eTABLE\eTABLEbody \bTABLEfoot \bTR \bTC[nc=8]*\$=New Taiwan Dollars \eTC \eTR \eTABLEfoot \eTABLE all works fine but when I add: \placetable[here][tab:five]{Descriptive Statistics for Salaried Men \ Women} { in order to get reference, caption I lose the split

Re: [NTG-context] Re; TABLE help

2010-12-10 Thread barney schwartz
Wolfgang, Phillip, Hans, Thanks for the pointer to : \placetable[here,*split*] However I need this to be one table split across however many pages required, so that I would have as example ... page 1: table 1.1 page 2: table 1.1 (cont.) page 3: table 1.1 (cont) please see attached code

Re: [NTG-context] Re; TABLE help

2010-12-10 Thread Wolfgang Schuster
of memory. \placetable[here,split][tab:five]{Descriptive Statistics for Salaried Men Women} {\startTABLE[split=repeat] \startTABLEhead[style=bold] \NC Group \NC N \NC MEAN \NC STD \NC MIN \NC MAX \NC Gini \NC 80/20 \NC\NR \stopTABLEhead \startTABLEbody \NC[nc=8] 1980 \NC\NR \NC ALL \NC 14202

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

2010-12-06 Thread Hans Hagen
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

Re: [NTG-context] TABLE

2010-12-06 Thread Aditya Mahajan
On Mon, 6 Dec 2010, Jörg Hagmann wrote: Trying to use TABLE instead of \starttables... How does one place a TABLE, with a caption? \placetable [here,top,bottom] [tab:ref] {caption} {\bTABLE ... \eTABLE

Re: [NTG-context] TABLE

2010-12-06 Thread Wolfgang Schuster
Am 06.12.2010 um 15:19 schrieb Jörg Hagmann: Trying to use TABLE instead of \starttables... How does one place a TABLE, with a caption? \placetable {Caption} {\bTABLE ... \eTABLE} Wolfgang

Re: [NTG-context] TABLE

2010-12-06 Thread barndog1946
Jorg, \placetable should do the trick. I had similar question earlier. search TABLE on the wiki, it is FULL of info barney ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] TABLE

2010-12-06 Thread Jörg Hagmann
? \placetable {Caption} {\bTABLE ... \eTABLE} 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

[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

<    1   2   3   4   5   6   >