Re: [NTG-context] Spurious vertical space above figure

2017-05-18 Thread Herbert Voss

Am 18.05.2017 um 01:18 schrieb Henri Menke:


Motivated by this question on TeX.SX
https://tex.stackexchange.com/questions/370292
I found out that in a full-page figure there is a spurious vertical
space of .5\baselineskip above the figure.  I was not able to find out
where it comes from.  Is this by design?  MWE is below.



---

\showframe

\starttext

\input knuth

\startplacefigure
   [location={leftpage,none}]


\startplacefigure
[location={lftpage,high,none}]


Herbert




   %% remove spurious vertical space
   %% don't ask me where it comes from
   %\blank[-.5\baselineskip]

   \externalfigure
 [dummy]
 [height=\textheight,width=\textwidth]
\stopplacefigure

\stoptext


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Spurious vertical space above figure

2017-05-17 Thread Henri Menke
Dear list,

Motivated by this question on TeX.SX
https://tex.stackexchange.com/questions/370292
I found out that in a full-page figure there is a spurious vertical
space of .5\baselineskip above the figure.  I was not able to find out
where it comes from.  Is this by design?  MWE is below.

Cheers, Henri

---

\showframe

\starttext

\input knuth

\startplacefigure
  [location={leftpage,none}]
  %% remove spurious vertical space
  %% don't ask me where it comes from
  %\blank[-.5\baselineskip]

  \externalfigure
[dummy]
[height=\textheight,width=\textwidth]
\stopplacefigure

\stoptext
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___