|
From: | shripad sinari |
Subject: | Re: [O] scaling the text in the results block of some code chunk when exported using LaTeX |
Date: | Mon, 18 Mar 2013 19:08:47 -0700 |
Jay Kerns <address@hidden> writes:cat("\\scriptsize")
> I don't know of a way to scale /within/ the code block, but does
> this work instead?
>
#+NAME: foo
#+BEGIN_SRC R :session :exports results :results output org replace :tangle yes
print(list.files(recursive = T, pattern = "*.xls*"))cat("\\normalsize")
#+END_SRC
hth,
Tom
--
Thomas S. Dye
http://www.tsdye.com
[Prev in Thread] | Current Thread | [Next in Thread] |