<html><div style='background-color:'><P><SPAN style="COLOR: black"><FONT size=3><FONT face="Times New Roman"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p>Hi</o:p></FONT></FONT></SPAN></P><SPAN style="COLOR: black"><FONT size=3><FONT face="Times New Roman">
<P><SPAN style="COLOR: black">I think I found a nicer way to specify the symbol color of my EMF displays that allows me to more easily generate a </SPAN><SPAN style="COLOR: blue">print-ready</SPAN><SPAN style="COLOR: #6600ff"> </SPAN><SPAN style="COLOR: black">version of my PPT documents given a </SPAN><SPAN style="COLOR: blue">projection-ready</SPAN><SPAN style="COLOR: #6600ff"> </SPAN><SPAN style="COLOR: black">version.  The idea is to use the \input{<filename>}command.<o:p></o:p></SPAN></P>
<P></FONT></FONT></SPAN><FONT size=3><SPAN style="COLOR: black"><FONT face="Times New Roman">In more detail, f</FONT></SPAN><SPAN style="COLOR: black"><FONT face="Times New Roman">irst I place a file named color.tex containing the single line<o:p></o:p></FONT></SPAN></FONT></P>
<P style="TEXT-INDENT: 0.5in"><SPAN style="COLOR: black"><FONT size=3><FONT face="Times New Roman">\color[rgb]{0.9,0.9,0.9}<o:p></o:p></FONT></FONT></SPAN></P>
<P><SPAN style="COLOR: black"><FONT size=3><FONT face="Times New Roman">in my local document directory.<SPAN style="mso-spacerun: yes">  </SPAN>Then I define my LaTeX source wrapper in my default.tex file:<o:p></o:p></FONT></FONT></SPAN></P>
<P style="TEXT-INDENT: 0.5in"><FONT size=3><FONT face="Times New Roman"><SPAN style="COLOR: black">\documentclass{slides} \pagestyle{empty} \usepackage{color} \begin{document} </SPAN><SPAN style="COLOR: blue">\input{color}</SPAN><SPAN style="COLOR: black">…<<I style="mso-bidi-font-style: normal">my source</I>>…\end{document}<o:p></o:p></SPAN></FONT></FONT></P>
<P><SPAN style="COLOR: black"><FONT size=3><FONT face="Times New Roman">Then I create my projection-ready PPT document.<SPAN style="mso-spacerun: yes">  </SPAN>Then if I want to temporarily revert the color to black everywhere in my document to create a print-ready version, I simply comment-out the color specification in my color.tex:<o:p></o:p></FONT></FONT></SPAN></P>
<P style="TEXT-INDENT: 0.5in"><SPAN style="COLOR: black"><FONT size=3><FONT face="Times New Roman">% \color[rgb]{0.9,0.9,0.9}<o:p></o:p></FONT></FONT></SPAN></P>
<P><FONT size=3><FONT face="Times New Roman"><SPAN style="COLOR: black">I do have to walk through all my Display instances and hit “Make Display” for each (</SPAN><SPAN style="COLOR: blue">it would be nice if there were a command, “Redisplay Entire Document” to automate this)</SPAN><SPAN style="COLOR: black"> but at least I don’t have to manually change all the sources.<o:p></o:p></SPAN></FONT></FONT></P>
<P><SPAN style="COLOR: black"><FONT size=3><FONT face="Times New Roman">BTW for some reason my color.tex file needs to be in my local document directory.<SPAN style="mso-spacerun: yes">  </SPAN>I..e. “\input{C:\Program Files\TexPoint\color” gives a “Bad file descriptor” error in the latex output.<o:p></o:p></FONT></FONT></SPAN></P>
<P><SPAN style="COLOR: black"><FONT size=3><FONT face="Times New Roman">Doug<o:p></o:p></FONT></FONT></SPAN></P></div></html>