From mboxrd@z Thu Jan 1 00:00:00 1970 From: shripad sinari Subject: scaling the text in the results block of some code chunk when exported using LaTeX Date: Mon, 18 Mar 2013 16:44:23 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec55409808a65a704d83b917d Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHjj7-0005cf-O9 for emacs-orgmode@gnu.org; Mon, 18 Mar 2013 19:44:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHjj6-0004o8-E1 for emacs-orgmode@gnu.org; Mon, 18 Mar 2013 19:44:25 -0400 Received: from mail-ob0-x230.google.com ([2607:f8b0:4003:c01::230]:38769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHjj6-0004m7-71 for emacs-orgmode@gnu.org; Mon, 18 Mar 2013 19:44:24 -0400 Received: by mail-ob0-f176.google.com with SMTP id v19so5943754obq.21 for ; Mon, 18 Mar 2013 16:44:23 -0700 (PDT) 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: emacs-orgmode@gnu.org --bcaec55409808a65a704d83b917d Content-Type: text/plain; charset=ISO-8859-1 Hello all, Is there a way to scale the text in the latex export of a results block produced by a code chunk? Here is the code chunk i am trying to evaluate and export: #+BEGIN_SRC R :session :exports results :results output org replace :tangle yes print(list.files(recursive = T, pattern = "*.xls*")) #+END_SRC This prints a list of filenames that are quite long. I need to preserve them as is. Here is the results block: #+END_SRC #+Results: #+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 Is there a way for me to define the scaling of the text within the results block when this is exported using latex? Thank you and regards, Shripad Tucson, AZ --bcaec55409808a65a704d83b917d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello all,
Is there a way to scale the text in the lat= ex export of a results block produced by a code chunk?

=
Here is the code chunk i am trying to evaluate and export:

#+BEGIN_SRC R :session :exports results :results output= org replace :tangle yes
=A0 print(list.files(recursive =3D T, pa= ttern =3D "*.xls*"))
#+END_SRC

This prints a list of filenames that are quite long. I need to preserve the= m as is. Here is the results block:

#+END_SRC=

#+Results:
#+BEGIN_SRC org
[1] "20130304 Some Spreadsheet/20130215 XXXXXXXXXXX_CB edited for= sample classification.xls"
[2] "20130304 Some Spreadsh= eet/20130215 XXXXXXXXXXX_CB edited for sample classification.xls"
[4] "20130304 Some Spreadsheets/20130215 XXXXXXXXXXXXXXXX samples= results final.xlsx"
[5] "20130304 Some Spreadsheets/20= 130215 XXXXXXXXXXXXXXXX results final_formatted.xlsx"
[6] &q= uot;20130304 Some Spreadsheets/20130304 XXXXXXXXXXXXXXXX samples results 12= 1109_Rep Aliqs Highlighted.xlsx"

#+END_SRC

Is there a way for m= e to define the scaling of the text within the results block when this is e= xported =A0using latex?

Thank you and regards,

Shripad
Tucson, AZ
=
--bcaec55409808a65a704d83b917d--