Some minor bugfixes and improvements (border width, StarMath color, hidden text)

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@173 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2014-09-09 18:18:24 +00:00
parent a0b76b3729
commit 5d82772d91
11 changed files with 136 additions and 80 deletions

View file

@ -2,6 +2,15 @@ Changelog for Writer2LaTeX version 1.2 -> 1.4
---------- version 1.3.2 alpha ----------
[w2l] New option display_hidden_text (default false) to toggle whether or not hidden text should be included in
the export (there is currently no user interface for this option)
[w2l] Bugfix (StarMath conversion): The five colors red, green, blue, magenta and yellow is now exported to the
correct dark colors rather than the previous bright colors (the colors white, black and yellow are unchanged)
[w2x] If a border has a width which is equivalent to less that 1px, it is now exported with the width 1px.
This fixes an issue with some browsers, that would render the border invisible.
[w2x] Two or more span elements in a row with identical attributes are now merged
[all] Filters: Appended [Writer2LaTeX] or [Writer2xhtml] to all filter UI names to make them more visible
@ -12,9 +21,10 @@ Changelog for Writer2LaTeX version 1.2 -> 1.4
[w2x] Bugfix: Text boxes are no longer lost if within a paragraph
[w2x] SVG support in HTML5 is now finished: Vector graphics is converted to SVG (does not work in older versions of LO).
The option use_svg has been renamed to inline_svg. If set to true (default) inline SVG is used, if set to false,
external SVG-files are used.
[w2x] SVG support in HTML5 is now finished: Images in SVG format are kept in the original format.
Other vector images are converted to SVG (filter only). This only works with recent versions of the office
(LO 4.2 and AOO 4.1 are known to work). The option use_svg has been renamed to inline_svg. If set to
true (default) inline SVG is used, if set to false, external SVG-files (img-elements) are used.
[all] If an image image cannot be converted to an acceptable format, the optional alternative image will now be tried

Binary file not shown.