ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Marko Schütz" <MarkoSchuetz@web.de>
To: ntg-context@ntg.nl
Subject: epstopdf oddity?
Date: Fri, 13 Mar 2009 07:57:43 -0400	[thread overview]
Message-ID: <873adhmy88.wl%MarkoSchuetz@web.de> (raw)


[-- 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
___________________________________________________________________________________

             reply	other threads:[~2009-03-13 11:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-13 11:57 Marko Schütz [this message]
2009-03-13 12:06 ` luigi scarso
2009-03-16 18:10   ` Marko Schütz
2009-03-16 19:02     ` luigi scarso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873adhmy88.wl%MarkoSchuetz@web.de \
    --to=markoschuetz@web.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).