>>>>> "Franz" == Franz Hoffmann <[EMAIL PROTECTED]> writes:

Franz> My fig.pstex_t file does not have such a line. Instead, it
Franz> uses:

Franz> \epsfig{file=fig.pstex}%

Franz> Latex fails to compile this, because \epsfig is not known. It
Franz> works if I replace this line with the \special line.

Franz> Does anybody know why my xfig uses this \epsfig command, and
Franz> how I could change this (or make it work)?

Add a \usepackage{epsfig} command in your LaTeX preamble. epsfig is
supposed to be better than the \special command. In particular, it
should be able to find files even when you compile in /tmp. However,
epsfig is obsolete, and a proper solution now is \includegraphics,
from the graphics.sty package.

JMarc

-- 
                +++ the lyx project user mailing list +++
                To unsubscribe from this list send mail to 
                         [EMAIL PROTECTED]
                    with the **Subject** unsubscribe.

Reply via email to