From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: problem exporting org to latex: sections with math Date: Thu, 26 Oct 2017 16:54:53 +0200 Message-ID: <877evi6jsy.fsf@mat.ucm.es> References: <87fua671wf.fsf@mat.ucm.es> <87y3nyxott.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7jZF-0000Za-0e for emacs-orgmode@gnu.org; Thu, 26 Oct 2017 10:55:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7jZA-0000q4-Bk for emacs-orgmode@gnu.org; Thu, 26 Oct 2017 10:55:33 -0400 Received: from [195.159.176.226] (port=47854 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7jZA-0000p1-3V for emacs-orgmode@gnu.org; Thu, 26 Oct 2017 10:55:28 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e7jYj-0002WF-R1 for emacs-orgmode@gnu.org; Thu, 26 Oct 2017 16:55:01 +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" To: emacs-orgmode@gnu.org > Hello, > Uwe Brauer writes: > IIUC, you write the above directly in the document. Org has very limited > support for raw LaTeX syntax. It can only understand simple macros with > simple arguments -- i.e., no nested arguments. > If you need to write more complicated constructs in the document, > consider using dedicated syntax, e.g., > #+latex: \section{Adaptive methods using $h_{\text{op}}$} Ah thanks! That solves my problem.