<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear wise list,<div><br></div><div>I have a fairly long document which includes </div><div><br></div><div>1. figures produced by a statistics package and included in the document using the graphicx package</div><div>2. a figure produced by ps-tricks package</div><div><br></div><div>Using TexShop 2.43, I can't get the program to generate both the imported graphics and ps-tricks graphics.</div><div><br></div><div>My header is</div><div><br></div><div>>></div><div>%%!TEX TS-program = latex</div><div>\documentclass[11pt]{article}</div><div>\usepackage[authoryear, round, comma]{natbib}</div><div>\bibliographystyle{asr}</div><div>\usepackage{textcomp}</div><div>\usepackage{fullpage}</div><div>\usepackage{url}</div><div>\usepackage{array}</div><div>\usepackage{amsmath}</div><div>\usepackage{xfrac}</div><div>\usepackage{setspace}</div><div>\usepackage{graphicx}</div><div>\usepackage{pstricks,pst-plot,multido,pst-node}</div><div><br></div><div>\begin{document}</div><div>>></div><div><br></div><div>When I comment out the ps-tricks package and erase the first line, the includegraphicx works fine.  When the ps-tricks relevant lines are included I get a series of errors including the following when the header is as seen above:</div><div><br></div><div>>></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; ">! LaTeX Error: Cannot determine size of graphic in ws_annual_notrend_rec.pdf (n</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; ">o BoundingBox).</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; min-height: 16px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; ">See the LaTeX manual or LaTeX Companion for explanation.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; ">Type  H <return>  for immediate help.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; "> ...                                              </div><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco; min-height: 16.0px">                                                  <br class="webkit-block-placeholder"></p><div><span class="Apple-style-span" style="font-family: Monaco; font-size: 12px; ">l.302 ...ics[width=7cm]{ws_annual_notrend_rec.pdf}</span></div><div>>></div><div><br></div><div>And the following when I change \usepackage{graphicx} to \usepackage[pdftex]{graphicx} :</div><div><br></div><div>>></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; ">! LaTeX Error: Option clash for package graphicx.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; min-height: 16px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; ">See the LaTeX manual or LaTeX Companion for explanation.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; ">Type  H <return>  for immediate help.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; "> ...                                              </div><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco; min-height: 16.0px">                                                  <br class="webkit-block-placeholder"></p><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; ">l.13 \usepackage</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; ">                {pstricks,pst-plot,multido,pst-node}</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Monaco; ">? </div></div><div><br></div><div>>></div><div>     </div><div>Is there any way to get both packages to work?</div><div><br></div><div>Thanks very much in advance!</div><div><br></div></body></html>