Skip to content

Commit

Permalink
#964: updated docx generator
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Sep 2, 2018
1 parent df6b5aa commit d0f22a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added Tools/custom-reference.docx
Binary file not shown.
2 changes: 1 addition & 1 deletion Tools/generate_document.sh
Expand Up @@ -2,7 +2,7 @@
type pandoc >/dev/null 2>&1 || { echo >&2 "I require pandoc but it's not installed. Aborting."; exit 1; }
# How to generate Docx
cd ../Document
pandoc -f markdown_github --toc -N --columns 10000 --reference-doc ../Tools/MSTG_tpl.docx -t docx -o ../Generated/MSTG.docx \
pandoc -f markdown_github --toc -N --columns 10000 --reference-doc ../Tools/reference.docx -t docx -o ../Generated/MSTG.docx \
0x00-Header.md \
Foreword.md \
0x02-Frontispiece.md \
Expand Down
Binary file renamed Tools/MSTG_tpl.docx → Tools/reference.docx
Binary file not shown.

0 comments on commit d0f22a1

Please sign in to comment.