-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
I would like to map an empty line in the source document to produce a new section in tex (I am using docx2tex), or anything that could be post processed, \newline would be fine too. I noticed that this section from the docx file is completely omitted, hence it does not appear in the 24.docx2hub_join-runs.xml file at all.
Hence I would like to replace any w:p with children count 1, being w:pPr, with something?
<w:p w14:paraId="1E4C5E8A" w14:textId="77777777" w:rsidR="00AE18CA" w:rsidRPr="003A1575" w:rsidRDefault="00AE18CA" w:rsidP="00F03C13">
<w:pPr>
<w:spacing w:after="0" w:line="360" w:lineRule="auto"/>
<w:ind w:firstLine="284"/>
<w:jc w:val="both"/>
<w:rPr>
<w:rFonts w:ascii="Constantia" w:hAnsi="Constantia" w:cs="Courier New"/>
<w:szCs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
Metadata
Metadata
Assignees
Labels
No labels