[pstricks] PSTricks Digest, Vol 156, Issue 3

Goldnas goldnas at gmx.at
Mon Jan 11 23:25:42 CET 2016


Do you use the -recorder option during compilation?

File will be created, but xelatex crashed, maybe this is the problem?

Best regards

Peter

@Herbert: Can confirm working code



Am 11.01.2016 um 23:13 schrieb pstricks-request at tug.org:
> Send PSTricks mailing list submissions to
> 	pstricks at tug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://tug.org/mailman/listinfo/pstricks
> or, via email, send a message with subject or body 'help' to
> 	pstricks-request at tug.org
>
> You can reach the person managing the list at
> 	pstricks-owner at tug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of PSTricks digest..."
>
>
> Today's Topics:
>
>    1. Problem compiling pstricks related files (Bruce Burlton)
>    2. Re: Problem compiling pstricks related files (Herbert Voss)
>    3. FW: Problem compiling pstricks related files (Bruce Burlton)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 11 Jan 2016 16:05:45 -0500
> From: Bruce Burlton <bruceburlton at sympatico.ca>
> To: <pstricks at tug.org>
> Cc: <Bruce_Burlton at carleton.ca>
> Subject: [pstricks] Problem compiling pstricks related files
> Message-ID: <000001d14cb3$d8855a10$89900e30$@sympatico.ca>
> Content-Type: text/plain; charset="us-ascii"
>
> I have been using LaTeX and pstricks for some ten to twelve years
> successfully, preparing many beamer based lectures and other documents.
>
>  
>
> Now, as I try to update some of my lectures today I find I cannot compile
> any of my files.
>
>  
>
> 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
>
>  
>
> The simple file demonstrates my problem
>
>  
>
> \documentclass{article}
>
> \usepackage{pstricks,pst-3dplot}%
>
>  
>
> \begin{document}
>
>  
>
>     \begin{pspicture}(-5,-2.5)(5,4)%
>
> %      \psset{Alpha=15}%,Beta=90}%
>
> %      \psgrid
>
>       \pstThreeDCoor[xMin=0,yMin=0,zMin=0]%
> inertial frame
>
>  
> \pstThreeDSphere[increment=30,SegmentColor={[cmyk]{0,0,0,0}}](0,0,0){1.5}%
> Earth
>
>     \end{pspicture}
>
>  
>
> \end{document}
>
>  
>
> When using xelatex, I do not get any lines, just the labels for the three
> axes
>
>  
>
> 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.
>
>  
>
>  
>
> Bruce Burlton, FCAE
>
> Adjunct Professor
>
> Mechanical and Aerospace Engineering
>
> Carleton University
>
>  
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://tug.org/pipermail/pstricks/attachments/20160111/f113d9a2/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 11 Jan 2016 22:49:27 +0100
> From: Herbert Voss <Herbert.Voss at FU-Berlin.DE>
> To: <pstricks at tug.org>
> Subject: Re: [pstricks] Problem compiling pstricks related files
> Message-ID: <56942367.3020902 at FU-Berlin.DE>
> Content-Type: text/plain; charset="windows-1252"; format=flowed
>
> Am 11.01.2016 um 22:05 schrieb Bruce Burlton:
>> I have been using LaTeX and pstricks for some ten to twelve years
>> successfully, preparing many beamer based lectures and other documents.
>>
>> Now, as I try to update some of my lectures today I find I cannot
>> compile  any of my files.
>>
>> 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
>>
>> The simple file demonstrates my problem
> I have no problem with an up-to-date TeXLive2015.
>
> \documentclass{article}
> %\usepackage{auto-pst-pdf}  %% only for pdflatex
> \usepackage{pst-3dplot}
> \begin{document}
> \begin{pspicture}(-5,-2.5)(5,4)%	
> \psset{Alpha=15,Beta=90}%	
> %\psgrid	
> \pstThreeDCoor[xMin=0,yMin=0,zMin=0]% 
>
> 	%inertial frame	
> \pstThreeDSphere[increment=30,SegmentColor={[cmyk]{0,0,0,0}}](0,0,0){1.5}% 
>     Earth	
> \end{pspicture}
> \end{document}
>
> No problem with
> latex->dvips->ps2pdf
> xelatex
> pdflatex
>
>
> Maybe otthers can confirm your problem.
>
> Herbert
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 11 Jan 2016 17:13:44 -0500
> From: Bruce Burlton <bruceburlton at sympatico.ca>
> To: <pstricks at tug.org>
> Subject: [pstricks] FW: Problem compiling pstricks related files
> Message-ID: <000001d14cbd$56bcf8d0$0436ea70$@sympatico.ca>
> Content-Type: text/plain; charset="us-ascii"
>
> 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
>
>  
>
> Don't know how  or who to report the problem to
>
>  
>
> Thanks
>
>  
>
> Bruce
>
>  
>
>  
>
>  
>
> From: Bruce Burlton [mailto:bruceburlton at sympatico.ca] 
> Sent: January 11, 2016 4:06 PM
> To: pstricks at tug.org
> Cc: Bruce_Burlton at carleton.ca
> Subject: Problem compiling pstricks related files
>
>  
>
> I have been using LaTeX and pstricks for some ten to twelve years
> successfully, preparing many beamer based lectures and other documents.
>
>  
>
> Now, as I try to update some of my lectures today I find I cannot compile
> any of my files.
>
>  
>
> 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
>
>  
>
> The simple file demonstrates my problem
>
>  
>
> \documentclass{article}
>
> \usepackage{pstricks,pst-3dplot}%
>
>  
>
> \begin{document}
>
>  
>
>     \begin{pspicture}(-5,-2.5)(5,4)%
>
> %      \psset{Alpha=15}%,Beta=90}%
>
> %      \psgrid
>
>       \pstThreeDCoor[xMin=0,yMin=0,zMin=0]%
> inertial frame
>
>  
> \pstThreeDSphere[increment=30,SegmentColor={[cmyk]{0,0,0,0}}](0,0,0){1.5}%
> Earth
>
>     \end{pspicture}
>
>  
>
> \end{document}
>
>  
>
> When using xelatex, I do not get any lines, just the labels for the three
> axes
>
>  
>
> 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.
>
>  
>
>  
>
> Bruce Burlton, FCAE
>
> Adjunct Professor
>
> Mechanical and Aerospace Engineering
>
> Carleton University
>
>  
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://tug.org/pipermail/pstricks/attachments/20160111/4e954228/attachment.html>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>
> ------------------------------
>
> End of PSTricks Digest, Vol 156, Issue 3
> ****************************************



More information about the PSTricks mailing list