Skip to content
Permalink
Browse files
Update To Include Dockerfile
  • Loading branch information
dang committed Nov 1, 2020
1 parent 78ed05d commit 16d64257e3fcfe878e9643702974db3575a34a8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
@@ -0,0 +1,7 @@
FROM pandoc/latex:latest

RUN apk update && apk --no-cache add py3-pip
RUN pip install pandocfilters pandoc-include
RUN tlmgr install tocbibind appendix datetime fmtcount nomencl
ADD buildscript.sh /bin
ENTRYPOINT '/bin/buildscript.sh'
@@ -0,0 +1,4 @@
cd /data
pandoc --filter=pandoc-include --citeproc --top-level-division=chapter --template=Template/disso.latex Dissertation.md -o Output.pdf

#--filter=pandoc-include --filter=pandoc-citeproc --template=$(TEMPLATE_FILE)

0 comments on commit 16d6425

Please sign in to comment.