From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: latex header lines vs latex block Date: Tue, 09 Sep 2014 16:52:53 +0200 Message-ID: <871trkzvzu.fsf@gmail.com> References: <87tx4hyqyl.fsf@gmail.com> <86tx4h3uax.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRMnQ-0006NA-8W for emacs-orgmode@gnu.org; Tue, 09 Sep 2014 10:53:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRMnK-0006Nx-Tu for emacs-orgmode@gnu.org; Tue, 09 Sep 2014 10:53:28 -0400 Received: from plane.gmane.org ([80.91.229.3]:59800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRMnK-0006Nh-OB for emacs-orgmode@gnu.org; Tue, 09 Sep 2014 10:53:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XRMnF-0004bE-Me for emacs-orgmode@gnu.org; Tue, 09 Sep 2014 16:53:17 +0200 Received: from e178059041.adsl.alicedsl.de ([85.178.59.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Sep 2014 16:53:17 +0200 Received: from tjolitz by e178059041.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Sep 2014 16:53:17 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Sebastien Vauban writes: > See http://lists.gnu.org/archive/html/emacs-orgmode/2014-06/msg00744.html > for Nicolas' answer on this point: > > ╭──── > │ I suggest to use existing solutions instead: configure > │ `org-latex-classes'. > ╰──── a related question: is this the right format to create the preamble string: #+BEGIN_SRC emacs-lisp '(;; Name "obb-article-full-page" ;; Preamble (concat "\\documentclass{article}\n" "[DEFAULT-PACKAGES]\n" "[PACKAGES]\n" "[EXTRA]\n" "\\usepackage[cm]{fullpage}\n") ;; Sectioning Structure ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ...) #+END_SRC not sure if I need the line-feeds ... -- cheers, Thorsten