smoothy
01-02-2006, 09:42
Guten Morgen,
ich habe folgendes Problem mit einer eps Datei :
\begin{figure}
\includegraphics [height=120mm]{images/Bandbreite.eps}
\caption{Versuchsaufbau}
\end{figure}
doch dann erscheint folgender Fehler :
....
! LaTeX Error: Cannot determine size of graphic in images/Bandbreite.eps ( no BoundingBox.)
....
Jeddoch wenn ich das eps File mit Vim öffne steht folgendes zu Beginn :
ÅÐÓÆ ... %!PS-Adobe-1.0 EPSF-1.2
%%BoundingBox: 0 0 1534 878
%%Creator: Jasc Software, Inc.
%%Title: D:\Bachelor\svn\xxxxxx xxxxxxx\latex\Sources\images\Bandbreite.eps
%%CreationDate: 0
%%EndComments
/width 1534 def
/height 878 def
/pixwidth 1534 def
/pixheight 878 def
/picstr width string def
/psppic {
gsave width height 8
[width 0 0 height 0 height neg]
{currentfile picstr readhexstring pop}
image grestore } def
0 height neg translate pixwidth pixheight scale
psppic
also ist doch die Bounding Box da und wird aber nicht beachtet ?
Woran könnte das liegen / wie kann ich das ändert ?
Mfg smoothy
ich habe folgendes Problem mit einer eps Datei :
\begin{figure}
\includegraphics [height=120mm]{images/Bandbreite.eps}
\caption{Versuchsaufbau}
\end{figure}
doch dann erscheint folgender Fehler :
....
! LaTeX Error: Cannot determine size of graphic in images/Bandbreite.eps ( no BoundingBox.)
....
Jeddoch wenn ich das eps File mit Vim öffne steht folgendes zu Beginn :
ÅÐÓÆ ... %!PS-Adobe-1.0 EPSF-1.2
%%BoundingBox: 0 0 1534 878
%%Creator: Jasc Software, Inc.
%%Title: D:\Bachelor\svn\xxxxxx xxxxxxx\latex\Sources\images\Bandbreite.eps
%%CreationDate: 0
%%EndComments
/width 1534 def
/height 878 def
/pixwidth 1534 def
/pixheight 878 def
/picstr width string def
/psppic {
gsave width height 8
[width 0 0 height 0 height neg]
{currentfile picstr readhexstring pop}
image grestore } def
0 height neg translate pixwidth pixheight scale
psppic
also ist doch die Bounding Box da und wird aber nicht beachtet ?
Woran könnte das liegen / wie kann ich das ändert ?
Mfg smoothy