From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: EXPORT_LATEX_HEADER property Date: Thu, 3 Mar 2016 12:02:47 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d77ae751a38052d22f115 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abR2I-0002kN-Jb for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 06:03:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abR2B-0001rr-KB for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 06:03:13 -0500 Received: from mail-oi0-x235.google.com ([2607:f8b0:4003:c06::235]:36049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abR2B-0001rn-Fd for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 06:03:07 -0500 Received: by mail-oi0-x235.google.com with SMTP id r187so12507491oih.3 for ; Thu, 03 Mar 2016 03:03:07 -0800 (PST) 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" --001a113d77ae751a38052d22f115 Content-Type: text/plain; charset=UTF-8 Hi, I need some help here. I'm using org 8.3.4. I am exporting subtrees to LaTeX. So I configure as much as possible per subtree. First, I can't find where is documented the difference between :EXPORT_LATEX_HEADER: and :EXPORT_LATEX_HEADER+: Clearly, I need to use the latter form with my configuration (the former doesn't output anything), but I'd like to know precisely where the behavior is described. Second, when I use several lines with :EXPORT_LATEX_HEADER+: they are concatenated into a single line. This is annoying because: :PROPERTIES: :EXPORT_LATEX_HEADER+: \usepackage{mathptmx} % rm & math :EXPORT_LATEX_HEADER+: \usepackage[scaled=0.90]{helvet} % ss ... :END: results in \usepackage{mathptmx} % rm & math \usepackage[scaled=0.90]{helvet} % ss which is obviously unintended. Could it be possible to add a '\n' between those lines? Thanks for any help / clarification Fabrice --001a113d77ae751a38052d22f115 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I need some help here.
I'm using org 8.3.4.

I am exporti= ng subtrees to LaTeX.
So I configure as much as possible per subt= ree.

First, I can't find where is documented t= he difference between
:EXPORT_LATEX_HEADER:
and
:EXPORT_LATEX_HEADER+:

Clearly, I need to use t= he latter form with my configuration (the former doesn't output anythin= g), but I'd like to know precisely where the behavior is described.

Second, when I use several lines with
= :EXPORT_LATEX_HEADER+:
they =C2=A0are concatenated into a s= ingle line.

This is annoying because:
:PROPERTIES:
:EXPORT_LATEX_HEADER+: \usepackage= {mathptmx} % rm & math
:EXPORT_LATEX_HEADER+: \usepackage[sca= led=3D0.90]{helvet} % ss
...
:END:

=
results in=C2=A0

\usepackage{mathptmx} = % rm & math =C2=A0\usepackage[scaled=3D0.90]{helvet} % ss

which is obviously unintended.

Cou= ld it be possible to add a '\n' between those lines?

=
Thanks for any help / clarification

Fab= rice




--001a113d77ae751a38052d22f115--