search for: slshape

Displaying 1 result from an estimated 1 matches for "slshape".

2012 May 25
1
knitr customization
...batimEnvironment{Soutput}{Verbatim}{xleftmargin=2em, fontsize=\footnotesize} In order to get a similar result (with a tiny size instead of a footnote size, but that is not the point) with knitr I included in the .Rnw file the lines \ifdefined\knitrout \renewenvironment{knitrout}{\begin{tiny}\slshape}{\end{tiny}} \else \fi What I get is something like this: http://definetti.uark.edu/~gpetris/knitr-output.pdf The problem is that the prompt sign '>' did not change either size or shape. So I am probably not using the correct approach. How should I be doing? Also, what do I have...