From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikael Fornius Subject: Re: Latex macros Date: Thu, 25 Jun 2009 14:32:26 +0200 Message-ID: <87r5x84hph.fsf@abc.se> References: <30a87b20906250452n2602c7eycccdcdf663437f8e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJo8p-0000sB-EF for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 08:33:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJo8k-0000oo-V3 for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 08:33:23 -0400 Received: from [199.232.76.173] (port=49859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJo8k-0000od-Pv for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 08:33:18 -0400 Received: from violet.abc.se ([62.80.200.155]:48076) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MJo8j-0004QY-IH for emacs-orgmode@gnu.org; Thu, 25 Jun 2009 08:33:18 -0400 In-Reply-To: <30a87b20906250452n2602c7eycccdcdf663437f8e@mail.gmail.com> (hello world's message of "Thu, 25 Jun 2009 13:52:48 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: hello world Cc: emacs-orgmode@gnu.org I use the #+LATEX_HEADER in the beginning lines of my .org-file, like this: #+LATEX_HEADER: \usepackage{amsmath} #+LATEX_HEADER: \newcommand{\cparen}[1]{\left\{ #1 \right\}} -- Mikael Fornius