Re: using Xfig with LaTeX
Others have already suggested it, but I'll echo:
- Export from xfig to .eps; then:
\begin{figure}[htbp]
\resizebox{\textwidth}{!} {\includegraphics{pathmodel_idea.eps}}
\caption{Conceptual model of civic and political participation}
\index{participation!political}
\label{fig:intromodel}
\end{figure}
Depending on the complexity of the figure, you can also export to pictex
format, then:
\usepackage{pictexwd}
...
\begin{figure}
\caption{Cognitive Repertoire of Politics: Relations Among Logics}
\index{repertoires!cognitive!of politics}
\label{fig:lm3d}
\input{logicmap3d}
\end{figure}
----------------------------------------------------------------------
Andrew J Perrin - Ph.D. Candidate, UC Berkeley, Dept. of Sociology
(Soon: Asst Professor of Sociology, U of North Carolina, Chapel Hill)
andrew_perrin@unc.edu - http://www.unc.edu/~aperrin
On Wed, 25 Apr 2001, MaD dUCK wrote:
> beating around my thesis, i am trying several methods of including
> Xfig drawings in LaTeX. currently, i am using fig2dev to create .eps
> file, which I \psfig into the document. nevertheless, while the result
> is fine, mpage seems unable to handle the documents and corrupts the
> .ps file right around the included picture (which is rotated 90
> degrees by mpage). furthermore, latex2html can't extract a single of
> these pictures and just reports errors, leaving .png files of zero
> length everywhere.
>
> so i am interested to hear how you guys embed .fig files in latex with
> the ability to scale them to a certain width. and yes, it should be a
> batch process to be run from Makefile.
>
> thanks,
>
> martin; (greetings from the heart of the sun.)
> \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck
> --
> 1-800-psych
> hello, welcome to the psychiatric hotline.
> if you have multiple personalities, please press 3, 4, 5 and 6.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
Reply to: