emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Long table, landscape or sideways, LaTeX PDF


From: Alan E. Davis
Subject: Re: [O] Long table, landscape or sideways, LaTeX PDF
Date: Wed, 15 Jun 2011 16:02:39 +1000

This is what worked TO AN EXTENT (no page breaks in table):

----------------
  (At top of org file:)
#+ATTR_LaTeX: longtable align=l|lp{3cm}r|l
#+LATEX_HEADER: \usepackage{pdflscape}

 #+LaTeX: \begin{center} \begin{landscape}
#+LaTeX: {}\begin{sidewaystable}\footnotesize
 
[ORG TABLE HERE]

#+LaTeX:\end{landscape} \end{center}
#+LaTeX: \end{sidewaystable}

-----------------

No such thing as breaking across the page happened.  Neither was I able to use longtable to do so.

Alan


reply via email to

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