What locale is this? My guess is that this is a UTF-8 locale. If so, you need to tell latex the input is in UTF-8, which you can do in the current LaTeX release (you need 2003/12/01). As I recall you do this by
\usepackage[utf8]{inputenc} On Sun, 21 Aug 2005, Charles Geyer wrote: > OK. I give up. I'll ask a stupid question. > How do I get the [EMAIL PROTECTED] signif stars line printed by summaries > to not look extremely bizarre in the latex produced by Sweave? > For example, see p. 7 of > > http://www.stat.umn.edu/geyer/aster/library/aster/doc/tutor.pdf > > I can see what the problem is. R emits non-ascii characters (as it > is supposed to do), Sweave puts them in the tex file, and latex can't > handle them. But I don't see the solution. > > Hmmmm. Well I just discovered a kludge > > <<foo,include=FALSE,echo=FALSE>>= > Sys.setlocale(category = "LC_ALL", locale = "C") > @ > > at the beginning of the Rnw file. But is that TRT (the Right Thing)? > > -- > Charles Geyer > Professor, School of Statistics > University of Minnesota > [EMAIL PROTECTED] > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > > -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel