This project defines a skeleton repo for creating reviews for bachelor thesis or master thesis out of Pandoc Markdown using a single source approach.
Like in the pandoc lecture project, the task of creating reviews for bachelor and master thesis can be simplified by using Pandoc Markdown.
Since LaTeX is currently used as back end, all TeX macros can be used.
If you have not already done so, install:
Create a working directory for your project and change into it.
Clone this repo using git clone https://github.com/cagix/pandoc-review review
.
Change to the demo/
subdirectory. Adapt the DATADIR
variable in the
makefile: It should point to the working directory of the project, i.e. to
the folder containing the two templates review_title.tex
and
review_grading.tex
.
Build the demo using make
.
Have a look at the example demo/review.md
. In the yaml header of this
document you can define title and author of the thesis as well as the kind
(bachelor, master) and the grading. You also need to adapt your (the
reviewers) name and affiliation.
This project is supposed to be used with pandoc 2.7.3.
Copyright (c) 2016-2021, Carsten Gips