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: Jay Kerns
Subject: Re: [O] scaling the text in the results block of some code chunk when exported using LaTeX
Date: Mon, 18 Mar 2013 20:26:29 -0400

Hello Shripad,

On Mon, Mar 18, 2013 at 7:44 PM, shripad sinari
<address@hidden> wrote:

[snip]

> Is there a way for me to define the scaling of the text within the results
> block when this is exported  using latex?

[snip]


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*"))
#+END_SRC

\scriptsize
#+RESULTS: foo
#+BEGIN_SRC org
[1] "20130304 Some Spreadsheet/20130215 XXXXXXXXXXX_CB edited for
sample classification.xls"
[2] "20130304 Some Spreadsheet/20130215 XXXXXXXXXXX_CB edited for
sample classification.xls"
[4] "20130304 Some Spreadsheets/20130215 XXXXXXXXXXXXXXXX samples
results final.xlsx"
[5] "20130304 Some Spreadsheets/20130215 XXXXXXXXXXXXXXXX results
final_formatted.xlsx"
[6] "20130304 Some Spreadsheets/20130304 XXXXXXXXXXXXXXXX samples
results 121109_Rep Aliqs Highlighted.xlsx"
#+END_SRC
\normalsize

I learned just yesterday that the 'naming code blocks' trick is very
handy for things like this.  Here is halfway through the thread where
this was discussed:

http://lists.gnu.org/archive/html/emacs-orgmode/2013-03/msg01268.html

See also John Hendy's comments later in the thread.

I hope this helps,

-- 
Jay



reply via email to

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