Code: Select all
\scalebox{0.55}{
\begin{minipage}{\textwidth}
{\input{normal.pstex_t}}
\end{minipage}}
I get the message:
Code: Select all
Unknow graphics extension .pstex
If I use LATEX->PS->PDF variant the error message is the following:
Code: Select all
GPL Ghostscript 9.01: Unrecoverable error, exit code 1
Trying with DOS commands and programs (dvips, ps2pdf) the result is the same.
N.B:
The file "normal.pstex_t" begins with this.
Code: Select all
\begin{picture}(0,0)%
\includegraphics{normal.pstex}%
\end{picture}% )
...
Code: Select all
%!PS-Adobe-2.0 EPSF-2.0
%%Title: C:\Dokumentumok\Friends\Adri\Zs_t\normal.fig
%%Creator: fig2dev.exe Version 3.2 Patchlevel 4
%%CreationDate: Sat Jan 20 15:36:50 2007
%%For: Csisza@TENCENDOR (TENCENDOR)
%%BoundingBox: 0 0 524 606
%%Magnification: 1.0000
%%EndComments
...
Zoltan