Writer2xhtml custom config ui
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@57 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
7644cf2eba
commit
977a2f7d6b
22 changed files with 993 additions and 195 deletions
|
@ -2,17 +2,20 @@ Changelog for Writer2LaTeX version 1.0 -> 1.2
|
|||
|
||||
---------- version 1.1.2 ----------
|
||||
|
||||
[w2x] The custom configuration now supports an optional xhtml template (writer2xhtml-template.xhtml)
|
||||
in the same directory as writer2xhtml.xml
|
||||
|
||||
[w2x] The xhtml configuration now also supports complex options in the API
|
||||
|
||||
[w2x] Bugfix: Corrected problem with relative links (this affected package format only)
|
||||
|
||||
[w2x] Added EPUB export
|
||||
|
||||
[all] API change: The interface ConverterResult supports an additional method
|
||||
to access the meta data of the source document. A new interface MetaData has
|
||||
been introduced to support this
|
||||
[all] API change: The interface ConverterResult supports an additional method to access the
|
||||
meta data of the source document. A new interface MetaData has been introduced to support this
|
||||
|
||||
[all] API change: The interface ConverterResult supports additional methods
|
||||
providing pointers to headings and index tables in the document.
|
||||
A new interface TocEntry has been introduced to support this
|
||||
[all] API change: The interface ConverterResult supports additional methods providing pointers to
|
||||
headings and index tables in the document. A new interface TocEntry has been introduced to support this
|
||||
|
||||
[all] API change: New methods getMIMEType() and isMasterDocument() added to the OutputFile
|
||||
interface. The latter is used to identify files that are part of the main document flow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue