<?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: Is the raw functionality (^{raw ...}) supported by ods latex? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-the-raw-functionality-raw-supported-by-ods-latex/m-p/628851#M23808</link>
    <description>"Line 2" is just some random text. Line breaks in Latex are either created using \\ or \break{}. I just tried with both.</description>
    <pubDate>Mon, 02 Mar 2020 17:43:01 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2020-03-02T17:43:01Z</dc:date>
    <item>
      <title>Is the raw functionality (^{raw ...}) supported by ods latex?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-the-raw-functionality-raw-supported-by-ods-latex/m-p/628789#M23806</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This paper suggest that the \raw functionality is supported by LaTex files.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings09/222-2009.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings09/222-2009.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I try the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods latex file="&amp;amp;xxdemo./reporting/test.tex";

ods escapechar='^';
title 'Line 1'
      '^{raw \\} Line 2'
      "^{raw \break{}} Line 3";


proc print data=sashelp.class;
run;

ods latex close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;\sassystemtitle[c]{Line 1\^\{raw {\textbackslash}{\textbackslash}\} Line 2\^\{raw {\textbackslash}break\{\}\} Line 3}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;\sassystemtitle[c]{Line 1 \\ Line 2 \break{} Line 3}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 15:16:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-the-raw-functionality-raw-supported-by-ods-latex/m-p/628789#M23806</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2020-03-02T15:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is the raw functionality (^{raw ...}) supported by ods latex?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-the-raw-functionality-raw-supported-by-ods-latex/m-p/628826#M23807</link>
      <description>&lt;P&gt;It might help to describe what you are attempting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The text "Line 2" makes me suspect that you are trying to insert line breaks in some form. I might try the ODS ESCAPECHAR function NEWLINE if that is the case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have any experience with LaTex and it may help others to describe is some detail what you expect.&lt;/P&gt;
&lt;P&gt;It might also help to turn of ODS HTML prior to generating the output. I have seen a couple of unexpected results for specific ODS destinations when both HTML and another destination are open.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 16:39:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-the-raw-functionality-raw-supported-by-ods-latex/m-p/628826#M23807</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-03-02T16:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is the raw functionality (^{raw ...}) supported by ods latex?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-the-raw-functionality-raw-supported-by-ods-latex/m-p/628851#M23808</link>
      <description>"Line 2" is just some random text. Line breaks in Latex are either created using \\ or \break{}. I just tried with both.</description>
      <pubDate>Mon, 02 Mar 2020 17:43:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Is-the-raw-functionality-raw-supported-by-ods-latex/m-p/628851#M23808</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2020-03-02T17:43:01Z</dc:date>
    </item>
  </channel>
</rss>

