Displaying 1 result from an estimated 1 matches for "sweavelistingspreparations".
Did you mean:
sweavelistingpreparations
2009 Sep 03
1
Sweavelistingutil: Encoding problems
...e[T1]{fontenc}
| \usepackage[utf8]{inputenc}
`----
And the "R-settings" looks like this (basically copied from the viginette):
,----
| %\usepackage[noae]{Sweave}
| \SweaveOpts{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}",...