Support the FilterOptions property as an alternative to FilterData
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@242 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
230e93587d
commit
7ee1e36f2f
4 changed files with 54 additions and 10 deletions
|
@ -4,6 +4,12 @@ Changelog for Writer2LaTeX version 1.4 -> 1.6
|
|||
|
||||
Items marked with * are work in progress
|
||||
|
||||
[all] Using the filters from the command line with soffice --headless --convert-to is now documented in the user manual
|
||||
|
||||
[all] Filter API change: The filters now accepts the FilterOptions property as an alternative to FilterData.
|
||||
This property accepts a comma separated string of option=value items. In particular this allows to pass option
|
||||
from the command line (soffice --headless --convert-to).
|
||||
|
||||
[all] API change: The interface OutputFile now defines an additional method containsMath() which returns true if the file
|
||||
contains mathematical formulas (only implemented for XHTML, currently always returns true for LaTeX)
|
||||
|
||||
|
@ -18,8 +24,6 @@ Items marked with * are work in progress
|
|||
|
||||
[all] Implementation detail: Moved descriptions to a separate folder within the extensions
|
||||
|
||||
[all] *Document the use of soffice --headless --convert-to
|
||||
|
||||
[all] The position of message boxes has changed from (0,0) to (200,100)
|
||||
|
||||
[w2l] Implementation detail: The dialog library W4LDialogs is now merged into W2LDialogs2. This avoids conflicts with
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue