ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* column(sets) questions
@ 2020-01-18 12:48 Henning Hraban Ramm
  0 siblings, 0 replies; only message in thread
From: Henning Hraban Ramm @ 2020-01-18 12:48 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

Background: I’m typesetting the annual report of my home town’s "friends of the earth" chapter. The corporate design has pages with one, two and three columns (yes, that makes sense).
Chapter titles run over the whole page width or sometimes only over two columns on three column pages. Images, ads and "boxes" are one or two columns wide (here, top or bottom placement, "here" only in one column).
There are a few simple tables on one or two column pages.

I guess I must use columnsets? Still looking into the other options.
Can’t remember the details of the discussion I had with Hans in Bassenge...

*
In the preface of the columnsets manual we’re advised to 
\usemodule[newcolumnsets]
This seems outdated.

*
If I use columnsets for two and three column pages, should I also use a one-column columnset for consistency?

*
Can I define columnsetspans whose width depends on the columnset? e.g. like

\definecolumnsetspan[Title][n=2]
\definecolumnsetspan[Intro][n=2]

\startsetups cs:TwoCol
  \setupcolumnsetspan[Title][n=2]
  \setupcolumnsetspan[Intro][n=1]
\stopsetups

\startsetups cs:ThreeCol
  \setupcolumnsetspan[Title][n=3]
  \setupcolumnsetspan[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 page-cst.mkiv;
is that necessary?

*
Page columns don’t have spans, right?

*
If I would want to use mixed columns, do I need to use \setupmixedcolumns etc. or do mixed columns already replace columns if I don’t \usemodule[old-columns]?
Do mixed columns have spans?


So far...


Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

___________________________________________________________________________________
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] only message in thread

only message in thread, other threads:[~2020-01-18 12:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-18 12:48 column(sets) questions Henning Hraban Ramm

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).