Re: OFFTopic: Insert eps file in a Tex document

1999-03-02 Thread Mark Brown
On Mon, Mar 01, 1999 at 08:06:43PM -0400, Paulo Henrique Baptista de Oliveira wrote: > Excuse me, but I have to do this in TeX, no LaTeX. Look in the DVIPS manual - run "info dvips" or type "M-x info RET m dvips RET" in Emacs. -- Mark Brown mailto:[EMAIL PROTECTED] (Trying to avoid grum

Re: OFFTopic: Insert eps file in a Tex document

1999-03-02 Thread Mark Phillips
> Excuse me, but I have to do this in TeX, no LaTeX. > Thanks,Paulo Henrique I'm afraid I only know how to do it in latex. Is there any reason why it must be in TeX rather than LaTeX? Sorry I can't be of more help, Mark. _/\___/~~\

Re: OFFTopic: Insert eps file in a Tex document

1999-03-01 Thread Paulo Henrique Baptista de Oliveira
Mark Phillips wrote: > > Sorry if it is off topic. But how do I insert an > > eps file that I have done in TkPaint in a TeX document? > > Insert: > >\usepackage{epsfig} > > at the top of the document, then do something like: > > \begin{center} > \epsfig{file=filename.eps,width=150mm}

Re: OFFTopic: Insert eps file in a Tex document

1999-03-01 Thread Paulo Henrique Baptista de Oliveira
Roberto Magana wrote: > \documentclass[][...] > \usepackage{epsfig} > > \begin{center} > \epsfig{file=myfile.eps, height=4cm} > \end{center} > ... > this will put the figure "myfile.eps" 4 centimeters from the top, centered. > More information can be found in "The Latex Companion Guid

Re: OFFTopic: Insert eps file in a Tex document

1999-03-01 Thread Mark Phillips
> Sorry if it is off topic. But how do I insert an > eps file that I have done in TkPaint in a TeX document? Insert: \usepackage{epsfig} at the top of the document, then do something like: \begin{center} \epsfig{file=filename.eps,width=150mm} \end{center} at the appropriate pla

Re: OFFTopic: Insert eps file in a Tex document

1999-03-01 Thread Roberto Magana
\documentclass[][...] \usepackage{epsfig} \begin{center} \epsfig{file=myfile.eps, height=4cm} \end{center} ... this will put the figure "myfile.eps" 4 centimeters from the top, centered. More information can be found in "The Latex Companion Guide" by Goosens, Mittelbach, and Samarin. F

OFFTopic: Insert eps file in a Tex document

1999-03-01 Thread Paulo Henrique Baptista de Oliveira
Hi all, Sorry if it is off topic. But how do I insert an eps file that I have done in TkPaint in a TeX document? Have a nice day, Paulo Henrique