Re: [NTG-context] columnset and placefigure

2016-08-20 Thread Wolfgang Schuster

Hans Hagen 
19. August 2016 um 23:51


best do your experiments with the new column sets (put this on top of 
your file for now:


\input page-cst.mkiv

The new code can also be loaded as a module with

\usemodule[newcolumnsets]

Wolfgang
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] columnset and placefigure

2016-08-19 Thread Hans Hagen

On 8/19/2016 7:38 PM, Henri Menke wrote:

Bump

On 07/20/2016 11:24 AM, Henri Menke wrote:

Dear list,

I'm using columnsets to typeset stuff for a conference poster.  I can't
use paragraphs or columns, because these do not allow to set frames or
backgrounds.  Currently I do not use the column-spanning features, but I
might in the future.

The thing is, when I place a figure using `\placefigure` and the column
distance is too large (i.e. the columns too narrow), the figure is not
placed on spot but flushed to the next page.  I'm unsure what the exact
value for this threshold is and based on which criteria the figure is
flushed.  While this is not a problem in a normal document, it is for
sure for a poster (I have not seen any multi-page posters yet).

Please find below an example to illustrate my problem (with version
2016.05.17 19:20 from TL2016).

Cheers, Henri

---

\definecolumnset[threecolumn][n=3]
\startmode[bug]
  \setupcolumnset[threecolumn][each][distance=3cm,frame=on]
\stopmode
\startnotmode[bug]
  \setupcolumnset[threecolumn][each][distance=2.999cm,frame=on]
\stopnotmode
\setupcolumnset[threecolumn][1][distance=0pt]

\starttext

\startcolumnset[threecolumn]
  \placefigure[force,here]{}{\externalfigure[cow][width=\textwidth]}
\column
\stopcolumnset

\stoptext


best do your experiments with the new column sets (put this on top of 
your file for now:


\input page-cst.mkiv



--

-
  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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] columnset and placefigure

2016-08-19 Thread Henri Menke
Bump

On 07/20/2016 11:24 AM, Henri Menke wrote:
> Dear list,
> 
> I'm using columnsets to typeset stuff for a conference poster.  I can't
> use paragraphs or columns, because these do not allow to set frames or
> backgrounds.  Currently I do not use the column-spanning features, but I
> might in the future.
> 
> The thing is, when I place a figure using `\placefigure` and the column
> distance is too large (i.e. the columns too narrow), the figure is not
> placed on spot but flushed to the next page.  I'm unsure what the exact
> value for this threshold is and based on which criteria the figure is
> flushed.  While this is not a problem in a normal document, it is for
> sure for a poster (I have not seen any multi-page posters yet).
> 
> Please find below an example to illustrate my problem (with version
> 2016.05.17 19:20 from TL2016).
> 
> Cheers, Henri
> 
> ---
> 
> \definecolumnset[threecolumn][n=3]
> \startmode[bug]
>   \setupcolumnset[threecolumn][each][distance=3cm,frame=on]
> \stopmode
> \startnotmode[bug]
>   \setupcolumnset[threecolumn][each][distance=2.999cm,frame=on]
> \stopnotmode
> \setupcolumnset[threecolumn][1][distance=0pt]
> 
> \starttext
> 
> \startcolumnset[threecolumn]
>   \placefigure[force,here]{}{\externalfigure[cow][width=\textwidth]}
> \column
> \stopcolumnset
> 
> \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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___