Re[2]: [NTG-context] interline space?

2005-11-24 Thread Giuseppe Bilotta
Wednesday, November 23, 2005 Hans Hagen wrote:

 Charles Doherty wrote:


 On 23 Nov 2005, at 08:55, Giuseppe Bilotta wrote:

 How do I get a double-spaced document?
 \setupinterlinespace[big] seems to do nothing ...

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


 Giuseppe,

 I used this for my daughter's thesis recently.

 \setupinterlinespace[line=1.8\bodyfontsize] %change 1.8 to whatever
 \setupwhitespace[big]

 default is 2.8ex (.72/.28 ratio), so gb may try 5.6ex

But why doesn't \setupinterlinespace work? Or am I using the
wrong syntax?

-- 
Giuseppe Oblomov Bilotta

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


Re[2]: [NTG-context] interline space?

2005-11-24 Thread Giuseppe Bilotta
Thursday, November 24, 2005 Hans Hagen wrote:

 \def\setuprelativeinterlinespace[#1]%
   {\processallactionsinset % \regelwit = dummy !
  [#1]
  [  \v!on=\oninterlineskip,
\v!off=\offinterlineskip,
  \v!reset=\setfontparameters,% just \setstrut, test first
   
 \s!unknown=\assignvalue{#1}\regelwit{1.00}{1.25}{1.50}%
\spacing\regelwit]}

 now, (apart from \regelwit being dutch), this value is used nowhere
 else, so this setting will not be seen afterwards

 in this respect it's not a bug but just a
 characteristics; however, it 
 would make sense to let it carry over, so ...

 i have to think about it

It setupinterlinespace does nothing, why is it present at
all? Can we get this fixed by the end of the week? It would
be nice if I could use it in my thesis.

Maybe also allow some numerical factor which would be a
percentage of the amount ConTeXt would choose by default? So
that

\setupinterlinespace[fraction=1] (default)
fraction = .5 (half *bleah*)
fraction = 1.6 (would give what is usually intended as
doublespace

etc.

-- 
Giuseppe Oblomov Bilotta

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