EPUB meta data, export dialog and style resources

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@81 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2010-12-28 08:54:40 +00:00
parent e02f738e85
commit 0dcc851a33
21 changed files with 920 additions and 139 deletions

View file

@ -2,6 +2,21 @@ Changelog for Writer2LaTeX version 1.0 -> 1.2
---------- version 1.1.9 ----------
[w2x] *New option include_toc (default true) for EPUB export: If set to false, the table of content will not be exported
[w2x] *New option split_after (default 0) for EPUB export: This sets the number of characters (in thousands) after
which an automatic split will occur (0 means no automatic split)
[w2x] *New options use_default_font (default false) and default_font_name (default empty) for EPUB export.
If the former is true, font names are not exported, but the latter will be exported as default font (if non-empty)
[w2x] *New options relative_font_size (default false) and font_scaling (default 100%) for EPUB export.
If the former is true, relative font sizes are used, scaled by the percentage given by the latter
[w2x] *EPUB export now has its own export dialog
[all] *API change: Added the method readResource to the Converter interface (only used by EPUB export currently)
[w2x] EPUB export now uses user-defined meta data to support meta data features that are not defined in ODF
[w2x] The option use_dublin_core now also works for EPUB export
@ -23,8 +38,6 @@ Changelog for Writer2LaTeX version 1.0 -> 1.2
[w2l] Custom config ui: The four special styles for tables are now localized and can be selected from existing styles
[w2x] In EPUB export, convert_to_px=true now (despite the name) exports relative font sizes
[w2l] Custom config ui is now refactored to use ConfigurationDialogBase, fixing some minor bugs
[w2l] String replace now also works with XeTeX as backend