|
From: | Luke Crook |
Subject: | Re: [O] #+begin_landscape#+end_landscape |
Date: | Tue, 26 Mar 2013 18:07:24 -0700 |
Yes, I have. In fact, lscape is what I am using.I haven't changed the document at all, all I have done is upgrade Emacs which comes with org-mode v7.9.3f.In fact, I just exported the document in on a different machine that has org-mode 7.8.11 installed, and #+begin_landscape/#+end_landscape works as expected.On Tue, Mar 26, 2013 at 4:36 PM, Charles Berry <address@hidden> wrote:
Did you include the landscape package??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
>
>
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,
[Prev in Thread] | Current Thread | [Next in Thread] |