Пример включения файла docx через pandoc

This commit is contained in:
2020-10-13 12:59:22 +03:00
parent 3c44c80fe3
commit 2799705551
3 changed files with 46 additions and 0 deletions

2
examples/docx/Makefile Normal file
View File

@ -0,0 +1,2 @@
test.pdf: test.tex test1.docx
xelatex --enable-pipes --shell-escape test.tex