22 Nov
2015
22 Nov
'15
12:03 a.m.
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!