lib/avv2word/document.rb in avv2word-1.1.36 vs lib/avv2word/document.rb in avv2word-1.1.37
- old
+ new
@@ -98,9 +98,13 @@
end
def footnotes_xml_file
'word/footnotes.xml'
end
+
+ def styles_xml_file
+ 'word/styles.xml'
+ end
end
def initialize(template_path)
@replaceable_files = {}
@template_path = template_path