Re: [R] Sweave problem on Mac OS when using umlauts and summary()

2011-12-03 Thread Mark Heckmann
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:

Re: [R] Sweave problem on Mac OS when using umlauts and summary()

2011-12-02 Thread Yihui Xie
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

[R] Sweave problem on Mac OS when using umlauts and summary()

2011-12-02 Thread Mark Heckmann
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