[NTG-context] Re: Grid and setupparagraphs problem, LMTX and MkIV

2025-03-09 Thread Rik Kabel
On 2025-03-09 08:12, Bruce Horrocks wrote: On 7 Mar 2025, at 23:07, Rik Kabel wrote: I am stumped trying to eliminate the extra vertical space in the following example. Can anybody point out where it is coming from and, more importantly, how to eliminate it. All lines should be on the grid, bu

[NTG-context] Re: Grid and setupparagraphs problem, LMTX and MkIV

2025-03-09 Thread Bruce Horrocks
> On 7 Mar 2025, at 23:07, Rik Kabel wrote: > > I am stumped trying to eliminate the extra vertical space in the following > example. Can anybody point out where it is coming from and, more importantly, > how to eliminate it. All lines should be on the grid, but the paragraphs > environment c

[NTG-context] Re: Grid and setupparagraphs problem, LMTX and MkIV

2025-03-08 Thread Wolfgang Schuster
Am 08.03.2025 um 00:07 schrieb Rik Kabel: Hello experts, I am stumped trying to eliminate the extra vertical space in the following example. Can anybody point out where it is coming from and, more importantly, how to eliminate it. All lines should be on the grid, but the paragraphs environmen

[NTG-context] Grid and setupparagraphs problem, LMTX and MkIV

2025-03-07 Thread Rik Kabel
removing it). I do note that the problem exists with MkIV and LMTX not giving the same result, but with neither setting on the grid. \setuplayout [grid=on] \showgrid \defineparagraphs[TwoCols] [n=2]  \setupparagraphs[TwoCols] [each

Re: [NTG-context] \setupparagraphs - can they run over two pages?

2023-02-27 Thread jbf via ntg-context
it should work. Massi Il 24/02/23 06:41, jbf via ntg-context ha scritto: I have the following setup for side-by-side paras. \defineparagraphs[Two][n=2] \setupparagraphs[Two][1][width=.1\textwidth,style=\bfx,align=tolerant] \setupparagraphs[Two][2][width=.9\textwidth,style=normal,align=tolerant

Re: [NTG-context] \setupparagraphs - can they run over two pages?

2023-02-27 Thread mf via ntg-context
] \setupparagraphs[Two][1][width=.1\textwidth,style=\bfx,align=tolerant] \setupparagraphs[Two][2][width=.9\textwidth,style=normal,align=tolerant] My difficulty is that while there is only ever just a couple of numbers in the left-hand 'column', the right-hand 'column' may h

Re: [NTG-context] \setupparagraphs - can they run over two pages?

2023-02-27 Thread Denis Maier via ntg-context
Betreff: [NTG-context] \setupparagraphs - can they run over two pages? I have the following setup for side-by-side paras. \defineparagraphs[Two][n=2] \setupparagraphs[Two][1][width=.1\textwidth,style=\bfx,align=tolerant] \setupparagraphs[Two][2][width=.9\textwidth,style=normal,align=tolerant] My

[NTG-context] \setupparagraphs - can they run over two pages?

2023-02-23 Thread jbf via ntg-context
I have the following setup for side-by-side paras. \defineparagraphs[Two][n=2] \setupparagraphs[Two][1][width=.1\textwidth,style=\bfx,align=tolerant] \setupparagraphs[Two][2][width=.9\textwidth,style=normal,align=tolerant] My difficulty is that while there is only ever just a couple of

Re: [NTG-context] \defineparagraphs, \setupparagraphs newbie question

2006-03-09 Thread Taco Hoekwater
a simple case, but i give no guarantees: % \defineparagraphs [Poem][n=2] \setupparagraphs [Poem][1][width=.4\textwidth] \def\startpoem#1\poem {\def\poemtitle{#1}\begingroup\obeylines\domypoem} \def\domypoem#1\stoppoem {\endgroup\startPoem\poemtitle\Poem\startlines #1\stoplines

Re: [NTG-context] \defineparagraphs, \setupparagraphs newbie question

2006-03-09 Thread frantisek holop
hmm, on Thu, Mar 09, 2006 at 09:46:28AM +0100, Taco Hoekwater said that > frantisek holop wrote: > > it is not clear to me after reading the manual what are > > before, after, inner, or that if these could be used > > for something like this. > > To replace the \startlines ... \stoplines you mean

Re: [NTG-context] \defineparagraphs, \setupparagraphs newbie question

2006-03-09 Thread Taco Hoekwater
frantisek holop wrote: > it is not clear to me after reading the manual what are > before, after, inner, or that if these could be used > for something like this. To replace the \startlines ... \stoplines you mean? no. To see what the options do, simply run something like this: \defineparag

[NTG-context] \defineparagraphs, \setupparagraphs newbie question

2006-03-08 Thread frantisek holop
hi there, i am trying to step a 2 column paragraph \defineparagraphs [poem][n=2] \setupparagraphs [poem][1][width=.4\textwidth] \startpoem poemtitle \poem \startlines ... ... \stoplines \stoppoem the second column is always in \startlines .. \stoplines it is not clear to me after

Re: [NTG-context] interline space in setupparagraphs

2005-11-01 Thread Vit Zyka
Peter Rolf wrote: Gerben Wierda wrote: On 27 Oct 2005, at 18:59, Peter Rolf wrote: Hi Gerben, Gerben Wierda wrote: I have: \setupinterlinespace[medium] \setupinterlinespace[line=\dimexpr1.25\bodyfontsize\relax] That works. But why? And does this relate to the fact that textrule s

Re: [NTG-context] interline space in setupparagraphs

2005-10-27 Thread Peter Rolf
Gerben Wierda wrote: > > On 27 Oct 2005, at 18:59, Peter Rolf wrote: > >> Hi Gerben, >> >> Gerben Wierda wrote: >> >>> I have: >>> >>> \setupinterlinespace[medium] >>> >> \setupinterlinespace[line=\dimexpr1.25\bodyfontsize\relax] > > > That works. But why? And does this relate to the fact that

Re: [NTG-context] interline space in setupparagraphs

2005-10-27 Thread Gerben Wierda
On 27 Oct 2005, at 18:59, Peter Rolf wrote: Hi Gerben, Gerben Wierda wrote: I have: \setupinterlinespace[medium] \setupinterlinespace[line=\dimexpr1.25\bodyfontsize\relax] That works. But why? And does this relate to the fact that textrule spacing as done normally is not used inside t

Re: [NTG-context] interline space in setupparagraphs

2005-10-27 Thread Peter Rolf
Hi Gerben, Gerben Wierda wrote: > I have: > > \setupinterlinespace[medium] \setupinterlinespace[line=\dimexpr1.25\bodyfontsize\relax] > \defineparagraphs > [mypar][n=2,before={\blank[small]},after={\blank[small]}] > \setupparagraphs > [mypar][1][width=.15

[NTG-context] interline space in setupparagraphs

2005-10-26 Thread Gerben Wierda
I have: \setupinterlinespace[medium] \defineparagraphs [mypar][n=2,before={\blank[small]},after={\blank[small]}] \setupparagraphs [mypar][1][width=.15\textwidth,style=bold] \setupparagraphs [mypar][2][width=.85\textwidth] But the lines in mypar are closely packed while