made numberings compile properly

This commit is contained in:
Dolan Miu
2016-05-24 21:37:58 +01:00
parent 23d08df9a2
commit f075d3b719
4 changed files with 14 additions and 5 deletions

View File

@ -53,8 +53,8 @@ export abstract class Packer {
var xmlStyles = xml(this.formatter.format(this.style));
var xmlProperties = xml(this.formatter.format(this.properties), { declaration: { standalone: 'yes', encoding: 'UTF-8' } });
var xmlNumbering = xml(this.formatter.format(this.numbering));
console.log(xmlNumbering);
//console.log(JSON.stringify(this.numbering, null, " "));
console.log(xmlNumbering);
this.archive.append(xmlDocument, {
name: 'word/document.xml'
});