diff options
| -rw-r--r-- | themes/boring-theme.yml | 49 |
1 files changed, 10 insertions, 39 deletions
diff --git a/themes/boring-theme.yml b/themes/boring-theme.yml index c71f0e0..d8f9739 100644 --- a/themes/boring-theme.yml +++ b/themes/boring-theme.yml @@ -1,65 +1,36 @@ -# -# 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 + size: [8.5in, 11.0in] 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-color: #000000 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 + text-indent-inner: 24pt margin-bottom: 0 - margin-inner: 0 + margin-inner: 1 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 + line-height: 1.00 + padding: [12pt, 0pt, 0pt, 24pt] header: + font-family: Times-Roman + font-size: 12pt height: 1.0in line-height: 1.0 verso: right: - content: '{page-number}' + content: 'LASTNAME / TITLE / {page-number}' recto: right: - content: '{page-number}' + content: 'LASTNAME / TITLE / {page-number}' |
