Re: [NTG-context] vertical space with \reference

2015-11-21 Thread Michael Green
> On Nov 20, 2015, at 1:50 PM, Hans Hagen wrote:

> On 11/20/2015 7:17 PM, Michael Green wrote:
>> Context puts extra vertical between “Line one" and “Line two” in this 
>> example. Should it do that?
>> 
>> \starttext
>> Line one.
>> 
>> \reference[refs]{}%
>> 
>> Line two.
>> \stoptext
> 
> yes because you inject an (invisible) signal .. also, think of it: where 
> does the ref belong to, line 1 or line 2, so best bind it to a line

Good point. Thank you!

___
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
___

[NTG-context] vertical space with \reference

2015-11-20 Thread Michael Green
Context puts extra vertical between “Line one" and “Line two” in this example. 
Should it do that?

\starttext
Line one.

\reference[refs]{}%

Line two.
\stoptext

I ask because pandoc inserts \reference[refs]{}% at the beginning of its 
bibliography section; that produces extra vertical space. I do not think this 
command should produce any space at all, but perhaps I am mistaken.

Thank you!
___
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
___

Re: [NTG-context] vertical space with \reference

2015-11-20 Thread Hans Hagen

On 11/20/2015 7:17 PM, Michael Green wrote:

Context puts extra vertical between “Line one" and “Line two” in this example. 
Should it do that?

\starttext
Line one.

\reference[refs]{}%

Line two.
\stoptext


yes because you inject an (invisible) signal .. also, think of it: where 
does the ref belong to, line 1 or line 2, so best bind it to a line




-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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
___