nameac
05-04-2008, 14:08
Hallo Forum,
sobald ich das paket pst-vue3d einbinde und ps2pdf aufrufe, entsteht folgender fehler:
Error: /undefined in Rsphere
Operand stack:
RsphereScreen
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-
- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- fa
lse 1 %stopped_push 1889 1 3 %oparray_pop 1888 1 3 %oparray_
pop 1872 1 3 %oparray_pop 1755 1 3 %oparray_pop --nostringval-
- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringv
al-- 2 %stopped_push --nostringval--
Dictionary stack:
--dict:1147/1684(ro)(G)-- --dict:0/20(G)-- --dict:85/200(L)-- --dict:18
0/300(L)-- --dict:56/200(L)-- --dict:168/200(L)--
Current allocation mode is local
Last OS error: No such file or directory
Current file position is 203121
MiKTeX GPL Ghostscript 8.60: Unrecoverable error, exit code 1
MiKTeX GPL Ghostscript 8.60: ERROR: A pdfmark destination page 3 points beyond t
he last page 2.
latex->dvi->divps kompiliert fehlerfrei.
Minimalbeispiel:
\documentclass[style=aggie,mode=present,paper=screen]{powerdot}
\usepackage{graphicx,xcolor,pstricks,multido,pst-3d,ngerman,pstricks-add,pst-ob3d,pst-map3dII,pst-map3d,xkeyval,pst-vue3d}
\usepackage[ansinew]{inputenc}
\begin{document}
\maketitle
\section{Erstens}
\begin{slide}{Eine Folie}
\begin{pspicture}(0,0)(7,7)
\psset{viewpoint=1 -1 0.5,path=./dataII}%unit=0.75,,fillstyle=solid viewpoint=1 -1 0.5
\rput(0,0){\WorldMapThreeDII[THETA=30,PHI=30,Dobs=100,Decran=10]}%RotX=15,RotY=20,all=true,borders=false,city=fals e,Radius=1,rivers=false,maillage=true,linewidth=0. 1pt,capital=false,level=100]4.7,1.3
{\psset{THETA=30,PHI=30,Dobs=100,Decran=10}
\SphereThreeD[grille=50,linewidth=0.1pt](0,0,0){5}}
}
\end{pspicture}
\end{slide}
\end{document}
Warum kann er es nicht mehr in ein pdf umwandeln? kommentiert man \WorldMapThreeDII aus, funzt es wieder.
Vll noch für Leute die das mit map3d nicht zum laufen kriegen, zwecks minimalbeispiel. die dataII-files ins arbeitsverzeichnis kopieren bzw. einen unterordner anlegen.
sobald ich das paket pst-vue3d einbinde und ps2pdf aufrufe, entsteht folgender fehler:
Error: /undefined in Rsphere
Operand stack:
RsphereScreen
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-
- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- fa
lse 1 %stopped_push 1889 1 3 %oparray_pop 1888 1 3 %oparray_
pop 1872 1 3 %oparray_pop 1755 1 3 %oparray_pop --nostringval-
- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringv
al-- 2 %stopped_push --nostringval--
Dictionary stack:
--dict:1147/1684(ro)(G)-- --dict:0/20(G)-- --dict:85/200(L)-- --dict:18
0/300(L)-- --dict:56/200(L)-- --dict:168/200(L)--
Current allocation mode is local
Last OS error: No such file or directory
Current file position is 203121
MiKTeX GPL Ghostscript 8.60: Unrecoverable error, exit code 1
MiKTeX GPL Ghostscript 8.60: ERROR: A pdfmark destination page 3 points beyond t
he last page 2.
latex->dvi->divps kompiliert fehlerfrei.
Minimalbeispiel:
\documentclass[style=aggie,mode=present,paper=screen]{powerdot}
\usepackage{graphicx,xcolor,pstricks,multido,pst-3d,ngerman,pstricks-add,pst-ob3d,pst-map3dII,pst-map3d,xkeyval,pst-vue3d}
\usepackage[ansinew]{inputenc}
\begin{document}
\maketitle
\section{Erstens}
\begin{slide}{Eine Folie}
\begin{pspicture}(0,0)(7,7)
\psset{viewpoint=1 -1 0.5,path=./dataII}%unit=0.75,,fillstyle=solid viewpoint=1 -1 0.5
\rput(0,0){\WorldMapThreeDII[THETA=30,PHI=30,Dobs=100,Decran=10]}%RotX=15,RotY=20,all=true,borders=false,city=fals e,Radius=1,rivers=false,maillage=true,linewidth=0. 1pt,capital=false,level=100]4.7,1.3
{\psset{THETA=30,PHI=30,Dobs=100,Decran=10}
\SphereThreeD[grille=50,linewidth=0.1pt](0,0,0){5}}
}
\end{pspicture}
\end{slide}
\end{document}
Warum kann er es nicht mehr in ein pdf umwandeln? kommentiert man \WorldMapThreeDII aus, funzt es wieder.
Vll noch für Leute die das mit map3d nicht zum laufen kriegen, zwecks minimalbeispiel. die dataII-files ins arbeitsverzeichnis kopieren bzw. einen unterordner anlegen.