Updated readme files (in preparation for the release of 1.1.9beta)
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@138 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
97f311367a
commit
bf0c99a95c
4 changed files with 36 additions and 3 deletions
|
@ -1,6 +1,39 @@
|
||||||
Version history for Writer2LaTeX
|
Version history for Writer2LaTeX
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
Version 1.1.9 beta (March 2012)
|
||||||
|
- Filters:
|
||||||
|
- Added user interface to edit custom configuration
|
||||||
|
- Added help files
|
||||||
|
- New Writer4LaTeX extension supporting the use of Writer as a frontend to LaTeX
|
||||||
|
- LaTeX:
|
||||||
|
- Support XeTeX and polyglossia.sty
|
||||||
|
- Support for xepersian.sty
|
||||||
|
- Support Zotero, JabRef and natbib.sty
|
||||||
|
- Improved support for cross references
|
||||||
|
- Support unnumbered headings
|
||||||
|
- Support first/last foot for multipage tables
|
||||||
|
- Cleaner export of formulas (avoiding redundant braces)
|
||||||
|
- Support for new StarMath constructs
|
||||||
|
- Support the "numbered formula" AutoText in Writer
|
||||||
|
- XHTML:
|
||||||
|
- Support conversion to EPUB format
|
||||||
|
- Support conversion to XHTML 1.1 (without MathML)
|
||||||
|
- The style sheet can now be created in a separate file
|
||||||
|
- New option to export images using relative width
|
||||||
|
- Improved support for footnotes and endnotes
|
||||||
|
- Improved support for list formatting
|
||||||
|
- Support split by page breaks
|
||||||
|
- Support optional export of hidden text
|
||||||
|
- Formulas can now be exported as images
|
||||||
|
- Added option to avoid pretty printing of the xhtml source
|
||||||
|
- General:
|
||||||
|
- New methods to load custom templates and style sheets in the converter API
|
||||||
|
- Support for complex options in the converter API
|
||||||
|
- New method in the converter API to access the metadata of the converted document
|
||||||
|
- The converter API now provides pointers to headings and other important places in the converted document
|
||||||
|
- The converter API now provides better identification of files that are part of the main document flow
|
||||||
|
- New attributes Resouces, ResourceURL in filter API
|
||||||
Version 1.0 (September 2009)
|
Version 1.0 (September 2009)
|
||||||
-Filters:
|
-Filters:
|
||||||
- Changed to oxt format and separated into Writer2LaTeX and Writer2xhtml extensions
|
- Changed to oxt format and separated into Writer2LaTeX and Writer2xhtml extensions
|
||||||
|
|
|
@ -14,5 +14,5 @@ Bugs and feature requests should be reported to
|
||||||
henrikjust (at) openoffice.org
|
henrikjust (at) openoffice.org
|
||||||
|
|
||||||
|
|
||||||
August 2011
|
March 2012
|
||||||
Henrik Just
|
Henrik Just
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
Writer2LaTeX source version 1.1.9
|
Writer2LaTeX source version 1.1.9
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
Writer2LaTeX is (c) 2002-2011 by Henrik Just.
|
Writer2LaTeX is (c) 2002-2012 by Henrik Just.
|
||||||
The source is available under the terms and conditions of the
|
The source is available under the terms and conditions of the
|
||||||
GNU LESSER GENERAL PUBLIC LICENSE, version 2.1.
|
GNU LESSER GENERAL PUBLIC LICENSE, version 2.1.
|
||||||
Please see the file COPYING.TXT for details.
|
Please see the file COPYING.TXT for details.
|
||||||
|
@ -95,7 +95,7 @@ In addition to oxt, the build file supports the following targets:
|
||||||
clean
|
clean
|
||||||
|
|
||||||
|
|
||||||
Henrik Just, August 2011
|
Henrik Just, March 2012
|
||||||
|
|
||||||
|
|
||||||
Thanks to Michael Niedermair for writing the original ant build file
|
Thanks to Michael Niedermair for writing the original ant build file
|
||||||
|
|
Loading…
Add table
Reference in a new issue