>>To: [EMAIL PROTECTED]
>>Subject: Re: Problem with XFig and LyX 1.04 docs
>>From: [EMAIL PROTECTED] (Lars Gullik Bjønnes)
>>Date: 22 Oct 1999 08:08:10 +0200
>>
>>Bruce Momjian <[EMAIL PROTECTED]> writes:
>>
>>| So I go an include the pstex_t file using Insert/Include file, and I
>>| click on the Input radio button and put the filename in.
>>
>>Ok...can you have a look at the latex log file Edit->LaTeX Log
>>
>>And see if some missing/not found files are mentioned.
>>
>>      Lgb
>>
foo.pstex_t should be encapsulated as a float (if a caption is needed);
it provides the call to the ps part (foo.pstex) through a \special command:
\special{psfile=foo.pstex}%

So nothing has to be done else than something like (in LaTeX)
\begin{figure}[!ht]
\begin{center}
\input{foo.pstex_t}
\end{center}
\caption{bar\label{foobar}}
\end{figure}

But this is not the problem here because you could like to have the figure
without caption, and 
\input{foo.pstex_t}
should work by itself.

What happens is that the \special order does not seems to produce a search for the 
.pstex file
in the lyx doc directory.
I just built up a simple example a pstes_t/pstex figure existing here and
had the descibed behaviour: the postscript is missing because the pstex file is not 
found.

Regards

-- 
Jean-Pierre

Reply via email to