Displaying 1 result from an estimated 1 matches for "familydefault".
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. Wh...