w2x table improvements (option to always export relative width)
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@150 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
e330b3dfab
commit
d62ce9ad22
6 changed files with 46 additions and 19 deletions
|
@ -2,6 +2,11 @@ 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
|
||||
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
|
||||
|
||||
[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
|
||||
it is exported with display="block"
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue