Open GoogleCodeExporter opened 8 years ago
> this should be fixed so that each set of ordered lists renumbers from 1.
Don't remember how to html->docx works inside XDocReport, but it seems that
it's a bug.
> also, why for the unordered list are the unordered list not shown with
regular bullets but with odd 3 star characters (like the mercedez symbol)?
It's because of the template docx which defines mercedez symbol as unordered
list item.
Original comment by angelo.z...@gmail.com
on 1 Sep 2014 at 7:03
Thanks! I know you maintain this as a volunteer. I don't know what the bug fix
schedule is like. Likely need to start a renumbering from 1 on every ordered
list.
Thanks again.
Original comment by mark.sal...@highq.com
on 1 Sep 2014 at 12:41
I suspect that the reason why the lists do not start to renumber is because
they reference the same <w:abstractNum w:abstractNumId="##"> element for all
of the lists. I had a document with about 8 different lists, but there were
only two <w:abstractNum w:abstractNumId="##">. So I believe the numbering
didn't restart, because all of them referenced just these 2. When I manually
create a word document with many lists, each has its own <w:abstractNum
w:abstractNumId="##">.
See this page.
Original comment by mark.sal...@highq.com
on 5 Sep 2014 at 6:19
Original issue reported on code.google.com by
mark.sal...@highq.com
on 1 Sep 2014 at 2:55