Generate Thesis pdf with pandoc #62
Replies: 1 comment 10 replies
-
hmm, so are you really going to take the scenic route? in this case:
please remember that you also need a working latex installation with all the packages mentioned. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I apologize in advance for my noobie question but I don't have much experience with pandoc.
Reading the installation section for creating the thesis in PDF, there are two ways: one with docker and the other with pandoc.
Point 4, specifically, says: "Either set an environment variable
PANDOC
pointing to the location of your pandoc installation or change the linePANDOC ?= docker run --rm -v $(WORKDIR):/pandoc pandoc-thesis pandoc
in theMakefile
to reflect your settings".However, I'm not sure how to interpret this point.
Suppose I want to produce the PDF of the thesis with pandoc (Eisvogel template), once I have downloaded the zip containing all the files, what would be the steps and the code to generate it with pandoc?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions