Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!cornell!beck From: beck@CS.Cornell.EDU (Micah Beck) Newsgroups: comp.text.tex Subject: Re: What's with xifg ? Message-ID: <1991May24.183526.29702@cs.cornell.edu> Date: 24 May 91 18:35:26 GMT References: <1991May24.164634.5867@watmath.waterloo.edu> Sender: news@cs.cornell.edu (USENET news user) Organization: Cornell Univ. CS Dept, Ithaca NY 14853 Lines: 29 Nntp-Posting-Host: bongo.cs.cornell.edu nmouawad@watmath.waterloo.edu (Naji Mouawad) writes: >Okay, >I drew a picture with xfig, while the latex option is was on. >I saved it in a file called fig.fig >Did fig2dev -L pio fig.fig > fig.pic >and >tpic fig.pic. >This gave me a fig.tex file. >I used the command \input{fig}\centerline{\box\graph} >in between a \begin{figure} \end{figure} environment. >Latex is giving me the following error message: >(fig1.tex >! Undefined control sequence. > ...2.063in\lower 1.510in\hbox to0pt{\s > 11\fR 0\fP \hss } The problem here is the use of the "-L pic" option to fig2dev, which includes troff-style font specifiers in text objects. To get tpic/LaTeX compatible output, use "-L tpic". Micah Beck Cornell CS Dept.