diff --git a/source/distro/History.txt b/source/distro/History.txt index 9a5789d..5c11abc 100644 --- a/source/distro/History.txt +++ b/source/distro/History.txt @@ -1,6 +1,39 @@ 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) -Filters: - Changed to oxt format and separated into Writer2LaTeX and Writer2xhtml extensions diff --git a/source/distro/Readme.txt b/source/distro/Readme.txt index 577b83b..be088cb 100644 --- a/source/distro/Readme.txt +++ b/source/distro/Readme.txt @@ -14,5 +14,5 @@ Bugs and feature requests should be reported to henrikjust (at) openoffice.org -August 2011 +March 2012 Henrik Just diff --git a/source/distro/doc/user-manual.odt b/source/distro/doc/user-manual.odt index b0e2014..65bc2c8 100644 Binary files a/source/distro/doc/user-manual.odt and b/source/distro/doc/user-manual.odt differ diff --git a/source/readme-source.txt b/source/readme-source.txt index 9ddfa63..c17e6aa 100644 --- a/source/readme-source.txt +++ b/source/readme-source.txt @@ -1,7 +1,7 @@ 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 GNU LESSER GENERAL PUBLIC LICENSE, version 2.1. Please see the file COPYING.TXT for details. @@ -95,7 +95,7 @@ In addition to oxt, the build file supports the following targets: clean -Henrik Just, August 2011 +Henrik Just, March 2012 Thanks to Michael Niedermair for writing the original ant build file