<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Trouble translating to LaTex in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590778#M169137</link>
    <description>&lt;P&gt;-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2019 02:43:11 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2019-09-23T02:43:11Z</dc:date>
    <item>
      <title>Trouble translating to LaTex</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590777#M169136</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble trying to figure out how i can make a macro that outputs data from sas into a table in latex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 01:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590777#M169136</guid>
      <dc:creator>akf06</dc:creator>
      <dc:date>2019-09-23T01:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble translating to LaTex</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590778#M169137</link>
      <description>&lt;P&gt;-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 02:43:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590778#M169137</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-09-23T02:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble translating to LaTex</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590787#M169141</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; There IS an ODS destination for LaTeX. Here's a sample invocation -- since I don't have a LaTeX viewer, I can create it, but I can't post a screen shot of what it looks like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods tagsets.latex file='c:\temp\test_latex.txt';

proc print data=sashelp.class;
run;

ods tagsets.latex close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 01:45:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590787#M169141</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-09-23T01:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble translating to LaTex</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590806#M169145</link>
      <description>&lt;P&gt;I stand corrected and will remove my reply to avoid confusion! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 02:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590806#M169145</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-09-23T02:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble translating to LaTex</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590940#M169212</link>
      <description>Thanks! It is an esoteric destination, but I understand that if you are using LaTeX the ODS destination does generate the LaTeX code for representing SAS tables and can include graphs.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 23 Sep 2019 14:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590940#M169212</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-09-23T14:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble translating to LaTex</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590944#M169216</link>
      <description>&lt;P&gt;Note that a LaTex file is just a text file. So you can can use any text editor to look at the file to see if it contains valid Tex code that used the LaTex package.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But you will need something to render the file to see whether it really works, especially if you ability to interpret Tex (or LaTex) code is as bad as mine.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 14:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590944#M169216</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-23T14:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble translating to LaTex</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590950#M169219</link>
      <description>Yes! I understand there are apps you can use to render the file that are invoked with command line commands, but I don't have any of those and I usually mess up command lines 3 times before I get them right.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 23 Sep 2019 14:48:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-translating-to-LaTex/m-p/590950#M169219</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-09-23T14:48:04Z</dc:date>
    </item>
  </channel>
</rss>

