ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* newcolumnsets: Why are settings only applied on left pages?
@ 2018-04-14  5:34 Henri Menke
  2018-04-14  7:03 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Henri Menke @ 2018-04-14  5:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

Dear list,

I want to have columns of different widths in my document.  Therefore I'm using
the newcolumnsets (aka pagegrids).  However, it seems as if my settings are only
applied on right pages.  Why is that?  I tried adding page=left and page=right
but that doesn't do anything.  MWE is below.

Cheers, Henri

---

\usemodule[newcolumnsets,visual]

\definepagegrid[example][n=3,distance=.05\makeupwidth]

\setuppagegrid[example:1][width=.4\makeupwidth]
\setuppagegrid[example:2][width=.25\makeupwidth]
\setuppagegrid[example:3][width=.25\makeupwidth]

\starttext

\startpagegrid[example]
  \dorecurse{6}{\fakewords{50}{75}\column}
\stoppagegrid

\stoptext

[-- Attachment #2: test.pdf --]
[-- Type: application/pdf, Size: 32091 bytes --]

[-- Attachment #3: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: newcolumnsets: Why are settings only applied on left pages?
  2018-04-14  5:34 newcolumnsets: Why are settings only applied on left pages? Henri Menke
@ 2018-04-14  7:03 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2018-04-14  7:03 UTC (permalink / raw)
  To: ntg-context

On 4/14/2018 7:34 AM, Henri Menke wrote:
> Dear list,
> 
> I want to have columns of different widths in my document.  Therefore I'm using
> the newcolumnsets (aka pagegrids).  However, it seems as if my settings are only
> applied on right pages.  Why is that?  I tried adding page=left and page=right
> but that doesn't do anything.  MWE is below.

\setuppagegrid[example:4][width=.40\makeupwidth]
\setuppagegrid[example:5][width=.25\makeupwidth]
\setuppagegrid[example:6][width=.25\makeupwidth]

it's a spread based mechanism

> Cheers, Henri
> 
> ---
> 
> \usemodule[newcolumnsets,visual]
> 
> \definepagegrid[example][n=3,distance=.05\makeupwidth]
> 
> \setuppagegrid[example:1][width=.4\makeupwidth]
> \setuppagegrid[example:2][width=.25\makeupwidth]
> \setuppagegrid[example:3][width=.25\makeupwidth]
> 
> \starttext
> 
> \startpagegrid[example]
>    \dorecurse{6}{\fakewords{50}{75}\column}
> \stoppagegrid
> 
> \stoptext
> 
> 
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-14  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-14  5:34 newcolumnsets: Why are settings only applied on left pages? Henri Menke
2018-04-14  7:03 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).