emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] #+begin_landscape#+end_landscape


From: Charles Berry
Subject: Re: [O] #+begin_landscape#+end_landscape
Date: Tue, 26 Mar 2013 23:36:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Luke Crook <luke <at> balooga.com> writes:

> 
> When exporting to Latex, the system used to change the paper orientation to 
> landscape for tables between the #+begin_landscape #+end_landscape tags.
> 
> I noticed that v7.9.3f no longer does this.  Were the 
> #+begin_landscape/#+end_landscape tags deprecated?
> 
> Thanks,
> -Luke
> 
> 

Did you include the landscape package??

This 

,----
| #+LATEX_HEADER: \usepackage{lscape}
| 
| before
| 
| #+begin_landscape
| 
| here is some text
| 
| #+end_landscape
| 
| after
`----


gives me three pages using the new exporter. 'before' and 'after' in portrait 
and "here is some text" in landscape.

HTH,







reply via email to

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