aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pandoc-config.yml2
-rw-r--r--.vscode/tasks.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pandoc-config.yml b/.pandoc-config.yml
index d63ef90..ba4b097 100644
--- a/.pandoc-config.yml
+++ b/.pandoc-config.yml
@@ -13,7 +13,7 @@ links-as-notes: false
papersize: a4
fontsize: 12pt
numbersections: true
-toc-depth: 3
+toc-depth: 2
lof: true
classoption:
- oneside
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 47e2c8a..9ffd19d 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -7,7 +7,7 @@
"label": "build.pdf",
"type": "shell",
"windows": {
- "command": "${workspaceFolder}\\..\\buchprojekt.wiki\\build.cmd"
+ "command": "${workspaceFolder}\\..\\buchprojekt.wiki\\build.ps1"
},
"group": {
"kind": "build",