diff --git a/source/distro/changelog.txt b/source/distro/changelog.txt index a984643..bf190ea 100644 --- a/source/distro/changelog.txt +++ b/source/distro/changelog.txt @@ -2,6 +2,9 @@ Changelog for Writer2LaTeX version 1.2 -> 1.4 ---------- version 1.3.1 alpha ---------- +[w2x] Added support for HTML5 as export type (the ConverterFactory understands the pseudo-MIME type text/html5). + The converter creates polyglot HTML5 documents, i.e. documents will be conforming to HTML5 as well as XML standards. + [all] Optimized the parsing of the source document saving some time and space (several intermediate steps and large byte arrays are now avoided) diff --git a/source/distro/doc/user-manual.odt b/source/distro/doc/user-manual.odt index 4c00250..a340305 100644 Binary files a/source/distro/doc/user-manual.odt and b/source/distro/doc/user-manual.odt differ diff --git a/source/java/writer2latex/Application.java b/source/java/writer2latex/Application.java index a43a1f3..860b9ae 100644 --- a/source/java/writer2latex/Application.java +++ b/source/java/writer2latex/Application.java @@ -16,11 +16,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * - * Copyright: 2002-2011 by Henrik Just + * Copyright: 2002-2012 by Henrik Just * * All Rights Reserved. * - * Version 1.2 (2011-06-05) + * Version 1.4 (2012-03-30) * */ @@ -53,7 +53,7 @@ import writer2latex.util.Misc; *
java -jar writer2latex.jar [options] source [target]
*

Where the available options are *