A few fixes before the release of 1.4 beta

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@180 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2014-10-01 07:44:42 +00:00
parent 798b94560e
commit 08e47eb5a9
8 changed files with 49 additions and 15 deletions

View file

@ -1,9 +1,32 @@
Version history for Writer2LaTeX
================================
Version 1.4 beta (October 2014)
- All:
- Optimized memory usage
- Images that are used more than once in the document are now only exported once
- Now requires Java 6
- LaTeX:
- New option display_hidden_text to toggle the export of hidden text in the document
- Merge spans with identical formatting
- Support for TexMaths equations
- The package ooomath.sty is no longer required by standard configurations
- StarMath bugfixes
- XHTML:
- Support for (polyglot) HTML5, replacing the target format XHTML+MathML+XSLT
- New option use_mathjax to load the MathJax library if the target format is XHTML+MathML or HTML5
- Support for TexMaths equations (only if use_mathjax=true)
- Vector graphics is now converted to SVG if target format is HTML5
- New option embed_svg to embed SVG directly in HTML if target format is HTML5
- Support for HTML5 elements in templates
- Merge span elements with identical attributes
- New option table_size replacing the option ignore_table_dimensions
- Support display equations
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
@ -36,7 +59,8 @@ Version 1.2 beta (March 2012)
- 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
- New attributes Resources, ResourceURL in filter API
Version 1.0 (September 2009)
-Filters:
- Changed to oxt format and separated into Writer2LaTeX and Writer2xhtml extensions

View file

@ -11,8 +11,8 @@ in the user guide, which is included in the
directory doc.
Bugs and feature requests should be reported to
henrikjust (at) openoffice.org
writer2latex (at) gmail.com
September 2014
October 2014
Henrik Just

View file

@ -2,6 +2,8 @@ Changelog for Writer2LaTeX version 1.2 -> 1.4
---------- version 1.4 beta ----------
[all] Build file is now set up to cross compile for java 6
[w2x] If the export dialogs are loaded with a setting for scaling or column_scaling of 1% or less, the value
is reset to 100%. This is a workaround for an obscure bug in the extension manager, which in some cases sets
the value to 1% if the export is used right after installation.

Binary file not shown.