ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* context mkii/mkiv bug: columnset lines dont work
@ 2008-11-17 12:15 Yue Wang
  2008-11-18  9:00 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Yue Wang @ 2008-11-17 12:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi, Hans:

I think there is a bug in context. the last example in your
columns.pdf doesn't work anymore. would you please have a look?

Yue Wang
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: context mkii/mkiv bug: columnset lines dont work
  2008-11-17 12:15 context mkii/mkiv bug: columnset lines dont work Yue Wang
@ 2008-11-18  9:00 ` Taco Hoekwater
  2008-11-18  9:07   ` luigi scarso
  0 siblings, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2008-11-18  9:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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


Hi Yue,

Yue Wang wrote:
> Hi, Hans:
> 
> I think there is a bug in context. the last example in your
> columns.pdf doesn't work anymore. would you please have a look?

For next time: can you please send a small test file with the
report? It makes the message a bit longer, but having to cut
and paste from a pdf isn't a lot of fun either.

I've attached the example now.

Hans, the problem is that the bottom set [n=3,balance=yes]
does not balance at all, it just fills the avaiable space
top-to-bottom until the text runs out.

Best wishes,
Taco


[-- Attachment #2: col.tex --]
[-- Type: text/x-tex, Size: 489 bytes --]

\definecolumnset [example-1] [n=2,balance=yes]
\definecolumnset [example-2] [n=3,balance=yes]
\starttext \showgrid
\setupcolumnsetlines[example-1][1][1] [8]
\setupcolumnsetlines[example-1][1][2][10]
\setupcolumnsetstart[example-2][1][1][29]
\setupcolumnsetstart[example-2][1][2][29]
\setupcolumnsetstart[example-2][1][3][29]
\startcolumnset [example-1] \dorecurse {1}{\input tufte \par} \stopcolumnset
\startcolumnset [example-2] \dorecurse {2}{\input ward \par} \stopcolumnset
\stoptext


[-- Attachment #3: Type: text/plain, Size: 487 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: context mkii/mkiv bug: columnset lines dont work
  2008-11-18  9:00 ` Taco Hoekwater
@ 2008-11-18  9:07   ` luigi scarso
  2008-11-18  9:17     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: luigi scarso @ 2008-11-18  9:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 772 bytes --]

On Tue, Nov 18, 2008 at 10:00 AM, Taco Hoekwater <taco@elvenkind.com> wrote:

>
> Hi Yue,
>
> Yue Wang wrote:
>
>> Hi, Hans:
>>
>> I think there is a bug in context. the last example in your
>> columns.pdf doesn't work anymore. would you please have a look?
>>
>
> For next time: can you please send a small test file with the
> report? It makes the message a bit longer, but having to cut
> and paste from a pdf isn't a lot of fun either.
>
> I've attached the example now.
>
> Hans, the problem is that the bottom set [n=3,balance=yes]
>
hmm , in page-set.tex

\def\dostopcolumnset
  {%\OTRSETdofinalflushfloats % yes/no
   \ifcase\OTRSETbalancemethod
     \OTRSETnobalance
   \else
     \OTRSETdobalance
   \fi}

\def\OTRSETdobalance
  {\OTRSETnobalance}




-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1386 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: context mkii/mkiv bug: columnset lines dont work
  2008-11-18  9:07   ` luigi scarso
@ 2008-11-18  9:17     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2008-11-18  9:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

luigi scarso wrote:
> 
> 
> On Tue, Nov 18, 2008 at 10:00 AM, Taco Hoekwater <taco@elvenkind.com 
> <mailto:taco@elvenkind.com>> wrote:
> 
> 
>     Hi Yue,
> 
> 
>     Yue Wang wrote:
> 
>         Hi, Hans:
> 
>         I think there is a bug in context. the last example in your
>         columns.pdf doesn't work anymore. would you please have a look?
> 
> 
>     For next time: can you please send a small test file with the
>     report? It makes the message a bit longer, but having to cut
>     and paste from a pdf isn't a lot of fun either.
> 
>     I've attached the example now.
> 
>     Hans, the problem is that the bottom set [n=3,balance=yes]
> 
> hmm , in page-set.tex
> 
> \def\dostopcolumnset
>   {%\OTRSETdofinalflushfloats % yes/no
>    \ifcase\OTRSETbalancemethod
>      \OTRSETnobalance
>    \else
>      \OTRSETdobalance
>    \fi}
> 
> \def\OTRSETdobalance
>   {\OTRSETnobalance}

sure .. there is no balancing (ok, i have some experimental code that i 
can pop in but balancing in columnsets has to wait till i redo that code 
in mkiv

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-11-18  9:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-17 12:15 context mkii/mkiv bug: columnset lines dont work Yue Wang
2008-11-18  9:00 ` Taco Hoekwater
2008-11-18  9:07   ` luigi scarso
2008-11-18  9:17     ` 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).