[NTG-context] column(sets) questions

2020-01-18 Thread Henning Hraban Ramm
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
___


Re: [NTG-context] Quotation dash issues with semantic markup

2020-01-18 Thread Hans Hagen

On 1/17/2020 8:11 PM, Wolfgang Schuster wrote:

It's possible to use leaders to remove multiple dashes and also dashes 
at the end of a paragraph but this will only work for the PDF. A 
limitation is that you can't use the existing \speech and \aside 
commands because they use groups which prevents the removal of unwanted 
dashes.
there's another trick that we can use ... i'll send you (ws) something 
to play with as we (you) might integrate it in the speech handler somehow


Hans

-
  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
___