diff --git a/source/distro/History.txt b/source/distro/History.txt index fc0f03b..49fde02 100644 --- a/source/distro/History.txt +++ b/source/distro/History.txt @@ -1,6 +1,9 @@ Version history for Writer2LaTeX ================================ +Version 1.2.1 (September 2014) + - All: + - Updated to work with LO 4.x Version 1.2 beta (March 2012) - Filters: - Added user interface to edit custom configuration diff --git a/source/distro/Readme.txt b/source/distro/Readme.txt index e2f2916..91548f9 100644 --- a/source/distro/Readme.txt +++ b/source/distro/Readme.txt @@ -1,7 +1,7 @@ -Writer2LaTeX version 1.3.2 (alpha test release) +Writer2LaTeX version 1.4 (beta test release) =============================================== -This is the distribution of Writer2LaTeX version 1.3.2 alpha +This is the distribution of Writer2LaTeX version 1.4 beta Latest version can be found at the web site http://writer2latex.sourceforge.net diff --git a/source/distro/changelog.txt b/source/distro/changelog.txt index 5e168ae..a65f3df 100644 --- a/source/distro/changelog.txt +++ b/source/distro/changelog.txt @@ -1,5 +1,13 @@ Changelog for Writer2LaTeX version 1.2 -> 1.4 +---------- version 1.4 beta ---------- + +[w2x] The experimental option zen_hack has been removed + +[w2x] For templates it is no longer required that the footer, header and panel are contained in a div element. + This allows for HTML5 code like
. The default header and footer + are now created with header+nav and footer+nav elements if the target format is HTML5. + ---------- version 1.3.2 alpha ---------- [w2l] Two or more span elements in a row which generates identical formatting in LaTeX are now merged. diff --git a/source/distro/doc/user-manual.odt b/source/distro/doc/user-manual.odt index 7013df3..10039d2 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/api/ConverterFactory.java b/source/java/writer2latex/api/ConverterFactory.java index 5e96db8..99ee3ea 100644 --- a/source/java/writer2latex/api/ConverterFactory.java +++ b/source/java/writer2latex/api/ConverterFactory.java @@ -20,7 +20,7 @@ * * All Rights Reserved. * - * Version 1.4 (2014-09-19) + * Version 1.4 (2014-09-22) * */ @@ -32,8 +32,8 @@ package writer2latex.api; public class ConverterFactory { // Version information - private static final String VERSION = "1.3.2"; - private static final String DATE = "2014-09-19"; + private static final String VERSION = "1.4"; + private static final String DATE = "2014-09-22"; /** Return the Writer2LaTeX version in the form * (major version).(minor version).(patch level)
diff --git a/source/java/writer2latex/latex/config/clean.xml b/source/java/writer2latex/latex/config/clean.xml index 1058554..2291692 100644 --- a/source/java/writer2latex/latex/config/clean.xml +++ b/source/java/writer2latex/latex/config/clean.xml @@ -28,6 +28,7 @@