Displaying 1 result from an estimated 1 matches for "sfdefault".
Did you mean:
sdefault
2004 Sep 27
0
Sweave with other fonts looks weird in pdf file
I've become an avid user of Sweave and would like to able to use other fonts
but when I added the following lines to a sweave file,
\renewcommand{\familydefault}{cmss}
\renewcommand{\rmdefault}{cmss}
\renewcommand{\sfdefault}{cmr}
\normalfont\normalsize
the pdf file generated with pdflatex the text for the sections that aren't
generated by sweave (all the "non-chunks") have that "jaggedy" look when
displayed in acrobat reader. When I print the document, the text looks fine.
I'm using,
C...