emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] Re: force page break in pdf/latex output


From: Trent Buck
Subject: Re: [emacs-wiki-discuss] Re: force page break in pdf/latex output
Date: Sat, 29 Oct 2005 13:48:38 +1000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Michael Olson <address@hidden> writes:

> Alex Polite <address@hidden> writes:
>
>> I really like the ability to generate PDFs. Is there a way to force page
>> breaks in the PDF output?
>
> Using "----" on a line by itself might work.  If that doesn't work,

That is currently bound to \bigskip.

Alex, putting 

        (require 'muse-latex)
        (setq (cdr (assoc 'rule muse-latex-markup-strings)) "\\newpage ")

in your .emacs should give you the desired behaviour.

-- 
Trent Buck, Student Errant




reply via email to

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