Graphics, Figures & TablesInserting EMF/WMF files into a document

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
rrodolfo
Posts: 5
Joined: Mon Mar 02, 2009 4:05 pm

Inserting EMF/WMF files into a document

Post by rrodolfo »

How are possible to insert *.WMF *.EMF figures in TeX? Is there any specific package that I need to use?
In other word, I would like to use vectorial images in TeX. I've got lot of EMF files and I don't want to convert to PNG 'cause of poor quality when I've used PDFLaTeX.
WinXP(SP2) + MiKTeX 2.7 + TexMaker 1.8

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Inserting EMF/WMF files into a document

Post by localghost »

You have to convert your pictures to a vector format that is accepted. But I'm not aware of a freeware tool that can do this (a search engine may help). You may print the pictures into PDF using a kind of printer driver [1,2]. Another solution may be IrfanView (freeware indeed) which is able to convert images to PDF.

[1] Bullzip PDF Printer
[2] PDFCreator|pdfforge.org


Best regards
Thorsten¹
rrodolfo
Posts: 5
Joined: Mon Mar 02, 2009 4:05 pm

Inserting EMF/WMF files into a document

Post by rrodolfo »

localghost wrote:You have to convert your pictures to a vector format that is accepted. But I'm not aware of a freeware tool that can do this (a search engine may help). You may print the pictures into PDF using a kind of printer driver [1,2]. Another solution may be IrfanView (freeware indeed) which is able to convert images to PDF.

[1] Bullzip PDF Printer
[2] PDFCreator|pdfforge.org
OK! I think I get the picture. So if I could convert my vectorial image to PDF doc would I able to insert it to my TeX file? How can I do it?
WinXP(SP2) + MiKTeX 2.7 + TexMaker 1.8
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Inserting EMF/WMF files into a document

Post by localghost »

rrodolfo wrote:[...] So if I could convert my vectorial image to PDF doc would I able to insert it to my TeX file? How can I do it?
The same way as you include other graphics files. Just use the graphicx package and its \includegraphics command.
rrodolfo
Posts: 5
Joined: Mon Mar 02, 2009 4:05 pm

Inserting EMF/WMF files into a document

Post by rrodolfo »

localghost wrote:
rrodolfo wrote:[...] So if I could convert my vectorial image to PDF doc would I able to insert it to my TeX file? How can I do it?
The same way as you include other graphics files. Just use the graphicx package and its \includegraphics command.
That's good! :lol:
It's perfect!... Thanks, localghost. That's what I really needed...
WinXP(SP2) + MiKTeX 2.7 + TexMaker 1.8
Post Reply