From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Passing font size to exported LaTeX table Date: Tue, 24 May 2011 10:54:00 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0003255593beb9ca4f04a4079834 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOtvo-0004DN-Em for emacs-orgmode@gnu.org; Tue, 24 May 2011 11:54:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOtvn-0004Db-G7 for emacs-orgmode@gnu.org; Tue, 24 May 2011 11:54:04 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:40729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOtvn-0004DQ-5X for emacs-orgmode@gnu.org; Tue, 24 May 2011 11:54:03 -0400 Received: by bwz17 with SMTP id 17so7258209bwz.0 for ; Tue, 24 May 2011 08:54:01 -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 --0003255593beb9ca4f04a4079834 Content-Type: text/plain; charset=UTF-8 Hi, I can control a table font size directly from the .tex file like so: --- \scriptsize{ \begin{center} \begin{tabular}{lllrr} table entries here \end{tabular} \end{center} } --- Any way to pass this from org-mode? Otherwise, I keep changing the org file, exporting, and then having to add this to the tex file and re-export. I tried: --- #+begin_latex \scriptsize{ #+end_latex |org|table|here| #+begin_latex } #+end_latex --- without success. Thanks, John --0003255593beb9ca4f04a4079834 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi,


I can control a table font size direc= tly from the .tex file like so:

---
\scr= iptsize{
\begin{center}
\begin{tabular}{lllrr}

table entries here

= \end{tabular}
\end{center}
}
---
<= div>
Any way to pass this from org-mode? Otherwise, I keep ch= anging the org file, exporting, and then having to add this to the tex file= and re-export.

I tried:
---
#+begin_latex
\scriptsize{
#+end_latex

|org|table|he= re|

#+begin_latex
}
#+end_latex
---

without success.


= Thanks,
John
--0003255593beb9ca4f04a4079834--