Re: [NTG-context] Tables in multiple columns?

2020-11-16 Thread Bruce Horrocks
> On 16 Nov 2020, at 08:55, Bruce Horrocks wrote: [snip] > I'm interested because I have a long thin table that I would to avoid having > to manually split, but I would also like the heading to repeat at the top of > each column and \starttabulation doesn't do the latter. I was hoping that

[NTG-context] Tables in multiple columns?

2020-11-16 Thread Bruce Horrocks
There's an example in the Wiki on how to put a table into multiple columns that no longer works in LMTX (version 2020.11.05 23:01). \starttext \startcolumns[n=3] \bTABLE \dorecurse{21} {\bTR \bTD a\eTD \bTD b \eTD \eTR} \eTABLE \st

Re: [NTG-context] Tables vs tables (deprecation paranoia again)

2016-03-02 Thread Hans Hagen
On 3/2/2016 4:52 PM, Nicola wrote: I read in the wiki that my beloved \starttable...\stoptable is deprecated. Tabulate seems their next of kin, but... does it support cells spanning more than one row? \starttable will always stay around (after all, it had been partially mkiv'd); it's just that

[NTG-context] Tables vs tables (deprecation paranoia again)

2016-03-02 Thread Nicola
I read in the wiki that my beloved \starttable...\stoptable is deprecated. Tabulate seems their next of kin, but... does it support cells spanning more than one row? Nicola ___ If your question is of interest to oth

Re: [NTG-context] Tables, Row Span, and Colors

2015-03-14 Thread Troy Henderson
Updating ConTeXt minimals fixed my problem. Thank you. Troy ___ 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/

Re: [NTG-context] Tables, Row Span, and Colors

2015-03-13 Thread Otared Kavian
> On 14 Mar 2015, at 00:27, Troy Henderson wrote: > > Thank you Wolfgang. The attached PDF is the output I get from using your > code. > > This is LuaTeX, Version beta-0.79.2 (TeX Live 2015/dev) (rev 5084) Hi Troy, With Wolfgang’s code, the attached PDF is what I get with ConTeXt v

Re: [NTG-context] Tables, Row Span, and Colors

2015-03-13 Thread Troy Henderson
Thank you Wolfgang. The attached PDF is the output I get from using your code. This is LuaTeX, Version beta-0.79.2 (TeX Live 2015/dev) (rev 5084) Troy foo.pdf Description: Adobe PDF document ___ If your question is

Re: [NTG-context] Tables, Row Span, and Colors

2015-03-13 Thread Wolfgang Schuster
> Am 12.03.2015 um 18:37 schrieb Troy Henderson : > > The following code produces my table, but I could not get the text "Region" > to span rows 3-7. So, I would like > > the word "Region" to be inside the table and not "hacked" in the way that I > have it. > to make the (spanned) cell contai

[NTG-context] Tables, Row Span, and Colors

2015-03-12 Thread Troy Henderson
The following code produces my table, but I could not get the text "Region" to span rows 3-7. So, I would like 1. the word "Region" to be inside the table and not "hacked" in the way that I have it. 2. to make the (spanned) cell containing "Years" have a gray background. 3. to make e

Re: [NTG-context] Tables still broken?

2012-07-06 Thread Hans Hagen
On 6-7-2012 21:29, Meer, H. van der wrote: Are tables still broken? If so, any pointers to when it will be repaired? The table did typeset in the past without problems. fixed in next upload ...keep in mind that you're missing a \NR Hans

[NTG-context] Tables still broken?

2012-07-06 Thread Meer, H. van der
Are tables still broken? If so, any pointers to when it will be repaired? The table did typeset in the past without problems. I get an error with this recent version of ConTeXt: ConTeXt ver: 2012.07.04 23:48 MKIV fmt: 2012.7.6 int: english/english ! Use of \secondstagestarttable doesn't match

[NTG-context] tables

2012-06-14 Thread Hans Hagen
Hi, two table mechanisms now have the textwidth (max available width) set to local which makes it work inside for instance text backgrounds \starttext \starttextbackground \input ward \bTABLE % [textwidth=local] \bTR \bTD \input ward \eTD \bTD \input

[NTG-context] tables

2012-05-17 Thread Meer, H. van der
I started using starttable..\stoptable. Question: How can I force the table cells to fixed dimensions, for example squares of 1cmx1cm? I can see \setuptables[height= width= depth=] but that does not take dimensions (error Illegal unit). What it does with the numbers given is not clear to me, b

Re: [NTG-context] Tables and nobreakable space

2010-11-27 Thread Hans Hagen
On 22-11-2010 8:24, Wolfgang Schuster wrote: \starttext \starttable[|p|] \NC ~ \NC\NR \stoptable \stoptext fixed in next beta - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061

[NTG-context] tables and column spanning

2010-11-25 Thread Mojca Miklavec
Dear Hans, In MKIV I miss the probably recently dropped command \use{number-of-column} from \starttable ... \stoptable environment. In MKII it still works perfectly fine. Here's an example from Wiki for testing: \starttable[s(0pt)|ls(10pt)|rs(0pt)|] \HL \NC \use{2}\ReFormat[cB]{Spanning head} \S

[NTG-context] Tables and nobreakable space

2010-11-21 Thread Wolfgang Schuster
Hi Hans, there is a bug in the merged code of the table environment. \starttext \starttable[|p|] \NC ~ \NC\NR \stoptable \stoptext Wolfgang ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] tables and color

2010-11-17 Thread Hans Hagen
On 17-11-2010 3:31, Mojca Miklavec wrote: It seems weird to simply get rid of it at once and for no particular reason. (I don't care if it doesn't support colors.) Well, it was worth a try .. I'll strip the code anyway, so no color support any more in that mechanism (till I need it myself).

Re: [NTG-context] tables and color

2010-11-17 Thread Mojca Miklavec
On Wed, Nov 17, 2010 at 13:39, Hans Hagen wrote: > > Concerning \starttable: I started merging the patches into the TaBlE code > but also started wondering if we should still provide this mechanism in > \MKIV. I'm considering making it a module, and then remove the color options > from it as it's a

[NTG-context] tables and color

2010-11-17 Thread Hans Hagen
Hi, A while ago Herbert reported problems with color in \starttable and Aditya suggested to provide \VL in \starttabulate. Also, there's some experimental coloring code in tabulate. So, I decided to add better color support to tabulate as well as vertical lines (for as far as it makes sense)

Re: [NTG-context] Tables for newbies [WAS Re: imbalanced columns]

2010-07-16 Thread luigi scarso
2010/7/16 Idris Samawi Hamid ادريس سماوي حامد > Hi Peter, > > > On Fri, 16 Jul 2010 07:05:19 -0600, Peter Münster wrote: > > On Thu, Jul 15 2010, Idris Samawi Hamid ادريس سماوي حامد wrote: >> >> Question for all: for MkIV, should we recommend ONLY natural tables to >>> newcomers, e.g., in a

Re: [NTG-context] Tables for newbies [WAS Re: imbalanced columns]

2010-07-16 Thread Idris Samawi Hamid ادريس سماوي حامد
Hi Peter, On Fri, 16 Jul 2010 07:05:19 -0600, Peter Münster wrote: On Thu, Jul 15 2010, Idris Samawi Hamid ادريس سماوي حامد wrote: Question for all: for MkIV, should we recommend ONLY natural tables to newcomers, e.g., in a ConTeXt Book? Hello Idris, For me, it's yes! But newcomers nee

Re: [NTG-context] Tables for newbies [WAS Re: imbalanced columns]

2010-07-16 Thread Peter Münster
On Thu, Jul 15 2010, Idris Samawi Hamid ادريس سماوي حامد wrote: > Question for all: for MkIV, should we recommend ONLY natural tables to > newcomers, e.g., in a ConTeXt Book? Hello Idris, For me, it's yes! But newcomers need to pay attention in some cases: - alignment (see issue http://track

Re: [NTG-context] Tables for newbies [WAS Re: imbalanced columns]

2010-07-15 Thread Hans Hagen
On 15-7-2010 7:45, Idris Samawi Hamid ادريس سماوي حامد wrote: Hi Aditya, On Thu, 15 Jul 2010 11:37:32 -0600, Aditya Mahajan wrote: Have you tried using natural tables. Now you can use them with almost the same amount of typing as the old table macros. \startTABLE \NC text 1 \NC text 2 \NC\N

Re: [NTG-context] Tables for newbies [WAS Re: imbalanced columns]

2010-07-15 Thread luigi scarso
2010/7/15 Idris Samawi Hamid ادريس سماوي حامد > Hi Aditya, > > On Thu, 15 Jul 2010 11:37:32 -0600, Aditya Mahajan > wrote: > > Have you tried using natural tables. Now you can use them with almost the >> same amount of typing as the old table macros. >> \startTABLE >> \NC text 1 \NC text 2 \NC

[NTG-context] Tables for newbies [WAS Re: imbalanced columns]

2010-07-15 Thread Idris Samawi Hamid ادريس سماوي حامد
Hi Aditya, On Thu, 15 Jul 2010 11:37:32 -0600, Aditya Mahajan wrote: Have you tried using natural tables. Now you can use them with almost the same amount of typing as the old table macros. \startTABLE \NC text 1 \NC text 2 \NC\NR \NC text 3 \NC text 4 \NC\NR \stopTABLE Question for al

Re: [NTG-context] Tables query (notes, MKII)

2009-06-11 Thread Bowen Alan C.
Thanks, Willi. I am now using the very latest ConTeXt minimals and find that setting width=fit works too. All best, Alan On Jun 11, 2009, at 11;05,47 , Willi Egger wrote: Hi Alan, I tried your code. Here with the latest beta and minimals from 11-06-2009 MKIV: I get the footnotes at the lef

Re: [NTG-context] Tables query (notes, MKII)

2009-06-11 Thread Willi Egger
Hi Alan, I tried your code. Here with the latest beta and minimals from 11-06-2009 MKIV: I get the footnotes at the left margin and they will fill the whole width of the table and break lines correctly. However the conversion of the numbers into characters does not work. Instead the [conv

Re: [NTG-context] Tables query (notes, MKII)

2009-06-09 Thread Bowen Alan C.
After some experimentation, it became clear that to place the local notes properly, one must use \note[...] and \footnotetext[...]{}, and put the series of \footnotetext entries just before \placelocalfootnotes. A. On Jun 9, 2009, at 11;43,46 , Bowen Alan C. wrote: I need a table that has

[NTG-context] Tables query (notes, MKII)

2009-06-09 Thread Bowen Alan C.
I need a table that has local notes, but have not been able to get them into the proper position (at the left margin of the table) or the the proper length ( extending full length of table if needed). What am I missing in the following reduced example? \starttext \startlocalfootnotes[conv

[NTG-context] tables with notes

2009-05-13 Thread Bowen Alan C.
I have a dim recollection that this question has been asked before, but I have not been able to find the answer. So please excuse me if this goes over old ground. I have prepared a fairly complex table (using \starttables) that has notes to various entries. What I should like is to • mark

Re: [NTG-context] Tables query (MKII, latest beta)

2009-03-26 Thread Bowen Alan C.
Many thanks as ever, Hans. Best, Alan On Mar 26, 2009, at 17;10,38 , Hans Hagen wrote: Bowen Alan C. wrote: Thanks, Wolfgang! This is a great improvement---here is no crowding any cell now. There remain , however, a few (many fewer) crowded rows. So here’s hoping that Hans can get to this an

Re: [NTG-context] Tables query (MKII, latest beta)

2009-03-26 Thread Hans Hagen
Bowen Alan C. wrote: Thanks, Wolfgang! This is a great improvement---here is no crowding any cell now. There remain , however, a few (many fewer) crowded rows. So here’s hoping that Hans can get to this and make the required adjustments. i'll upload a fix (wolfgang: at some point we can cl

Re: [NTG-context] Tables query (MKII, latest beta)

2009-03-26 Thread Bowen Alan C.
Thanks, Wolfgang! This is a great improvement---here is no crowding any cell now. There remain , however, a few (many fewer) crowded rows. So here’s hoping that Hans can get to this and make the required adjustments. Alan On Mar 26, 2009, at 14;12,11 , Wolfgang Schuster wrote: Am 26.03

Re: [NTG-context] Tables query (MKII, latest beta)

2009-03-26 Thread Wolfgang Schuster
Am 26.03.2009 um 18:51 schrieb Bowen Alan C.: This sample will show the crowding within a cell and between rows. Alan \starttext \setuptables[bodyfont=9pt] \starttables[|l|p(15pc)|] You could use this for the time being but I hope myself Hans can fix the spacing. \starttable[|l|b{\setupin

Re: [NTG-context] Tables query (MKII, latest beta)

2009-03-26 Thread Bowen Alan C.
This sample will show the crowding within a cell and between rows. Alan \starttext \setuptables[bodyfont=9pt] \starttables[|l|p(15pc)|] \NC A\NC read \quote{provided} for \quote{providing}\NC\AR \NC B\NC Aliquam aliquet, est a ullamcorper condimentum, tellus nulla fringilla elit, a iaculis

Re: [NTG-context] Tables query (MKII, latest beta)

2009-03-26 Thread Wolfgang Schuster
Am 26.03.2009 um 16:58 schrieb Bowen Alan C.: I have a simple, multi-page table that is currently defined by \setuptables[bodyfont=9pt] \starttables[|l|p(15pc)|] The problem is that the text in the cells on the right that have more than one line is set almost solid and is often too close to

[NTG-context] Tables query (MKII, latest beta)

2009-03-26 Thread Bowen Alan C.
I have a simple, multi-page table that is currently defined by \setuptables[bodyfont=9pt] \starttables[|l|p(15pc)|] The problem is that the text in the cells on the right that have more than one line is set almost solid and is often too close to the next row. So how can I adjust/control th

Re: [NTG-context] TABLEs and backgroundcolor

2008-11-10 Thread Hans Hagen
Alan STONE wrote: > On Sun, Nov 9, 2008 at 10:42 AM, Peter Münster <[EMAIL PROTECTED] > > wrote: > > On Sat, Nov 08 2008, Andreas Harder wrote: > > > \bTABLE[background=color,backgroundcolor=blue] > > \bTR \bTD[corner=08] left \eTD\bTD[corner=05] right \eT

Re: [NTG-context] TABLEs and backgroundcolor

2008-11-10 Thread Alan STONE
On Sun, Nov 9, 2008 at 10:42 AM, Peter Münster <[EMAIL PROTECTED]> wrote: > On Sat, Nov 08 2008, Andreas Harder wrote: > > > \bTABLE[background=color,backgroundcolor=blue] > > \bTR \bTD[corner=08] left \eTD\bTD[corner=05] right \eTD\eTR > > \bTR \bTD left \eTD\bTD right \eTD\eTR > > \bTR \bTD left

Re: [NTG-context] TABLEs and backgroundcolor

2008-11-09 Thread Peter Münster
On Sat, Nov 08 2008, Andreas Harder wrote: > \bTABLE[background=color,backgroundcolor=blue] > \bTR \bTD[corner=08] left \eTD\bTD[corner=05] right \eTD\eTR > \bTR \bTD left \eTD\bTD right \eTD\eTR > \bTR \bTD left \eTD\bTD right \eTD\eTR > \bTR \bTD[corner=07] left \eTD\bTD[corner=06] right \eTD\eT

[NTG-context] TABLEs and backgroundcolor

2008-11-09 Thread Andreas Harder
Hello everyone, this TABLE used to work not long time ago: \setupcolors[state=start] \starttext % \showframe \bTABLE[framecolor=gray] % split=yes \setupTABLE[column][first] [background=color,backgroundcolor=red] \setupTABLE[column][last] [background=color,backgroundcolor=green] \setupTABLE[fir

Re: [NTG-context] Tables in headers

2008-04-28 Thread Stefan Larsson
Thank you very much for your explicit hints Wolfgang. I've learnt a lot from these few lines of code. /Stefan ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-con

Re: [NTG-context] Tables in headers

2008-04-28 Thread Wolfgang Schuster
Hi Stefan, > I'll try to illustrate using a monospaced font: > > +--+ Company Name > | | > | Logo | > | | > +--+ > > + > Type of document| Page > Re

Re: [NTG-context] Tables in headers

2008-04-28 Thread Stefan Larsson
Hi Stefan, On Mon, Apr 28, 2008 at 8:06 AM, Stefan Larsson <[EMAIL PROTECTED]> wrote: >> First post on this list... >> >> I have been using LaTeX for several large projects during the last 10 years >> and just recently tried to switch to ConTeXt due to the claim of easier >> handling of custom pag

Re: [NTG-context] Tables in headers

2008-04-27 Thread Wolfgang Schuster
Hi Stefan, On Mon, Apr 28, 2008 at 8:06 AM, Stefan Larsson <[EMAIL PROTECTED]> wrote: > First post on this list... > > I have been using LaTeX for several large projects during the last 10 years > and just recently tried to switch to ConTeXt due to the claim of easier > handling of custom page lay

[NTG-context] Tables in headers

2008-04-27 Thread Stefan Larsson
First post on this list... I have been using LaTeX for several large projects during the last 10 years and just recently tried to switch to ConTeXt due to the claim of easier handling of custom page layout. So far it is an enjoyable experience... I would need to customize my page headers with a c

Re: [NTG-context] Tables, colors, and mkiv

2008-04-25 Thread Hans Hagen
Aditya Mahajan wrote: > Hi, > > Background colors do not work inside tables with mkiv. For example > > \setupcolors[state=start] > \starttext >\starttable[|mc|mc|mc|mc|mc|mc|] > \HL[2] > \BL[6] \AR > \NC x_1 \NC x_2 \NC x_3 \NC z_1 \NC z_2 \NC z_3 \NC \AR >

[NTG-context] Tables, colors, and mkiv

2008-04-25 Thread Aditya Mahajan
Hi, Background colors do not work inside tables with mkiv. For example \setupcolors[state=start] \starttext \starttable[|mc|mc|mc|mc|mc|mc|] \HL[2] \BL[6] \AR \NC x_1 \NC x_2 \NC x_3 \NC z_1 \NC z_2 \NC z_3 \NC \AR \HL[2] \NC 0 \NC 0 \NC 0

Re: [NTG-context] Tables and misplaced \noalign

2008-01-10 Thread Jürgen Strass
Wolfgang Schuster schrieb: > [...] > Hi Jürgen, > > could you try to update your ConTeXt first and if the problem > remains send a example to the list. > > Problem solved! I updated by calling "ctxtools --updatecontext" and now everything works out of the box. If I had known that context is so

Re: [NTG-context] Tables and misplaced \noalign

2008-01-10 Thread Wolfgang Schuster
On Jan 10, 2008 6:43 PM, Jürgen Strass <[EMAIL PROTECTED]> wrote: > Hi, > > when I'm trying to use tables (\starttables ... \stoptables), I'm often > getting the following error: > > --- > > ! Misplaced \noalign. > \TABLEnoalign ->\noalign > \bgroup \let \noalign \relax \le

[NTG-context] Tables and misplaced \noalign

2008-01-10 Thread Jürgen Strass
Hi, when I'm trying to use tables (\starttables ... \stoptables), I'm often getting the following error: --- ! Misplaced \noalign. \TABLEnoalign ->\noalign \bgroup \let \noalign \relax \let \next = \insertTABLEtail ->\TABLEnoalign {\glob

Re: [NTG-context] Tables & localfootnote alignment

2007-06-15 Thread Dave
Thank you both for your replies! I've updated the footnote page on the wiki with Wolfgang's suggestion. Dave On 6/15/07, Wolfgang Schuster <[EMAIL PROTECTED]> wrote: 2007/6/15, Peter Rolf <[EMAIL PROTECTED]>: > Hi Dave, > > I don't know enough about it, to give you a clean solution. Just igno

Re: [NTG-context] Tables & localfootnote alignment

2007-06-15 Thread Wolfgang Schuster
2007/6/15, Peter Rolf <[EMAIL PROTECTED]>: > Hi Dave, > > I don't know enough about it, to give you a clean solution. Just ignore > the rest, if someone gives a better (more general) solution. > > Peter > > Dave schrieb: > > Hi all, > > > > I am trying to add footnotes to a table but need for them

Re: [NTG-context] Tables & localfootnote alignment

2007-06-15 Thread Peter Rolf
Hi Dave, I don't know enough about it, to give you a clean solution. Just ignore the rest, if someone gives a better (more general) solution. Peter Dave schrieb: > Hi all, > > I am trying to add footnotes to a table but need for them to be aligned > on the left (flush) edge of the table. I've

[NTG-context] Tables & localfootnote alignment

2007-06-14 Thread Dave
Hi all, I am trying to add footnotes to a table but need for them to be aligned on the left (flush) edge of the table. I've tried everything I can think of but I'm stuck (with deadlines looming). Below is a quick example Many thanks, Dave %%% % TeXExec | context source date: 2007.04.17 12

Re: [NTG-context] tables

2006-10-30 Thread Patrick Gundlach
Hello Aditya, >> You can go to >> >> http://articles.contextgarden.net/ >> >> and search for 'btable' there. > > Can this search box also be added to the main wiki page, between the > search in wiki and search with google search boxes. Yes. (Done) Could anybody send me a more clever (then 'articl

Re: [NTG-context] tables

2006-10-30 Thread Aditya Mahajan
Hi Patrick, On Mon, 30 Oct 2006, Patrick Gundlach wrote: >> whe I can get help about >> >> \bTABLE >> . >> \eTABLE >> >> ? > > You can go to > > http://articles.contextgarden.net/ > > and search for 'btable' there. Can this search box also be added to the main wiki page, between the search

Re: [NTG-context] tables

2006-10-30 Thread Patrick Gundlach
Hello, > whe I can get help about > > \bTABLE > . > \eTABLE > > ? You can go to http://articles.contextgarden.net/ and search for 'btable' there. Patrick -- ConTeXt wiki and more: http://contextgarden.net ___ ntg-context mailing list ntg-context

Re: [NTG-context] tables

2006-10-30 Thread Horacio Suarez
thankyou very much. >Hi Horacio, > >look at the following links for information about natural tables: > >http://wiki.contextgarden.net/TABLE >http://www.pragma-ade.com/general/manuals/enattab.pdf >http://dl.contextgarden.net/myway/NaturalTables.pdf > > >You can also ask more precise questions on t

Re: [NTG-context] tables

2006-10-30 Thread Wolfgang Schuster
2006/10/30, Horacio Suarez <[EMAIL PROTECTED]>: helo:whe I can get help about\bTABLE.\eTABLE?   Hi Horacio,   look at the following links for information about natural tables:   http://wiki.contextgarden.net/TABLE http://www.pragma-ade.com/general/manuals/enattab.pdf http://dl.contextgarden.ne

[NTG-context] tables

2006-10-29 Thread Horacio Suarez
helo: whe I can get help about \bTABLE . \eTABLE ? _ Don't just search. Find. Check out the new MSN Search! http://search.msn.com/ ___ ntg-context mailing list ntg-context@ntg.nl ht

Re: [NTG-context] Tables --- what is current recommendation?

2005-12-18 Thread Tobias Burnus
Hi, David Arnold wrote: I'm wondering. If one is starting anew with Context, what would users recommend as the best choice of table environment? I think it really depends on the type of table you need. For something with a simple layout like vocabulary or address lists I would use tabulate, f

[NTG-context] Tables --- what is current recommendation?

2005-12-18 Thread David Arnold
All, There's a nice summary of Tables on: http://wiki.contextgarden.net/Tables_Overview I'm wondering. If one is starting anew with Context, what would users recommend as the best choice of table environment? What choice would I make if I have no need of backward compatibility and am starti

Re: [NTG-context] tables, etc.

2005-06-23 Thread luigi.scarso
Jörg Hagmann wrote: Dear list members, I have the following questions: 1) I want a table at textwidth. The contents of the boxes don't fit on one line. When I See http://contextgarden.net/Tables_Overview maybe TABLE (natural tables) can help you. luigi

[NTG-context] tables, etc.

2005-06-23 Thread Jörg Hagmann
Dear list members, I have the following questions: 1) I want a table at textwidth. The contents of the boxes don't fit on one line. When I use "|lp|lp|" etc., the width of the table is a fraction of textwidth, and the contents of the columns overlay each other (with long, unhyphenated words).

Re: [NTG-context] Tables ..

2004-12-03 Thread h h extern
Dirar BOUGATEF wrote: Hi, I would like to use multipage tables. I had a look on the wiki and there are 2 ways of doing that. What is the advantage of using \startlinetable ? huge tables, split vertically as well as horizontally, spanning ,ultiple spreads, repeated columns, etc One of these seem

[NTG-context] Tables ..

2004-12-02 Thread Dirar BOUGATEF
Hi, I would like to use multipage tables. I had a look on the wiki and there are 2 ways of doing that. What is the advantage of using \startlinetable ? One of these seems to be that we can repeat columns .. Is Context going keep going with \startlinetable or not ? (As no doc exists and its devel

Re: [NTG-context] Tables

2004-10-27 Thread Henning Hraban Ramm
Am 28.10.2004 um 05:07 schrieb David Arnold: If I want to learn to typeset tables the "Context Way," there are many references, some old and out dated, some new? Where should I start (documentation) so that I am working with tables in Context in the most current up-to-date manner? At the current s

[NTG-context] Tables

2004-10-27 Thread David Arnold
All, If I want to learn to typeset tables the "Context Way," there are many references, some old and out dated, some new? Where should I start (documentation) so that I am working with tables in Context in the most current up-to-date manner? ___ ntg-con

[NTG-context] tables and newpage

2004-07-19 Thread Bernd Militzer
Hi all, for a very long dokumentation I use tables like {\start % \starttablehead \HL \NC Haus\crlf \tx Pos.~Nr.\NC Bewohner und Bemerkungen\crlf{\bf von \dots\ nach \dots\ }% \NC Natio\-nalität \NC\FR%\AR \HL \stoptablehead % \starttabletail \HL \stoptabletail % \starttables[|lp(0.11\textwidth)B

Re: [NTG-context] tables

2004-07-02 Thread Henning Hraban Ramm
Am 22.06.2004 um 21:36 schrieb dr. Hans van der Meer: Does someone knows where there is information on the table environment in ConTeXt? I just added an overview of the different table environments to the Wiki: http://members.ping.de:8062/context/show/Tables Grüßlis vom Hraban! --- http://www.fi

Re: [NTG-context] tables

2004-06-22 Thread Henning Hraban Ramm
Does someone knows where there is information on the table environment in ConTeXt? Also there is some mention of Wichura's manual. Is this somewhere to be found on the internet? This is a FAQ, please search the ML archive. In short: The manual is sold with the TaBlE package. Better try ConTeXt's

[NTG-context] tables

2004-06-22 Thread dr. Hans van der Meer
Does someone knows where there is information on the table environment in ConTeXt? I have read the intro on ConTeXt and the pamphlets from the Pragma-site on tabulate and btable, but there seem to be a lot more options than can be found in these; I encountered something like \AR etc. whose effe

Re: [NTG-context] tables within tabulate environment

2003-09-17 Thread Hans Hagen
At 10:48 17/09/2003 +0200, you wrote: Similar to what you wrote: \starttabulate \NC test \NC Some text here, perhaps followed by an itemized list an a table \startitemize \item first item \item second item \stopitemize And some specifications in the following table: \starttabulatea \NC col1 row1 \

Re: [NTG-context] tables within tabulate environment

2003-09-17 Thread Frank
Similar to what you wrote: \starttabulate \NC test \NC Some text here, perhaps followed by an itemized list an a table \startitemize \item first item \item second item \stopitemize And some specifications in the following table: \starttabulatea \NC col1 row1 \NC col2 \NC\NR \stoptabulate \NC\NR \s

Re: [NTG-context] tables within tabulate environment

2003-09-17 Thread Hans Hagen
At 10:42 16/09/2003 +0200, Frank wrote: I am working on some documents which are based on a table which is part of the text flow and may break between pages. So I use the tabulate environment. However now I need to include a table inside a tabulate cell, but this does not seem to work. what kin

[NTG-context] tables within tabulate environment

2003-09-16 Thread Frank
Hi, I am working on some documents which are based on a table which is part of the text flow and may break between pages. So I use the tabulate environment. However now I need to include a table inside a tabulate cell, but this does not seem to work. How can I get around this? Best regards F

[NTG-context] Tables, footnotes and references

2003-06-11 Thread Maarten Sneep
Hi, I want to make a table with some footnotes belonging to that table. As an extra, one of the footnotes needs to be referenced to multiple times: blablabla* blablabla* blablabla *blabla Questions: - which of the table formatting commands in ConTeXt is most suitable f