ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: columns and whitespace
       [not found] <mailman.311.1266272752.26807.ntg-context@ntg.nl>
@ 2010-02-16 21:24 ` Wolfgang Werners-Lucchini
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Werners-Lucchini @ 2010-02-16 21:24 UTC (permalink / raw)
  To: ntg-context

Hallo Wolfgang,

> > Neither \setupwhitespace[halfline]nor
> \setupcolumns[blank=halfline]is
> > working. Grid is off by default, isn't it?
> >    
> Set the whitespace after \startcolumns.
 

This works, but shouldn't be the whitespace a global setting?

I found an other ?solution? 

When BOTH

\setupwhitespace[small]
\setupcolumns[blank=halfline]

is set then halfline is accepted. But halfline > small.

I like context very much, but finding the right option is often a 
game of pure chance.

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
___________________________________________________________________________________


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

* Re: columns and whitespace
  2010-03-04 22:56 James Fisher
  2010-03-05  4:28 ` Wolfgang Schuster
@ 2010-03-08 21:16 ` Hans Hagen
  1 sibling, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2010-03-08 21:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4-3-2010 23:56, James Fisher wrote:
> There was a thread about columns and whitespace ~ 2 weeks ago, but I wasn't
> a subscriber then.  I've just come across it independently myself.  I'm not
> sure what conclusion was come to.  From a few tests, I'd characterize the
> problem code in \startcolumns as: "if whitespace has been set to more than
> none, set whitespace to 'line'."
>
> Try it by uncommenting various lines:
>
>
> %\setupwhitespace[none]
> %\setupwhitespace[small]
>
> \starttext
>
> \startcolumns[n=2]
> %\setupwhitespace[small]
> \input knuth
> \stopcolumns
>
> \stoptext
>
>
> Do people agree with that characterization; has the bug been found; what's
> being done about it?  I don't want to have to re-setup whitespace every time
> I go to columns.

\startcolumns[n=2,blank=medium]
\input knuth
\stopcolumns

it's not a bug as by default columns are set up with

blank={line,fixed}

this has always been the case; as columns can be mixed with no columns 
we want the lines to align

Hans


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


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

* Re: columns and whitespace
  2010-03-04 22:56 James Fisher
@ 2010-03-05  4:28 ` Wolfgang Schuster
  2010-03-08 21:16 ` Hans Hagen
  1 sibling, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2010-03-05  4:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 04.03.10 23:56, schrieb James Fisher:
> There was a thread about columns and whitespace ~ 2 weeks ago, but I 
> wasn't a subscriber then.  I've just come across it independently 
> myself.  I'm not sure what conclusion was come to.  From a few tests, 
> I'd characterize the problem code in \startcolumns as: "if whitespace 
> has been set to more than none, set whitespace to 'line'."
ConTeXt does this to keep the lines on the grid.

\setupwhitespace[medium]

\starttext

\startcolumns
\input knuth
\stopcolumns

\startcolumns[blank=medium]
\input knuth
\stopcolumns

\stoptext

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
___________________________________________________________________________________


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

* columns and whitespace
@ 2010-03-04 22:56 James Fisher
  2010-03-05  4:28 ` Wolfgang Schuster
  2010-03-08 21:16 ` Hans Hagen
  0 siblings, 2 replies; 8+ messages in thread
From: James Fisher @ 2010-03-04 22:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

There was a thread about columns and whitespace ~ 2 weeks ago, but I wasn't
a subscriber then.  I've just come across it independently myself.  I'm not
sure what conclusion was come to.  From a few tests, I'd characterize the
problem code in \startcolumns as: "if whitespace has been set to more than
none, set whitespace to 'line'."

Try it by uncommenting various lines:


%\setupwhitespace[none]
%\setupwhitespace[small]

\starttext

\startcolumns[n=2]
%\setupwhitespace[small]
\input knuth
\stopcolumns

\stoptext


Do people agree with that characterization; has the bug been found; what's
being done about it?  I don't want to have to re-setup whitespace every time
I go to columns.



James

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

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

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

* Re: columns and whitespace
  2010-02-15 12:56 ` Wolfgang Werners-Lucchini
@ 2010-02-15 14:29   ` Wolfgang Schuster
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2010-02-15 14:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 15.02.10 13:56, schrieb Wolfgang Werners-Lucchini:
> Neither \setupwhitespace[halfline]nor \setupcolumns[blank=halfline]is
> working. Grid is off by default, isn't it?
>    
Set the whitespace after \startcolumns.

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
___________________________________________________________________________________


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

* Re: columns and whitespace
       [not found] <mailman.302.1266186255.26807.ntg-context@ntg.nl>
@ 2010-02-15 12:56 ` Wolfgang Werners-Lucchini
  2010-02-15 14:29   ` Wolfgang Schuster
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Werners-Lucchini @ 2010-02-15 12:56 UTC (permalink / raw)
  To: ntg-context

> > is it possible to get a half line space after paragraphs in
> columns?
> > The default is no space. And
> >
> > \setupwhitespace[small]
> >
> > produces a whole line of space.
> 
> halfline should work unless the grid is forced (although in mkiv 
> different rules apply than in mkii)
> 
> Hans

Neither \setupwhitespace[halfline]nor \setupcolumns[blank=halfline]is 
working. Grid is off by default, isn't it?

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
___________________________________________________________________________________


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

* Re: columns and whitespace
  2010-02-14 19:49 Wolfgang Werners-Lucchini
@ 2010-02-14 21:50 ` Hans Hagen
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2010-02-14 21:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Werners-Lucchini

On 14-2-2010 20:49, Wolfgang Werners-Lucchini wrote:
> Hallo,
>
> is it possible to get a half line space after paragraphs in columns?
> The default is no space. And
>
> \setupwhitespace[small]
>
> produces a whole line of space.

halfline should work unless the grid is forced (although in mkiv 
different rules apply than in mkii)

Hans



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


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

* columns and whitespace
@ 2010-02-14 19:49 Wolfgang Werners-Lucchini
  2010-02-14 21:50 ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Werners-Lucchini @ 2010-02-14 19:49 UTC (permalink / raw)
  To: ntg-context

Hallo,

is it possible to get a half line space after paragraphs in columns?
The default is no space. And

\setupwhitespace[small]

produces a whole line of space.

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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-03-08 21:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.311.1266272752.26807.ntg-context@ntg.nl>
2010-02-16 21:24 ` columns and whitespace Wolfgang Werners-Lucchini
2010-03-04 22:56 James Fisher
2010-03-05  4:28 ` Wolfgang Schuster
2010-03-08 21:16 ` Hans Hagen
     [not found] <mailman.302.1266186255.26807.ntg-context@ntg.nl>
2010-02-15 12:56 ` Wolfgang Werners-Lucchini
2010-02-15 14:29   ` Wolfgang Schuster
  -- strict thread matches above, loose matches on Subject: below --
2010-02-14 19:49 Wolfgang Werners-Lucchini
2010-02-14 21:50 ` 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).