[NTG-context] Re: \startcolumns and \startcolumnset

2024-02-08 Thread Otared Kavian
ed 1mm rightenlarged 1mm; draw topboundary OverlayBox leftenlarged 1mm rightenlarged 1mm;\stopuseMPgraphic\defineoverlay [verticalrule] [\useMPgraphic{verticalrule3}]\setuppagenumbering[state=stop]\setupexternalfigures[location={local,defalut}]\definecolumnset [quiz] [n=2,background=vertic

[NTG-context] \startcolumns and \startcolumnset

2024-02-08 Thread Jeong Dal via ntg-context
leftenlarged 1mm rightenlarged 1mm;\stopuseMPgraphic\defineoverlay [verticalrule] [\useMPgraphic{verticalrule3}]\setuppagenumbering[state=stop]\setupexternalfigures[location={local,defalut}]\definecolumnset [quiz] [n=2,background=verticalrule]\setupbodyfont[bonum, rm, 11pt]\starttext %\startcolumns[n=2

[NTG-context] How to Create Asymmetrical Continuous Columns in ConTeXt?

2024-01-18 Thread seyal . zavira
text across several pages without manually breaking it, and in columns, I haven't found a way to implement asymmetric columns. How can I achieve this layout in ConTeXt? this is a MWE but it does not work properly: \definecolumnset[mymixedcolumn][n=2] \setupcolumnset[mymixedcolumn:1][width=4cm

[NTG-context] page floats don’t work in columnsets

2023-09-21 Thread Henning Hraban Ramm
I had no luck with page floats in columnsets; according to the manual they should work. Hraban \setuppapersize[A5,landscape] \useMPlibrary[dum] \definecolumnset[Two][n=2] \starttext \startcolumnset[Two] \dorecurse{5}{1\recurselevel\samplefile{lorem}\par} \startplacefigure[location=page

[NTG-context] Parallel columns using start/stop setups

2023-08-08 Thread Thangalin
be the best approach? Would this setupparagraphs, definecolumnset, synchronizestreams, or possibly incomplete/experimental functionality? Thank you! ___ If your question is of interest to others as well, please add a

Re: [NTG-context] error in column sets

2023-06-20 Thread Henning Hraban Ramm via ntg-context
Am 19.06.23 um 21:59 schrieb Henning Hraban Ramm via ntg-context: In a minimal example like this: \setuppapersize[A5] \definecolumnset[TwoColumns][n=2] \starttext \startcolumnset [TwoColumns]    \dorecurse{10}{\samplefile{knuth}} \stopcolumnset \stoptext … many columns start one line too

[NTG-context] error in column sets

2023-06-19 Thread Henning Hraban Ramm via ntg-context
In a minimal example like this: \setuppapersize[A5] \definecolumnset[TwoColumns][n=2] \starttext \startcolumnset [TwoColumns] \dorecurse{10}{\samplefile{knuth}} \stopcolumnset \stoptext … many columns start one line too low and overwrite their last line. An extended example (nearly

[NTG-context] \startcolumnset ... \stopcolumnset is working.

2022-09-14 Thread Jeong Dal via ntg-context
\defineoverlay [verticalrule] [\useMPgraphic{verticalrule3}] \definecolumnset [exam] [n=2, background=verticalrule] \setuplayout[width=19cm, height=26cm, header=1cm, footer=.5cm,backspace=1cm] \setupheader[before=\vfil, after=\vfil] \setupbackgrounds[header][text][frame=off, background

Re: [NTG-context] Parallel texts: verse with blanks between stanzas via tabulate

2022-08-27 Thread Denis Maier via ntg-context
oes not quite work as tabulate does not seem to allow blanks between > > the stanzas. See MWE below. Am I missing someting? Is there a better > > way to achieve this? > > How about columnsets or paragraphs? > > \definecolumnset[Zwei][n=2] > \startcolumnset[Zwei] >

Re: [NTG-context] Parallel texts: verse with blanks between stanzas via tabulate

2022-08-27 Thread Denis Maier via ntg-context
umnsets or paragraphs? \definecolumnset[Zwei][n=2] \startcolumnset[Zwei] \startlines Starlight, star bright, first star I see tonight; \stoplines \column \startlines I wish I may, I wish I might have the wish I wish tonight. \stoplines \stopcolumnset \defineparagraphs[Zwei][n=2] \setupparagraphs[Zwei][1][

Re: [NTG-context] Parallel texts: verse with blanks between stanzas via tabulate

2022-08-26 Thread Henning Hraban Ramm via ntg-context
below. Am I missing someting? Is there a better way to achieve this? How about columnsets or paragraphs? \definecolumnset[Zwei][n=2] \startcolumnset[Zwei] \startlines Starlight, star bright, first star I see tonight; \stoplines \column \startlines I wish I may, I wish I might have the wish I wish

[NTG-context] small fontsize and \definecolumnsetspan cause columns to jump (bug?)

2022-06-12 Thread a badin via ntg-context
this visible \setuplayout[grid=yes] \definecolumnset[example2][n=6, width=20mm] \definecolumnsetspan[title][n=6] \starttext \startcolumnset[example2] \startcolumnsetspan[title] Jumpy table \blank[line] \stopcolumnsetspan \input ward \stoptext Andrej

Re: [NTG-context] Problems with column sets?

2022-05-25 Thread Ben Moon via ntg-context
it on a Linux box, and that worked. But on my main machine, a >> Intel 64 bit mac, I get the original result. Oh, I changed to use this >> input: >>> \definecolumnset[TwoColumns][n=2] >>> \startcolumnset [TwoColumns] >>> \input knuth >>> \stopcolumn

Re: [NTG-context] Problems with column sets?

2022-05-24 Thread T. Kurt Bond via ntg-context
mac, I get the original result. Oh, I changed to use this > input: > > \definecolumnset[TwoColumns][n=2] > \startcolumnset [TwoColumns] > \input knuth > \stopcolumnset > > > On Tue, May 24, 2022 at 3:09 PM Henning Hraban Ramm via ntg-context < > ntg-context@n

Re: [NTG-context] Problems with column sets?

2022-05-24 Thread T. Kurt Bond via ntg-context
Huh. I tried it on a Linux box, and that worked. But on my main machine, a Intel 64 bit mac, I get the original result. Oh, I changed to use this input: \definecolumnset[TwoColumns][n=2] \startcolumnset [TwoColumns] \input knuth \stopcolumnset On Tue, May 24, 2022 at 3:09 PM Henning Hraban

Re: [NTG-context] Problems with column sets?

2022-05-24 Thread Henning Hraban Ramm via ntg-context
Am 24.05.22 um 20:43 schrieb T. Kurt Bond via ntg-context: Given the following file that uses definecolumnset and startcolumnset/stopcolumnset (largely from the wiki <https://wiki.contextgarden.net/Command/definecolumnset>) for

[NTG-context] Problems with column sets?

2022-05-24 Thread T. Kurt Bond via ntg-context
Given the following file that uses definecolumnset and startcolumnset/stopcolumnset (largely from the wiki <https://wiki.contextgarden.net/Command/definecolumnset>) for input: \setuppapersize[letter] \definecol

Re: [NTG-context] \startcolumnset ... \stopcolumnset fatal error: return code 11

2021-12-17 Thread John Kitzmiller via ntg-context
2021.12.03 15:20 LMTX fmt: 2021.12.9 int: english/english > > Thank you for reading. > Best regards, > > Dalyoung > I confirm Dalyoung's problem with \columnsets on Mac OSX with current lmtx. The following MnWE worked on July 2021 versions of lmtx, but does not work wit

[NTG-context] \startcolumnset ... \stopcolumnset fatal error: return code 11

2021-12-16 Thread Jeong Dal via ntg-context
m,0); %if CurrentColumn = 1: shifted(-2mm,0) fi ; draw leftboundary OverlayBox shifted (-1mm,0); %if CurrentColumn = 2: shifted(2mm,0) fi ; draw bottomboundary OverlayBox leftenlarged 1mm rightenlarged 1mm; \stopuseMPgraphic \defineoverlay [verticalrule] [\useMPgraphic{verticalrule3}] \definecolumn

[NTG-context] using the newcolumnsets module

2021-12-09 Thread Jeong Dal via ntg-context
m,0); %if CurrentColumn = 1: shifted(-2mm,0) fi ; draw leftboundary OverlayBox shifted (-1mm,0); %if CurrentColumn = 2: shifted(2mm,0) fi ; draw bottomboundary OverlayBox leftenlarged 1mm rightenlarged 1mm; \stopuseMPgraphic \defineoverlay [verticalrule] [\useMPgraphic{verticalrule3}] \definecolumn

[NTG-context] Fwd: columnsets messed up

2021-07-02 Thread Henning Hraban Ramm
e bottom >>> - it gets worse with footnotes (looks like their space isn’t considered at >>> all) >>> - if the column set doesn’t start at the top of the page, the second column >>> does >>> Hraban >>> \definecolumnset[cgjcolset][n=2] >>> \startt

Re: [NTG-context] columnsets messed up

2021-07-02 Thread Hans Hagen
can start one or more lines lower - then the same number of lines is printed over each other at the bottom - it gets worse with footnotes (looks like their space isn’t considered at all) - if the column set doesn’t start at the top of the page, the second column does Hraban \definecolumnset[cgjcolset

Re: [NTG-context] columnsets messed up

2021-07-02 Thread Henning Hraban Ramm
can start one or more lines lower >> - then the same number of lines is printed over each other at the bottom >> - it gets worse with footnotes (looks like their space isn’t considered at >> all) >> - if the column set doesn’t start at the top of the page, the second col

Re: [NTG-context] columnsets messed up

2021-07-02 Thread Hans Hagen
at the bottom - it gets worse with footnotes (looks like their space isn’t considered at all) - if the column set doesn’t start at the top of the page, the second column does Hraban \definecolumnset[cgjcolset][n=2] \starttext \chapter{This is a chapter about column sets} \startcolumnset[cgjcolset

[NTG-context] columnsets messed up

2021-07-01 Thread Henning Hraban Ramm
like their space isn’t considered at all) - if the column set doesn’t start at the top of the page, the second column does Hraban \definecolumnset[cgjcolset][n=2] \starttext \chapter{This is a chapter about column sets} \startcolumnset[cgjcolset] \dorecurse{20}{ \samplefile{sapolsky}\par

Re: [NTG-context] Asymmetrical Column layout leads to an extra blank page (Solved!)

2020-10-30 Thread Ramkumar KB
Hello, I managed to resolve the issue - which turns out bcos I had 2 back2back columnset definitions. So instead, I combined them into 1 and the result was ok. *Before (leads to blank page or page with symmetrical columns):* \definecolumnset[2col][n=2, distance=3.5mm, page=no] \setupcolumnset

[NTG-context] Asymmetrical Column layout leads to an extra blank page

2020-10-29 Thread Ramkumar KB
of \section or \subject in this matter (seems to be somehow interfering with asymmetrical columnset). \usemodule[newcolumnsets] ... % \subject{} \definecolumnset[soi1][n=3, distance=3mm, page=yes] % \definecolumnset[currency][n=3, page=yes] \setupcolumnset[soi1:1][width=.25\makeupwidth

[NTG-context] columns yet again

2020-09-13 Thread Thomas A. Schmitz
] \definecolumnset [numbered] [n=2] \setupcolumnset [numbered] [distance=0.5cm,frame=on] \setupcolumnset [numbered:1] [width=4cm] \setupcolumnset [numbered:2] [width=10cm] \starttext \startcolumnset [numbered] \startlinenumbering[step=1,location=left] Poetry One Word Per Line is Poetic\par

[NTG-context] Wrong page number when placefigure spans full page in columnset

2020-09-09 Thread Charles Vejnar
,grid=yes] \showframe \usemodule[newcolumnsets] \definecolumnset[colset][n=2] \starttext \startcolumnset[colset] \section{One section} \dorecurse{16}{\input ward \par} \placefigure[page]{Legend. \input ward }{\externalfigure[dummy][width=\makeupwidth,height=15cm]} \section{Two section

Re: [NTG-context] columnset issues

2020-01-27 Thread Henning Hraban Ramm
WE shows better what’s going on: >> The "area" space is reserved as requested, but its contents get placed >> elsewhere. >> >> >> \usemodule[visual] >> \useMPlibrary[dum] >> \definecolor[fakerulecolor][gray] >> \setuplayout[

Re: [NTG-context] columnset issues

2020-01-27 Thread Wolfgang Schuster
elsewhere. \usemodule[visual] \useMPlibrary[dum] \definecolor[fakerulecolor][gray] \setuplayout[ grid=yes, ] \showframe[text] \showgrid \definecolumnset[Two][ n=2, page=no, ] %\definecolumnsetspan[TwoSpan][n=2] \definecolumnsetarea[AdSpace][ x=1,y=21, nx=1,ny=21, state=stop

Re: [NTG-context] columnset issues

2020-01-27 Thread Henning Hraban Ramm
y[dum] \definecolor[fakerulecolor][gray] \setuplayout[ grid=yes, ] \showframe[text] \showgrid \definecolumnset[Two][ n=2, page=no, ] %\definecolumnsetspan[TwoSpan][n=2] \definecolumnsetarea[AdSpace][ x=1,y=21, nx=1,ny=21, state=stop, frame=on, framecolor=magenta, ] \starttext

Re: [NTG-context] columnset issues

2020-01-26 Thread Henning Hraban Ramm
[ grid=yes, ] \showframe[text] \showgrid \definecolumnset[Two][ n=2, page=no, ] \definecolumnsetarea[AdSpace][ x=1,y=20, nx=1,ny=20, state=stop ] \starttext \startcolumnset[Two] \fakewords{20}{30} \setupcolumnsetareatext[AdSpace]{\externalfigure[MyAd][width=\textwidth,height=0.45

Re: [NTG-context] another columnset issue (solved)

2020-01-19 Thread Henning Hraban Ramm
] \setuplayout[ grid=yes, ] \showgrid \setuphead[chapter][ page=no, beforesection={\startcolumnset[Two]}, aftersection={\stopcolumnset}, before={\startcolumnsetspan[TwoSpan]}, after={\stopcolumnsetspan}, ] \definecolumnset[Two][ n=2, page=no, ] \definecolumnsetspan[TwoSpan][n=2

[NTG-context] columnset issues

2020-01-19 Thread Henning Hraban Ramm
] \definecolor[fakerulecolor][gray] %\setuplayout[grid=yes] %\showgrid \define[2]\MySection{\vbox{% \definecolor[fakerulecolor][blue] %\blank[line,max]% {\strut #2}\par }} \setuphead[section][ command=\MySection, before={\blank[line]}, %before=, after=, style=\tf, ] \definecolumnset

[NTG-context] column(sets) questions

2020-01-18 Thread Henning Hraban Ramm
etspan[Intro][n=2] \stopsetups \definecolumnset[ZweiS][ n=2, setups=cs:TwoCol, ] \definecolumnset[DreiS][ n=3, setups=cs:ThreeCol, ] (This doesn’t work, and it’s not a MWE.) * ConTeXt stops a few times (probably for every float) on \wait =, I guess that comes from \page_grd_command_flush_floats in pa

Re: [NTG-context] Suppress blank page in asymmetrical multicolumn layout

2019-12-06 Thread Wolfgang Schuster
e document layout. \definepapersize[BookPaperSize][width=24in, height=12in,] \setuppapersize[BookPaperSize] \definelayout[BookTextLayout][ topspace=.5in, backspace=.5in, header=\zeropoint, footer=\zeropoint, grid=yes, ] \setuplayout[BookTextLayout] \definecolumnset[BookColumns][n=4,dist

[NTG-context] Suppress blank page in asymmetrical multicolumn layout

2019-12-06 Thread Thangalin
ize][width=24in, height=12in,] \setuppapersize[BookPaperSize] \definelayout[BookTextLayout][ topspace=.5in, backspace=.5in, header=\zeropoint, footer=\zeropoint, grid=yes, ] \setuplayout[BookTextLayout] \definecolumnset[BookColumns][n=4,distance=.25in] \setupcolumnset[BookColumns:1][wid

[NTG-context] Column sets (span) & unwanted vertical gap

2019-10-01 Thread Procházka Lukáš Ing .
distance=5mm,height=270mm, backspace=20mm,width=380mm, ] \setupheadertexts[] \setupfootertexts[] \definecolumnset[example][n=3,balancing=no] \definecolumnsetspan[wide][n=2] \setupexternalfigures[location=default] \setupindenting[no] \setupwhitespace[none] \setuplayout[grid=yes] \definehead[MyTit][title]

Re: [NTG-context] Column(set)s & overlapping lines

2019-10-01 Thread Procházka Lukáš Ing .
. \setuplayout[grid=yes] Cheers, Henri On 10/1/19 7:16 PM, Procházka Lukáš Ing. wrote: Hello, I have the following code: \definecolumnset[example][n=3,balancing=no] \definecolumnsetspan[wide][n=2] \setupexternalfigures[location=default] % \starttext \startcolumnset[example

Re: [NTG-context] Column(set)s & overlapping lines

2019-10-01 Thread Henri Menke
This has been asked many times. Columnsets need grid. \setuplayout[grid=yes] Cheers, Henri On 10/1/19 7:16 PM, Procházka Lukáš Ing. wrote: > Hello, > > I have the following code: > > > \definecolumnset[example][n=3,balancing=no] > \defineco

[NTG-context] Column(set)s & overlapping lines

2019-10-01 Thread Procházka Lukáš Ing .
Hello, I have the following code: \definecolumnset[example][n=3,balancing=no] \definecolumnsetspan[wide][n=2] \setupexternalfigures[location=default] % \starttext \startcolumnset[example] \startcolumnsetspan[wide] %\externalfigure[hacker][width=120mm] % Produces overlapping

Re: [NTG-context] Columns with non-equal width; nested columns

2019-09-25 Thread Procházka Lukáš Ing .
Hello, thanks for reaction - so I'm starting with column sets (@Wolfgang: text from column 2a may flow into 2b). My code so far: \definecolumnset[example][n=3,balancing=no] \definecolumnsetspan[wide][n=2,background=contrast] \setupexternalfigures[location=default] \setuphead

Re: [NTG-context] balanced vertical spaces under \startcolumnset

2019-08-21 Thread Sytse Knypstra
of blank spaces of the second > column are different. > > Is there a way to make the blank spaces height same while not to create a > blank page? > > Thank you for reading. > > Best regards, > > Dalyoung > > > \usetypescriptfile[type-siz] > \usemodule[units

[NTG-context] balanced vertical spaces under \startcolumnset

2019-08-20 Thread Jeong Dal
. Is there a way to make the blank spaces height same while not to create a blank page? Thank you for reading. Best regards, Dalyoung \usetypescriptfile[type-siz] \usemodule[units] \setupbodyfont[10pt,rm] \definecolumnset [exam] [n=2] \starttext \startcolumnset[exam] \startitemize

[NTG-context] \setupcolumnsetlines does not work again

2019-08-19 Thread Sytse Knypstra
I thought I understood the mechanism, but I found another instance where \setupcolumnsetlines does not give the desired result: %%% \definecolumnset[Two][n=2] \starttext Test %\page \setupcolumnsetlines[Two][1][1][9] \startcolumnset[Two] \input knuth

[NTG-context] Again: Graphics placement with columnsets/page grids

2019-08-18 Thread Denis Maier
Hi, I have posted a question regarding floats and columnsets some time ago. I am wondering why I am having text under a figure in a two column layout. \usemodule[newcolumnsets] \setuplayout [grid=yes] \definecolumnset[example][n=2] \starttext \startcolumnset[example

Re: [NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Sytse Knypstra
clear to me. If \setupcolumnsetlines has to be specified before \starttext and if the second parameter denotes the absolute page number of the column to be limited, then the following example still does not work correctly for the second page (ouput consists of two pages). \definecolumn

Re: [NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Wolfgang Schuster
Denis Maier schrieb am 17.08.2019 um 17:49: Ok. With this I don't get the empty page. But the setupcolumnsetlines has still no effecgt for the second environment. === \definecolumnset[One][n=2] \setupcolumnsetlines[One][1][1][9] \definecolumnset[Two][n=2] \setupcolumnsetlines[Two][1][1][5

Re: [NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Wolfgang Schuster
Denis Maier schrieb am 17.08.2019 um 15:50: This here works for the first columnset, but not for the second one: = \usemodule[newcolumnsets] The new code base is used by default and you don't have to load the module. \definecolumnset[One][n=2

Re: [NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Denis Maier
This here works for the first columnset, but not for the second one: = \usemodule[newcolumnsets] \definecolumnset[One][n=2] \setupcolumnsetlines[One][1][1][9] \setupcolumnsetlines[One][1][2][9] \setupcolumnsetlines[One][2][1][9] \setupcolumnsetlines[One][2][2][9

Re: [NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Denis Maier
commenting out the first three lines after \starttext the result >>> is ok. >>> I am wondering what I overlooked this time. >>> >>> \definecolumnset[Two][n=2] >>> \starttext >>>\startcolumnset[Two] >>> \input knuth >>>

Re: [NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Denis Maier
In an effort to balance columns in a columnset layout, I found that in >> the following minimal example this effect is not obtained. >> After commenting out the first three lines after \starttext the result is >> ok. >> I am wondering what I overlooked this time

Re: [NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Denis Maier
gt; After commenting out the first three lines after \starttext the result is > ok. > I am wondering what I overlooked this time. > > \definecolumnset[Two][n=2] > \starttext >\startcolumnset[Two] > \input knuth >\stopcolumnset >\page >\setupcolumnsetlines

[NTG-context] \setupcolumnsetlines does not work

2019-08-17 Thread Sytse Knypstra
In an effort to balance columns in a columnset layout, I found that in the following minimal example this effect is not obtained. After commenting out the first three lines after \starttext the result is ok. I am wondering what I overlooked this time. \definecolumnset[Two][n=2]
 \starttext

[NTG-context] white space after a float in a column

2019-08-10 Thread Sytse knyps...@home.nl
is omitted (i.e. location=none in \setupcaption). My example: 

\definepapersize[square21][width=21cm,height=21cm] 
\setuppapersize[square21][square21]
 \definecolumnset[Two][n=2]
 \setupcolumnset[Two]
 \setupcaption[intermezzo][location=none,spaceafter=1cm]
 % no value for spaceafter seems to work

Re: [NTG-context] Graphics placement with columnsets/page grids (was "no subject)

2019-07-28 Thread Denis Maier
of the page if we have no caption. ``` \usemodule[newcolumnsets] \setuplayout [grid=yes] \definecolumnset[example][n=2] \starttext \startcolumnset[example] \dorecurse{11}{ \input ward\par } \placefigure [btrl,none] {} { \externalfigure[placeholder][width=\columnsetspanwidth{2

[NTG-context] Graphics placement with columnsets/page grids (was "no subject)

2019-07-24 Thread Denis Maier
ck)] > \definecolor[color-5][.5(white,color-4)] > > \startuniqueMPgraphic{frame} > fill OverlayBox withcolor \MPcolor{color-1} ; > \stopuniqueMPgraphic > > \startuniqueMPgraphic{contrast} > fill OverlayBox withcolor \MPcolor{color-2} ; > \stopuniqueMPgraphic > >

[NTG-context] (no subject)

2019-07-23 Thread Denis Maier
} ; \stopuniqueMPgraphic \startuniqueMPgraphic{contrast} fill OverlayBox withcolor \MPcolor{color-2} ; \stopuniqueMPgraphic \defineoverlay[frame] [\uniqueMPgraphic{frame}] \defineoverlay[contrast][\uniqueMPgraphic{contrast}] \definecolumnset[example][n=2] %\setupcolumnsetstart[example][1][1][2

Re: [NTG-context] Columnsets not balanced

2019-07-15 Thread Wolfgang Schuster
column remains empty. \definecolumnset[Two][balance=yes] \starttext \startcolumnset[Two] \input knuth \stopcolumnset \stoptext How can I automatically obtain balanced columns?  Columnsets have no support for balanced columns. Wolfgang

[NTG-context] Columnsets not balanced

2019-07-15 Thread Sytse knyps...@home.nl
Dear list, In the following example I would like to have the two columns balanced, i.e. with equal number of lines in both columns. But contrary to the option in the definition, all text is put in the leftmost column and the right-hand column remains empty. \definecolumnset[Two][balance=yes

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-18 Thread Mikael P. Sundqvist
> it for an odd and an even page, but then if I want a background > on the > >>> page after that, I have to put that code at the place where it > will be > >>> used. (I got an error with \startpostponing[+1] ... > \stoppostponing) > >>> &g

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-15 Thread Hans Hagen
oncrete on the first issue: In the example below, how can I place the columnsetspan at the bottom right? Second and third column, 10 lines down? I attach the result of running this file. /Mikael \setuplayout[grid=yes] \showgrid \definecolumnset[three][n=3] \defineco

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-14 Thread Mikael P. Sundqvist
page after that, I have to put that code at the place where it will be > > used. (I got an error with \startpostponing[+1] ... \stoppostponing) > > > > 4) To be a bit more concrete on the first issue: In the example below, > > how can I place the columnsetspan at

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-14 Thread Floris van Manen
is this related? \setuplayout[grid=yes] \showgrid \definecolumnset[three][n=3] \starttext \samplefile{knuth} \startcolumns[n=3] \dorecurse{4}{\samplefile{knuth}\par} \stopcolumns \page \samplefile{knuth} \startcolumnset[three] \dorecurse{4}{\samplefile{knuth}\par} \stopcolumnset \stoptext Using

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-14 Thread Hans Hagen
lumn, 10 lines down? I attach the result of running this file. /Mikael \setuplayout[grid=yes] \showgrid \definecolumnset[three][n=3] \definecolumnsetspan[two][ n=2, background=color, backgroundcolor=lightgray, ] \starttext \startcolumnset

Re: [NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-13 Thread Mikael P. Sundqvist
where it will be > used. (I got an error with \startpostponing[+1] ... \stoppostponing) > > 4) To be a bit more concrete on the first issue: In the example below, > how can I place the columnsetspan at the bottom right? Second and > third column, 10 lines down? I attach the result o

[NTG-context] Questions on columnsetspan (and grids and backgrounds)

2019-05-11 Thread Mikael P. Sundqvist
low, how can I place the columnsetspan at the bottom right? Second and third column, 10 lines down? I attach the result of running this file. /Mikael \setuplayout[grid=yes] \showgrid \definecolumnset[three][n=3] \definecolumnsetspan[two][ n=2, background=color, backgroundcolor=lightgray, ] \starttext \

[NTG-context] index problem with \setupcolumnset

2018-11-09 Thread Peter Rolf
][\uniqueMPgraphic{column:bg}] \definecolumnset[TOC][n=4] %\setupcolumnset[TOC][background=columnbg]% works ok \setupcolumnset[TOC][1][background=columnbg]% any indexed setup fails % in my real world example the complete third argument is printed instead \starttext \startcolumnset[TOC] \input tufte.tex

Re: [NTG-context] columnset regression

2018-10-29 Thread Henning Hraban Ramm
>> upper object. >> >> \definecolumnset[drei][n=3] >> \usemodule[visual] > > \usemodule[old-columnsets] > >> \starttext >> >> \framed[width=\textwidth,height=.3\textheight]{\ConTeXt} >> >> %\input knuth >> >> \startcolumnset[dr

Re: [NTG-context] columnset regression

2018-10-28 Thread Wolfgang Schuster
. \definecolumnset[drei][n=3] \usemodule[visual] \usemodule[old-columnsets] \starttext \framed[width=\textwidth,height=.3\textheight]{\ConTeXt} %\input knuth \startcolumnset[drei] \fakewords{30}{50} \column \fakewords{30}{50} \column \fakewords{30}{50} \stopcolumnset \stoptext Wolfgang

[NTG-context] columnset regression

2018-10-28 Thread Henning Hraban Ramm
Typesetting my songbooklets, I stumbled upon another regression: If a columnset starts below something else (text, image, frame), the second and further columns start at the top of the type area instead of below the upper object. \definecolumnset[drei][n=3] \usemodule[visual] \starttext

Re: [NTG-context] column-spanning floats

2018-08-01 Thread Dr. Thomas Möbius
; > > > Is that functionality gone, or do I need to do something special? > > > > Best wishes, > > Taco > > > > PS On top of that, the column balancing creates bad inter-paragraph > > spacing in the left column. No idea where that comes from! :( > >

Re: [NTG-context] column-spanning floats

2018-07-31 Thread Taco Hoekwater
e column balancing creates bad inter-paragraph spacing > in > the left column. No idea where that comes from! :( Also, I just tried \definecolumnset, but a) the balance=yes key does not work, and b) I still get awful inter-par spacing on the left column, except with \setuplayout[grid=yes] (b

Re: [NTG-context] \startplacetable in \startcolumnset

2018-04-19 Thread Wolfgang Schuster
Hi, I found \definecolumnset in the wiki not in the setup-en.pdf. I’ll test it again. Thank you for reading. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry to th

[NTG-context] \startplacetable in \startcolumnset

2018-04-19 Thread Jeong Dal
Hi, I found \definecolumnset in the wiki not in the setup-en.pdf. I’ll test it again. Thank you for reading. Best regards, Dalyoung ___ If your question is of interest to others as well, please add an entry

[NTG-context] \startplacetable in \startcolumnset

2018-04-19 Thread Jeong Dal
if I comment out either \startcolumnset or \placetable. Is “\definecolumnset, \startcolumnset” still a good command? I couldn’t find it in the list of commands. Thank you for reading. Best regards, Dalyoung % \startuseMPgraphic{verticalrule} if CurrentColumn < NOfColumns : d

Re: [NTG-context] columnset + floats = bad

2018-04-17 Thread Henri Menke
MKIV using the > > newcolumnsets. However, when I use floats weird shit is happening. > >  Is this intended or am I doing something seriously wrong?  MWE > > below, output of latest beta attached. > > > > Cheers, Henri > > > > --- > > > > \s

Re: [NTG-context] columnset + floats = bad

2018-04-16 Thread Alan Braslau
> > \setuppapersize[A0] > \setupbodyfont[sans,25pt] > > \usemodule[newcolumnsets] > > \definecolumnset >   [threecolumn] >   [n=3] > > \setupcolumnset >   [threecolumn] >   [distance=3cm] > > \starttext > > \startcolumnset[threecolumn] >

[NTG-context] columnset + floats = bad

2018-04-16 Thread Henri Menke
] \setupbodyfont[sans,25pt] \usemodule[newcolumnsets] \definecolumnset   [threecolumn]   [n=3] \setupcolumnset   [threecolumn]   [distance=3cm] \starttext \startcolumnset[threecolumn]   \input lorem \column   \input zapf\par   \startplacefigure[title={\input zapf\par}] \externalfigure[dummy][width

[NTG-context] Wrong section space after placefigure with newcolumnsets

2018-04-05 Thread Charles Vejnar
les \setuppapersize[letter][letter] \usemodule[newcolumnsets] \setuplayout[grid=yes] \definecolumnset[colset][n=2] \starttext \startcolumnset[colset] \section{One section} \subsection{One subsection} \dorecurse{16}{\input ward \par} \section{Two section} \subsection{Two subsection} \placefigure

Re: [NTG-context] Overwritten text with newcolumnsets

2018-02-08 Thread Charles Vejnar
Here it is: \usemodule[newcolumnsets] \setuplayout[grid=yes] \setupbodyfont[10pt] \definecolumnset[example][n=2] \starttext \startcolumnset[example] \dorecurse{7}{\input knuth \par} \placefigure[center]{Legend.}{\hbox{\externalfigure[dummy][height=8cm]}} \dorecurse{8}{\input knuth \par

Re: [NTG-context] Overwritten text with newcolumnsets

2018-02-07 Thread Charles Vejnar
you confirm the problem? Any way/plan to fix it? Thanks so much for your help. Best, Charles % start of example \usemodule[newcolumnsets] \definecolumnset[example][n=2] \starttext \startcolumnset[example] \dorecurse{12}{\input knuth \par} \stopcolumnset \stoptext % end of example i'm not surew

Re: [NTG-context] Overwritten text with newcolumnsets

2018-02-06 Thread Hans Hagen
by the first two line of the column. I think this problem was also reported on Sept 22, 2016 by Jose Luis Arellano on this mailing-list. Do you confirm the problem? Any way/plan to fix it? Thanks so much for your help. Best, Charles % start of example \usemodule[newcolumnsets] \definecolumnset

[NTG-context] Overwritten text with newcolumnsets

2018-02-06 Thread Charles Vejnar
this problem was also reported on Sept 22, 2016 by Jose Luis Arellano on this mailing-list. Do you confirm the problem? Any way/plan to fix it? Thanks so much for your help. Best, Charles % start of example \usemodule[newcolumnsets] \definecolumnset[example][n=2] \starttext \startcolumnset

[NTG-context] columnsetspan extra line

2016-12-29 Thread Mikael P. Sundqvist
? %%% Start of example \usemodule[newcolumnsets] \setuplayout[ grid=yes, ] \showgrid \definecolumnset[example][n=2] \definecolumnsetspan[intro][n=2,after=,before=,] \define[1]\mychapnum{% \startuseMPgraphic{chapnum} label(btex {\bf #1} etex scaled 12, (0.5*OverlayWidth,0.5*OverlayHeight)) withcolor

Re: [NTG-context] Strange numbers appear (when figures are moved in columnsets)

2016-12-28 Thread Mikael P. Sundqvist
r one kicks me out of the grid. Is this a bug? > > /Mikael (yes, I'm using a late standalone) > > %% start of example > \setuplayout[ > grid=yes, > ] > > \showgrid > > \definecolumnset[example][n=2] > > \starttext > > \startcolumnset[example] > \dorecurse{2}

[NTG-context] Strange numbers appear (when figures are moved in columnsets)

2016-12-28 Thread Mikael P. Sundqvist
Hi! The example below gives strange numbers (4110) and (1410) in the pdf file, and the latter one kicks me out of the grid. Is this a bug? /Mikael (yes, I'm using a late standalone) %% start of example \setuplayout[ grid=yes, ] \showgrid \definecolumnset[example][n=2] \starttext

Re: [NTG-context] Different column modes and NAW

2016-12-19 Thread Mikael P. Sundqvist
, I left them out since I think this simpler document must work first) I'm very happy to look at it. Also, the placement options for \placefigure seem to be ignored (try for example bottom). Are they not implemented yet? Best regards, Mikael % start of example \usemodule[newcolumnsets] \setupbod

[NTG-context] TwoColumns in two different languages, with alternate text on even and odd page.

2016-11-18 Thread Jean-Pierre Delange
idth=0.5em] \definemargindata[Stephanus][location=inner, distance=2ex, style=\em] \setupbodyfont[mainface, 7.8pt] % \definecolumnset[example][n=2, balance=yes] \starttext \start\fr % some text in French Définir un `apparat critique' et le mettre en page avec un traitemen

Re: [NTG-context] Columnset and footnotes

2016-09-23 Thread Jose Luis Arellano
solve this? > > \usemodule[newcolumnsets] > \definecolumnset[n2][n=2] > \starttext > \startcolumnset[n2] > Footnote \footnote[foo]{This is a footnote.} \dorecurse{5}{\input linden} > \stopcolumnset > \stoptext > > Thanks again ___

Re: [NTG-context] Columnset and footnotes

2016-09-22 Thread Jose Luis Arellano
this? \usemodule[newcolumnsets] \definecolumnset[n2][n=2] \starttext \startcolumnset[n2] Footnote \footnote[foo]{This is a footnote.} \dorecurse{5}{\input linden} \stopcolumnset \stoptext Thanks again ___ If your question

Re: [NTG-context] Columnset and footnotes

2016-09-22 Thread Hans Hagen
with \usemodule[newcolumnsets] Best regards: OK %%% begin column-footnote.tex \definecolumnset[n2][n=2,balance=yes] \setupfootnotes[location=page] \starttext \startcolumnset[n2] Footnote \footnote[foo]{This is a footnote.} \input linden \stopcolumnset \page \startcolumns[n=2,rule=on] \input knuth.tex \par

Re: [NTG-context] Columnset and footnotes

2016-09-22 Thread Otared Kavian
Hi, Indeed it seems that there is a bug with \columnset. However the separation rule for the footnotes is shown if one uses \startcolumns, as can be seen with the following example. Best regards: OK %%% begin column-footnote.tex \definecolumnset[n2][n=2,balance=yes] \setupfootnotes[location

[NTG-context] Columnset and footnotes

2016-09-21 Thread Jose Luis Arellano
Dear list. When i write a footnote in my document (two columns), ConTeXt do not draw the hrule above the footnote. What is the problem? \definecolumnset[n2][n=2,balance=yes] \starttext \startcolumnset[n2] Footnote \footnote[foo]{This is a footnote.} \input linden \stopcolumnset \stoptext Thanks

Re: [NTG-context] columnset and placefigure

2016-08-19 Thread Hans Hagen
--- \definecolumnset[threecolumn][n=3] \startmode[bug] \setupcolumnset[threecolumn][each][distance=3cm,frame=on] \stopmode \startnotmode[bug] \setupcolumnset[threecolumn][each][distance=2.999cm,frame=on] \stopnotmode \setupcolumnset[threecolumn][1][distance=0pt] \starttext \startcolumnset[threecolumn

Re: [NTG-context] columnset and placefigure

2016-08-19 Thread Henri Menke
016.05.17 19:20 from TL2016). > > Cheers, Henri > > --- > > \definecolumnset[threecolumn][n=3] > \startmode[bug] > \setupcolumnset[threecolumn][each][distance=3cm,frame=on] > \stopmode > \startnotmode[bug] > \setupcolumnset[threecolumn][each][distance=2.999cm,frame=on] > \stopnotmode

[NTG-context] columnset and placefigure

2016-07-20 Thread Henri Menke
, it is for sure for a poster (I have not seen any multi-page posters yet). Please find below an example to illustrate my problem (with version 2016.05.17 19:20 from TL2016). Cheers, Henri --- \definecolumnset[threecolumn][n=3] \startmode[bug] \setupcolumnset[threecolumn][each][distance=3cm,frame

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-22 Thread Hans Hagen
On 5/22/2016 9:20 AM, Jean-Pierre Delange wrote: Hi Pablo, Reading the documentation again (i.e. columnsets.pdf), I see that the module \definecolumnset[example][n=2] allow how to define how many pages we want a set of columns, each of one being define with its own number of lines and so

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-22 Thread Jean-Pierre Delange
\usemodule[newcolumnsets] \definecolumnset[example][n=2,page=middle,distance=1cm] \setupcolumnset [example] [background=contrast] % \definecolor[fakerulecolor][white] \faketriggertrue \setuphead [section] [style=\bfd] \setuplinenumbering [style=regular, distance=0pt, align=inner] \starttext

  1   2   3   >