blob: bd938380bcf9b301567cd898d5a0c3a026309d7c (
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
|
#
# WilloraPDF
# "Boring" Asciidoctor PDF theme
#
# - US Letter paper
# - Based on the "Standard Manuscript Format"
#
---
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: 34pt
authors:
font-size: 16pt
prose:
text-indent-inner: 24pt
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:
center:
content: '{page-number}'
recto:
center:
content: '{page-number}'
|