From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Suport for pictures? Date: Wed, 08 Aug 2007 18:58:53 +0200 Message-ID: <87odhiaroy.fsf@bzg.ath.cx> References: <417457b50708080157o542380d1l87e48f40504d857@mail.gmail.com> <87tzras67o.fsf@bzg.ath.cx> <417457b50708080411q31dddf7fyafdad49052ce0f5b@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 1IIosF-0004qm-RP for emacs-orgmode@gnu.org; Wed, 08 Aug 2007 12:59:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIosD-0004qa-GJ for emacs-orgmode@gnu.org; Wed, 08 Aug 2007 12:59:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIosD-0004qX-Ab for emacs-orgmode@gnu.org; Wed, 08 Aug 2007 12:59:05 -0400 Received: from ug-out-1314.google.com ([66.249.92.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IIosC-0001Vf-NJ for emacs-orgmode@gnu.org; Wed, 08 Aug 2007 12:59:04 -0400 Received: by ug-out-1314.google.com with SMTP id 34so288543ugf for ; Wed, 08 Aug 2007 09:59:03 -0700 (PDT) In-Reply-To: <417457b50708080411q31dddf7fyafdad49052ce0f5b@mail.gmail.com> (Johan Ekh's message of "Wed\, 8 Aug 2007 13\:11\:25 +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: Johan Ekh Cc: emacs-orgmode@gnu.org Hello Johan, "Johan Ekh" writes: > Sorry for being ignorant, but how do I use the "LaTeX exporter"? I did > not know about it. Can't find it in my version of the documentation. Oops sorry, i should have mentionned it: http://www.cognition.ens.fr/~guerry/u/org-export-latex.el > One more question, can I use Pstricks with the latex exporter? The LaTeX exporter just prevents #+BEGIN_LaTeX sections from being converted into LaTeX - i.e. it leaves them as they are. So you can put whatever (La)TeX (and pstricks) code you want inside them. Let me know if you encounter any trouble. Regards, -- Bastien