G. Ken Holman

Results 10 issues of G. Ken Holman

An error message citing \: ``` + 2024-03-30 14:12:10,915 [WARN ] makeFootnote(): Unexpected element {urn:ns:wordinator:simplewpml}:page-number-ref' in . Ignored. ``` Has nothing to do with \ as there is no \...

Reviewing the documentation for the table element: ```` Controls whether the table layout is fixed or automatic. Automatic layout allows Word to resize columns based on cell content. Default is...

I am creating two pages in [page-number-format-20230226.zip](https://github.com/drmacro/wordinator/files/10834234/page-number-format-20230226.zip). There is one page in each of two sections: ```` ... This is the first page numbered in Roman lower-case ... This is...

bug

In the schema I read: ```` Number format as for the XSLT format attribute on the xsl:number instruction. This attribute must be specified if @format has the value "custom". If...

bug

... resulting in the last line of a justified paragraph being justified instead of aligned left. I diagnosed this by turning on paragraph marks and noting the absence of the...

Reviewing the schema, it seems that tables are allowed only in body content and footnote content. Body content is allowed only in headers, footers, and the body. It seems that...

enhancement

Data sent to Eliot by email due to the use of a proprietary stylesheet. The image Before-Ctrl-A-F9.png shows the content created by Wordinator before pressing Ctrl-A and F9. ![Before-Ctrl-A-F9](https://github.com/drmacro/wordinator/assets/1319773/a895e273-a31d-43b2-a3c2-5c6ecb002761) The...

Per the ECMA specification 17.4.26 jc (Table Alignment Exception) ```` [Example: Consider the following WordprocessingML fragment for a table in a document: This table is now centered on the page....

The DOCX file ends abruptly at the bottom of page 11. Following content is not visible/accessible. Interestingly, it seems the document cannot be printed using the Microsoft PDF print driver....

bug

Specifying no separators in a table works fine: Nesting that very same table in another table reveals the separators without any change to the markup: Simple test files here: [table-separators-20241006.zip](https://github.com/user-attachments/files/17268652/table-separators-20241006.zip)

bug