From mboxrd@z Thu Jan 1 00:00:00 1970 From: shripad sinari Subject: Re: scaling the text in the results block of some code chunk when exported using LaTeX Date: Mon, 18 Mar 2013 19:08:47 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0444805bf6163104d83d9569 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHlyr-0004OT-38 for emacs-orgmode@gnu.org; Mon, 18 Mar 2013 22:08:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHlyq-00081l-0z for emacs-orgmode@gnu.org; Mon, 18 Mar 2013 22:08:49 -0400 Received: from mail-ob0-x229.google.com ([2607:f8b0:4003:c01::229]:50686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHlyp-00081h-Sk for emacs-orgmode@gnu.org; Mon, 18 Mar 2013 22:08:47 -0400 Received: by mail-ob0-f169.google.com with SMTP id ta14so6135355obb.14 for ; Mon, 18 Mar 2013 19:08:47 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org, Jay Kerns --f46d0444805bf6163104d83d9569 Content-Type: text/plain; charset=ISO-8859-1 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 wrote: > Jay Kerns 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 > --f46d0444805bf6163104d83d9569 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks you all for the suggestions! Let me try out the sug= gestions 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 <tsd@tsdye.com> wrote:
Jay Kerns <gjk= ernsysu@gmail.com> 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
=A0cat("\\scriptsize")
=A0print(list.files(recursive =3D T, pattern =3D "*.= xls*"))
=A0cat("\\normalsize")
#+END_SRC

hth,
Tom

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

--f46d0444805bf6163104d83d9569--