Vastly improved the formatting

This commit is contained in:
2024-11-27 09:11:22 -06:00
parent 24ca5b5dfa
commit 6162efe132
5 changed files with 19 additions and 2 deletions

View File

@@ -8,7 +8,11 @@ export PARTY2="Joint Venture Co"
./mo DealMemoInput.md > DealMemoRendered.md
# Generate the PDF
pandoc --from=markdown --to=pdf DealMemoRendered.md -o ReadyForExecution.pdf
pandoc \
DealMemoRendered.md \
--template eisvogel \
--metadata-file=DealMemo.yml \
--from markdown \
--output DealMemo.pdf \