From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: org-export-latex.el v0.17 is out Date: Sat, 28 Jul 2007 13:37:30 +0200 Message-ID: <87k5skyd1h.fsf@bzg.ath.cx> 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 1IEkc8-00016S-TP for emacs-orgmode@gnu.org; Sat, 28 Jul 2007 07:37:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IEkc6-00016G-ID for emacs-orgmode@gnu.org; Sat, 28 Jul 2007 07:37:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEkc6-00016D-Di for emacs-orgmode@gnu.org; Sat, 28 Jul 2007 07:37:38 -0400 Received: from hu-out-0506.google.com ([72.14.214.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IEkc6-0004QZ-1O for emacs-orgmode@gnu.org; Sat, 28 Jul 2007 07:37:38 -0400 Received: by hu-out-0506.google.com with SMTP id 23so486302huc for ; Sat, 28 Jul 2007 04:37:37 -0700 (PDT) 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@gnu.org Hi list, org-export-latex.el v0.17 is there: http://www.cognition.ens.fr/~guerry/u/org-export-latex.el - org-export-latex.el now convert images. The LaTeX exporter recognize .eps files as images (while the HTML exporter doesn't). There is a new option: `org-export-latex-image-default-option'. But this is just a temporary solution, since i think we should be able to set infile options for images, maybe through a comment line #+IMG: containing parameters for the next image LaTeX export. Ideas welcome. - The \date{<2007-07-28 sam>} is now commented out, so that LaTeX will insert it automatically. - Lots of bug fixes. Quick look at further improvements: - support for footnotes - parameters for image export - #+BEGIN_LaTeX and #+END_LaTeX - org-export-as-latex-region - better list exporter - support for bibtex citations Enjoy! -- Bastien