Matej Cepl wrote:
Oscar L�pez wrote:No information for converting from 0 to epsDoes adding 0 to Edit/Preferences/Converters/File Format/EPS help?
I added the format 0 as other file format and it doesn't help. Moreover it does not make sense to add 0 as new format because pseudo-eps resulting file extensions are in general numbers, i.e foo.#, depending on the beginfig(#) in the original metapost file. Therefore after run
$ mpost foo.mp
you could have
foo.# as the valid pseudo-eps to be included in the latex file using \includegraphics{foo.#} depending on the beginfig(#) in foo.mp. It is
a quite common practice to embbed several figures in the same metapost file, foo.mp, producing foo.0, foo.1 .... foo.n and every foo.# can be
included using \includegraphics{} given the properr extension.
This foo.# is an almost eps file. In fact if someone tries to view
this eps using gv an error is triggered. Only latex when this file
is included using \includegraphics knows how to proceed
Matej
-- http://www.iit.upco.es/~oscar There are three rules for writing a novel. Unfortunately, no one knows what they are. -- Somerset Maugham
