General ⇒ importing CGM graphics
importing CGM graphics
Is it possible to directly import CGM graphics files in my Latex document?
I have loads of high quality figures of this extension I want to use in my document.
Converting to PNG is an option, but in my situation it would be better if I could use CGM directly.
I am using MikTex 2.7 and latex-->pdf.
Thanks in advance,
Coen
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: importing CGM graphics
welcome to the LaTeX Community Board!
Yo cannot include CGM files directly. With conversion to PNG I expect quality loss (vector graphics format to raster format). I recommend to convert to pdf format, pdflatex can include pdf graphics.
Stefan