emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Controlling pagination on headings in Latex/PDF export?


From: Sebastien Vauban
Subject: Re: [O] Controlling pagination on headings in Latex/PDF export?
Date: Thu, 16 Feb 2012 20:44:12 +0100
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.92 (windows-nt)

Hi Jos'h,

Jos'h Fuller wrote:
> I am familiar with \newpage (and I especially like to put it at the front of
> the document to keep my content out of my table of contents!), but I was
> hoping to be able to do this in some more automatic fashion, since these are
> long reports and I want to be able to process them unattended.
>
> Is it possible to do something like this:
>
> * Period...
> ** Asset
> #+latex: \keepthisstufftogether{begin}
> *** DEPARTMENT A
>     | Table | Data | Here. |
>     | Table | Data | Here. |
>     | Table | Data | Here. |
> #+latex: \keepthisstufftogether{end}
> *** DEPARTMENT B
> ...
>
> I have no idea what /actual/ LaTeX call fills in for
> "\keepthisstufftogether" though...

I have written such a thing, years ago, first for LaTeX, now for Org:

--8<---------------cut here---------------start------------->8---
% how not to have a page break with what is following?
address@hidden
--8<---------------cut here---------------end--------------->8---

and I put whereever it's needed

--8<---------------cut here---------------start------------->8---
** Asset
#+latex: \mykeepwithnextpar{}
*** DEPARTMENT A
    | Table | Data | Here. |
    | Table | Data | Here. |
    | Table | Data | Here. |
*** DEPARTMENT B
--8<---------------cut here---------------end--------------->8---

Does it work for you?

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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