Fix abstract-title in openxml template.

This commit is contained in:
John MacFarlane
2024-05-19 19:20:08 -07:00
parent db559e100c
commit f874997f18
2 changed files with 3 additions and 8 deletions
+3 -8
View File
@@ -34,19 +34,14 @@ $if(date)$
</w:p>
$endif$
$if(abstract)$
$if(abstract-title)$
<w:p>
<w:pPr>
<w:pStyle w:val="AbstractTitle" />
</w:pPr>
$if(abstract-title)$
$abstract-title$
$else$
<w:r>
<w:t xml:space="preserve">Abstract
</w:t>
</w:r>
$endif$
<w:r><w:t xml:space="preserve">$abstract-title$</w:t></w:r>
</w:p>
$endif$
$abstract$
$endif$
$for(include-before)$
Binary file not shown.