Improve margins

This commit is contained in:
Nemo 2020-05-29 01:34:54 +05:30
parent 1f06be7810
commit 511f6af3cd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ pandoc --from=html --to=pdf \
--dpi=300 \
-V book \
-V lang=en-US \
-V geometry=margin=1cm \
-V geometry=margin=1.5cm \
"$HTML_FILE"
pandoc --from=html --to=epub \