Skip to content

Commit

Permalink
Change PDF size to DIN A5
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Jun 26, 2024
1 parent c23a29f commit cefc48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CHAPTERS=$(shell grep -Eoi '\([^\)]+' src/SUMMARY.md | sed -e 's,^.,src/,')
PANDOC_OPTIONS+=-f markdown+rebase_relative_paths
PANDOC_OPTIONS+=--metadata-file=metadata.yaml
PANDOC_OPTIONS+=--toc-depth=5 --toc
PANDOC_OPTIONS+=-V papersize:a3
PANDOC_OPTIONS+=-V papersize:a5
PANDOC_OPTIONS+=-V geometry:margin=1.5cm

# PDF: Add cover and hide title text page
Expand Down

0 comments on commit cefc48b

Please sign in to comment.