#11 Start proper report
This commit is contained in:
parent
55212c1440
commit
5c8cee8104
4 changed files with 113 additions and 35 deletions
19
.vscode/tasks.json
vendored
19
.vscode/tasks.json
vendored
|
@ -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": [
|
||||
|
|
Reference in a new issue