Ed Gatzke wrote: > tgif is a great vector graphic program for creating simple eps figures > http://bourbon.usc.edu:8001/tgif/
>
>
> I finally figured out how to use tgif to easily generate eps figures
> with complex LaTeX math embedded. tgif can display / position / modify
> the WYSIWYG equation and the LyX math editor can be used to edit the
> equation in a WYSIWYG editor.
if you have _simple_ drawings with some equations use pstricks,
It's much more easier and produces extremely nice output:
in preamble: \usepackage{pstricks}
and in the text as ert (red)
\begin{pspicture}(0,0)(8,2)
\psset{linewidth=1.5pt}
\psline{->}(0,0.75)(1,0.75)
\psframe(1,0)(4,1.5)
\rput(2.5,0.75){$K_c\left( 1+\frac{1}{\tau_I \, s}\right) $}
%
\psline{->}(4,0.75)(5,0.75)
\psframe(5,0)(8,1.5)
\rput(6.5,0.75){\Large $\frac{K}{\tau s+1}e^{-\alpha s}$}
%
\psline{->}(8,0.75)(9,0.75)
\end{pspicture}
as an example for your first tgif image. Attached the
ps-output
Herbert
--
http://www.educat.hu-berlin.de/~voss/lyx/
psfrag.ps.gz
Description: Binary data
