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 (July 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 9 Jul 2007 11:10:57 +0200
Reply-To:     Andre Wielki <wielki@INED.FR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Andre Wielki <wielki@INED.FR>
Subject:      Re: LaTex destination
Comments: To: Ken Borowiak <EvilPettingZoo97@AOL.COM>
In-Reply-To:  <200707090323.l68Al18s015028@mailgw.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Ken Borowiak a écrit : > Peeps, > > I have been playing around with the LaTex destination, which I know very > little about. Question: Does one need perform an extra step to get the tex > file 'marked up', as shown below? Or is there a way to create the dvi file > in a single step. > > /* Producing a tex document via LaTex */ > > ods latex file="%sysfunc(pathname(work))\Class2.tex" ; > > proc print data=Sashelp.Class label ; > run ; > > ods latex close ; > > x "cd %sysfunc(pathname(work))" ; > x 'latex class2.tex' ; > > Please forgive me if I did not use the proper LaTex terminology in the post. > > TIA, > Ken > > Ken i think that the best way to choice is installing the MiKTeX package 2.5 or later and the Winedt package to produce the dvi and later pdf or html version

but this happen outside Sas! -- Andre Wielki INED (Institut National d'Etudes Démographiques) 133 Boulevard Davout 75980 Paris Cedex 20 33 (0) 1 56 06 21 54 FRANCE


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