Displaying 1 result from an estimated 1 matches for "settobedefinedpkg".
Did you mean:
settobedefinedpkgs
2009 Sep 03
1
Sweavelistingutil: Encoding problems
...weaveOpts{keep.source=TRUE}
| % -------------------------------------------------------------------------------
| <<SweaveListingsPreparations, results=tex, echo=FALSE>>=
| require(SweaveListingUtils)
| SweaveListingoptions(intermediate = FALSE)
| SweaveListingPreparations(ae = FALSE)
| setToBeDefinedPkgs(pkgs = c("SweaveListingUtils","distr"),
| keywordstyles = c("\\bf\\color{blue}","\\bf\\color{red}"))
| @Hello,
I am not sure whether this is a bug or lack of R experience.
However, I am using your Sweavelistingsutil package, which is ver...