Re: [NTG-context] \whitespace vs \parskip

2005-06-15 Thread h h extern

John R. Culleton wrote:

On Tuesday 14 June 2005 05:24 pm, Taco Hoekwater wrote:


John R. Culleton wrote:


Taco asked for a minimal example. I don't want to make it too


You were missing:

  \setupcolumns[blank=3pt]

please don't ask me why columns have their own whitespace settings,
they just do. ;)

Greetings, Taco



As we say over here there is no reason for it, it is just
company policy.

But at least there is an explanation. Thanks to you one more
time. BTW the Context Manual p 64 doesn't mention a dimension as
an allowable value for to the the blank= parameter. 


columns have their own value because it influences grid handling and such

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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \whitespace vs \parskip

2005-06-14 Thread John R. Culleton
I needed to decrease the spacing between paragraphs to fit
everything in to a newsletter with limited page count. 

\parskip 3pt  %works
\setupwhitespace[3pt] %doesn't

Comments? 
-- 

John Culleton
The answers to all your publishing questions are found 
in the excellent books listed in the word-famous shortlist!
http://wexfordpress.com/tex/shortlist.pdf

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \whitespace vs \parskip

2005-06-14 Thread Taco Hoekwater



John R. Culleton wrote:

I needed to decrease the spacing between paragraphs to fit
everything in to a newsletter with limited page count. 


\parskip 3pt  %works
\setupwhitespace[3pt] %doesn't

 Comments?

I cannot duplicate the problem using a trivial test file, so this
needs a minimal example. (I found it quite easy to achieve the
opposite case)

Taco


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \whitespace vs \parskip

2005-06-14 Thread Nikolai Weibull
John R. Culleton wrote:

 I needed to decrease the spacing between paragraphs to fit
 everything in to a newsletter with limited page count. 

 \parskip 3pt  %works
 \setupwhitespace[3pt] %doesn't

Does using one of the keywords work?  For example,

\setupwhitespace[small]

Enjoy,
nikolai

-- 
Nikolai Weibull: now available free of charge at http://bitwi.se/!
Born in Chicago, IL USA; currently residing in Gothenburg, Sweden.
main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);}
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \whitespace vs \parskip

2005-06-14 Thread John R. Culleton
On Tuesday 14 June 2005 12:11 pm, Nikolai Weibull wrote:
 John R. Culleton wrote:
  I needed to decrease the spacing between paragraphs to fit
  everything in to a newsletter with limited page count.
 
  \parskip 3pt  %works
  \setupwhitespace[3pt] %doesn't

 Does using one of the keywords work?  For example,

 \setupwhitespace[small]

 Enjoy,
 nikolai
Keywords help, dimensions don't. 

Taco asked for a minimal example. I don't want to make it too
minimal however since there may be some unsuspected interaction
between all my code and the way it is supposed to work. With
that caveat here is my example. If one comments out \parskip and
uncomments \setupwhitespace then the spacing above the word
August is greater. Reverse these steps and it is smaller. 
-
\setupoutput[pdftex]
\setuppapersize[letter][letter]
\setupcolors[state=start]
\setuppapersize[letter][letter]
\setuppagenumbering[location=footer,middle]
\setupwhitespace[3pt]
%\parskip 3pt
\setupfonthandling [hz] [min=25,max=25,step=5]
\usetypescript [serif,sans,mono] [hanging] [normal]
\usetypescriptfile[type-enc]
  \usetypescript [adobekb] [8r]
  \usetypescript [charter][8r]
\setupalign[hanging,hz]
\setuplayout[width=.8\paperwidth,location=middle,
topspace=0.3in,
header=0.24in,
height=10in
]

\setuppagenumbering[alternative=doublesided]
\setupitemize[packed,columns]
\tolerance=500
\widowpenalty=1
\clubpenalty=1
\usetypescript [serif,sans,mono] [hanging] [normal]
\usetypescriptfile[type-charter]
  \usetypescript [Charter][8r]
\setupalign[hanging]
  \setupbodyfont
[MyCharter,9pt]
\starttext
\startcolumns
\section{Calendar}
\subsection{2005}
{\bf June}\crlf
11-12: AD NADAC Agility Games Trial\crlf
12: Obedience Show-n-Go

{\bf July}\crlf
10: Obedience Show-n-Go

{\bf August}\crlf
14: Annual Summer Picnic and\crlf
General Membership meeting\crlf
L. C. Burns Park Westminster
\stopcolumns
\stoptext

---

Thanks to you and to Taco both for looking into this. 

Some of my InDesign-using friends say that the reason they don't
switch to Open Source like TeX or Scribus is because of support
issues. They don't understand why I laugh so hard :)

-- 

John Culleton


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \whitespace vs \parskip

2005-06-14 Thread Taco Hoekwater

John R. Culleton wrote:


Taco asked for a minimal example. I don't want to make it too


You were missing:

  \setupcolumns[blank=3pt]

please don't ask me why columns have their own whitespace settings,
they just do. ;)

Greetings, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \whitespace vs \parskip

2005-06-14 Thread John R. Culleton
On Tuesday 14 June 2005 05:24 pm, Taco Hoekwater wrote:
 John R. Culleton wrote:
  Taco asked for a minimal example. I don't want to make it too

 You were missing:

\setupcolumns[blank=3pt]

 please don't ask me why columns have their own whitespace settings,
 they just do. ;)

 Greetings, Taco

As we say over here there is no reason for it, it is just
company policy.

But at least there is an explanation. Thanks to you one more
time. BTW the Context Manual p 64 doesn't mention a dimension as
an allowable value for to the the blank= parameter. 

 
Best wishes, 

John Culleton


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context