Displaying 4 results from an estimated 4 matches for "sweavelistingpreparations".
2009 Jul 13
3
SweaveListingUtils question
Hello,
recently I read about the SweaveListingUtils package and now I want to try
it out. However, I can not make it work...
Below a minimal example. The problem seems to be the following line
(generated by SweaveListingPreparations()?):
\ifthenelse{\boolean{Sweave@gin}}{\setkeys{Gin}{width=0.6\textwidth}}{}%
If I comment out this line, it works.
What can I do about this?
I am using the \begin{Scode} notation instead of Rnw files. May this be the
problem? For some technical reason, I would like to stick on this notation....
2009 Sep 03
1
Sweavelistingutil: Encoding problems
...,----
| %\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}","\\bf\\color{red}"))
| @Hello,
I am not sure whether this is a bug or lack of R experience.
However, I am using your Sweaveli...
2009 Nov 23
0
new version of distr-family of packages
...#
## Package distrMod
##############################################
- methods for qqplot() for parametric model objects as argument
- unified treatment of NAs
##############################################
## Package SweaveListingUtils
##############################################
- commands:
* SweaveListingPreparations() is more flexible
[see help & NEWS file]
* integrated Andrew Ellis's nice ideas into SweaveListingUtils
to use \lstenvironment
* individual markup style for base or recommended packages
(checked for with new function isBaseOrRecommended()) is
distinct now by default (extra...
2009 Nov 23
0
new version of distr-family of packages
...#
## Package distrMod
##############################################
- methods for qqplot() for parametric model objects as argument
- unified treatment of NAs
##############################################
## Package SweaveListingUtils
##############################################
- commands:
* SweaveListingPreparations() is more flexible
[see help & NEWS file]
* integrated Andrew Ellis's nice ideas into SweaveListingUtils
to use \lstenvironment
* individual markup style for base or recommended packages
(checked for with new function isBaseOrRecommended()) is
distinct now by default (extra...