- Write your article in report/main.md and your appendix in reports/appendix.md
- Push to main
- View your results in the Actions Tab
asdasd as
# to create a pdf on Linux or Mac
docker run --rm -v $(pwd):/wrk lerhard/pandoc:2.18-2 make pdf
# to create a pdf on PowerShell (Windows) it might be necessary to write:
docker run --rm -v ${PWD}:/wrk lerhard/pandoc:2.18-2 make pdf
# for Windows Command Line, use
docker run --rm -v %cd%:/wrk lerhard/pandoc:2.18-2 make pdf
# create custom diff (where 5 is an arbitrary number of commits)
docker run --rm -v $(pwd):/wrk lerhard/pandoc:2.18-2 make diff depth=5
If you want to install the software directly on your system, the following dependencies are needed:
- make
- TexLive 2020
- pandoc 2.16 (lower versions may work)
- python3
PyPi (pip) dependencies:
- panflute
- pantable
Please see the actions tab or compile this template to get a full documentation. If anything is left unclear, pleas do not hesitate to open an issue.