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: 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

Thanks you all for the suggestions! Let me try out the suggestions and I will report back on what worked.
Thanks again!
Shripad.

Shripad
Tucson, AZ


On Mon, Mar 18, 2013 at 6:07 PM, Thomas S. Dye <address@hidden> wrote:
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]