-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sections #13
Comments
I think we do process some of the page-related |
In terms of converting them into DocBook sections or the like, we are unlikely to support it in this docx2hub library. Splitting a document into sections will be done by another library, evolve-hub. You will find a sample setup in the docx2jats demo. |
I am working with a document which has 3 sections. The 2nd one has a 2 column layout. |
Doesn't evolve-hub require some kind of information for that splitting, which in this case is missing in the Flat hub? |
I see. If we were to support columns, we need to change a couple of things:
If page sizes change within the document and if we need to convey the page size information to the Hub XML format, we need to apply So yes, I acknowledge it’s a legitimate feature request if you need to convey the column information. In most of our workflows, we treat Word as a manuscript editing tool, where column counts and dimensions are negligible. I think implementing this is a matter of a person day or so. But we wouldn’t prioritize it because we didn’t ever need to know the column count. Of course if you need it urgently you can pay us for implementing it earlier, or set up some crowdfunding. |
Yes, that’s exactly the point: evolve-hub expects some configuration for hierarchization, while docx2hub is a step that is mostly configuration-free. |
According to my understanding, docx sections (
<w:sectPr>
) are not currently supported. What would be the effort implementing this future?The text was updated successfully, but these errors were encountered: