<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-CA link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>Further to below, I have pretty much determined that the problem is associated with the recent update to MikTex, that I downloaded earlier today.  Using my home computer, WITHOUT the update, everything works fine<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Don’t know how  or who to report the problem to<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Thanks<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Bruce<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='mso-fareast-language:EN-CA'>From:</span></b><span lang=EN-US style='mso-fareast-language:EN-CA'> Bruce Burlton [mailto:bruceburlton@sympatico.ca] <br><b>Sent:</b> January 11, 2016 4:06 PM<br><b>To:</b> pstricks@tug.org<br><b>Cc:</b> Bruce_Burlton@carleton.ca<br><b>Subject:</b> Problem compiling pstricks related files<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have been using LaTeX and pstricks for some ten to twelve years successfully, preparing many beamer based lectures and other documents.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Now, as I try to update some of my lectures today I find I cannot compile  any of my files.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>While I used to use latex=>dvips=>ps2pdf and then pdflatex, this no longer seems to work.  Also using xelatex does not seem to work, which has been my standard approach for a few years<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The simple file demonstrates my problem<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>\documentclass{article}<o:p></o:p></p><p class=MsoNormal>\usepackage{pstricks,pst-3dplot}%<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>\begin{document}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    \begin{pspicture}(-5,-2.5)(5,4)%<o:p></o:p></p><p class=MsoNormal>%      \psset{Alpha=15}%,Beta=90}%<o:p></o:p></p><p class=MsoNormal>%      \psgrid<o:p></o:p></p><p class=MsoNormal>      \pstThreeDCoor[xMin=0,yMin=0,zMin=0]%                                         inertial frame<o:p></o:p></p><p class=MsoNormal>      \pstThreeDSphere[increment=30,SegmentColor={[cmyk]{0,0,0,0}}](0,0,0){1.5}%    Earth<o:p></o:p></p><p class=MsoNormal>    \end{pspicture}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>\end{document}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>When using xelatex, I do not get any lines, just the labels for the three axes<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Am I doing something wrong or is something broken. It seems that I no longer know how to compile documents that contain pstricks “code”.  This problem seems to have arisen after an update to parts of miktex, which I did today.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='mso-fareast-language:EN-CA'>Bruce Burlton, FCAE<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-CA'>Adjunct Professor<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-CA'>Mechanical and Aerospace Engineering<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-CA'>Carleton University<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>