emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Using Book class without 'parts' for Org-mode Export


From: lists
Subject: Re: [O] Using Book class without 'parts' for Org-mode Export
Date: Thu, 17 Aug 2017 20:36:38 +0100
User-agent: Roundcube Webmail/1.3.0

On 2017-08-16 18:02, R Jain wrote:
Hi Ian,

Thanks for the reply. The part which I'm tripping over is:

#+latex: \chapterauthor{by Mike Anderson}

(add-to-list 'org-latex-classes
          '("koma-book"
             "\\documentclass{scrbook}"
             ("\\chapter{%s}" . "\\chapter{%s}")
             ("\\subsection{%s}" . "\\subsection*{%s}")
             ("\\subsection{%s}" . "\\subsection*{%s}")
             ("\\paragraph{%s}" . "\\paragraph*{%s}")
             )
     )

Where should I add this definition?


I have it in my init file in ~/.emacs.d. I use babel to tangle the file.

Ian.



reply via email to

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