emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] org-export-latex.el v0.20 -- major enhancements


From: Bastien
Subject: [Orgmode] org-export-latex.el v0.20 -- major enhancements
Date: Wed, 01 Aug 2007 10:26:01 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]