ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* mp to pdf inline conversion adds whitespace (2006.09.26 beta)
@ 2006-09-26 18:31 Sanjoy Mahajan
  2006-09-26 19:44 ` Hans Hagen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sanjoy Mahajan @ 2006-09-26 18:31 UTC (permalink / raw)


I'm using the 2006.09.26 beta, and noticed an extra gap before some
external metapost figures.  Here is a small test:

============================ test.mp =================
beginfig(1)
  draw fullcircle scaled (0.75in) xscaled 1.5;
endfig;
end
======================================================

With this test file, there is a whitespace of about 1cm between the
first hairline and the ellipse:
=================== test.tex (has 1cm gap) ===========
\starttext
\hrule
\placefigure[force,none]{}{\externalfigure[test.1]}
\hrule
\stoptext
======================================================

If I convert test.1 to test-1.pdf and include that, all is fine:
=================== test.tex (works) =================
\starttext
\hrule
\placefigure[force,none]{}{\externalfigure[test-1.pdf]}
\hrule
\stoptext
======================================================

If test.mp draws a square or rectangle instead of an ellipse, then
there's no difference (both versions of test.tex work).

-Sanjoy

`A society of sheep must in time beget a government of wolves.'
   -- Bertrand de Jouvenal

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-09-27  8:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-26 18:31 mp to pdf inline conversion adds whitespace (2006.09.26 beta) Sanjoy Mahajan
2006-09-26 19:44 ` Hans Hagen
2006-09-26 20:05   ` Hans Hagen
2006-09-26 19:45 ` Hans Hagen
2006-09-27  4:31   ` Sanjoy Mahajan
2006-09-27  8:05     ` Hans Hagen
2006-09-26 20:04 ` Hans Hagen

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