Dear all, Is it possible to save a sas output as a figure??? What's kind of
"figure"?
I would like to put the sas output like those in "SAS OnlineD® Version 8
with PDF Files", for
example those in
"http://rite.econ.missouri.edu:7017/saspdf/stat/pdfidx.htm".
Best regards
lamack
_________________________________________________________________
MSN Messenger: converse com os seus amigos online.
http://messenger.msn.com.br
Fehd, Ronald J. PHPPO - 29 Aug 2003 19:19 GMT
> From: lamack lamack [mailto:lamac_k@HOTMAIL.COM]
> Dear all, Is it possible to save a sas output as a figure???
[quoted text clipped - 3 lines]
> OnlineD(r) Version 8 with PDF Files", for example those in
> "http://rite.econ.missouri.edu:7017/saspdf/sta> t/pdfidx.htm".
for (SAS) programs statements in typewritter text:
in document preamble:
\documentclass[10pt]{article}
\usepackage{verbatim}%verbatiminput remove
\begin{document}
\begin{verbatim}
PROC Print data = SASHELP.VCOLUMNS;
run;
\end{verbatim}
\end{document}
LaTeX Doc
to convert your
Doc.dvi to PDF
you need to run
dvipdfm Doc.dvi
or
pdfLaTeX Doc.tex
for the chapter Table of Contents
see ..\doc\LaTeX\minitoc\minitoc.*
http://www.ctan.org/tex-archive/macros/latex/contrib/supported/minitoc/?acti
on=/tex-archive/macros/latex/contrib/supported/
Ron Fehd the LaTeX maven CDC Atlanta GA USA RJF2@cdc.gov