ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* epstopdf oddity?
@ 2009-03-13 11:57 Marko Schütz
  2009-03-13 12:06 ` luigi scarso
  0 siblings, 1 reply; 4+ messages in thread
From: Marko Schütz @ 2009-03-13 11:57 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1236 bytes --]

Dear All,

I have some small diagrams I created with MetaPost in 2005. Just
recently I wanted to re-run the build of the PDF. It produced a PDF
but the typography looks awful. so I compared (diff) with the previous
intermediate files and found that the EPS files produced by the mpost
run are identical up to timestamps and that it's only the last step
epstopdf that uglifies the output. I'm suspecting the fault to be with
the ghostscript or the font installation. Maybe someone here has seen
this and knows the fix?

One of the diagrams is below.

Thanks for all hints and best regards,

Marko

verbatimtex
\documentclass{article}
\begin{document}
etex;

defaultfont := "eurm10";
defaultscale := 10pt /fontsize defaultfont;
prologues := 2;
input mp-tool;
input mp-spec;
input boxes;
input trees;
def_nonterminal(lam, btex \texttt{function} $:: \alpha$ etex);
def_nonterminal(app, btex @ $:: \alpha$ etex);
def_terminal(fun, btex \texttt{exp}$_1$ $:: \beta$ etex);
def_terminal(exp, btex \texttt{exp}$_2$ $:: \gamma$ etex);
def_terminal(two, btex \texttt{2} etex);
def_terminal(times, btex \texttt{(*)} etex);
def_terminal(varx, btex \texttt{arg} $:: \beta$ etex);

beginfig(2);
  app.root(fun, exp);
  drawtrees(root);
endfig;

end;


[-- Attachment #1.2: Type: application/pgp-signature, Size: 194 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2009-03-16 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-13 11:57 epstopdf oddity? Marko Schütz
2009-03-13 12:06 ` luigi scarso
2009-03-16 18:10   ` Marko Schütz
2009-03-16 19:02     ` luigi scarso

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