Skip to content

Commit 014f8d3

Browse files
committed
ebook: minor tweaks for the pdf output.
1 parent 5e044d0 commit 014f8d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ebooks.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ html: $(name).html
2525
%.pdf: $(name).html
2626
cp tutorial-simple.css tutorial.css
2727
ebook-convert $< $@ \
28-
--margin-bottom 10 \
29-
--margin-top 10 \
30-
--margin-left 10 \
31-
--margin-right 10 \
28+
--margin-bottom 5 \
29+
--margin-top 5 \
30+
--margin-left 5 \
31+
--margin-right 5 \
3232
--no-chapters-in-toc \
3333
--book-producer 'agentzh' \
3434
--pdf-default-font-size 12 \
3535
--pdf-mono-font-size 12 \
36-
--paper-size a4 \
36+
--paper-size letter \
3737
--title "$(title)" --publisher 'agentzh' \
3838
--language $(lang2) --authors 'agentzh'
3939
git co tutorial.css

0 commit comments

Comments
 (0)