GS Unrecoverable error, exit code 1 (Beamer, pst-solides3d)
Verfasst: Fr 14. Feb 2014, 16:20
Hallo,
ich habe folgendes Problem mit einer Grafik auf der Titelseite einer Beamer-Präsentation:
Folgendes Minimalbeispiel:
Jetzt möchte eine neue Folie mit einem pspicture einfügen:
Nun wird die Datei kompiliert (LATEX->DVI->PS->PDF) und bei
ps2pdf kommt folgende Fehlermeldung:
Entferne ich das Logo der Titelseite,
wird das Dokument wie gewünscht kompiliert und erzeugt.
Wo liegt der Fehler, bzw. was mache ich falsch?
P.S. Distribution - TexLive 2013
ich habe folgendes Problem mit einer Grafik auf der Titelseite einer Beamer-Präsentation:
Folgendes Minimalbeispiel:
\documentclass[dvips,svgnames]{beamer} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \logo{\includegraphics[width=1cm]{img/FSU.eps}} \begin{document} \begin{frame} \titlepage \end{frame} \end{document}
\documentclass[dvips,svgnames]{beamer} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \usepackage{pst-solides3d} \logo{\includegraphics[width=1cm]{img/FSU.eps}} \begin{document} \begin{frame} \titlepage \end{frame} \begin{frame}[fragile]{BLA} \centering \psset{unit=0.5,linecolor=gray,viewpoint=-15 -20 12} \begin{pspicture}(-7,0)(7,13) %X-Achse \psSolid[object=cube, action=draw*, ngrid=5, a=5](2.5,2.5,2.5) \psSolid[object=grille,action=draw*,opacity=0.85,base=0 5 0 1, fillcolor=Blue!80, RotX=90](0,0,0) \psSolid[object=grille,action=draw*,opacity=0.85,base=0 5 0 1, fillcolor=Brown!30, RotX=90](0,0,1) \psSolid[object=grille,action=draw*,opacity=0.85,base=0 5 0 1, fillcolor=Yellow!50, RotX=90](0,0,2) \psSolid[object=grille,action=draw*,opacity=0.85,base=0 5 0 1, fillcolor=Green!70, RotX=90](0,0,3) \psSolid[object=grille,action=draw*,opacity=0.85,base=0 5 0 1, fillcolor=Red!60, RotX=90](0,0,4) %Y-Achse \psSolid[object=grille,base=0 1 0 5, opacity=0.85,fillcolor=Blue!80, RotY=-90](0,0,0) \psSolid[object=grille,base=0 1 0 5, opacity=0.85,fillcolor=Brown!30, RotY=-90](0,0,1) \psSolid[object=grille,base=0 1 0 5, opacity=0.85,fillcolor=Yellow!50, RotY=-90](0,0,2) \psSolid[object=grille,base=0 1 0 5, opacity=0.85,fillcolor=Green!70, RotY=-90](0,0,3) \psSolid[object=grille,base=0 1 0 5, opacity=0.85,fillcolor=Red!60, RotY=-90](0,0,4) %Z-Achse \psSolid[object=grille,base=0 5 0 5, opacity=0.85,fillcolor=Red!60](0,0,5) \axesIIID[linewidth=2pt, linecolor=black, arrowsize=10pt,labelsep=15pt,axisnames={Raum,Zeit,Attribut}](0,0,0)(6,6.5,5.7) %\psLineIIID[linecolor=green,linearc=.8](-1,-1,0)(-2,6,2)(2,7,7)(4.5,4.5,5) \end{pspicture} \end{frame} \end{document}
ps2pdf kommt folgende Fehlermeldung:
Error: /typecheck in --length-- Operand stack: 1 1 Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1900 1 3 %oparray_pop 1899 1 3 %oparray_pop 1883 1 3 %oparray_pop 1771 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- Dictionary stack: --dict:1163/1684(ro)(G)-- --dict:1/20(G)-- --dict:140/200(L)-- --dict:745/1012(L)-- --dict:192/300(L)-- --dict:98/200(L)-- --dict:57/75(L)-- --dict:211/313(L)-- --dict:72/140(L)-- --dict:0/10(G)-- --dict:0/10(L)-- --dict:4/50(ro)(G)-- --dict:56/71(L)-- Current allocation mode is local Last OS error: No such file or directory Current file position is 1237668 GPL Ghostscript 9.07: Unrecoverable error, exit code 1
%\logo{\includegraphics[width=1cm]{img/FSU.eps}}
Wo liegt der Fehler, bzw. was mache ich falsch?
P.S. Distribution - TexLive 2013