[NTG-context] Columns and colour background

2007-07-16 Thread Oliver Buerschaper
Dear folks, consider this: --- \setupcolors [state=start] \setupcolumns [background=color, backgroundcolor=red] \starttext \startcolumns[n=2] \dorecurse{4}{\input tufte} \stopcolumns \framed[background=color,backgroundcolor=red]{Test} \stoptext --- Shouldn't

Re: [NTG-context] endnotes

2007-07-16 Thread Horacio Suarez
\startcolumns Aca va texto\footnote{foot uno} %\dorecurse{3}{\input tufte\par} \dorecurse{2}{\input tufte\par} Aca más texto\footnote{foot dos} \stopcolumns \section Notas \placefootnotes \stoptext %% Thankyou for yor patient. Horacio

Re: [NTG-context] endnotes

2007-07-16 Thread Aditya Mahajan
/stop columns. From what I remember, columns causes a page break if sum of the two columns is greater than the page length. Here is an example. \starttext \setupfootnotes[location={none}] \dorecurse{10}{ \chapter Capitulo1--\recurselevel{} \startcolumns % Aca va texto\footnote{foot uno

Re: [NTG-context] endnotes

2007-07-16 Thread Aditya Mahajan
--\recurselevel{} \startcolumns % Aca va texto\footnote{foot uno} \dorecurse{\recurselevel}{\input tufte\par} % Aca más texto\footnote{foot dos} \stopcolumns \section Notas \input tufte } \stoptext Aditya

[NTG-context] Html to Context using Wiki + hpricot

2007-07-11 Thread Saji Njarackalazhikam Hameed
} \n fil.write \\vfill \n fil.write { \\switchtobodyfont[10pt] fil.write \\startcolumns[n=2,balance=no,rule=off,option=background,frame=off,background=color,backgroundcolor=blue:1] \n fil.write \\placecontent \n fil.write \\stopcolumns \n fil.write } chapters= (doc/p/a.existingWikiWord) # we need

Re: [NTG-context] columns/blank=

2007-07-01 Thread Wolfgang Schuster
value for columns. The local comes also from the columns key \setupcolumns[blank=...] You can change the parskip value inside columns either with \setupcolumns[blank=...] or you write \setupwhitespace[...] after \startcolumns. A testfile would also help, you see I set parskip

Re: [NTG-context] columns

2007-06-29 Thread Aditya Mahajan
Quoting Patrick Gundlach [EMAIL PROTECTED]: Hi, in \setupcolumns, what is ntop=number From the source: the minimum number op balanced top lines Consider \starttext \startcolumns[n=2,ntop=15,balance=yes] \dorecurse{20}{This is a test line to check for balancing. } \stopcolumns \page

Re: [NTG-context] columns

2007-06-29 Thread Patrick Gundlach
[...] in \setupcolumns, what is ntop=number From the source: the minimum number op balanced top lines Consider \starttext \startcolumns[n=2,ntop=15,balance=yes] \dorecurse{20}{This is a test line to check for balancing. } \stopcolumns \page \startcolumns[n=2,ntop=5,balance=yes

Re: [NTG-context] columns

2007-06-29 Thread Aditya Mahajan
Quoting Patrick Gundlach [EMAIL PROTECTED]: [...] in \setupcolumns, what is ntop=number From the source: the minimum number op balanced top lines Consider \starttext \startcolumns[n=2,ntop=15,balance=yes] \dorecurse{20}{This is a test line to check for balancing. } \stopcolumns

Re: [NTG-context] horizontal list turns into vertical list in framedtext. A bug or feature?

2007-06-22 Thread Wolfgang Schuster
environment. I wrote a example that shows the problem and gives also a solution. \starttext \vbox{\hsize=\textwidth \startsimplecolumns \input knuth \stopsimplecolumns} \blank \vbox{\hsize=\textwidth \startcolumns \input knuth \stopcolumns} \stoptext The second column environment use

Re: [NTG-context] horizontal list turns into vertical list in framedtext. A bug or feature?

2007-06-22 Thread Hamid Kamrani
a example that shows the problem and gives also a solution. \starttext \vbox{\hsize=\textwidth \startsimplecolumns \input knuth \stopsimplecolumns} \blank \vbox{\hsize=\textwidth \startcolumns \input knuth \stopcolumns} \stoptext The second column environment use the output routine

[NTG-context] Footnotes in columns

2007-04-16 Thread Aditya Mahajan
I am writing a two column document using \startcolumns \stopcolumns. Now, by default, a \footnote in columns spans the whole text width. I want the footnote to appear at the bottom of the column where it was called. How can I do that. Aditya

[NTG-context] Grid-keeping list (again)

2007-04-12 Thread Johannes Kuester
try the effect with the following example: %% \setuplayout[grid=yes, columns=2] \showgrid %\showstruts \usemodule[gridlist] \starttext \startcolumns[n=2, balance=no] %% (columns are not necessary to show the effect) \dorecurse{20}{ \zeichen{0001}{a}{first letter}{}% \zeichen{0002

Re: [NTG-context] Grid-keeping list (again)

2007-04-12 Thread Wolfgang Schuster
\stoplinecorrection, but none of these seems to work.) You could try the effect with the following example: %% \setuplayout[grid=yes, columns=2] \showgrid %\showstruts \usemodule[gridlist] \starttext \startcolumns[n=2, balance=no] %% (columns are not necessary to show the effect) \dorecurse{20

Re: [NTG-context] Grid-keeping list (again)

2007-04-12 Thread luigi scarso
hmm maibe i have not understand, but \startcolumns[n=2, balance=no] %% (columns are not necessary to show the effect) \dorecurse{20}{ \zeichen{0001}{a}{first letter}{}% \zeichen{0002}{b}{second letter}{}% \zeichen{0002}{b}{second letter \vrule width 0.1pt height 1em depth2em

[NTG-context] math: \usemathcollection and \enablemathcollection

2007-04-04 Thread Johannes Kuester
\enablemathcollection e.g. after every \startcolumns (and after other environments as well), otherwise my math fonts are used, but not in the desired encoding, which results in wrong symbols shown. Minor problem: I would like make sure that all math symbols do come from my math fonts and aren't

Re: [NTG-context] Grid-keeping table

2007-03-28 Thread Wolfgang Schuster
] \starttext \startcolumns \startlinetable \dorecurse{80}{\NC Text \NC Text \NC\NR} \stoplinetable \stopcolumns \stoptext Wolfgang ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Grid-keeping table

2007-03-28 Thread Johannes Kuester
at the end of core-ltb, it contains a few interresting examples. \setuplinetable[stretch=yes,lines=fit] \starttext \startcolumns \startlinetable \dorecurse{80}{\NC Text \NC Text \NC\NR} \stoplinetable \stopcolumns \stoptext Wolfgang Hi Wolfgang, I already looked

Re: [NTG-context] breaking framed text across pages

2007-02-23 Thread Mojca Miklavec
-file which inputs matrixes $A$, $B$, initial $N$ and number of iterations, and which plots 3D bars. \startcolumns[n=3] \par\thinrule \par\thinrule \par\thinrule \par\thinrule \par\thinrule \par\thinrule \par\thinrule \par\thinrule \par\thinrule \par\thinrule Why not simply

[NTG-context] breaking framed text across pages

2007-02-21 Thread Vyatcheslav Yatskovsky
is. :( \defineframedtext[assignment][rulethickness=0.7pt, corner=round, bodyfont=11pt, width=\textwidth] \startassignment Write an M-file which inputs matrixes $A$, $B$, initial $N$ and number of iterations, and which plots 3D bars. \startcolumns[n=3] \par\thinrule \par\thinrule \par\thinrule \par

Re: [NTG-context] twocolumn document has trouble with colors

2007-02-12 Thread Hans Hagen
] \startcolumns [direction=left] \dorecurse{15}{\input knuth\endgraf} \stopcolumns \stopcolor \stoptext = And I find it's not perfectly what I really want. Is there any tricks I can do to treat the color correctly when I start

Re: [NTG-context] twocolumn document has trouble with colors

2007-02-12 Thread Zhichu Chen
=.62,b=.0625] \starttext \startcolor [testcolor] \startcolumns [direction=left] \dorecurse{15}{\input knuth\endgraf} \stopcolumns \stopcolor \stoptext = And I find it's not perfectly what I really want. Is there any

Re: [NTG-context] twocolumn document has trouble with colors

2007-02-11 Thread Zhichu Chen
Hi everybody, Does this only happen to me? On 2/9/07, Zhichu Chen [EMAIL PROTECTED] wrote: Hi there, Just a testing code: = \setupcolors [state=start] \definecolor [testcolor] [r=1,g=.62,b=.0625] \starttext \startcolor [testcolor] \startcolumns

Re: [NTG-context] twocolumn document has trouble with colors

2007-02-11 Thread Peter Rolf
:[EMAIL PROTECTED] wrote: Hi there, Just a testing code: = \setupcolors [state=start] \definecolor [testcolor] [r=1,g=.62,b=.0625] \starttext \startcolor [testcolor] \startcolumns [direction=left

Re: [NTG-context] twocolumn document has trouble with colors

2007-02-11 Thread Zhichu Chen
[state=start] \definecolor [testcolor] [r=1,g=.62,b=.0625] \starttext \startcolor [testcolor] \startcolumns [direction=left] \dorecurse{15}{\input knuth\endgraf} \stopcolumns \stopcolor \stoptext

Re: [NTG-context] Footnote bug(?) with columns and vertical stretch

2007-02-08 Thread Ricard Roca
Hi, This is a test file that shows the possible bug I posted yesterday: \setupalign[height] \setupinterlinespace[stretch=0.05] \setupfootnotes[location=columns] \starttext \startcolumns \dorecurse{5}{\input knuth}\footnote{bla bla bla bla bla bla bla bla} \dorecurse{5}{\input knuth} \stopcolumns

Re: [NTG-context] Columns and components

2007-01-23 Thread Hans Hagen
the other in a continuous fashion. The way I thought to acheive that is, instinctively, to use \startcolumns in my product file, before declaring the various components. However, when I do this, the use of \stopcolumns at the end doesn't work. The document does compile (with columns) when I

[NTG-context] Columns and components

2007-01-22 Thread Jeff Smith
fashion. The way I thought to acheive that is, instinctively, to use \startcolumns in my product file, before declaring the various components. However, when I do this, the use of \stopcolumns at the end doesn't work. The document does compile (with columns) when I don't use the stop command

Re: [NTG-context] Columns page-break problem -- mini example

2007-01-16 Thread Michal Kvasnicka
Can you please try to replicate this mini example: \setupoutput[pdf] \setuppapersize[A5][A5] \starttext \startcolumns \dorecurse{4}{\input tufte\par} \stopcolumns a \startcolumns \dorecurse{5}{\input tufte\par} \stopcolumns \stoptext In my case there is a big hole on the page 2 (after

[NTG-context] Columns page-break problem

2007-01-14 Thread Michal Kvasnicka
Good morning. I've just installed new ConTeXt (ver. 2006.08.08 21:51), and use perl TeXExec (ver. 5.4.3). Now my old macros using the columns environment have stopped working properly. Even when I type (n being a number) \startcolumns \dorcurse{n}{\input tufte} \stopcolumns

Re: [NTG-context] Columns page-break problem

2007-01-14 Thread Michal Kvasnicka
environment have stopped working properly. Even when I type (n being a number) \startcolumns \dorcurse{n}{\input tufte} \stopcolumns a the page is broken after the \stopcolumns sometimes even when only 50-80 % of the page is filled (a is in the next page). In my previous

Re: [NTG-context] \hairline in the header and column rule

2006-12-22 Thread Aditya Mahajan
On Sat, 23 Dec 2006, Jeong Dalyoung wrote: However, [rule=on] option only draw vertical line as long as the paragraph not to the bottom. Do you mean you want a line in the middle of the columns for the entire page, even if the text does not fill the whole page? I do not think \startcolumns

Re: [NTG-context] \hairline in the header and column rule

2006-12-22 Thread Taco Hoekwater
do not think \startcolumns can do that. Have a look at columnsets. Or you could use a background layer, if it is a static element. Best, Taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] \hairline in the header and column rule

2006-12-20 Thread Dalyoung Jeong
is the code and output. *** \setupheader[][before=\hairline, after=\hairline] \setupheadertexts[][text for the header] \setuppagenumbering[location=footer] \starttext \startcolumns[rule=on, n=2] attachment: sample.jpg ___ ntg

Re: [NTG-context] \hairline in the header and column rule

2006-12-20 Thread Aditya Mahajan
. How to draw the separation line from the top to bottom? Doesn't rule=on do that? \startcolumns[rule=on, n=2] \input knuth \stopcolumns Aditya ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] vertical space

2006-12-14 Thread Taco Hoekwater
in the interline and interparagraph space, so you can do something like this: \definestartstop[kleiner] [before={\startcolumns[n=2] \setupinterlinespace[stretch=1.5] \setupwhitespace [bigger]}, after={\stopcolumns }] and that works like a charm in equalizing out

[NTG-context] columns does not break

2006-12-04 Thread Vit Zyka
Dear, final formating of Beginners' manual shows a bug of breaking columns (in setup index). Here is a minimal example: --- \showframe \starttext \startcolumns [n=2,tolerance=verytolerant,rule=~\vrule height\maxcolumnheight~] \switchtobodyfont[10pt] \framed[height

Re: [NTG-context] the same old \column problem

2006-11-15 Thread Hans Hagen
Henning Hraban Ramm wrote: Hans et al, did \column ever work or is it supposed to? I.e. I guess I should be able jump to the next column in \startcolumns \column % next column \stopcolumns Without the \column, it works only for longer paragraphs, but e.g

Re: [NTG-context] the same old \column problem

2006-11-13 Thread Henning Hraban Ramm
no comments on that? Am 2006-11-08 um 21:38 schrieb Henning Hraban Ramm: Hans et al, did \column ever work or is it supposed to? I.e. I guess I should be able jump to the next column in \startcolumns ... \column % next column ... \stopcolumns Without the \column, it works only

Re: [NTG-context] Columns and backgrounds problem

2006-11-10 Thread Matthias Weber
=on, framecolor=darkblue, location=paragraph, color=darkblue] \defineenumeration [theorem] [before={\starttextbackground[thmbackground]}, after={\stoptextbackground}, text=Theorem, way=bysection, location=hanging, letter=rm] \setuppapersize[letter][letter] \starttext \startcolumns[n=2

[NTG-context] the same old \column problem

2006-11-08 Thread Henning Hraban Ramm
Hans et al, did \column ever work or is it supposed to? I.e. I guess I should be able jump to the next column in \startcolumns ... \column % next column ... \stopcolumns Without the \column, it works only for longer paragraphs, but e.g. not with \startlines - I'm trying to typeset lyrics

[NTG-context] Columns and backgrounds problem

2006-11-07 Thread Matthias Weber
, way=bysection, location=hanging, letter=rm] \setuppapersize[letter][letter] \starttext \startcolumns[n=2] \input tufte \starttheorem $1+1=2$ \stoptheorem \input tufte \starttheorem $1+1=2$ \stoptheorem \input tufte \stopcolumns \stoptext

Re: [NTG-context] split natural table over columns

2006-09-27 Thread Peter Rolf
\startcolumns{3} \placetable{}{ \bTABLE[split=repeat] \dorecurse{9}{\bTR\bTD ha \eTD\eTR} \eTABLE} \stopcolumns \stoptext ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] split natural table over columns

2006-09-27 Thread Johan Sandblom
the three page columns. So all depends on the exact size of your table. Can you make a minimal example? Greetings, Peter Johan Peter For instance below I would like three cells in each column \starttext \startcolumns{3} \placetable{}{ \bTABLE[split=repeat

Re: [NTG-context] split natural table over columns

2006-09-27 Thread Peter Rolf
in each column \starttext \startcolumns{3} \placetable{}{ \bTABLE[split=repeat] \dorecurse{9}{\bTR\bTD ha \eTD\eTR} \eTABLE} \stopcolumns \stoptext ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] split natural table over columns

2006-09-26 Thread Johan Sandblom
Is it possible to make a natural table split over columns or columnsets? For instance below I would like three cells in each column \starttext \startcolumns{3} \placetable{}{ \bTABLE[split=repeat] \dorecurse{9}{\bTR\bTD ha \eTD\eTR} \eTABLE} \stopcolumns \stoptext -- Johan Sandblom N8, MRC

Re: [NTG-context] split natural table over columns

2006-09-26 Thread Hans Hagen
Johan Sandblom wrote: Is it possible to make a natural table split over columns or columnsets? For instance below I would like three cells in each column \starttext \startcolumns{3} \placetable{}{ \bTABLE[split=repeat] \dorecurse{9}{\bTR\bTD ha \eTD\eTR} \eTABLE} \stopcolumns \stoptext

Re: [NTG-context] split natural table over columns

2006-09-26 Thread Peter Rolf
) strange look. And how will you guarantee that a complete table line is horizontally aligned inside of columns (and pages)? Sounds like overkill to me ;) Peter For instance below I would like three cells in each column \starttext \startcolumns{3} \placetable{}{ \bTABLE[split=repeat] \dorecurse

Re: [NTG-context] split natural table over columns

2006-09-26 Thread Johan Sandblom
For instance below I would like three cells in each column \starttext \startcolumns{3} \placetable{}{ \bTABLE[split=repeat] \dorecurse{9}{\bTR\bTD ha \eTD\eTR} \eTABLE} \stopcolumns \stoptext ___ ntg-context mailing list ntg-context

Re: [NTG-context] split natural table over columns

2006-09-26 Thread Peter Rolf
a minimal example? Greetings, Peter Johan Peter For instance below I would like three cells in each column \starttext \startcolumns{3} \placetable{}{ \bTABLE[split=repeat] \dorecurse{9}{\bTR\bTD ha \eTD\eTR} \eTABLE} \stopcolumns \stoptext

Re: [NTG-context] [Fwd: Line numbering]

2006-09-07 Thread Hans Hagen
? } \protect \starttext \startcolumns \setuplinenumbering[location=inleft] \startlinenumbering \input knuth \stoplinenumbering \column \setuplinenumbering[location=inright] \startlinenumbering[continue] \input knuth \stoplinenumbering \stopcolumns \stoptext

Re: [NTG-context] beta: problems including a figure without providing explicit dimensions

2006-09-07 Thread Mojca Miklavec
: \setupcolumns [n=3,balance=no] \setuplayout [grid=yes,columns=3] \showgrid \starttext \startcolumns \section{Something} \dorecurse{3}{\input tufte $$a^2+b^2=c^2$$} \placefigure[force]{title}{\scale[width=\textwidth]{abcd}} \stopcolumns \stoptext \scale[width=.8\textwidth] work

Re: [NTG-context] [Fwd: Line numbering]

2006-09-06 Thread Aditya Mahajan
want. An ugly solution is to specify the column breaks yourself, something like \unprotect \def\dosetuplinenumbering[#1]% {\getparameters[\??rn][\c!start=1,\c!step=1,#1]% %\global\linenumber\plusone %Do not reset linenumber. Why is this here? } \protect \starttext \startcolumns

[NTG-context] bug?: interaction between columns and background

2006-09-01 Thread Mojca Miklavec
ConTeXt version 2006.08.30 9:28) \startuseMPgraphic{TitleGraphic} draw unitsquare xyscaled (\overlaywidth-5mm,\overlayheight-5mm); \stopuseMPgraphic \defineoverlay [TitleGraphic] [\useMPgraphic{TitleGraphic}] \setupbackgrounds[page][background={TitleGraphic,page}] \starttext \startcolumns[n=3

Re: [NTG-context] bug?: interaction between columns and background

2006-09-01 Thread Peter Rolf
}] \setupbackgrounds[page][background={TitleGraphic,page}] \starttext \startcolumns[n=3] \dorecurse{3}{\input tufte $$a^2+b^2=c^2$$} \stopcolumns \stoptext Thank you, Mojca ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl

Re: [NTG-context] bug?: interaction between columns and background

2006-09-01 Thread Mojca Miklavec
(\overlaywidth-5mm,\overlayheight-5mm); \stopuseMPgraphic \defineoverlay [TitleGraphic] [\useMPgraphic{TitleGraphic}] \setupbackgrounds[page][background={TitleGraphic,page}] \starttext \startcolumns[n=3] \dorecurse{3}{\input tufte $$a^2+b^2=c^2$$} \stopcolumns \stoptext

[NTG-context] header misaligned and columns problem

2006-08-22 Thread Horacio Suarez
columns in most of the book, but 4 chapters uses 3 columns. I use \startcolumns[n=2, balance=yes,distance=8mm] or \startcolumns[n=3, balance=yes,distance=5mm] In two columns is ok, but in 3 columns, all the 3 columns don´t fit the whole textwidth, I mean, the sum of the 3 columns width plus the 2

Re: [NTG-context] header misaligned and columns problem

2006-08-22 Thread Aditya Mahajan
... \setuplayout [width=middle, location=middle, backspace=2.5cm, cutspace=2.5cm, marking=on] And everithig is fine, but headers are not aligned with text. Also, I use 2 columns in most of the book, but 4 chapters uses 3 columns. I use \startcolumns[n=2, balance=yes

[NTG-context] using \doifnumberelse in a ToC numbercommand=

2006-08-16 Thread Stuart Jansen
}{\hskip-1em\bf#1\hfilll}{#1}} \setuplist[chapter][width=1em,numberstyle=bold,% numbercommand=\mychapterlistnumber,textstyle=bold] \setuplist[section][width=2em,numbercommand=\mysectionlistnumber,% textcommand=\mysectionlisttext] \starttext \bgroup{}Table of Contents\egroup\par \startcolumns[n=2

Re: [NTG-context] using \doifnumberelse in a ToC numbercommand=

2006-08-16 Thread Mojca Miklavec
][\chapterconversion] \starttext \bgroup{}Table of Contents\egroup\par \startcolumns[n=2,distance=.3in,balance=no] \bgroup \placelist[chapter,section][criterium=all,alternative=b] \egroup \stopcolumns \page \chapter{Foo} \section{Bar} \input knuth \startappendices \chapter{Corge} \section{Grault} \input zapf

Re: [NTG-context] using \doifnumberelse in a ToC numbercommand=

2006-08-16 Thread Stuart Jansen
=\mysectionlistnumber,% textcommand=\mysectionlisttext] \starttext \bgroup{}Table of Contents\egroup\par \startcolumns[n=2,distance=.3in,balance=no] \bgroup \placelist[chapter,appendix,section][criterium=all,alternative=b] \egroup \stopcolumns \page \chapter{Foo} \section{Bar} \input knuth

Re: [NTG-context] using \doifnumberelse in a ToC numbercommand=

2006-08-16 Thread Hans Hagen
=\mychapterlistnumber,textstyle=bold] \setuplist[section][width=2em,numbercommand=\mysectionlistnumber,% textcommand=\mysectionlisttext] \starttext \bgroup{}Table of Contents\egroup\par \startcolumns[n=2,distance=.3in,balance=no] \bgroup \placelist[chapter,section][criterium=all,alternative=b

[NTG-context] ToC chapter/appendix labelling

2006-08-15 Thread Stuart Jansen
[section][width=2em,% numbercommand=\mysectionlistnumber,% textcommand=\mysectionlisttext] \starttext \bgroup{}Table of Contents\egroup\par \startcolumns[n=2,distance=.3in,balance=no] \bgroup \placelist[chapter,section][criterium=all,alternative=b] \egroup \stopcolumns \page \chapter{Foo} \section

[NTG-context] columns - columnsets introduces problems

2006-08-08 Thread David Arnold
Hans et al, When we discovered that \column doesn't work reliably with \startcolumns[n=2] ... \stopcolumns, we made some changes to our style files: %\setupcolumns % [tolerance=stretch, % balance=yes, % blank=flexible, % rule=off, % distance=2.5em

Re: [NTG-context] column overflow at times --- any thoughts?

2006-08-03 Thread Taco Hoekwater
David Arnold wrote: We've edited that page and the problem is gone. To see another example, consider page 61 of: http://msenux.redwoods.edu/IntAlgText/chapter1/chapter1.pdf Can you try to manally add: \displaywidowpenalty0\brokenpenalty0 after the \startcolumns and see if it helps

Re: [NTG-context] colums

2006-08-01 Thread Hans Hagen
Hans van der Meer wrote: When I do: \setupcolumns[n=2,balance=no,tolerance=verytolerant,rule=on] % and variations \startext \startcolumns abc \column def \stopcolumns \stoptext This produces two columns when typeset on the upper half of the page. Suddenly about halfway the page

Re: [NTG-context] colums

2006-08-01 Thread Hans van der Meer
On Aug 1, 2006, at 0:25, Aditya Mahajan wrote: On Mon, 31 Jul 2006, Hans van der Meer wrote: When I do: \setupcolumns[n=2,balance=no,tolerance=verytolerant,rule=on] % and variations \startext \startcolumns abc \column def \stopcolumns \stoptext This produces two columns when

Re: [NTG-context] colums

2006-07-31 Thread Aditya Mahajan
On Mon, 31 Jul 2006, Hans van der Meer wrote: When I do: \setupcolumns[n=2,balance=no,tolerance=verytolerant,rule=on] % and variations \startext \startcolumns abc \column def \stopcolumns \stoptext This produces two columns when typeset on the upper half of the page. Suddenly about

[NTG-context] Hiding subanswer blocks

2006-07-15 Thread David Arnold
1em} \def\startgenericqadouble#1{\genericqacommands{#1}\startcolumns[n=2]} \def\stopgenericqadouble{\stopcolumns} \def\startgenericqasingle#1{\genericqacommands{#1}} \def\stopgenericqasingle{} \def\preqacontainment{\vskip 0.5ex plus 1ex} \def\postqacontainment{\vskip 0.5ex plus 1ex} \def

[NTG-context] sample={99}

2006-07-08 Thread David Arnold
, sample={99}, margin=0pt, headcolor=green, right=., way=bysection, sectionnumber=no] \setupcolumns[page=no] \starttext \startcolumns[n=2] \noindent Now is the time for all good men to come to the aid of their county. Now is the time for all good men

[NTG-context] Losing our hang

2006-07-08 Thread David Arnold
=bysection, sectionnumber=no] \setupcolumns[page=no] \starttext \startcolumns[n=2] \noindent Now is the time for all good men to come to the aid of their county. Now is the time for all good men to come to the aid of their county. Now is the time for all good men to come to the aid

[NTG-context] Stopcolumns New Page?

2006-07-07 Thread David Arnold
, right=., way=bysection, sectionnumber=no] \setupcolumns[page=no] \starttext \startcolumns[n=2] \noindent Now is the time for all good men to come to the aid of their county. Now is the time for all good men to come to the aid of their county. Now is the time for all good

[NTG-context] table splitting in columns

2006-06-27 Thread Henning Hraban Ramm
this used to work but doesn't since the (my) last update: \starttext \setupTABLE[split=repeat, frame=off] \setupTABLE[c][1][align=right] \setupTABLE[c][2][align=left, style=bf, width=4em] \startcolumns[n=2, balance=no] \bTABLE \bTABLEhead \bTR\bTD\bf Verzeichnis \eTD\bTD\hbox{Dateien}\eTD\eTR

Re: [NTG-context] table splitting in columns

2006-06-27 Thread Hans Hagen
Henning Hraban Ramm wrote: this used to work but doesn't since the (my) last update: \starttext \setupTABLE[split=repeat, frame=off] \setupTABLE[c][1][align=right] \setupTABLE[c][2][align=left, style=bf, width=4em] \startcolumns[n=2, balance=no] \bTABLE \bTABLEhead \bTR\bTD\bf

[NTG-context] table splitting in columns

2006-06-27 Thread Henning Hraban Ramm
this used to work but doesn't since the (my) last update: \starttext \setupTABLE[split=repeat, frame=off] \setupTABLE[c][1][align=right] \setupTABLE[c][2][align=left, style=bf, width=4em] \startcolumns[n=2, balance=no] \bTABLE \bTABLEhead \bTR\bTD\bf Verzeichnis \eTD\bTD\hbox{Dateien}\eTD\eTR

Re: [NTG-context] Oh no! Never update in the middle of a project. I am in trouble.

2006-06-27 Thread David Arnold
Hans et al, OK. I repaired this with: \setuplabeltext[question=] \setuplabeltext[answer=] \defineenumeration [questions] [location=serried, text=\blank] \setupenumerations [questions] [before={\page[yes]\unnumberedsubsection{Exercises}\startcolumns[n=2]}, after=\stopcolumns, number

[NTG-context] Hiding subanswers

2006-06-26 Thread David Arnold
]\unnumberedsubsection {Exercises}\startcolumns[n=2]},after=\stopcolumns,number=no] \defineenumeration[answers][location=serried,text=\blank] \setupenumerations[answers][before={\unnumberedsubsection{Answers} \startcolumns[n=2]},after=\stopcolumns,number=no] \def\placeanswers{\startanswers\doifmodeelse{short

Re: [NTG-context] making posters with ContexT

2006-05-24 Thread David Antos
Project of IPv6 Router with FPGA Hardware Accelerator} \stoplinecorrection \startcolumns[n=3] {\bf Ji\v r\'{\i} Novotn\'y}\crlf Institute of Computer Science\crlf Masaryk University Brno\crlf Botanick\'a~68a, Brno 602\thinspace00\crlf Czech Republic\crlf [EMAIL PROTECTED] \column {\bf Otto Fu\v

[NTG-context] Problems when using columnset and certain fonts

2006-05-21 Thread ME
[footerdistance=5pt] \setuplayout[footer=17pt] \setuplayout[location=doublesided] \definecolumnset[test][n=3,distance=15pt,balance=yes] \starttext \showgrid %typesetting ok when using columns, \it and \tf \moveongrid[both] \startlinecorrection \chapter{test} \stoplinecorrection \startcolumns[n=3

[NTG-context] A few columnset questions

2006-05-17 Thread Ehrt, Michael
Hi there, I've been experimenting a bit with columnset (thats THE one feature which will make me convert from LaTeX), and a few questions I have I couldn't find explained in the manuals... 1) Is it possible to put a rule between two columns with columnsets? (I know \startcolumns[n=2,distance

[NTG-context] Columns again

2006-05-17 Thread Ehrt, Michael
Hi everyone, Is there a way to nest two \startcolumns environments, or to define a columnsetspan that wraps? What I'd like to do is produce a two column text which is unbalanced on the last page, and then place another two-column text in the last column. I haven't yet found a way to do

[NTG-context] No header line on chapter page + potential columnset problem?

2006-05-16 Thread Ehrt, Michael
as if the columnset uses the increased textheight from the first page on all subsequent pages. This is also the case if I use \startcolumns \stopcolumns. Without columns the text doesn't run into the footer. If anyone is interested to look into this, I've got a 25 line minimal example. I'm using

Re: [NTG-context] make array of tables

2006-04-27 Thread Willi Egger
, but it didn't work. My only solution is to use \startcolumns right now. Is it possible to use \startcombination in some way? Or, is there any way to perform such a display? Thank you for reading. Dalyoung ___ ntg-context mailing list ntg-context@ntg.nl http

Re: [NTG-context] make array of tables

2006-04-27 Thread Charles Doherty
On 27 Apr 2006, at 13:33, Dalyoung Jeong wrote: Dear all, I'd like to display several tables of the same size in an 3*2 array form. I tried the commands \placetables and \startcombination like in thd dispaly of figures, but it didn't work. My only solution is to use \startcolumns

Re: [NTG-context] itemize and vertical spacing

2006-04-26 Thread Taco Hoekwater
vertical space between items, so that then, there are no columns anymore :) Ah. I had: \startcolumns \startitemize[inbetween={\blank[30pt]\hrule height 0pt}] .. \stopitemize \stopcolumns This should do the trick: \startitemize[columns,unpacked][inbetween={\blank[30pt]}] Cheers

Re: [NTG-context] itemize and vertical spacing

2006-04-26 Thread Olivier
}] indeed put vertical space between items, so that then, there are no columns anymore :) Ah. I had: \startcolumns \startitemize[inbetween={\blank[30pt]\hrule height 0pt}] .. \stopitemize \stopcolumns Well, I must confess it works perfectly this way :) Thanks a lot, Olivier

Re: [NTG-context] Cranky booklet layout.

2006-04-26 Thread Hans Hagen
is a called subfile containing just: --- \startcolumns[n=2] \placecontent[level=section, alternative=c] \stopcolumns --- I use a mode to create the booklet. When I don't use the mode the toc is fine. Here

[NTG-context] splitting table into columns

2006-04-20 Thread Peter Münster
also clean but should be balanced - all other pages are not ok... TIA for any hints, Peter \definecolumnset[example][n=3] \starttext \input tufte \section{Try with columns and tables} \startcolumns[n=3] \starttablehead \HL \NC A \NC B \NC\SR \HL \stoptablehead \starttabletail \HL \stoptabletail

Re: [NTG-context] another \startcolumns and grid layout issue

2006-04-14 Thread Karsten Heymann
Hans Hagen wrote: i'll send you a patch, works great, thank's a lot! we need to make a column test suite ... I'll happily post any detected problem to the list :) Yours, Karsten signature.asc Description: OpenPGP digital signature ___

Re: [NTG-context] multiple columns inside \framed

2006-04-14 Thread Hans Hagen
Mojca Miklavec wrote: On 4/13/06, Hans Hagen wrote: Mojca Miklavec wrote: Hello, I would like to typeset two columns of names inside one frame (centered horizontally). \startcolumns inside \framed doesn't work; is there any simple alternative? \startsimplecolumns

Re: [NTG-context] multiple columns inside \framed

2006-04-13 Thread Hans Hagen
Mojca Miklavec wrote: Hello, I would like to typeset two columns of names inside one frame (centered horizontally). \startcolumns inside \framed doesn't work; is there any simple alternative? (Otherwise I'll manually split the content into two subframes.) I would appreciate any hints

Re: [NTG-context] multiple columns inside \framed

2006-04-13 Thread Mojca Miklavec
On 4/13/06, Hans Hagen wrote: Mojca Miklavec wrote: Hello, I would like to typeset two columns of names inside one frame (centered horizontally). \startcolumns inside \framed doesn't work; is there any simple alternative? \startsimplecolumns[n=2,distance=0pt]#3

[NTG-context] another \startcolumns and grid layout issue

2006-04-12 Thread Karsten Heymann
Hi, can someone explain me why the second Test gets out of grid: \setuplayout[grid=yes] \showgrid \setupcolumns[rule=on] \starttext \startcolumns One \crlf Two \column Three \crlf Four \stopcolumns Test \blank \startcolumns One \crlf Two with depth \column Three \crlf Four \stopcolumns Test

[NTG-context] bug in wiki's urw garamond typescript?

2006-04-11 Thread Karsten Heymann
] \showgrid \starttext \startcolumns Text with some depth: g()y Übel Text with some depth: g()y Übel \input knuth \stopcolumns \stoptext results in http://www.ecology.uni-kiel.de/~kheymann/files/testugm.pdf (logfile: http://www.ecology.uni-kiel.de/~kheymann/files/testugm.log, my texfont-generated urw

[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

[NTG-context] Unexplained blank page when using textblocks

2006-03-21 Thread David Arnold
[question,answer] \hideblocks[answer] \chapter{First Chapter} \dorecurse{1}{\input tufte\par} \section{First Section} \dorecurse{2}{\input tufte\par} \subsection{Exercises} \startcolumns[n=2] \beginquestion \startquestion[ex:1] What is the square root of $\pi$? \stopquestion \endquestion

Re: [NTG-context] Question and answers

2006-03-20 Thread Mojca Miklavec
On 3/20/06, David Arnold wrote: All, I have: \defineenumeration[questions][location=serried,text=\blank] \setupenumerations[questions][before={\unnumberedsubsection{Exercises} \startcolumns[n=2]},after=\stopcolumns,number=no] \defineenumeration[answers][location=serried,text=\blank

[NTG-context] Question and Answer blocks -- by section

2006-03-20 Thread David Arnold
={\color[blue]\bgroup}, stopper={.\egroup}, way=bysection, sectionnumber=no] \defineblock[question,answer] \hideblocks[answer] \chapter{First Chapter} \dorecurse{1}{\input tufte\par} \section{First Section} \dorecurse{2}{\input tufte\par} \section{Exercises} \startcolumns[n=2

[NTG-context] End of chapter solutions

2006-03-19 Thread David Arnold
All, Again, I have: \defineenumeration[questions][location=serried,text=\blank] \setupenumerations[questions][before={\unnumberedsubsection{Exercises} \startcolumns[n=2]},after=\stopcolumns,number=no] \defineenumeration[answers][location=serried,text=\blank] \setupenumerations[answers][before

<    1   2   3   4   5   6   7   >