#11 Start proper report

This commit is contained in:
Tibo De Peuter 2022-12-21 13:37:38 +01:00
parent 55212c1440
commit 5c8cee8104
4 changed files with 113 additions and 35 deletions

19
.vscode/tasks.json vendored
View file

@ -41,6 +41,25 @@
"kind": "build",
"isDefault": true
}
},
{
"label": "Create verslag.pdf",
"type": "shell",
"command": "pandoc",
"args": [
"-s",
"-o", "verslag.pdf",
"-f", "markdown+smart+header_attributes+yaml_metadata_block+auto_identifiers",
"--pdf-engine", "lualatex",
"--template", "eisvogel",
"header.yaml",
"README.md"
],
"problemMatcher": [],
"group": {
"kind": "none",
"isDefault": false
}
}
],
"inputs": [