blob: c71f0e0408d0840a9484e315b07e6b4efde0a80d (
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
|
#
# WilloraPDF
# "Boring" Asciidoctor PDF theme
#
# - US Letter paper
# - Based on the "Standard Manuscript Format" (Modern)
# - https://www.shunn.net/format/story/1/
#
---
extends: base
page:
layout: portrait
margin: [1.0in, 1.0in, 1.0in, 1.0in]
size: [8.5in, 11in]
numbering:
start-at: 4
base:
font-color: #000000
font-family: Times-Roman
font-size: 12pt
line-height: 2.0
title-page:
text-align: center
title:
font-family: Times-Roman
font-size: 12pt
authors:
font-size: 12pt
prose:
text-indent: 24pt
text-align: left
margin-bottom: 0
margin-inner: 0
verse:
font-family: Times-Roman
border-left-width: 0
heading:
h1:
font-family: Times-Roman
font-style: normal
text-align: center
margin-page-top: 2.0in
h2:
font-family: Times-Roman
font-style: normal
text-align: center
margin-page-top: 1.0in
margin-bottom: 0.5in
header:
height: 1.0in
line-height: 1.0
verso:
right:
content: '{page-number}'
recto:
right:
content: '{page-number}'
|