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.



_/\___/~~\
/~~\_/~~\__/~~\__Mark_Phillips
/~~\_/[EMAIL PROTECTED]
/~~\HE___/~~\__/~~\APTAIN_
/~~\__/~~\
__
They told me I was gullible ... and I believed them! 




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 grumpiness)
http://www.tardis.ed.ac.uk/~broonie/
EUFShttp://www.eusa.ed.ac.uk/societies/filmsoc/


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




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. For me it has become indispensable.




On Mon, Mar 01, 1999 at 06:56:21PM -0400, Paulo Henrique Baptista de Oliveira 
wrote:
 
 
 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
 
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

-- 
%

[EMAIL PROTECTED]  Roberto Magana. Escuela de Fisica UCR.
(The Physics Dept. University of Costa Rica.)

%


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 place in the document.

Tchau,

Mark.



_/\___/~~\
/~~\_/~~\__/~~\__Mark_Phillips
/~~\_/[EMAIL PROTECTED]
/~~\HE___/~~\__/~~\APTAIN_
/~~\__/~~\
__
They told me I was gullible ... and I believed them! 




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 Guide by Goosens,
 Mittelbach, and Samarin. For me it has become indispensable.

 On Mon, Mar 01, 1999 at 06:56:21PM -0400, Paulo Henrique Baptista de Oliveira 
 wrote:
 
 
  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
 
 
 
 
  --
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

 --
 %

 [EMAIL PROTECTED]  Roberto Magana. Escuela de Fisica UCR.
 (The Physics Dept. University of Costa Rica.)

 %

Excuse me, but I have to do this in TeX, no LaTeX.
Thanks,Paulo Henrique


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}
   \end{center}

 at the appropriate place in the document.

 Tchau,

 Mark.

 _/\___/~~\
 /~~\_/~~\__/~~\__Mark_Phillips
 /~~\_/[EMAIL PROTECTED]
 /~~\HE___/~~\__/~~\APTAIN_
 /~~\__/~~\
 __
 They told me I was gullible ... and I believed them!

Excuse me, but I have to do this in TeX, no LaTeX.
Thanks,Paulo Henrique