Tagged Questions
4
votes
1answer
150 views
How to include a .mp file into a LaTex file?
I used metagraf to create the figure I wanted and saved it as a .mp file and I wanted to use the command "includegraphics{**.mps}" to include the corresponding figure but it said wrong, no such file ...
2
votes
1answer
1k views
feynmf with pdflatex [duplicate]
Possible Duplicate:
How to use kile with feynmf or feynmp?
I would like to use feynmf, or better feynmp, with pdflatex. My first idea was to replace all the files file.[0-9]* which are ...
4
votes
2answers
879 views
metapost and pdflatex
I'm trying to use figures created with metapost in a TeX document compiled with pdflatex, but I have some troubles. I did as advised here, but it fails!
My code is this :
...
4
votes
2answers
1k views
metapost pictures in pdflatex
To include metapost pictures in a latex file compiled by pdflatex I usually do something like
\usepackage[pdftex]{graphicx}
...
\includegraphics{filename-without-mps}
but this requires all metapost ...