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 25d32e8 commit 44397a7Copy full SHA for 44397a7
ebooks.mk
@@ -25,16 +25,16 @@ html: $(name).html
25
%.pdf: $(name).html
26
cp tutorial-simple.css tutorial.css
27
ebook-convert $< $@ \
28
- --margin-bottom 25 \
29
- --margin-top 25 \
30
- --margin-left 20 \
31
- --margin-right 20 \
+ --override-profile-size \
+ --margin-bottom 10 \
+ --margin-top 10 \
+ --margin-left 10 \
32
+ --margin-right 10 \
33
--no-chapters-in-toc \
34
--book-producer 'agentzh' \
- --pdf-default-font-size 1 \
35
- --pdf-mono-font-size 1 \
+ --pdf-default-font-size 12 \
36
+ --pdf-mono-font-size 12 \
37
--paper-size a4 \
- --output-profile kindle \
38
--title "$(title)" --publisher 'agentzh' \
39
--language $(lang2) --authors 'agentzh'
40
git co tutorial.css
0 commit comments