emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] scaling the text in the results block of some code chunk when ex


From: Thomas S. Dye
Subject: Re: [O] scaling the text in the results block of some code chunk when exported using LaTeX
Date: Mon, 18 Mar 2013 15:07:43 -1000

Jay Kerns <address@hidden> writes:

> 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
 cat("\\scriptsize")
 print(list.files(recursive = T, pattern = "*.xls*"))
 cat("\\normalsize")
#+END_SRC

hth,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]