We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e044d0 commit 014f8d3Copy full SHA for 014f8d3
ebooks.mk
@@ -25,15 +25,15 @@ html: $(name).html
25
%.pdf: $(name).html
26
cp tutorial-simple.css tutorial.css
27
ebook-convert $< $@ \
28
- --margin-bottom 10 \
29
- --margin-top 10 \
30
- --margin-left 10 \
31
- --margin-right 10 \
+ --margin-bottom 5 \
+ --margin-top 5 \
+ --margin-left 5 \
+ --margin-right 5 \
32
--no-chapters-in-toc \
33
--book-producer 'agentzh' \
34
--pdf-default-font-size 12 \
35
--pdf-mono-font-size 12 \
36
- --paper-size a4 \
+ --paper-size letter \
37
--title "$(title)" --publisher 'agentzh' \
38
--language $(lang2) --authors 'agentzh'
39
git co tutorial.css
0 commit comments