Skip to content

Releases: dita4publishers/org.dita4publishers.word2dita

Fix for table row spanning

28 Feb 18:44
Compare
Choose a tag to compare

Fixes a bug where Word tables with vertical spans were not calculated correctly.

See https://github.com/dita4publishers/d4p-word2dita/tree/master/sample-data/word2dita for sample style-to-tag maps and other stuff.

Fixes issue 23, failure to handle hyperlinks within footnotes

15 Jun 21:03
Compare
Choose a tag to compare

Fixes the processing of hyperlinks within footnotes--the lookup of the hyperlink target failed because it was using the wrong .rels file.

Also refined the handling of hyperlink contents so that it only uses within the content if there are different character styles within the hyperlink text.

New tableWidthsProportional parameter

06 Jun 23:11
Compare
Choose a tag to compare

Adds a new parameter, tableWidthsProportional=yes|no, that controls whether or not the column widths for generated tables are specified as absolute widths or proportional. The default is "no", meaning the column widths reflect the actual width of the columns as defined in the Word doc. A value of "yes" results in proportional values.