[NTG-context] Changing default rule thickness (globally)

2020-03-25 Thread Benjamin Buchmuller
[rulethickness=...] \setupparagraphs[rulethickness=...] \setupsidebar[rulethickness=...] \setuptables[rulethickness=...] \setuptabulation[rulethickness=...] \setuptextbackground[rulethickness=...] \setuptextrules[rulethickness=...] \setupthinrules[rulethickness=...] \setupxtable[rulethickness

Re: [NTG-context] Vertical space around displayed formulas

2017-01-18 Thread Otared Kavian
seMPgraphic > > \startuseMPgraphic{itemize:nested} > save p; path p; > p := ((0,-0.5)--(0,0.5)--(0.866,0)--cycle) scaled 1.5ExHeight; > fill p withcolor \MPcolor{colorfive}; > \stopuseMPgraphic > > \definesymbol[itemize:main][\useMPgraphic{itemize:main}] > \defines

[NTG-context] Vertical space around displayed formulas

2017-01-18 Thread Nicola
afterhead={\blank[none]}, inbetween={\blank[big]}, leftmargin=1em, rightmargin=1em, ] % Tables \setuptables[rulethickness=0.06em] \setupinteraction[state=start, % make hyperlinks active, etc. style=\tf, color=colortwo, title={What Do You Mean, “Null”?}, author={Nicola Vita

Re: [NTG-context] table and \setuptables questions

2016-11-17 Thread Csikos Bela
Hans Hagen írta: >On 11/11/2016 4:26 PM, Csikos Bela wrote: >> Dear list members: >> >> I have this simple table: >> >> \starttext >> \placetable[here]{title}{ >> \setuptables[bodyfont=8pt,rulethickness=0.04em] >> \start >> \setuplocalint

Re: [NTG-context] table and \setuptables questions

2016-11-17 Thread Csikos Bela
Please disregard my last message. I haven't noticed that an answer arrived a little bit earlier I posted it. But I don't understand why it didn't go in a new thread. Best regards, bcsikos ___ If your question is of

[NTG-context] table and \setuptables questions

2016-11-17 Thread Csikos Bela
Dear list members: Last time I sent this message to the wrong thread accidentally. Now I send it again, hopefully to a new thread. I have this simple table: \starttext \placetable[here]{title}{ \setuptables[bodyfont=8pt,rulethickness=0.04em] \start \setuplocalinterlinespace[2.2ex] \starttable

Re: [NTG-context] table and \setuptables questions

2016-11-17 Thread Hans Hagen
On 11/11/2016 4:26 PM, Csikos Bela wrote: Dear list members: I have this simple table: \starttext \placetable[here]{title}{ \setuptables[bodyfont=8pt,rulethickness=0.04em] \start \setuplocalinterlinespace[2.2ex] \starttable[|lp(5cm)|lp(5cm)|cp(2cm)|] \HL[2] \NC \bf First Column \NC \bf Second

[NTG-context] table and \setuptables questions

2016-11-11 Thread Csikos Bela
Dear list members: I have this simple table: \starttext \placetable[here]{title}{ \setuptables[bodyfont=8pt,rulethickness=0.04em] \start \setuplocalinterlinespace[2.2ex] \starttable[|lp(5cm)|lp(5cm)|cp(2cm)|] \HL[2] \NC \bf First Column \NC \bf Second Column \NC \bf Third Column \NC \SR \HL \NC

Re: [NTG-context] Set default background color or pattern for tables

2016-05-30 Thread Nicola
On 2016-05-30 16:45:37 +, Wolfgang Schuster said: Nicola 30. Mai 2016 um 17:45 I'd like to set a default background color for all the tables in my document. This is what I have tried (using the latest beta): \setuptables[background=color,backgroundcolor=red] \starttext \starttable[|cm

Re: [NTG-context] Set default background color or pattern for tables

2016-05-30 Thread Wolfgang Schuster
Nicola <mailto:nvitacolo...@gmail.com> 30. Mai 2016 um 17:45 I'd like to set a default background color for all the tables in my document. This is what I have tried (using the latest beta): \setuptables[background=color,backgroundcolor=red] \starttext \starttable[|cm|]

[NTG-context] Set default background color or pattern for tables

2016-05-30 Thread Nicola
I'd like to set a default background color for all the tables in my document. This is what I have tried (using the latest beta): \setuptables[background=color,backgroundcolor=red] \starttext \starttable[|cm|] \HL \NC \bf R \NC \AR \NC A \NC \AR \HL

[NTG-context] table cell frames

2013-09-12 Thread hwitloc
Is it possible to have different colored table cell border frames? I tried using the \setuptables[rulecolor=...] but it didn't work. Here is a minimal example: % \setuptables[rulecolor=red] \starttext \starttable[|l|c|] \NC Column \#1 \VL Column \#2 \SR \DL

[NTG-context] [***SPAM***] Re: [***SPAM***] How to reduce vertical spacing after this table

2013-07-08 Thread d.henman
\startlocalfootnotes % [conversion=set fnsym] \setupnotation[footnote][numberconversion=fnsym,rule=off] % change footnote symbols \midaligned { \placetable[here,none][]{} { \setuptables[bodyfont=10pt,after=\nowhitespace,spaceafter=none] \starttable[|c|c|c|c|c|c|c

[NTG-context] [***SPAM***] How to reduce vertical spacing after this table

2013-07-06 Thread hwitloc
\midaligned { \placetable[here,none][]{} { \setuptables[bodyfont=10pt,after=\nowhitespace,spaceafter=none] \starttable[|c|c|c|c|c|c|c|c|c|] \HL \VL X-ITEM \VL \VL$\oplus$ \footnote[hanzi]{Traditional Characters} \VL \VL$\oplus$ \note[hanzi]\VL\VL$\oplus

Re: [NTG-context] [***SPAM***] How to reduce vertical spacing after this table

2013-07-06 Thread Wolfgang Schuster
][numberconversion=fnsym,rule=off] % change footnote symbols \midaligned { \placetable[here,none][]{} { \setuptables[bodyfont=10pt,after=\nowhitespace,spaceafter=none] \starttable[|c|c|c|c|c|c|c|c|c|] \HL \VL X-ITEM \VL \VL$\oplus$ \footnote[hanzi]{Traditional

[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

[NTG-context] linetable

2012-02-27 Thread Leon Adams
Hello, I have a rather large table that I have to typeset. It needs to be rotated 90 to fit and will span several pages. I have tried: \setuptables[split=repeat] \placetable[split,90][table:literature]{A selected survey...}{\start \starttablehead \HL \NC {\bf Reference} \NC {\bf Application} \NC

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

Re: [NTG-context] \SetTableToWidth undefined?

2010-12-10 Thread Vedran Miletić
). just do \setuptables[textwidth=...] then (once) Why setuptables, why not just setuptable? Regards, Vedran Miletić ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] \SetTableToWidth undefined?

2010-12-10 Thread Hans Hagen
document when I switch back to minimals). just do \setuptables[textwidth=...] then (once) Why setuptables, why not just setuptable? has always been the case .. you set them up all at once

Re: [NTG-context] \SetTableToWidth undefined?

2010-12-10 Thread Vedran Miletić
Dana 10. prosinca 2010. 12:28 Hans Hagen pra...@wxs.nl je napisao/la: On 8-12-2010 1:00, Vedran Miletić wrote: Why setuptables, why not just setuptable? has always been the case .. you set them up all at once Oh, I see it's also mentioned in reference. Thanks. Vedran Miletić

Re: [NTG-context] \SetTableToWidth undefined?

2010-12-07 Thread Hans Hagen
On 7-12-2010 2:00, Khaled Hosny wrote: But I'm using \SetTableToWidth right now to set the width for all tables at once, what is replacement of that (I'm using texlive right now, and I hate to break the brand new document when I switch back to minimals). just do \setuptables[textwidth

Re: [NTG-context] \SetTableToWidth undefined?

2010-12-07 Thread Khaled Hosny
switch back to minimals). just do \setuptables[textwidth=...] then (once) Ah, that is fine, stupid me :) Actually I was feeling guilty for not using a \setupfoo command. Regards, Khaled -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer

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

[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

Re: [NTG-context] imbalanced columns

2010-07-15 Thread Idris Samawi Hamid ادريس سماوي حامد
a simple workaround if that's possible. also: i can't imagine how a user interface for this should look like. \setuptables[spanalign=balance] or something maybe like this... That's a great workaround, and I appreciate it. But what about new users? There has got to be a more elegant solution

Re: [NTG-context] imbalanced columns

2010-07-15 Thread Peter Rolf
column and add the complete additional space to the last one. But I understand that the challenge may be complicated. Till then, we need a simple workaround if that's possible. also: i can't imagine how a user interface for this should look like. \setuptables[spanalign=balance] right. you

Re: [NTG-context] imbalanced columns

2010-07-15 Thread Aditya Mahajan
On Thu, 15 Jul 2010, Peter Rolf wrote: also: i can't imagine how a user interface for this should look like. \setuptables[spanalign=balance] right. you can implement all kind of different spanning algorithms. i would expect that 'balance' would share the additional space equally on all

Re: [NTG-context] table, setuptable, TWO

2010-04-20 Thread Wolfgang Schuster
Am 20.04.10 11:39, schrieb R. Bastian: Hello, in the following example (context iv): 1. \setuptable[rulethickness=0.04em] does not work \setuptables[...] 2. i wish that \NC 1 \NC \NC WOULD be something like \NC \TWO \center{1} \NC \NC \TWO \ReFormat[c]{1} \NC ? \enableregime[utf

Re: [NTG-context] table, setuptable, TWO

2010-04-20 Thread R. Bastian
On Tue, 20 Apr 2010 15:37:06 +0200 Wolfgang Schuster schuster.wolfg...@googlemail.com scribit: Am 20.04.10 11:39, schrieb R. Bastian: Hello, in the following example (context iv): 1. \setuptable[rulethickness=0.04em] does not work \setuptables[...] ok, but i am using 'table

Re: [NTG-context] table, setuptable, TWO

2010-04-20 Thread Wolfgang Schuster
setup command which was necessary for you (and the example) is \setuptables. Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

[NTG-context] new error in Context under Linux

2010-04-04 Thread Alain Delmotte
! Argument of \docheckifiteminsetelse has an extra }. inserted text \par to be read again } \@@kjtabletitle -Use of \type {\setuptables } . \doif #1#2-\edef \!!stringa {#1 }\edef \!!stringb {#2}\ifx

Re: [NTG-context] new error in Context under Linux

2010-04-04 Thread Taco Hoekwater
/lmroman8-bold.otf ! Argument of \docheckifiteminsetelse has an extra }. inserted text \par to be read again } \@@kjtabletitle -Use of \type {\setuptables } This looks suspiciously like the '\type in captions' bug, again. Best wishes, Taco

Re: [NTG-context] new error in Context under Linux

2010-04-04 Thread Taco Hoekwater
Alain Delmotte wrote: } \@@kjtabletitle -Use of \type {\setuptables } This looks suspiciously like the '\type in captions' bug, again. Oupss! You are right. I did use an uncorrected version of my source. Sorry for taking time for my fault. Actually, my (latest) context

Re: [NTG-context] new error in Context under Linux

2010-04-04 Thread Hans Hagen
/opentype/public/lm/lmroman8-bold.otf ! Argument of \docheckifiteminsetelse has an extra }. inserted text \par to be read again } \@@kjtabletitle -Use of \type {\setuptables } This looks suspiciously like the '\type in captions' bug, again. btw there will be no beta this weekend as we need

Re: [NTG-context] Unable to use example from Excursion

2010-03-12 Thread Otared Kavian
On 12 mars 2010, at 08:37, Aditya Mahajan wrote: […] A bug. \type inside a table caption does not work. Minimal example: \starttext \placetable [here,force] % not forece {Use of \type{\setuptables}} {} \stoptext Indeed. However it works fine with mkii. More generally

Re: [NTG-context] Unable to use example from Excursion

2010-03-12 Thread Hans Hagen
On 12-3-2010 10:04, Otared Kavian wrote: On 12 mars 2010, at 08:37, Aditya Mahajan wrote: […] A bug. \type inside a table caption does not work. Minimal example: \starttext \placetable [here,force] % not forece {Use of \type{\setuptables}} {} \stoptext Indeed. However

Re: [NTG-context] Unable to use example from Excursion

2010-03-12 Thread Alain Delmotte
] % not forece {Use of \type{\setuptables}} {} \stoptext Indeed. However it works fine with mkii. More generally the bug in mkiv concerns \type within \placeFLOAT, such as \placefigure: \starttext \placefigure {Use of \type{\placefigure}}%--- this doesn't work

[NTG-context] Unable to use example from Excursion

2010-03-11 Thread Alain Delmotte
} \@@kjtabletitle -Use of \type {\setuptables } . \doif #1#2-\edef \!!stringa {#1 }\edef \!!stringb {#2}\ifx \!!stringa \!!str... \dostructurecountercomponent ...\c!title }\v!none

Re: [NTG-context] Unable to use example from Excursion

2010-03-11 Thread Aditya Mahajan
: \starttext \placetable [here,forece] {Use of \type{\setuptables}} {} \stoptext ! Argument of \docheckifiteminsetelse has an extra }. inserted text \par to be read again } \@@kjtabletitle -Use of \type {\setuptables

Re: [NTG-context] Table macro choices?

2009-12-06 Thread Wolfgang Schuster
this possible without writing a new tabular macro? I could get close, but couldn't get the table footer repeating on every page or the forced page breaks. That was using the TeXLive 2008 distribution. The best I can do. \setuppapersize[A4,landscape][A4,landscape] \setuptables[bodyfont=8pt

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Wolfgang Schuster
Am 23.11.2009 um 10:51 schrieb Willi Egger: Hi, Load the necessary typescripts at the beginning of the document. For longer pieces: \switchtobodyfont[][...] For short pieces: \definedfont[fontname at 12pt] And for table: \setuptables[bodyfont=...] Wolfgang

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Wolfgang Schuster
] \definesimplefonttypeface[excelfont][TeX Gyre Heros][weight=condensed] % will be width=condensed in the next release \definesimplefont[excelformat][TeX Gyre Heros][weight=condensed,alternative=bold] \define[1]\XLF{\groupedcommand{\excelformat}{}} \setuptables[bodyfont=excelfont] \starttext \chapter

Re: [NTG-context] local footnote (Tables) problem

2009-11-22 Thread Taco Hoekwater
Bowen Alan C. wrote: Please excuse my persistence. The following is a minimal file illustrating a problem that I am having with a multipage table with local footnotes. Setting split=yes or split=repeat in \setuptables produces obviously unsatisfactory results. What I need is a multipage

Re: [NTG-context] local footnote (Tables) problem

2009-11-21 Thread Bowen Alan C.
Please excuse my persistence. The following is a minimal file illustrating a problem that I am having with a multipage table with local footnotes. Setting split=yes or split=repeat in \setuptables produces obviously unsatisfactory results. What I need is a multipage table that has good page

[NTG-context] local footnote (Tables) problem

2009-11-18 Thread Bowen Alan C.
\setuptables [bodyfont=9pt, width=\textwidth, rulethickness=0.03em, distance=big, split=yes] \placetable [top,nonumber] [tab:Table03] {Table 3} {\startlocalfootnotes[conversion=character,bodyfont=9pt] \placelegend {\startframedtext[frame=off,offset=none,width=fit

Re: [NTG-context] local footnote (Tables) problem

2009-11-18 Thread Alan BRASLAU
beyond one page. But, as you will see, the table still prints on just one page. Moreover, if I set split=repeat, the header prints twice (?) more. Alan \showframe \starttext \dorecurse{3}{\input knuth\par} \start \setuptables [bodyfont=9pt, width=\textwidth

Re: [NTG-context] local footnote (Tables) problem

2009-11-18 Thread Bowen Alan C.
split=repeat, the header prints twice (?) more. Alan \showframe \starttext \dorecurse{3}{\input knuth\par} \start \setuptables [bodyfont=9pt, width=\textwidth, rulethickness=0.03em, distance=big, split=yes] \placetable [top,nonumber] [tab:Table03] {Table 3

Re: [NTG-context] local footnote (Tables) problem

2009-11-16 Thread Bowen Alan C.
.: After further experimentation, I am still stumped; so I am resending this. \showframe \starttext \dorecurse{3}{\input knuth\par} \start \setuptables [bodyfont=9pt, width=\textwidth, rulethickness=0.03em, distance=big, split=yes] \placetable [top,nonumber

Re: [NTG-context] local footnote (Tables) problem

2009-11-15 Thread Wolfgang Schuster
Am 14.11.2009 um 17:05 schrieb Bowen Alan C.: After further experimentation, I am still stumped; so I am resending this. \showframe \starttext \dorecurse{3}{\input knuth\par} \start \setuptables [bodyfont=9pt, width=\textwidth, rulethickness=0.03em, distance=big, split=yes

[NTG-context] Strange Behaviour for toc

2009-10-12 Thread Martin Scholz
{\BigFontOne\BigColorOne#1}\kern15pt#1} \setuphead[section][numbercolor=red] \setuphead[subsection][number=no,style=\ss] \setuphead[subsubsection][style=slanted,number=no,before={\blank [big]},before={\testpage[1]},after=\nowhitespace] \setupfloats[spaceafter=3*medium] \setuptables[bodyfont

Re: [NTG-context] Round-corner textbox with shadow

2009-08-16 Thread Hans Hagen
=on, % framecolor=black, framecorner=round, frameradius=.0625 in, background=shadow, %substitute screen for shadow and get clean box BUT no shadow backgroundscreen=0.9, backgroundcorner=round, backgroundradius=.0625 in, bodyfont=9pt, offset=0.05 in ] \setuptables[distance=small,bodyfont={9pt,sansserif

[NTG-context] Round-corner textbox with shadow

2009-08-15 Thread Tom
, framecorner=round, frameradius=.0625 in, background=shadow, %substitute screen for shadow and get clean box BUT no shadow backgroundscreen=0.9, backgroundcorner=round, backgroundradius=.0625 in, bodyfont=9pt, offset=0.05 in ] \setuptables[distance=small,bodyfont={9pt,sansserif}] \starttable[s1

Re: [NTG-context] Round-corner textbox with shadow

2009-08-15 Thread Peter Rolf
="" %substitute screen for shadow and get clean box BUT no shadow  backgroundscreen=0.9,  backgroundcorner=round,  backgroundradius=.0625 in,  bodyfont=9pt,  offset=0.05 in ] \setuptables[distance=small,bodyfont={9pt,sansserif}]   \starttable[s1|Br|o4l|Br|l|]  \NC Name:    \NC \g

Re: [NTG-context] re-posting example of header at page bottom

2009-05-20 Thread Jos van Gisbergen
] \setuptables[rulethickness=0.1mm,rulecolor=LightBlack,background=color,backgroundcolor=red] % Experimental (splitting does not work in combination with placeTABLE) \setupTABLE[split=yes] \setupTABLE[row][each][background=none,frame=off] \setupTABLE[column][each][frame=on,bottomframe=off,topframe=off

Re: [NTG-context] header at page bottom example

2009-05-19 Thread Jos van Gisbergen
}, ] \setupbackground[background=color,backgroundcolor=LightYellow] %- Table attributes -- \setupcaption[table][location=bottom] \setuptables[rulethickness=0.1mm,rulecolor=LightBlack,background=color,backgroundcolor=red] % Experimental (splitting does

[NTG-context] [***SPAM***] Re: Table placement with forced width

2009-04-14 Thread Bill Long
{6in} \setuptables[split=repeat] \starttablehead \NC Description \NC Quantity \NC Units \NC Rate \NC Amount \NC \NR \HL \stoptablehead \starttabletail \NC \SL This ticket is not an invoice. Pay on receipt of invoice. \NC\FOUR \NC\NR \stoptabletail \placetable[right,5*line,split=repeat

[NTG-context] Table placement with forced width

2009-04-13 Thread Design Department
Hi all, I need a table that is 2/3 \pagewidth and placed against the right page margin. \SetTableToWidth{6in} \setuptables[split=repeat] \starttablehead \NC Description \NC Quantity \NC Units \NC Rate \NC Amount \NC \NR \HL \stoptablehead \starttabletail \NC \SL This ticket is not an invoice

Re: [NTG-context] \restoreglobalbodyfont messes up superscripts

2009-04-04 Thread Wolfgang Schuster
help with this issue? \starttext Sample Text\high{TEST} \placetable[here] {none} {\setuptables[bodyfont=xx] \starttable{|c|f{\ss}c|} \HL \NC test \NC test \NC\AR \NC test \NC test \NC\AR \HL \stoptable} {\txx Sample Text\high{TEST}} Sample Text\high{TEST} \stoptext

[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

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

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

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

Re: [NTG-context] \setupcombinations[distance=none]

2009-03-18 Thread Alan BRASLAU
What about: \setuptables[distance=none] ? On Wednesday 18 March 2009 17:30:54 Wolfgang Schuster wrote: Am 18.03.2009 um 17:23 schrieb Alan BRASLAU: Minor bug (both mkiv and mkii): \setupcombinations[distance=none] is broken, whereas \setupcombinations[distance=0pt] is OK. Only

Re: [NTG-context] Bug: Messy results when using table in head and multi-page tables in text

2008-01-23 Thread Carsten Fechtmann
=start] \setuppagenumbering[location=] \setupheadertexts[{\setups[pagehead]}] [] [{\setups[pagehead]}] [] \startsetups[pagehead] \vbox\bgroup \starttablehead\stoptablehead \starttabletail\stoptabletail \setuptables[rulecolor=blue]% \SetTableToWidth\makeupwidth \starttable[|p(40mm)|p

Re: [NTG-context] Bug: Messy results when using table in head and multi-page tables in text

2008-01-21 Thread Peter Rolf
} \starttable[|p(40mm)|p(60mm)|p(40mm)|] \HL \VL \leftaligned{left} \VL \midaligned{middle} \VL \rightaligned{right} \VL\SR \HL \stoptable \stopsetups \starttext \start \SetTableToWidth{\makeupwidth} \setuptables[split=repeat] \starttablehead \HL \VL Head \VL\SR \HL \stoptablehead

Re: [NTG-context] Bug: Messy results when using table in head and multi-page tables in text

2008-01-21 Thread Peter Rolf
[location=] \setupheadertexts[{\setups[pagehead]}] [] [{\setups[pagehead]}] [] \startsetups[pagehead] \vbox\bgroup \starttablehead\stoptablehead \starttabletail\stoptabletail \setuptables[rulecolor=blue]% \SetTableToWidth\makeupwidth \starttable[|p(40mm)|p(60mm)|p(40mm)|] % \TABLEnoalign

[NTG-context] Bug: Messy results when using table in head and multi-page tables in text

2008-01-20 Thread Carsten Fechtmann
}][] \startsetups[pagehead] \SetTableToWidth{\makeupwidth} \starttable[|p(40mm)|p(60mm)|p(40mm)|] \HL \VL \leftaligned{left} \VL \midaligned{middle} \VL \rightaligned{right} \VL\SR \HL \stoptable \stopsetups \starttext \start \SetTableToWidth{\makeupwidth} \setuptables[split=repeat] \starttablehead \HL \VL

Re: [NTG-context] Bug: Messy results when using table in head and multi-page tables in text

2008-01-20 Thread Wolfgang Schuster
} \VL \rightaligned{right} \VL\SR \HL \stoptable \stopsetups \starttext \start \SetTableToWidth{\makeupwidth} \setuptables[split=repeat] \starttablehead \HL \VL Head \VL\SR \HL \stoptablehead \starttabletail \HL % This results in an additional bug, % i.e. an extra

Re: [NTG-context] Bug: Messy results when using table in head and multi-page tables in text

2008-01-20 Thread Carsten Fechtmann
}][] \startsetups[pagehead] \SetTableToWidth{\makeupwidth} \starttable[|p(40mm)|p(60mm)|p(40mm)|] \HL \VL \leftaligned{left} \VL \midaligned{middle} \VL \rightaligned{right} \VL\SR \HL \stoptable \stopsetups \starttext \start \SetTableToWidth{\makeupwidth} \setuptables[split=repeat

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
[options] \setupsymbolset[name] \setupsynchronization[state=start|stop] \setupsynchronizationbar[options] \setupsynonyms[name][options] \setupsystem[options] \setuptab[options] # \setupTABLE \setuptables[options] \setuptabulate[name][options] \setuptext[text|margin|edge][options

Re: [NTG-context] table layout

2007-11-07 Thread Wolfgang Schuster
\AR \HL \stoptablehead \starttabletail \HL \stoptabletail \starttable[|||] \NC Text \NC Text \NC\AR \NC Text \NC Text \NC\AR \NC Text \NC Text \NC\AR \NC Text \NC Text \NC\AR \stoptable \stopbuffer %\tracetablestrue \setuptables[split=no] \getbuffer \setuptables[split=yes] \getbuffer

Re: [NTG-context] table layout

2007-11-07 Thread Peter Rolf
\starttabletail \HL \stoptabletail \starttable[|||] \NC Text \NC Text \NC\AR \NC Text \NC Text \NC\AR \NC Text \NC Text \NC\AR \NC Text \NC Text \NC\AR \stoptable \stopbuffer %\tracetablestrue \setuptables[split=no] \getbuffer \setuptables[split=yes] \getbuffer \setuptables[split

[NTG-context] table layout

2007-11-06 Thread Wolfgang Schuster
it tried so far is the following code: \setuppapersize[A7,landscape][A7,landscape] \setuplayout[lines=5] \starttext \tracetablestrue \setuptables[split=repeat] \starttablehead \HL \NC Row 1 \NC Row 2 \NC Row 3 \NC\AR \HL \stoptablehead \starttabletail \HL \stoptabletail \starttable[|l|l|l|] \NC

Re: [NTG-context] table layout

2007-11-06 Thread Peter Rolf
the topskip into account. What it tried so far is the following code: \setuppapersize[A7,landscape][A7,landscape] \setuplayout[lines=5] \starttext \tracetablestrue \setuptables[split=repeat] \starttablehead \HL \NC Row 1 \NC Row 2 \NC Row 3 \NC\AR \HL \stoptablehead

Re: [NTG-context] starttabulate vs starttable

2007-10-04 Thread Aditya Mahajan
. this is a small inline table between 2 paragpraphs, tabulate seems more elegant to me here. Actually, table also works for this kind of thing. The place where tabulate is really needed is when you want automatic width for paragraphs. You can make table squeeze content vertically by saying \setuptables

Re: [NTG-context] starttabulate vs starttable

2007-10-04 Thread Aditya Mahajan
On Thu, 4 Oct 2007, Aditya Mahajan wrote: On Fri, 5 Oct 2007, frantisek holop wrote: i'd like to use tabulate instead of table because of the spacing. i dont need to stretch the content like table does. Compare: \setuptables[depth=0.2,height=0.8] %\tracetablestrue \starttext

Re: [NTG-context] Booktabs equivalent in Context

2007-08-09 Thread Wolfgang Schuster
\currentTABLEcolumn \plusone \ifnum\currentTABLEcolumn=1\relax \normalTABLEquote \else \fancyTABLEquote \fi \fi} \def\fancyTABLEquote {\unskip\!ttRightGlue\omit\hskip2em} % \protect \setuptables[rulethickness=0.03em] \starttable[s0|l|l|] \HL

Re: [NTG-context] Booktabs equivalent in Context

2007-08-09 Thread Wolfgang Schuster
about \setuptables [\c!columndistance=2em] \def\!tfSetVrule{% \!thToksEdef\!taRuleColumnTemplate={% \noexpand\hfil \noexpand\vrule \noexpand\!thWidth \ifnum \!tgCode=1 \ifx \!tgValue\empty \the\LineThicknessFactor % Default integer \else

Re: [NTG-context] Booktabs equivalent in Context

2007-08-09 Thread Hamid Kamrani
\fi \fi} \def\fancyTABLEquote {\unskip\!ttRightGlue\omit\hskip2em} % \protect \setuptables[rulethickness=0.03em] \starttable[s0|l|l|] \HL[3] \NC Monat \NC 1965 \NC 1966 \AR \NC \CMID \NC \CMID \NC \CMID \DR \NC September \NC 2000 \NC

Re: [NTG-context] Booktabs equivalent in Context

2007-08-09 Thread Aditya Mahajan
of the table.tex. Aditya Hi Aditya, what do you think about \setuptables [\c!columndistance=2em] This goes against the way I understand table macros. With this, you can only have equal width columns. In tables, you can specify specific widths of specific s and o keys. AFAIU, the table macros

Re: [NTG-context] Booktabs equivalent in Context

2007-08-09 Thread Wolfgang Schuster
that Wolfgang had sent off-list. I have only changed two lines of the table.tex. Aditya Hi Aditya, what do you think about \setuptables [\c!columndistance=2em] This goes against the way I understand table macros. With this, you can only have equal width columns. In tables, you can

Re: [NTG-context] Booktabs equivalent in Context

2007-08-08 Thread Aditya Mahajan
\fancyTABLEquote \fi \fi} \def\fancyTABLEquote {\unskip\!ttRightGlue\omit\hskip2em} % \protect \setuptables[rulethickness=0.03em] \starttable[s0|l|l|] \HL[3] \NC Monat \NC 1965 \NC 1966 \AR \NC \CMID \NC \CMID \NC \CMID \DR \NC September \NC 2000 \NC 1700

Re: [NTG-context] Booktabs equivalent in Context

2007-08-08 Thread Hamid Kamrani
\relax \normalTABLEquote \else \fancyTABLEquote \fi \fi} \def\fancyTABLEquote {\unskip\!ttRightGlue\omit\hskip2em} % \protect \setuptables[rulethickness=0.03em] \starttable[s0|l|l|] \HL[3] \NC Monat \NC 1965 \NC 1966 \AR \NC \CMID \NC

Re: [NTG-context] Booktabs equivalent in Context

2007-08-05 Thread Aditya Mahajan
}, \v!big=\OpenUp22\def\LOW{\Lower8 }, \v!unknown=\expandafter\OpenUp\@@tidistance]%AM: Added \doifelse\@@tidistance\v!none {\chardef\TABLErowfactor\zerocount} {\chardef\TABLErowfactor\plustwo }} \setuptables[rulethickness=0.03em] \startbuffer \starttable[s0|l|i2l|i2r

Re: [NTG-context] Can't get header repetition with multipage table

2007-05-17 Thread Jean-Philippe Rey
Le 15/05/07 2:40, luigi scarso a écrit : On 5/14/07, *Jean-Philippe Rey* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I can't get repeated headers in a multipage table. Try with \setuptables[split=repeat] It works perfectly well, thanks Luigi. I updated http

[NTG-context] Multipage tables - repeating header

2007-05-17 Thread The Wizard
All - I have created a table similar to the example in the wiki \starttext \setuptables[split=repeat] \starttablehead \HL \VL {\bf Head1} \VL {\bf Head2} \VL \AR \HL \stoptablehead \starttables[|l|l|] \dorecurse{50}{% \VL SomeText \VL SomeText \VL \AR \HL} \stoptables Problem: top

Re: [NTG-context] Can't get header repetition with multipage table

2007-05-14 Thread luigi scarso
On 5/14/07, Jean-Philippe Rey [EMAIL PROTECTED] wrote: Hello folks, I can't get repeated headers in a multipage table. I tried the following: Try with \setuptables[split=repeat] See also http://www.logosrl.it/context/modules/2007-04-17/singles/core-tab_ebook.pdf pag 19, nr 78

Re: [NTG-context] Listing of typical beginner-questions

2007-03-30 Thread Willi Egger
\setupTABLE[style=small] \bTABLE \bTR \bTD Text \eTD \eTD \eTABLE \setuptables[bodyfont=small] \starttable[|l|] \NC Text \NC\AR \stoptable \setuptabulate[bodyfont=small] \starttabulate[|l|] \NC Text \NC\NR \stoptabulate \stoptext you can also say \switchtobodyfont[rm,6pt] where

Re: [NTG-context] Listing of typical beginner-questions

2007-03-29 Thread Wolfgang Schuster
\bTD[left={[},right={]}] EJ \eTD \eTR \eTABLE \stoptext Q: How can I change the fontsize inside a table? A: \starttext Text \setupTABLE[style=small] \bTABLE \bTR \bTD Text \eTD \eTD \eTABLE \setuptables[bodyfont=small] \starttable[|l|] \NC Text \NC\AR \stoptable

[NTG-context] Indenting tables

2007-02-05 Thread The Wizard
tried using \setuptables[align=middle], but it seems to have no effect. -- Mark Almeida [EMAIL PROTECTED] Solutions Architect (707)398-9524/x81132 Sun Professional Services(707)429-0341 Home Office

Re: [NTG-context] Indenting tables

2007-02-05 Thread Aditya Mahajan
of the table to match the surrounding text? I have tried using \setuptables[align=middle], but it seems to have no effect. You can use \midaligned{\starttable ... \stoptable} or (untested) \placetable [here][none]{none} {\starttable ... \stoptable} Aditya

Re: [NTG-context] Indenting tables

2007-02-05 Thread The Wizard
to indent the left edge of the table to match the surrounding text? I have tried using \setuptables[align=middle], but it seems to have no effect. You can use \midaligned{\starttable ... \stoptable} or (untested) \placetable [here][none]{none} {\starttable ... \stoptable

Re: [NTG-context] multipage tables

2006-10-16 Thread Gerhard Kugler
am not used to upgrade single packages besides the system. If you want a repeated header on every page try to put \setuptables[split=repeat] into your document. With new versions from ConTeXt you do no longer the \starttables ... \stoptables command. Where are the definitions

Re: [NTG-context] multipage tables

2006-10-16 Thread Hans Hagen
- make sure that the stubs are ok (there are stubs in the zip) the only debian specific thing (i guess) is the pdftex binary and context should adapt to that automatically If you want a repeated header on every page try to put \setuptables[split=repeat] into your document. With new versions

Re: [NTG-context] multipage tables

2006-10-11 Thread Wolfgang Schuster
should download the latest stable version from pragma. If you want a repeated header on every page try to put \setuptables[split=repeat] into your document. With new versions from ConTeXt you do no longer the \starttables ... \stoptables command. Hans changed it to control table splitting

Re: [NTG-context] external table alignment

2006-10-06 Thread Wolfgang Schuster
consortium, I need to get the argument of \start-stoptable aligned flush left. Even with \setuptables[split=yes,align=left] (a la \setupframed) there is still a small offset of the leftmost column. Please advise === \starttext Some text \starttable[|l|l

Re: [NTG-context] external table alignment

2006-10-05 Thread Idris Samawi Hamid
with \setuptables[split=yes,align=left] (a la \setupframed) there is still a small offset of the leftmost column. Please advise === \starttext Some text \starttable[|l|l|] \NC 2001 \NC Fall \NC\SR \stoptable Some text \stoptext

Re: [NTG-context] beta

2006-10-04 Thread Hans Hagen
Bernd Militzer wrote: Hans Hagen schrieb: \starttext % \SetTableToWidth{\textwidth} \setuptables[split=yes,bodyfont=9pt] ok, i'll fix this (starttables is kind of obsolete; all table commands accept split=auto|yes|repeat [auto means that they will split when needed

[NTG-context] external table alignment

2006-10-04 Thread Idris Samawi Hamid
Dear consortium, I need to get the argument of \start-stoptable aligned flush left. Even with \setuptables[split=yes,align=left] (a la \setupframed) there is still a small offset of the leftmost column. Please advise === \starttext Some text \starttable[|l|l|] \NC

  1   2   >