I just noticed that the question has already been answered on the R-help list
before:
http://r.789695.n4.nabble.com/Sweave-font-problems-with-Signif-codes-lines-td977346.html
Adding the following R line solves the problem:
options(useFancyQuotes = FALSE)
Mark
>
>
> On Fri, Dec 2, 2011 at 4:
This problem comes up so frequently that I have made
options(useFancyQuotes=FALSE) by default in my knitr package:
http://yihui.github.com/knitr/
You can also use options(useFancyQuotes='TeX').
Regards,
Yihui
--
Yihui Xie
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa
I have the following Sweave file which gets sweaved correctly.
<<>>=
m <- lm(y1 ~x1, anscombe)
summary(m)
@
I include the sweaved .tex file into another .tex file via include.
When I use a single umlaut in the .snw file a warning occurs.
As a result part of the summary output is not contained in
3 matches
Mail list logo