From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: org-export-latex.el v0.20 -- major enhancements Date: Wed, 01 Aug 2007 10:26:01 +0200 Message-ID: <87k5sf4q5i.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 1IG9X4-0006wF-T7 for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 04:26:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IG9X3-0006vm-35 for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 04:26:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IG9X2-0006vd-PT for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 04:26:12 -0400 Received: from hu-out-0506.google.com ([72.14.214.233]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IG9X2-0001KD-Bx for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 04:26:12 -0400 Received: by hu-out-0506.google.com with SMTP id 23so94752huc for ; Wed, 01 Aug 2007 01:26:11 -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 folks, many new things in org-export-latex.el for this release! - in-place/to-buffer/region conversion -- check these new functions: `org-replace-region-by-latex' `org-export-as-latex-to-buffer' `org-export-as-latex-region' - Footnotes -- org-export-latex.el can now convert footnotes. To ensure footnotes are normally converted, please bind each one to a different number. Only the default style (i.e. "[1]") is matched, like for the HTML export. - You can now use odd-only sectioning (thanks to Leo for pointing on this bug.) - There is a new option that let you decide what to do if a section comes below the admitted level of sectioning (which defaults to 3 and can be manually set through the "H:" Org option.) `org-handle-low-levels' : nil ignore these sections : 'description convert them as description list items : "\subparagraph{%s}" convert them using this string Thanks to David C. Moffat for discussions on this. - You can use #+BEGIN_LaTeX and #+END_LaTeX (and #+LaTeX:) as you use their HTML equivalent. No text in these environments will be touched in any way. - The following options have been renamed (without their [...] part): org[-export]-latex-remove-from-headlines org[-export]-latex-image-default-option org[-export]-latex-sectioning-alist - A lot of bug fixes. I'll be off from tonight till the 8th, so i hope this release won't break too many things! Regards, -- Bastien