2014-10-10 13:51:02 +00:00
|
|
|
Changelog for Writer2LaTeX version 1.4 -> 1.6
|
2009-02-20 09:37:06 +00:00
|
|
|
|
2014-10-10 13:51:02 +00:00
|
|
|
---------- version 1.5.1 ----------
|
2014-09-23 20:19:03 +00:00
|
|
|
|
2014-10-27 13:24:47 +00:00
|
|
|
[w2x] Bugfix: The date field in the EPUB Metadata dialog did not work in LO 4.1 and newer. This was due to and API
|
|
|
|
change in LO (long replaced by com.sun.star.util.Date), and is now fixed.
|
|
|
|
|
2014-10-27 07:40:10 +00:00
|
|
|
[all] Implementation detail: Replaced Robert Harder's base 64 class with javax.xml.bind.DatatypeConverter
|
|
|
|
|
2014-10-27 06:56:26 +00:00
|
|
|
[w2x] Style maps for paragraphs and headings now support the attributes before and after. These define fixed texts
|
|
|
|
to add before/after the content. (This is similar to the pseudo-elements ::before and ::after in CSS.)
|
|
|
|
|
2014-10-23 12:47:27 +00:00
|
|
|
[w4l] Replaced menu with a toolbar with four buttons: Insert BibTeX citation (not yet implemented), publish to LaTeX,
|
|
|
|
view log files and edit custom format. (Publishing without showing the dialog is currently removed.)
|
|
|
|
|
2014-10-22 11:57:55 +00:00
|
|
|
[w2x] Added toolbar with four buttons: Publish directly to XHTML, publish directly to EPUB, edit EPUB metadata
|
|
|
|
and edit custom configuration. Publishing directly implies that the export dialog is not displayed. Instead
|
|
|
|
the document will be exported to the same directory as the currently open document and with the same name.
|
|
|
|
This feature bypasses the filter logic, which gives a significant performance gain for large documents.
|
2014-10-06 07:02:39 +00:00
|
|
|
|
2014-10-10 13:51:02 +00:00
|
|
|
[all] Filter: Refactored filter code, the actual conversion has been separated from the XExportFilter implementation
|