From 957bf2241661bec2eec47d4667ab4ba1643d84ab Mon Sep 17 00:00:00 2001 From: "Daniel R. Collins (\"Delta\")" Date: Mon, 10 Jul 2023 01:11:29 -0400 Subject: [PATCH] Add table of contents --- makepdf.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepdf.bat b/makepdf.bat index a0ba55b..919142f 100644 --- a/makepdf.bat +++ b/makepdf.bat @@ -1,5 +1,5 @@ REM Windows batch file to compile PDF using Pandoc REM Assumes Pandoc has PDF engine (e.g., pdflatex via MiKTeX) -pandoc -o OED-Expanded.pdf index.md introduction.md core-mechanic.md characters.md gameplay.md npcs.md rewards.md monsters.md traps.md resources.md x-additional-material.md +pandoc -o OED-Expanded.pdf --toc introduction.md core-mechanic.md characters.md gameplay.md npcs.md rewards.md monsters.md traps.md resources.md x-additional-material.md