Graphics, Figures & Tables ⇒ Picture Insertion
Picture Insertion
I am using TexnicCenter and I would like to ask what is the best way to paste a picture in case the original picture taken from word file.
Currently, I copy-paste the picture from the word file to 'Paint', resize the picture and save it as .PNG format, then I use begin{figure} and includegraphics.
I wonder if it is possible to paste the picture in a better way so that the resulotion and the quality won't decrease.
Thanks
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Picture Insertion
Another method, and one I'd recommend, is to take the image (in Word), put it on a page by itself, print that page to a Postscript file (make sure it's a Postscript [PS] printer driver, not a PCL driver), process the postscript file with ps2epsi or leave as-is, and import THAT into LaTeX. If you're using PDFLaTeX, use ps2epsi followed by epstopdf or use ps2pdf if the white space doesn't matter. That way, the quality you get printing from Word and the quality you get in LaTeX's output is the same. You probably aren't going to do a lot better---Word is notoriously BAD at handling graphics.