[Distr-commits] r525 - in branches/distr-2.2/pkg/SweaveListingUtils: chm man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Aug 13 00:10:15 CEST 2009
Author: ruckdeschel
Date: 2009-08-13 00:10:14 +0200 (Thu, 13 Aug 2009)
New Revision: 525
Modified:
branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingOptions.html
branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingUtils.chm
branches/distr-2.2/pkg/SweaveListingUtils/man/SweaveListingOptions.Rd
Log:
five-fold backslashes now work ...
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingOptions.html
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingOptions.html 2009-08-11 23:08:27 UTC (rev 524)
+++ branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingOptions.html 2009-08-12 22:10:14 UTC (rev 525)
@@ -87,34 +87,39 @@
<p>
<dl>
-<dt>Rset:</dt><dd>default setting for \lstset-definition of R-code, default value is<br>
+<dt>Rset:</dt><dd>
+default setting for \lstset-definition of R-code, default value is<br>
<code>list("fancyvrb" = "true", "language" = "R", "escapechar" = "`", </code><br>
<code> "basicstyle" = "{\\color{Rcolor}\\footnotesize}",</code><br>
<code> "keywordstyle" = "{\\bf\\color{Rcolor}}",</code><br>
<code> "commentstyle" = "{\\color{Rcomment}\\ttfamily\\itshape}",</code><br>
<code> "literate" = "{<-}{{$\\leftarrow$}}2{<<-}{{$\\twoheadleftarrow$}}2",</code><br>
<code> "alsoother" = "{$}","alsoletter" = "{.<-}"</code><br>
-<code> "otherkeywords" = "{!,!=,~,$,*,\\&,\\ %/\\ %,\\ %*\\ %,\\ %\\ %,<-,<<-,/}")</code><br>
-(CAVEAT: the spaces between the double backslashes and the percent sign in the last line
-are <EM>not</EM> intended; I simply did not find another work-around)
+<code> "otherkeywords" = "{!,!=,~,$,*,\\&,\\%/\\%,\\%*\\%,\\%\\%,<-,<<-,/}")</code><br>
+
+
</dd>
-<dt>Rdset:</dt><dd>default setting for \lstset-definition of Rd-code, default value is<br>
+<dt>Rdset:</dt><dd>
+default setting for \lstset-definition of Rd-code, default value is<br>
<code>list("fancyvrb" = "true", "language" = "Rd",</code><br>
<code> "basicstyle" = "{\\color{black}\\tiny}",</code><br>
<code> "keywordstyle" = "{\\bf}",</code><br>
<code> "commentstyle" = "\\ttfamily\\itshape",</code><br>
<code> "alsolanguage" = "R")</code>
</dd>
-<dt>Rin:</dt><dd>default setting for \lstdefinestyle-definition of <code>Rinstyle</code> (for <font face="Courier New,Courier" color="#666666"><b>R</b></font> input),
+<dt>Rin:</dt><dd>
+default setting for \lstdefinestyle-definition of <code>Rinstyle</code> (for <font face="Courier New,Courier" color="#666666"><b>R</b></font> input),
default value is<br>
<code>list("style" = "Rstyle", "fancyvrb" = "true",</code><br>
<code> "basicstyle" = "\\color{Rcolor}\\small")</code>
</dd>
-<dt>Rout:</dt><dd>default setting for \lstdefinestyle-definition of <code>Routstyle</code> (for <font face="Courier New,Courier" color="#666666"><b>R</b></font> output),
+<dt>Rout:</dt><dd>
+default setting for \lstdefinestyle-definition of <code>Routstyle</code> (for <font face="Courier New,Courier" color="#666666"><b>R</b></font> output),
default value is<br>
<code>list("fancyvrb" = "false", "basicstyle" = "\\color{Rout}\\small")</code>
</dd>
-<dt>Rcode:</dt><dd>default setting for \lstdefinestyle-definition of <code>Rcodestyle</code> (for <font face="Courier New,Courier" color="#666666"><b>R</b></font> code),
+<dt>Rcode:</dt><dd>
+default setting for \lstdefinestyle-definition of <code>Rcodestyle</code> (for <font face="Courier New,Courier" color="#666666"><b>R</b></font> code),
default value is<br>
<code>list("style" = "Rstyle", "fancyvrb" = "true",</code><br>
<code> "basicstyle" = "\\color{Rcolor}\\small")</code>
@@ -180,7 +185,7 @@
<h3>See Also</h3>
-<p><code><a href="../../base/html/options.html">options</a></code>, <code><a href="../../base/html/getOption.html">getOption</a></code></p>
+<p><code><a onclick="findlink('base', 'options.html')" style="text-decoration: underline; color: blue; cursor: hand">options</a></code>, <code><a onclick="findlink('base', 'getOption.html')" style="text-decoration: underline; color: blue; cursor: hand">getOption</a></code></p>
<h3>Examples</h3>
Modified: branches/distr-2.2/pkg/SweaveListingUtils/chm/SweaveListingUtils.chm
===================================================================
(Binary files differ)
Modified: branches/distr-2.2/pkg/SweaveListingUtils/man/SweaveListingOptions.Rd
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/man/SweaveListingOptions.Rd 2009-08-11 23:08:27 UTC (rev 524)
+++ branches/distr-2.2/pkg/SweaveListingUtils/man/SweaveListingOptions.Rd 2009-08-12 22:10:14 UTC (rev 525)
@@ -58,9 +58,9 @@
\code{ "commentstyle" = "{\\\\color{Rcomment}\\\\ttfamily\\\\itshape}",}\cr
\code{ "literate" = "{<-}{{$\\\\leftarrow$}}2{<<-}{{$\\\\twoheadleftarrow$}}2",}\cr
\code{ "alsoother" = "{$}","alsoletter" = "{.<-}"}\cr
-\code{ "otherkeywords" = "{!,!=,~,$,*,\\\\&,\\\\ \%/\\\\ \%,\\\\ \%*\\\\ \%,\\\\ \%\\\\ \%,<-,<<-,/}")}\cr
-(CAVEAT: the spaces between the double backslashes and the percent sign in the last line
-are \emph{not} intended; I simply did not find another work-around)
+\code{ "otherkeywords" = "{!,!=,~,$,*,\\\\&,\\\\\%/\\\\\%,\\\\\%*\\\\\%,\\\\\%\\\\\%,<-,<<-,/}")}\cr
+%(CAVEAT: the spaces between the double backslashes and the percent sign in the last line
+%are \emph{not} intended; I simply did not find another work-around)
}
\item{Rdset:}{%
default setting for \\lstset-definition of Rd-code, default value is\cr
More information about the Distr-commits
mailing list