Screenshots into b&w LaTeX Figures
June 29, 2008 3:30 PM
Subscribe
How do I best prepare color .png screenshots for publication as figures in a LaTeX document that will be printed in b&w conference proceedings?
My paper includes several color screenshots from an application I'm building. I've captured the screenshots using OS X's Grab feature (cmd+shift+4) and converted them to EPS3 using ImageMagick's convert commandline tool (convert figure.png eps3:figure.eps) and successfully inserted the figures into my LaTeX document, which renders legibly using pdflatex.
Concerns: I'm fairly certain that the conference proceedings will be printed in b&w; my screenshots are color. I presume I'm going to have to convert them to halftone (probably in Photoshop, since I imagine I'll have to rescale them anyway). Is it safe to assume 300dpi?
Rendering halftones implies that the images will have to be printed actual size; what's the best way to ensure this when marking up an \includefigure{} in LaTeX? I know specifying no height or width will render the image in its native height and width, but is that height and width in pixels or inches? How do I prevent rescaling that will mess up the halftones for the printer?
Right now I'm using the subfigure package and printing two figures side by side on the page with \includefigure[height=.45\textwidth]. How can I cause LaTeX to output this width, so I can manually resize the screenshots before converting them to b&w?
What's the best way to preview this output? I have access to a color laser printer; will it render the halftoned images approximately as they will appear in print or should I try something else?
posted by Alterscape to computers & internet (4 comments total)
1 user marked this as a favorite
posted by null terminated at 5:04 PM on June 29, 2008