[NTG-context] Wiki - question about Command/ pages which start with a space character

2024-04-14 Thread garulfo
indentedtext Command/ startitemgroup Command/ startlabeltext Command/ startlinenote Command/ startlines Command/ startmakeup Command/ startmathalignment Command/ startmathcases Command/ startmathmatrix Command/ startmixedcolumns Command/ startnarrower Command/ startnote Command/ startpagecolumns Command/ sta

[NTG-context] Re: Visually balanced columns

2024-03-27 Thread Wolfgang Schuster
to disable gridfitting for startcolumns, but it produces a completely distorted output. The pagecolumns environment supports bottom aligned content. \setupwhitespace[medium] \setupalign[depth] \starttext \startpagecolumns \dorecurse{20}{\samplefile{jojomayer}\par} \stoppagecolumns \stoptext Wolfgang

[NTG-context] multicolumn title and abstact (bachotex) using tugboat.mkxl

2024-03-07 Thread Damien Thiriet via ntg-context
}] \startmode[columns] \startpagecolumns \stopmode \setups[tugboat:introduction:article] \doifmodeelse{columns}{ \setups{bachotex:naglowek:columns} } { \setups{bachotex:naglowek:nocolumns} } \stopsetups My article begins so: \enablemode [columns

[NTG-context] blank pages bug [pagecolumns]

2021-01-01 Thread Johann Birnick
Hi there, I noticed a bug when using pagecolumns. If there is a title on the right column, a blank page gets added at the end of the document. For example \starttext \startpagecolumns[n=2] \title{lorem} \title{ipsum

Re: [NTG-context] text surrounding graphic in columns

2020-10-15 Thread Jan U. Hasecke
Thanks a lot for this hint, Hans! On 15.10.20 09:15, Hans Hagen wrote: > \starttext > > \setupbodyfont[plex,10pt] > \setupalign[tolerant,stretch] > \useMPlibrary[dum] > > \startpagecolumns[n=2] >     \dorecurse {10} { >     \startplac

Re: [NTG-context] text surrounding graphic in columns

2020-10-15 Thread Herbert Voss
Am 15.10.20 um 09:15 schrieb Hans Hagen: experimental (already there for a while but i need top pickup on it): \starttext \setupbodyfont[plex,10pt] \setupalign[tolerant,stretch] \useMPlibrary[dum] \startpagecolumns[n=2]     \dorecurse {10} {     \startplacefigure[location={left,none

Re: [NTG-context] text surrounding graphic in columns

2020-10-15 Thread Hans Hagen
] \useMPlibrary[dum] \startpagecolumns[n=2] \dorecurse {10} { \startplacefigure[location={left,none}] \externalfigure[dummy][width=3em] \stopplacefigure \dorecurse {4} { \samplefile{ward}\par } } \stoppagecolumns \stoptext don't tell

Re: [NTG-context] pagecolumns: get the current column

2020-06-26 Thread Hans Hagen
\the\curCol}\input ward \InfoInMargin{\bf \the\curCol} \input ward} \starttext   \startpagecolumns[n=2,distance=25mm]   \dorecurse{5}{\TestText\par}   \stoppagecolumns \stoptext \c_page_col_current works most of the time, but unfortunately it tells you the current column before the lines

[NTG-context] pagecolumns: get the current column

2020-06-26 Thread mf
{\bf \the\curCol} \input ward} \starttext \startpagecolumns[n=2,distance=25mm] \dorecurse{5}{\TestText\par} \stoppagecolumns \stoptext \c_page_col_current works most of the time, but unfortunately it tells you the current column before the lines of a paragraph get distributed over columns

Re: [NTG-context] Blank page added after pagecolumns

2020-05-16 Thread Joey McCollum
he code I'm patching was > > implemented in the first place, because I don't want to break anything > > else. According to the code in page-pcl.mkiv, the \stoppagecolumns macro > > has two implementations, \page_col_stop_yes and \page_col_stop_nop. The > > choi

Re: [NTG-context] Blank page added after pagecolumns

2020-05-16 Thread Wolfgang Schuster
-pcl.mkiv, the \stoppagecolumns macro has two implementations, \page_col_stop_yes and \page_col_stop_nop. The choice of which implementation is used is determined by which of two implementations of \startpagecolumns (\page_col_start_yes and \page_col_start_nop) is used. That choice, in turn

Re: [NTG-context] Blank page added after pagecolumns

2020-05-15 Thread Joey McCollum
implementations, \page_col_stop_yes and \page_col_stop_nop. The choice of which implementation is used is determined by which of two implementations of \startpagecolumns (\page_col_start_yes and \page_col_start_nop) is used. That choice, in turn, is made in the \page_col_start macro, in the following

Re: [NTG-context] Blank page added after pagecolumns

2020-05-14 Thread Joey McCollum
on its > accepted inputs, but there doesn't appear to be a page for this command. > >> > >> Joey > >> > >> On Tue, Apr 28, 2020 at 1:40 PM Joey McCollum < > jmccollum20140...@gmail.com> wrote: > >>> > >>> I am typesetting a documen

Re: [NTG-context] Blank page added after pagecolumns

2020-05-10 Thread Thangalin
this command. >> >> Joey >> >> On Tue, Apr 28, 2020 at 1:40 PM Joey McCollum >> wrote: >>> >>> I am typesetting a document using pagecolumns to ensure that my footnotes >>> are set ragged-bottom in columns. I have observed some unexpected beha

Re: [NTG-context] Blank page added after pagecolumns

2020-05-04 Thread Joey McCollum
added at the end of the document. A minimal working example follows: >> >> ``` >> >> \starttext >> >> \startpagecolumns[n=2] >> >> \dorecurse{3}{\par\input zapf} >> >> \stoppagecolumns >> >> \stoptext >> ``` >> >

Re: [NTG-context] Blank page added after pagecolumns

2020-05-02 Thread Joey McCollum
my footnotes > are set ragged-bottom in columns. I have observed some unexpected behavior > whenever the last column on a page is left incomplete: a blank page is > added at the end of the document. A minimal working example follows: > > ``` > > \starttext > > \startpagecolumn

Re: [NTG-context] Right-to-left pagecolumns and markings in ConTeXt

2020-04-29 Thread Joey McCollum
][top: > > {\fetchmark[TestMark][top]}][bottom: {\fetchmark[TestMark][bottom]}] > > %even left, even right, odd left, odd right > > %Setup the columns layout: > > \definepagecolumns [example] [ > > n=2, %number of columns > > direction=reverse, %does

Re: [NTG-context] Right-to-left pagecolumns and markings in ConTeXt

2020-04-29 Thread Hans Hagen
] [     n=2, %number of columns     direction=reverse, %does not work if ending comma is removed! ] \starttext \startpagecolumns[example]     \marking[TestMark]{1}(1) \input knuth\par     \marking[TestMark]{2}(2) \input knuth\par     \marking[TestMark]{3}(3) \input knuth\par     \marking[TestMark]{4

[NTG-context] Blank page added after pagecolumns

2020-04-28 Thread Joey McCollum
: ``` \starttext \startpagecolumns[n=2] \dorecurse{3}{\par\input zapf} \stoppagecolumns \stoptext ``` I typeset this using ConTeXt version 2020.03.10, as released with TeXLive 2020. Notably, if \dorecurse{3} is changed to \dorecurse{2} or \dorecurse{6} (so that the text ends in the first column

[NTG-context] Right-to-left pagecolumns and markings in ConTeXt

2020-04-28 Thread Joey McCollum
not work if ending comma is removed! ] \starttext \startpagecolumns[example] \marking[TestMark]{1}(1) \input knuth\par \marking[TestMark]{2}(2) \input knuth\par \marking[TestMark]{3}(3) \input knuth\par \marking[TestMark]{4}(4) \input knuth\par \marking[TestMark]{5}(5) \input knuth\par

Re: [NTG-context] Line numbering in two column layout conflicts with marking

2020-01-07 Thread Hans Hagen
On 1/7/2020 1:26 PM, Oliver von Criegern wrote: Using \definepagecolumns[xyz][n=2] instead of \setupcolumns[n=2] and \startpagecolumns[xyz] etc. instead of \startcolumns etc. seems to do what I want, except that the columns of the last page aren't balanced any more. Anyway, pagecolumns seems

Re: [NTG-context] Line numbering in two column layout conflicts with marking

2020-01-07 Thread Oliver von Criegern
Using \definepagecolumns[xyz][n=2] instead of \setupcolumns[n=2] and \startpagecolumns[xyz] etc. instead of \startcolumns etc. seems to do what I want, except that the columns of the last page aren't balanced any more. Anyway, pagecolumns seems to be experimental. The manual says "Don't use

[NTG-context] Wrong breaks in footnote for column texts

2019-06-20 Thread Wolfgang Schuster
}} } \page \startmixedcolumns \dorecurse{2}{\samplefile{dawkins}\footnote{\samplefile{jojomayer}} } \stopmixedcolumns \page \setupnote[footnote][alternative=columns,n=2] \startpagecolumns \dorecurse{2}{\samplefile{dawkins}\footnote{\samplefile{jojomayer}} } \stoppagecolumns \stoptext Wolfgang

Re: [NTG-context] \startcolumns and multi-line footnotes

2019-01-16 Thread Otared Kavian
\startpagecolumns[example] \dorecurse {7} { \samplefile{tufte} \footnote{This is a short footnote.} \par } \stoppagecolumns \stoptext > On 16 Jan 2019, at 14:14, Taco Hoekwater wrote: > > Hi, > > With the new version of columns, how do I get multi

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

2018-04-17 Thread Henri Menke
is flushed even though it does not contain any material.  Why?  MWE is below, output of latest beta attached. Cheers, Henri --- \setuppapersize[A0] \setupbodyfont[sans,25pt] \definepagecolumns   [threecolumn]   [n=3] \setuppagecolumns   [threecolumn]   [distance=3cm] \starttext \startpagecolumns