Re: [NTG-context] Changing page orientation - Landscape/Portrait

2006-04-11 Thread Peter Rolf
the % % \start % \startlocal \placetable{Just an example}{\externalfigure[teste.tmp]} This is what I call 'creative usage' of a feature :) Better use \getbuffer for this. \setuppapersize[A4,landscape][A4,landscape] % \stoplocal % \stop \page \setuppapersize[A4][A4] P�gina 3. \page

Re: [NTG-context] Changing page orientation - Landscape/Portrait

2006-04-11 Thread Hans Hagen
and \stoplocal and \stop % It wont work without the % % \start % \startlocal \placetable{Just an example}{\externalfigure[teste.tmp]} This is what I call 'creative usage' of a feature :) Better use \getbuffer for this. \setuppapersize[A4,landscape][A4,landscape] % \stoplocal

[NTG-context] floats spanning columns?

2006-04-11 Thread Karsten Heymann
Hi there, a simple one: Is it possible to span a \placetable float over multiple columns defined with \startcolumns ...\ stopcolumns? Or do I have to switch to column sets for that? Yours, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon: +49 431 880-1186

Re: [NTG-context] floats spanning columns?

2006-04-11 Thread Hans Hagen
Karsten Heymann wrote: Hi there, a simple one: Is it possible to span a \placetable float over multiple columns defined with \startcolumns ...\ stopcolumns? Or do I have to switch to column sets for that? if a float is too wide it will be moved around; wide floats spanning columns

Re: [NTG-context] XML and table interpretation

2006-04-10 Thread Johannes Graumann
Hans, With your help, I got this to work: \defineXMLnested [table] { \bgroup \defineXMLsave[caption] \defineXMLsave[header] \defineXMLsave[body] } { \placetable [\XMLpar{table}{location}{here}] [\XMLpar{table}{label}{unknown}] {\XMLflush{caption}} { \ix\setupinterlinespace[reset,small] \framed

Re: [NTG-context] XML and table interpretation

2006-04-10 Thread Hans Hagen
Johannes Graumann wrote: Hans, With your help, I got this to work: \defineXMLnested [table] { \bgroup \defineXMLsave[caption] \defineXMLsave[header] maybe : \defineXMLnested[header] {\bTABLEhead} {\eTABLEhead} \defineXMLsave[body] } { \placetable [\XMLpar{table

Re: [NTG-context] XML and table interpretation

2006-04-10 Thread Hans Hagen
Johannes Graumann wrote: Hans, With your help, I got this to work: \defineXMLnested [table] { \bgroup \defineXMLsave[caption] \defineXMLsave[header] \defineXMLsave[body] } { \placetable [\XMLpar{table}{location}{here}] [\XMLpar{table}{label}{unknown}] {\XMLflush{caption}} { \ix

Re: [NTG-context] Changing page orientation - Landscape/Portrait

2006-04-10 Thread Miguel Queiros
% It wont work without the % % \start % \startlocal \placetable{Just an example}{\externalfigure[teste.tmp]} \setuppapersize[A4,landscape][A4,landscape] % \stoplocal % \stop \page \setuppapersize[A4][A4] Página 3. \page Página 4. \stoptext ___ ntg

Re: [NTG-context] XML and table interpretation

2006-04-10 Thread Johannes Graumann
} \defineXMLnested [table] {\bgroup \defineXMLsave[caption] \defineXMLnested[header]{\bTABLEhead} {\eTABLEhead} \defineXMLnested[body] {\bTABLEbody} {\eTABLEbody} \placetable [\XMLpar{table}{location}{here}] [\XMLpar{table}{label}{unknown}] {\XMLflush

Re: [NTG-context] xml table reading problem

2006-04-09 Thread Johannes Graumann
Hans, Thank you once more, but I'm just to green for this ... \defineXMLnested [table] { \bgroup \defineXMLsave[caption] \defineXMLsave[content] } { \placetable [\XMLpar{table}{location}{here}] [\XMLpar{table}{label}{unknown}] {\XMLflush{caption

[NTG-context] How to manipulate interlinespace in doubly spaced document?

2006-04-09 Thread Johannes Graumann
\setupcaptions[style=small,width=\textwidth,setuplinespace[small]] and \defineXMLnested [table] { \bgroup \defineXMLsave[caption] \defineXMLsave[content] } { \placetable [\XMLpar{table}{location}{here}] [\XMLpar{table}{label}{unknown}] {\XMLflush{caption}} {\ix

Re: [NTG-context] xml table reading problem

2006-04-08 Thread Hans Hagen
[caption] \defineXMLpush[content] \defineXMLsave (changed name) } { \placetable [\XMLpar{table}{location}{here}] [\XMLpar{table}{label}{unknown}] {\XMLpop{caption}} \ix \bTABLE \XMLpop{content} \eTABLE \expanded{\bTABLE

[NTG-context] Variable Caption Locations

2006-04-08 Thread tbrowder
I need to have captions ABOVE tables but below all other float types. The default is below, and I know I can do something like { setupcaptions[location=top] \placetable... } for each table. But is there a more elegant way to do it globally? Could ConTeXt have a separate global setup for each

Re: [NTG-context] Variable Caption Locations

2006-04-08 Thread Hans Hagen
tbrowder wrote: I need to have captions ABOVE tables but below all other float types. The default is below, and I know I can do something like { setupcaptions[location=top] \placetable... } for each table. But is there a more elegant way to do it globally? Could ConTeXt have

[NTG-context] xml table reading problem

2006-04-07 Thread Johannes Graumann
] } { \placetable [\XMLpar{table}{location}{here}] [\XMLpar{table}{label}{unknown}] {\XMLpop{caption}} \ix \bTABLE \XMLpop{content} \eTABLE \x \egroup } \defineXMLnested [tr]\bTR\eTR \defineXMLnested [td]\bTD\eTD When compiling

Re: [NTG-context] table-caption: centred or not??

2006-03-12 Thread Hans Hagen
optimal par building by using 'broad' \def\MyTable#1{\placetable{\dorecurse{#1}{bla }}{\starttable[|c|] \NC This is a table.\NC\AR\stoptable}} \setupcaptions[width=\makeupwidth,minwidth=\makeupwidth] \starttext \MyTable{2} % ok \MyTable{10} % not ok \MyTable{30} % ok \setupcaptions[align

Re: [NTG-context] table-caption: centred or not??

2006-03-09 Thread Taco Hoekwater
is centred? Here my test-case, ok means: this is how I like it and not ok means, I don't like it: \setupcaptions[width=\makeupwidth] \def\MyTable#1{\placetable{\dorecurse{#1}{bla }}{\starttable[|c|] \NC This is a table.\NC\AR\stoptable}} \starttext \MyTable{2} % ok \MyTable{10

[NTG-context] New math collection ?

2006-03-08 Thread WN
] \usemathcollection[ams] %\usetypescript[wim] %\switchtobodyfont[wim] \starttext \startformula \oiint , \oiiint, \ointctrclockwise, \ointclockwise, \varointctrclockwise \stopformula \stoptext \placetable{Binary Operators} \starttable[|l|l|l|l|] \NC \X\amalg \NC \X\cup

[NTG-context] table-caption: centred or not??

2006-03-08 Thread Peter Münster
Hello, how are the rules, that determine if the caption is centred? Here my test-case, ok means: this is how I like it and not ok means, I don't like it: \setupcaptions[width=\makeupwidth] \def\MyTable#1{\placetable{\dorecurse{#1}{bla }}{\starttable[|c|] \NC This is a table.\NC\AR\stoptable

[NTG-context] Multi-page tables

2006-03-08 Thread Randall Skelton
Hi all, I'm having a bit of trouble getting multiple page tables to work when also using \placetable for captions. Essentially, I want: (1) Captions and the ability to reference with \in[]. (2) Alignment within a cell at a decimal point. (3) Span multiple pages with header/footer. I think

Re: [NTG-context] vertical stretch problem

2006-01-08 Thread Taco Hoekwater
Peter Münster wrote: Hello, please consider the following example: \setupalign[line]% because I want something like flush-bottom \starttext \chapter{Anhang} \section{Sec1} \input tufte \placetable{bla}{\vbox to 18cm{bla}} \section{Sec2} \input tufte \stoptext Of course, vertical stretch

[NTG-context] vertical stretch problem

2006-01-07 Thread Peter Münster
Hello, please consider the following example: \setupalign[line]% because I want something like flush-bottom \starttext \chapter{Anhang} \section{Sec1} \input tufte \placetable{bla}{\vbox to 18cm{bla}} \section{Sec2} \input tufte \stoptext Of course, vertical stretch is good, but not *after

[NTG-context] setupheadnumber loses table of contents

2005-12-21 Thread David Arnold
} \section{First Section} \input tufte \placefigure[][fig:1] {This is an example of an extended caption.} {\useMPgraphic{david}} \input tufte \placetable[][tab:4] {A very simple example of a table.} {\getbuffer[table]} \input tufte \placefigure[][fig:2] {This is an example of an extended caption

[NTG-context] section prefix=+

2005-12-21 Thread David Arnold
\section[parabola]{The Parabola} \input tufte \placefigure[][fig:1] {This is the caption of the figure.} {\getbuffer[figure]} \input tufte \placetable[][tab:1] {A very simple example of a table.} {\getbuffer[table]} \input tufte \placefigure[][fig:2] {This is the caption of the figure

Re: [NTG-context] section prefix=+ (oops)

2005-12-21 Thread David Arnold
caption} \stopcombination \stopbuffer \completecontent \chapter[quadratic]{Quadratic Functions} \input tufte \section[parabola]{The Parabola} \input tufte \placefigure[][fig:1] {This is the caption of the figure.} {\getbuffer[figure]} \input tufte \placetable[][tab:1] {A very simple example

Re[2]: [NTG-context] Floats page?

2005-11-21 Thread Giuseppe Bilotta
} \setupfloats[ntop=100] \dorecurse{8}{\input tests/curves-\recurselevel.tex \page } Each file that gets included have some 8 'tables' like the following: \placetable[here][approx-1-0.11269]{Results for curve 1, radius 0.11269} {\centerline{\startcombination[1*2]{\scantokens{ \setuptable[bodyfont=8pt

[NTG-context] Table problem with ConTeXT 2005.11.16

2005-11-17 Thread The Wizard
All - Just downloaded and installed 2005.11.16, and now a document which built fine under the 2005.10.27 version breaks. The code which fails is a simple table \starttext \placetable[here]{none} \starttable[|l|l|l|p(7.0cm)|] \HL \VL \bf Revision \VL \bf Date \VL \bf Author \VL \bf

Re: [NTG-context] Table problem with ConTeXT 2005.11.16

2005-11-17 Thread Hans Hagen
The Wizard wrote: All - Just downloaded and installed 2005.11.16, and now a document which built fine under the 2005.10.27 version breaks. The code which fails is a simple table \starttext \placetable[here]{none} \starttable[|l|l|l|p(7.0cm)|] \HL \VL \bf Revision \VL \bf Date \VL \bf

Re: [NTG-context] Newbie question: background color in single table row

2005-09-20 Thread Mojca Miklavec
Sebastian Rooks wrote: The Wizard wrote: All - I have a simple table which looks like this: skipped some code I would like to add a background color to the first row only. Try this minimal example (tested on live.contextgarden.net): \starttext \setupcolors[state=start] \placetable

[NTG-context] Newbie question: background color in single table row

2005-09-19 Thread The Wizard
All - I have a simple table which looks like this: \placetable[here]{none} \starttable[|c w(3.0cm)|c|c w(2.75cm)|c w(7.0cm)|] \HL \VL \bf Name \VL \bf Location \VL \bf Date \VL \bf Signature \VL \AR \HL \VL \VL \VL \VL \VL \AR \HL \stoptable I would like to add a background color

Re: [NTG-context] Newbie question: background color in single table row

2005-09-19 Thread Sebastian Rooks
Welcome ! The Wizard wrote: All - I have a simple table which looks like this: skipped some code I would like to add a background color to the first row only. Try this minimal example (tested on live.contextgarden.net): \starttext \setupcolors[state=start] \placetable[here]{none

Re: [NTG-context] Newbie question: background color in single table row

2005-09-19 Thread The Wizard
): \starttext \setupcolors[state=start] \placetable[here]{none} \starttable[|c w(3.0cm)|c|c w(2.75cm)|c w(7.0cm)|] \HL \CL[green]\AR \VL \bf Name \VL \bf Location \VL \bf Date \VL \bf Signature \VL \AR \HL \VL \VL \VL \VL \VL \AR \HL \stoptable \stoptext I have only just started using

Re[3]: [NTG-context] Switching to smaller font more thoroughly

2005-09-18 Thread Giuseppe Bilotta
it need to be controlled somehow What if want it for only some of the tables? \placetable {some clever things} {\setuptable[...] \starttable} The math still comes up full-sized, though. Could be an unexpected interaction with the nath package ... No, it was because I had disabled

[NTG-context] A side by side float that takes advantage of the margin

2005-09-16 Thread Giuseppe Bilotta
I have a situation when I have to put side by side two floats (a table and figure). My current code is \placetable[here][label]{caption}% {\\placesidebyside {table code}{figure code} } The problem is that sometimes the combined width of table and figure is bigger than the textwidth. I would like

Re: [NTG-context] A side by side float that takes advantage of the margin

2005-09-16 Thread Taco Hoekwater
Giuseppe Bilotta wrote: I have a situation when I have to put side by side two floats (a table and figure). My current code is \placetable[here][label]{caption}% {\\placesidebyside {table code}{figure code} } Have you tried \centerline (may not work)? \placetable[here][label]{caption

Re: [NTG-context] A side by side float that takes advantage of the margin

2005-09-16 Thread Hans Hagen
Taco Hoekwater wrote: Giuseppe Bilotta wrote: I have a situation when I have to put side by side two floats (a table and figure). My current code is \placetable[here][label]{caption}% {\\placesidebyside {table code}{figure code} } Have you tried \centerline (may not work

Re[2]: [NTG-context] A side by side float that takes advantage of the margin

2005-09-16 Thread Giuseppe Bilotta
Friday, September 16, 2005 Taco Hoekwater wrote: Giuseppe Bilotta wrote: I have a situation when I have to put side by side two floats (a table and figure). My current code is \placetable[here][label]{caption}% {\\placesidebyside {table code}{figure code} } Have you tried \centerline

Re: [NTG-context] A side by side float that takes advantage of the margin

2005-09-16 Thread Hans Hagen
Giuseppe Bilotta wrote: Friday, September 16, 2005 Taco Hoekwater wrote: Giuseppe Bilotta wrote: I have a situation when I have to put side by side two floats (a table and figure). My current code is \placetable[here][label]{caption}% {\\placesidebyside {table code}{figure code

Re[3]: [NTG-context] Need more documentation on tables

2005-09-15 Thread Giuseppe Bilotta
Monday, September 12, 2005 Giuseppe Bilotta wrote: No, table is actually all right. I seem to have met a bug, though. The key c doesn't seem to work in a \ReFormat \placetable[here][approx-1-0.11269]{Results for curve 1, radius 0.11269} {\tfxx \starttable[|l|l|r|ra.o0|l|ra.o0|l|ra.o0|l

Re: [NTG-context] Switching to smaller font more thoroughly

2005-09-12 Thread Taco Hoekwater
Giuseppe Bilotta wrote: For a particular table, I need to switch to a smaller body font. Currently I'm using {\tfxx \placetable etc \par} but this way the math in the table doesn't get switched. Is there a way to make a more thorough switch? I tried \switchtobodyfont but it didn't work

Re[2]: [NTG-context] Switching to smaller font more thoroughly

2005-09-12 Thread Giuseppe Bilotta
Monday, September 12, 2005 Taco Hoekwater wrote: Giuseppe Bilotta wrote: For a particular table, I need to switch to a smaller body font. Currently I'm using {\tfxx \placetable etc \par} but this way the math in the table doesn't get switched. Is there a way to make a more thorough

Re: [NTG-context] Switching to smaller font more thoroughly

2005-09-12 Thread Taco Hoekwater
Giuseppe Bilotta wrote: \placetable[here][tables]{Caption}{ \switchtobodyfont[5pt] etc. } It doesn't work either way. Do you have an example? Taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman

Re: [NTG-context] Switching to smaller font more thoroughly

2005-09-12 Thread Hans Hagen
Taco Hoekwater wrote: Giuseppe Bilotta wrote: For a particular table, I need to switch to a smaller body font. Currently I'm using {\tfxx \placetable etc \par} but this way the math in the table doesn't get switched. Is there a way to make a more thorough switch? I tried \switchtobodyfont

Re[2]: [NTG-context] Need more documentation on tables

2005-09-12 Thread Giuseppe Bilotta
work in start/stoptabulate) What am I supposed to do? maybe bTABLE cum suis No, table is actually all right. I seem to have met a bug, though. The key c doesn't seem to work in a \ReFormat \placetable[here][approx-1-0.11269]{Results for curve 1, radius 0.11269} {\tfxx \starttable[|l|l|r|ra.o0

Re[2]: [NTG-context] Switching to smaller font more thoroughly

2005-09-12 Thread Giuseppe Bilotta
Monday, September 12, 2005 Taco Hoekwater wrote: Giuseppe Bilotta wrote: \placetable[here][tables]{Caption}{ \switchtobodyfont[5pt] etc. } It doesn't work either way. Do you have an example? See the example I just posted in the Need more documentation on tables

Re: [NTG-context] Switching to smaller font more thoroughly

2005-09-12 Thread Hans Hagen
? \placetable {some clever things} {\setuptable[...] \starttable} - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax

Re[2]: [NTG-context] Switching to smaller font more thoroughly

2005-09-12 Thread Giuseppe Bilotta
some of the tables? \placetable {some clever things} {\setuptable[...] \starttable} The math still comes up full-sized, though. Could be an unexpected interaction with the nath package ... -- Giuseppe Oblomov Bilotta ___ ntg-context

[NTG-context] Switching to smaller font more thoroughly

2005-09-11 Thread Giuseppe Bilotta
For a particular table, I need to switch to a smaller body font. Currently I'm using {\tfxx \placetable etc \par} but this way the math in the table doesn't get switched. Is there a way to make a more thorough switch? I tried \switchtobodyfont but it didn't work ... -- Giuseppe Oblomov

Re: [NTG-context] How to put reference to this TABLE?

2005-09-04 Thread Mojca Miklavec
[2,2] \eTD \eTR \eTABLE \placetable[here][tab:sample]{sample table}{ % braces needed \bTABLE ... \eTABLE } In table \in[tab:sample] \dots Mojca ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] [Fwd: ConTEXt Newbie: Column/table background color - which table model/command?]

2005-08-29 Thread luigi.scarso
actually used table backgrounds can help? I hope this can help; see chapter Color and background in cont-eni.pdf %-- \setupcolors[state=start] %% useful: default=stop \setupbackground[state=start] %% useless: default=start \starttext \placetable {Just a table.} %% from cont-eni.pdf

[NTG-context] [Fwd: ConTEXt Newbie: Column/table background color - which table model/command?]

2005-08-28 Thread Taco Hoekwater
new page - could/must I use btable (XML environment)? The \backgroundcolor and \background commands don't seem to work with \setuptables and \starttable(s). Example: - \placetable[here][tab:setuptables]{Ships that moored at Hasselt.} {\setuptables[bodyfont=10pt,rulethickness=6pt

[NTG-context] Problems with Natural Tables

2005-08-14 Thread Adam Duck
) 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't get splitted at all

Re: [NTG-context] Problems with Natural Tables

2005-08-14 Thread Hans Hagen
(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 Tables? (They won't get

Re: [NTG-context] What's the easiest way to create numbered captions?

2005-08-04 Thread Taco Hoekwater
Eugene Toporov wrote: Hello! I've faced a problem briefly discussed before... when the table (natural table) placed using sample below is not split to pages: Would this help? \placetable[here][mytable1] {Table Caption}{\kern -\baselineskip \strut} \bTABLE[split=repeat] \bTR

[NTG-context] What's the easiest way to create numbered captions?

2005-08-03 Thread Eugene Toporov
Hello! I've faced a problem briefly discussed before... when the table (natural table) placed using sample below is not split to pages: \placetable[here][mytable1]{Table Caption}{ \bTABLE[split=repeat] \bTR \bTH Header\eTH \eTR \dorecurse{150}{ \bTR \bTD row text \eTD \eTR} \eTABLE

Re: [NTG-context] spurious text produced by TABLE

2005-05-17 Thread Hans Hagen
\setuppagenumbering[state=stop] \starttext \setupfloats[location=middle] \placetable [here][tab:sciences]{There is a spurious dot in the big box.} \starttable{|c|c|c|} \HL \VL {test} \VL \TWO{} \VL\FR \DL[1] \VL\VL\DR \VL {test} \VL \TWO{} \VL\FR \HL \stoptable \stoptext i

RE: [NTG-context] spurious text produced by TABLE

2005-05-17 Thread Idris Samawi Hamid
] \starttext \setupfloats[location=middle] \placetable [here][tab:sciences]{There is a spurious dot in the big box.} \starttable{|c|c|c|} \HL \VL {test} \VL \TWO{} \VL\FR %\DL \DC\VL\DR \DL \DC\DR \VL {test} \VL \TWO{} \VL\FR \HL

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 {\placetable{Title

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

2005-04-26 Thread Johan Sandblom
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 {\placetable{Title}} {\starttablehead \HL \NC \bf Column 1

[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] Strange behaviour of width parameter in \setuplayout (Was: Floating table caption extends textwidth)

2005-04-19 Thread Michael Fuchs
, % -- COMMENT THIS TO SEE THE EXAMPLE WORK footer=10mm, footerdistance=5mm, bottom=5mm] \starttext \placetable[here][tab:Referenz] { \input tufte } { \setupTABLE[x][1][width=4cm, align=middle] \setupTABLE[x][2,3,4,5][width=3cm, align=middle] \bTABLE \bTR \bTH Anzahl \eTH

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

2005-04-10 Thread Paul Tremblay
I am trying to create a table that breaks across pages. I used the example from the wiki. The table repeated its headers like it should have, but it did not break across a page; it stuck the table on one page. Here is an excerpt from the file: \placetable[here][tab:insurance]{Percentage

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

2005-04-10 Thread Nikolai Weibull
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 available free of charge at http

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 ??? \stoptabletail \starttables

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???}} {\starttablehead ??? \stoptablehead \starttabletail

Re: [NTG-context] can't get table to work

2005-04-09 Thread Steve Peter
On Apr 9, 2005, at 11:19 PM, Paul Tremblay wrote: I am trying to create a table with the middle cell merged vertically. I am trying to draw bottom lines for the left and right columns: \placetable[here][tab:insurance]{Percentage of People without health insurance in US} \starttable[|l w(30mm)|l|l

[NTG-context] \= in tables

2005-03-30 Thread Idris Samawi Hamid
interface=en \starttext \setupinterlinespace \setupfloats[location=center] \placetable [here][tab:test]{Test.} \starttable{|c|c|} \HL \VL macron ({\=a}) \VL accents ({\=a}) \VL\FR \HL \VL do not ({\=a}) \VL work({\=a})\VL\NR \HL \VL in ({\=a}) \VL tables ({\=a}) \VL\LR \HL \stoptable

[NTG-context] \= in tables

2005-03-26 Thread ishamid
Dear cartel, \= does not work in tables (I think that the TABLE macros define \= differently; why on earth would someone do that?!?). Is there a workaround? Idris === % output=pdf interface=en \starttext \setupinterlinespace \setupfloats[location=center] \placetable

Re: [NTG-context] how to place figures next to each other

2005-03-21 Thread Peter
Matthias Weber wrote: The best I can get is \starttext \useexternalfigure[myfigure][filename][width=1in] \placetable[here][tab:2figures]{none} [...] Thanks for the try. I've also tried columns. But the floating mechanism and columns/tables doesn't cooperate very well... Maybe there is a way

Re: [NTG-context] how to place figures next to each other

2005-03-20 Thread Matthias Weber
The best I can get is \starttext \useexternalfigure[myfigure][filename][width=1in] \placetable[here][tab:2figures]{none} \starttable[|c|c|] \NC \placefigure[here]{My Caption 1}{\externalfigure[myfigure]} \NC \placefigure[here]{My Caption 1}{\externalfigure[myfigure]} \NC \FR \stoptable \stoptext

[NTG-context] Floating table caption extends textwidth

2005-03-16 Thread Michael Fuchs
height=fit,footer=10mm, footerdistance=5mm, bottom=5mm] \starttext \placetable[here][tab:Referenz] {Zusammenfassung der Ereigniszahlen in Signal und Untergrund mit... erfülltem $z$-Cut und einem über den Massenschnitt identifizierten $\pi^0$. \nolist{Ereignisse werden in dem

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

2004-12-13 Thread Nikolai Weibull
\starttext \placetable [][] {Operators} {\start \starttablehead \HL \NC \bf Operator \NC \bf Matches \NC\SR \HL \stoptablehead \starttabletail \HL \stoptabletail \starttables[|l|lp(25em)|] \dorecurse{50}{\NC . \NC anything \NC\AR} \stoptables\stop} \stoptext This doesn't split

[NTG-context] \in{hyperref}[tableref] at first char of line causes misplaced paragraph

2004-11-11 Thread Nigel King
is a minimum (I think) file which demonstrates the problem very clearly. \setupinteraction[state=start] \setupwhitespace[big] \starttext \input tufte \startbuffer[] \bTABLE[width=2.5in] \bTR \bTD \input tufte \eTD\eTR \eTABLE \stopbuffer \placetable [right] [tab:1] {A Table} {\getbuffer

Re: [NTG-context] \in{hyperref}[tableref] at first char of line causes misplaced paragraph

2004-11-11 Thread Hans Hagen
formatting. Below is a minimum (I think) file which demonstrates the problem very clearly. \setupinteraction[state=start] \setupwhitespace[big] \starttext \input tufte \startbuffer[] \bTABLE[width=2.5in] \bTR \bTD \input tufte \eTD\eTR \eTABLE \stopbuffer \placetable [right] [tab:1] {A Table

Re: [NTG-context] Losing frames in table

2004-11-02 Thread Willi Egger
=darkred,frame=off] \setupTABLE[column][first][rightframe=on] \setupTABLE[row][first][bottomframe=on] \placetable[none]{}{% \bTABLE[align={middle,lohi},width=3em] \bTR \bTD $x$ \eTD \bTD $y$ \eTD \eTR \bTR \bTD $x_1$ \eTD \bTD $y_1$ \eTD \eTR \bTR \bTD $x_2$ \eTD \bTD $y_2$ \eTD \eTR \bTR \bTD $\vdots

Re: [NTG-context] Losing frames in table

2004-11-02 Thread Hans Hagen
][2][leftframe=on] \setupTABLE[row] [2][topframe=on] shows that. An alternative is: \setupTABLE[frame=off] \setupTABLE[column][1][rightframe=on] \setupTABLE[row] [1][bottomframe=on] \setupfloat[table][background=screen,screen=0.8,color=darkred] \placetable {} {\bTABLE[align={middle,lohi

[NTG-context] I Lose frame lines in Table

2004-11-01 Thread David Arnold
All, Still haven't got an answer for this one: \setupTABLE[background=screen,screen=0.8,color=darkred,frame=off] \setupTABLE[column][first][rightframe=on] \setupTABLE[row][first][bottomframe=on] \placetable[none]{}{% \bTABLE[align={middle,lohi},width=3em] \bTR \bTD $x$ \eTD \bTD $y$ \eTD

[NTG-context] Losing frames in table

2004-10-31 Thread David Arnold
All, How come I don't get frames (rightframe=on, bottomframe=on) in my table with this? \setupTABLE[background=screen,screen=0.8,color=darkred,frame=off] \setupTABLE[column][first][rightframe=on] \setupTABLE[row][first][bottomframe=on] \placetable[none]{}{% \bTABLE[align={middle,lohi},width=3em

[NTG-context] Floats and captions difficulties

2004-09-12 Thread Martin Kolarík
: \setupfloat[table][location=outer] \placetable{caption}... the table is properly placed, but the text do not float around. If I use: \placetable[outer]{caption}... everything is OK. Maybe I missed something, or this is an unpleasant feature or a small bug :-) For second, the first case, when the text

[NTG-context] Floats and captions difficulties -- correction

2004-09-12 Thread Martin Kolarík
First, it seems to me, the \setupfloat making the sidefloat on existing predefined float do not work. If I state: \setupfloat[table][location=outer] \placetable{caption}... the table is properly placed, but the text do not float around. If I use: \placetable[outer]{caption

Fwd: Re: [NTG-context] Re: Switching form portrait to landscape and back to portrait

2004-06-08 Thread Adam Lindsay
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply To: [EMAIL PROTECTED] At 05:15 PM 2/20/2003 +0100, you wrote: %output=pdf \starttext \input tufte \startTEXpage \rotate [height=210mm, width=297mm, rotation=90] {\placetable{My Caption}{ \bTABLE \bTR \bTD

Re: [NTG-context] Re: flushbottom

2004-05-31 Thread Peter Mnster
bla bla bla bla bla bla bla bla bla bla bla bla bla} \def\Fig{\placefigure{A figure.}{\framed{\vbox to 5cm{bla \def\Tab{\placetable{A table.}{\framed{\vbox to 5cm{bla \setuplayout[height=24cm] \setupwhitespace[0pt plus 1fill] \starttext \dorecurse{20}{\section{Section}\Par\Par\Par\Fig\Par

Re: [NTG-context] midaligned tabulate?

2004-01-08 Thread Willi Egger
Hi Patrick, I would try to place this in the \placefloat environment \placetable[here,middle][] {centered table} {\starttabulate your actual table ... \stoptabulate} Cheers Willi Patrick Gundlach wrote: Hi, I just wonder how to center a table

[NTG-context] Re: midaligned tabulate?

2004-01-08 Thread Patrick Gundlach
Hello Willi, I would try to place this in the \placefloat environment hmm, but I don't want it to float nor do I need a caption. \placetable[here,middle][] {centered table} {\starttabulate your actual table ... \stoptabulate} Patrick -- Es wird kein Wunder geschehen

Re: [NTG-context] midaligned tabulate?

2004-01-08 Thread Hans Hagen
At 09:03 08/01/2004, you wrote: Hi Patrick, I would try to place this in the \placefloat environment \placetable[here,middle][] {centered table} {\starttabulate your actual table ... \stoptabulate} or: \definefloat[centered][table] \setupfloat[centered][default={none

<    1   2   3   4   5   6