[Distr-commits] r565 - branches/distr-2.2/pkg/SweaveListingUtils/R branches/distr-2.2/pkg/SweaveListingUtils/inst pkg/SweaveListingUtils/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 4 11:50:24 CEST 2009


Author: ruckdeschel
Date: 2009-09-04 11:50:21 +0200 (Fri, 04 Sep 2009)
New Revision: 565

Modified:
   branches/distr-2.2/pkg/SweaveListingUtils/R/SweaveListingOptions.R
   branches/distr-2.2/pkg/SweaveListingUtils/inst/TOBEDONE
   pkg/SweaveListingUtils/R/SweaveListingOptions.R
Log:
new option extendedchars=false according to Mail by Rasmus Pank Roulund 

Modified: branches/distr-2.2/pkg/SweaveListingUtils/R/SweaveListingOptions.R
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/R/SweaveListingOptions.R	2009-09-04 02:37:58 UTC (rev 564)
+++ branches/distr-2.2/pkg/SweaveListingUtils/R/SweaveListingOptions.R	2009-09-04 09:50:21 UTC (rev 565)
@@ -7,6 +7,7 @@
 
 .SweaveListingOptions <- list(
 Rset = list("fancyvrb" = "true", "escapechar" = "`",
+        "extendedchars" = "false",
         "language" = "R", "basicstyle" = "{\\color{Rcolor}\\small}",
         "keywordstyle" = "{\\bf\\color{Rcolor}}",
         "commentstyle" = "{\\color{Rcommentcolor}\\ttfamily\\itshape}",

Modified: branches/distr-2.2/pkg/SweaveListingUtils/inst/TOBEDONE
===================================================================
--- branches/distr-2.2/pkg/SweaveListingUtils/inst/TOBEDONE	2009-09-04 02:37:58 UTC (rev 564)
+++ branches/distr-2.2/pkg/SweaveListingUtils/inst/TOBEDONE	2009-09-04 09:50:21 UTC (rev 565)
@@ -6,4 +6,6 @@
 + possibly even some templates
 + optionally delegate SweaveListingUtils TeX markup in extra files
   to be included with \include in order not to clutter the original
-  TeX file 
\ No newline at end of file
+  TeX file 
++ define a file SweaveListingUtils.sty as indicated by Fritz Leisch
++ to listings developers: insist on including the \lstrenewenvironment definition
\ No newline at end of file

Modified: pkg/SweaveListingUtils/R/SweaveListingOptions.R
===================================================================
--- pkg/SweaveListingUtils/R/SweaveListingOptions.R	2009-09-04 02:37:58 UTC (rev 564)
+++ pkg/SweaveListingUtils/R/SweaveListingOptions.R	2009-09-04 09:50:21 UTC (rev 565)
@@ -7,6 +7,7 @@
 
 .SweaveListingOptions <- list(
 Rset = list("fancyvrb" = "true", "escapechar" = "`",
+        "extendedchars" = "false",
         "language" = "R", "basicstyle" = "{\\color{Rcolor}\\small}",
         "keywordstyle" = "{\\bf\\color{Rcolor}}",
         "commentstyle" = "{\\color{Rcommentcolor}\\ttfamily\\itshape}",



More information about the Distr-commits mailing list