LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 1996, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 25 Mar 1996 08:59:27 -0500
Reply-To:     Sung-Il Cho <sungil@HOHP.HARVARD.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Sung-Il Cho <sungil@HOHP.HARVARD.EDU>
Subject:      Re: Latex vs SAS
Comments: To: Shawn Wang <sxwang@JIMMY.HARVARD.EDU>
In-Reply-To:  <199603241853.NAA19014@mys.dfci.harvard.edu>

On Sun, 24 Mar 1996, Shawn Wang wrote: .. > > Does anyone know how to put a sas graphic into a latex file.

After sending the graph to a postscript file (say, gr1.ps),

1. Use epsfig package (I believe it's available with LATEX2e.) e.g.

\documentclass[12pt]{article \usepackage{epsfig} <--- include this line to use epsfig ... \begin{center} \epsfig{file=gr1} <--- gr1.ps file is included in a separate page \end{center} \newpage ...

2. For more description about epsfig, read pp 317-319 of 'The Latex Companion'.

3. For more questions, ask to info-tex list. To subscribe the info-tex mailing list, send a mail to

listserv@shsu.edu

containing a one-line message: subscribe info-tex <your name>

Hope it helps. ----------------------------------------------------------- Sung-Il Cho 617-432-1147 (voice) 432-0219 (FAX) Dept. of Env Health (Occupational Health Program) & Dept. of Epidemiology, Harvard School of Public Health 665 Huntington Av., Boston MA 02115


Back to: Top of message | Previous page | Main SAS-L page