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-11-09 21:22:15 +00:00
|
|
|
---------- version 1.5.2 ----------
|
|
|
|
|
2014-11-15 13:30:41 +00:00
|
|
|
[w2x] Changed export format for toolbar from XHTML+MathML to HTML5
|
|
|
|
|
2014-11-12 11:30:48 +00:00
|
|
|
[w2l] Added new option font to load font packages. It accepts a large number of standard font packages such as
|
|
|
|
cmbright or fourier. Only packages with math support are included. Unknown packages defaults to Computer Modern.
|
2014-11-15 12:34:00 +00:00
|
|
|
The font option is currently not available for the backend xetex.
|
2014-11-12 11:30:48 +00:00
|
|
|
In the user interface, this option can be found in the export dialog. To make room for this, the BibTeX
|
|
|
|
settings no longer has a heading in the dialog.
|
|
|
|
|
|
|
|
[w2l] Bugfix: Include w2lconfig.oxt in the distribution (was missing in 1.5.1)
|
|
|
|
|
2014-10-10 13:51:02 +00:00
|
|
|
---------- version 1.5.1 ----------
|
2014-09-23 20:19:03 +00:00
|
|
|
|
2014-11-06 14:02:12 +00:00
|
|
|
[w2l] Implementation detail: Updated to version 20140107 of the JSON library org.json.* from JSON.org.
|
|
|
|
Now based on prebuilt jar rather than directly on the source.
|
|
|
|
|
2014-10-29 20:28:37 +00:00
|
|
|
[w2l] Merged the extension Writer4LaTeX into Writer2LaTeX, where it now appears as "the Writer2LaTeX toolbar".
|
2014-11-03 19:52:41 +00:00
|
|
|
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.)
|
|
|
|
Using the toolbar bypasses the filter logic, which gives a significant performance gain for large documents.
|
2014-11-04 16:04:51 +00:00
|
|
|
The remaining parts of Writer4LaTeX (the article template, configuration and help file) has been renamed
|
|
|
|
to "Writer2LaTeX configurations" (short w2lconfig).
|
2014-10-27 13:24:47 +00:00
|
|
|
|
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-22 11:57:55 +00:00
|
|
|
[w2x] Added toolbar with four buttons: Publish directly to XHTML, publish directly to EPUB, edit EPUB metadata
|
2014-10-29 20:28:37 +00:00
|
|
|
and edit custom configuration. Publishing directly implies that the file picker is not displayed. Instead
|
2014-10-22 11:57:55 +00:00
|
|
|
the document will be exported to the same directory as the currently open document and with the same name.
|
2014-11-09 12:33:12 +00:00
|
|
|
The EPUB buttons are only visible in Writer, the other buttons are also visible in Calc.
|
2014-10-22 11:57:55 +00:00
|
|
|
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
|