Skip to content

Commit

Permalink
Make word template.
Browse files Browse the repository at this point in the history
  • Loading branch information
magagr committed Mar 17, 2017
1 parent e61459e commit fbb8e6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
report_template.tex
report_template.pdf
report_template.docx
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ textemplate: report_template.md
pdftemplate: report_template.md
pandoc -o report_template.pdf $<

# convert the markdown template to word
wordtemplate: report_template.md
pandoc -o report_template.docx $<

clean:
xargs -I % find -name % -delete < .gitignore

0 comments on commit fbb8e6d

Please sign in to comment.