From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: Quoting latex code Date: Tue, 15 Dec 2009 13:29:34 +0100 Message-ID: <51b0095d0912150429leb19bfob112cb7be2f9c61e@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKWX4-0008KD-Oa for emacs-orgmode@gnu.org; Tue, 15 Dec 2009 07:29:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKWX3-0008Ip-CT for emacs-orgmode@gnu.org; Tue, 15 Dec 2009 07:29:38 -0500 Received: from [199.232.76.173] (port=43976 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKWX2-0008Id-To for emacs-orgmode@gnu.org; Tue, 15 Dec 2009 07:29:36 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]:34071) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKWX2-0004iv-H4 for emacs-orgmode@gnu.org; Tue, 15 Dec 2009 07:29:36 -0500 Received: by fg-out-1718.google.com with SMTP id 16so330714fgg.12 for ; Tue, 15 Dec 2009 04:29:35 -0800 (PST) In-Reply-To: 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: emacs-orgmode 2009/12/15 andrea : > > I want to do something which I think should be really simple. > I'm writing a small guide of latex for org-users, useful for people > working with me that don't know latex but must insert some symbols in > org-files. > > So I want to create simple tables where I insert the symbol and the > output. > But however I insert \phi|\pi|whatever it gets always transformed into > the symbol when exporting to pdf. > > (also \mbox doesn't work) > How could I do to get something like this: > > literal(\phi) -> \phi > > Without possibly having to write some > #+BEGIN... > Thanks > Hi Andrea, what about =\phi= ? -- Nicolas