From mboxrd@z Thu Jan 1 00:00:00 1970 From: Curiouslearn Subject: Re: About entering latex code in an org file Date: Fri, 10 Dec 2010 11:22:11 -0500 Message-ID: References: <0C6C2588-A514-49BA-8C82-D1F1EDD0F6AA@chem.utoronto.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=55947 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PR5jZ-0004HF-PR for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 11:22:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PR5jY-0000SO-Ms for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 11:22:13 -0500 Received: from mail-gx0-f180.google.com ([209.85.161.180]:35222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PR5jY-0000SJ-IW for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 11:22:12 -0500 Received: by gxk19 with SMTP id 19so2444058gxk.39 for ; Fri, 10 Dec 2010 08:22:12 -0800 (PST) In-Reply-To: <0C6C2588-A514-49BA-8C82-D1F1EDD0F6AA@chem.utoronto.ca> 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: Pierre de Buyl Cc: emacs-orgmode@gnu.org Hi Pierre, I tried to enclose it manually, however, the conversion inserts its own $ signs preceded by a slash. There were some stray $ signs left in the document after conversion. Thanks. On Fri, Dec 10, 2010 at 10:57 AM, Pierre de Buyl wrote: > Hello, > > I am no expert either but I think that the automated detection of latex > snippets (that is, no explicit $) will only enclose in $ parts that canno= t > be reproduced in text. > > I suggest that if you want a complete expression like \pi_{g} =A0\geq =A0= 0.05 to > be translated to $\pi_{g} =A0\geq =A00.05$ instead of $\pi$$_{g}$ =A0\geq= =A00.05 > you should do the enclosing manually. > > HTH, > > Pierre > > > Le 10 d=E9c. 10 =E0 10:17, Curiouslearn a =E9crit : > >> Hi, >> >> I am new to both emacs and org-mode. Org-mode sounds really cool and I >> am trying to use it to make notes for a project. I have some latex >> symbols that I need to enter in the file. >> As a background: >> (1) I read in the manual that for latex code I do not need to enclose >> math inside $ $. >> (2) I have many words with "_" in the their names, so as mentioned in >> the manual, I added >> #+OPTIONS: ^:{} >> #+OPTIONS: _:{} >> to my .org file. >> >> In fact, the my file is >> >> ------------------------------------------------------------------------= ----------------------------- >> #+OPTIONS: ^:{} >> #+OPTIONS: _:{} >> #+LATEX_HEADER: \setlength{\parskip}{2ex plus 0.5ex minus 0.2ex} >> #+LATEX_HEADER: \setlength{\parindent}{0in} >> >> * TODO Write an aspiration_review function >> =A0The function should do the following: >> =A01. Investigates if \pi_{g} =A0\geq =A00.05 =A0and \bar{\pi} \geq =A0A= SP_LEVEL >> >> >> ** Investigate if >> >> >> ------------------------------------------------------------------------= ----------------------------- >> The problem is that when I export this using 'C-c C- e l' to latex, >> some parts that should be enclosed in $ $ sign are not enclosed. This >> is the relevant line copied and pasted from the exported .tex file >> >> \item Investigates if $\pi$$_\{g\}$ =A0\geq =A00.05 =A0and \bar{\pi} \ge= q >> ASP\_{}LEVEL >> >> Can someone please let me know what is happening? >> >> Thanks very much for all those who have been working on org-mode. >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >