ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with \setupinterlinespace
@ 2009-10-15 13:39 luigi scarso
  2009-10-15 13:50 ` Peter Rolf
  2009-10-15 16:32 ` interline spacing, me too Andreas Harder
  0 siblings, 2 replies; 15+ messages in thread
From: luigi scarso @ 2009-10-15 13:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

In this example interlines spaces look a bit strange to me
\starttext
\input knuth
\begingroup
\tfx\setupinterlinespace[reset]
\starttyping
function newCounter()
 local i = 0
 return function()
         i = i+1
         return i
        end
end
c1 = newCounter()
print(c1()) --> 1
print(c1()) --> 2
c2 = newCounter()
print(c2()) --> 1
print(c1()) --> 3
print(c2()) --> 2
\stoptyping
\endgroup

\input tufte
\stoptext


Can someone confirm this ?

-- 
luigi
___________________________________________________________________________________
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] 15+ messages in thread

end of thread, other threads:[~2009-10-16 13:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-15 13:39 Problem with \setupinterlinespace luigi scarso
2009-10-15 13:50 ` Peter Rolf
2009-10-15 13:59   ` luigi scarso
2009-10-15 16:32 ` interline spacing, me too Andreas Harder
2009-10-15 16:54   ` Peter Rolf
2009-10-15 19:46   ` Taco Hoekwater
2009-10-15 19:55     ` Taco Hoekwater
2009-10-15 21:53       ` Andreas Harder
2009-10-16  6:13         ` Taco Hoekwater
2009-10-16 12:12           ` Hans Hagen
2009-10-16 12:30             ` Andreas Harder
2009-10-16 12:35               ` Hans Hagen
2009-10-16 12:41                 ` Andreas Harder
2009-10-16 13:39                   ` Aditya Mahajan
2009-10-16 13:58                     ` Andreas Harder

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).