Added math xmlns to openxml template.
This commit is contained in:
parent
aaaaf8e94e
commit
1003f88e61
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
|
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
|
||||||
|
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math">
|
||||||
<w:body>
|
<w:body>
|
||||||
$body$
|
$body$
|
||||||
</w:body>
|
</w:body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue