Bugfix: Throw the correct exception if the source is not an ODF document + give explanation in command line application
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@158 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
d3bd2a10d5
commit
c639066861
4 changed files with 16 additions and 12 deletions
|
@ -2,10 +2,13 @@ Changelog for Writer2LaTeX version 1.2 -> 1.4
|
|||
|
||||
---------- version 1.3.1 alpha ----------
|
||||
|
||||
[w2x] The option ignore_table_dimensions has been replace by a new option table_size with values none (do not export table
|
||||
[all] The command line application now gives an explanation if the source file is not in ODF format
|
||||
|
||||
[all] Bugfix: Fixed typo that caused writer2latex.office.MIMETypes.getMagicMIMEType() to fail in some cases
|
||||
|
||||
[w2x] The option ignore_table_dimensions has been replaced by a new option table_size with values none (do not export table
|
||||
dimensions), relative (always use relative width) and auto (use the formatting of the source document):
|
||||
If set to true, all tables are exported with relative width, even
|
||||
if they have an absolute width in the source document
|
||||
If set to true, all tables are exported with relative width, even if they have an absolute width in the source document
|
||||
|
||||
[w2x] Display equations are now recognized by the same means as in the LaTeX export: A single equation in a paragraph with no
|
||||
text content except whitespace and an optional sequence number in brackets is considered a display equation. In that case
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue