blob: 2508d666a777f7262b12d7cdb8aa4d16803bb8d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
#
# WilloraPDF
# "Poppy" Asciidoctor PDF theme
#
# - IngramSpark 5.25"x8" Perfectbound (paperback)
# - Using my edition of "The Poppy War" as a template
#
---
extends: base
font:
catalog:
merge: false
EBGaramond:
normal: EBGaramond08-Regular.ttf
italic: EBGaramond08-Italic.ttf
bold: EBGaramond12-Regular.ttf
Tuffy:
normal: Tuffy-Regular.ttf
italic: Tuffy-Italic.ttf
bold: Tuffy-Bold.ttf
running-content:
start-at: 4
page:
layout: portrait
margin-top: 0.75in
margin-right: 0.5in
margin-bottom: 0.5in
margin-left: 0.5in
margin-inner: 0.5in
size: [5.25in, 8in]
numbering:
start-at: 4
base:
font-color: #000000
font-family: EBGaramond
font-size: 12pt
line-height: 1.25
title-page:
text-align: center
title:
font-family: Tuffy
font-size: 34pt
authors:
font-size: 16pt
prose:
text-indent-inner: 12pt
margin-bottom: 0
margin-inner: 0
verse:
font-family: EBGaramond
border-left-width: 0
line-height: 1.00
padding-top: 12pt
padding-right: 0pt
padding-bottom: 0pt
padding-left: 24pt
heading:
h1:
font-family: Tuffy
font-style: normal
text-align: center
margin-page-top: 2.0in
h2:
font-family: Tuffy
font-style: normal
text-align: center
margin-page-top: 1.0in
margin-bottom: 0.5in
header:
font-family: Tuffy
font-size: 9pt
height: 0.875in
line-height: 1.0
verso:
left:
content: '{page-number}'
center:
content: 'AUTHOR NAME'
recto:
center:
content: 'YOUR BOOK TITLE'
right:
content: '{page-number}'
|