diff options
| author | Charlotte Koch <dressupgeekout@gmail.com> | 2023-02-16 22:38:37 -0800 |
|---|---|---|
| committer | Charlotte Koch <dressupgeekout@gmail.com> | 2023-02-16 22:38:37 -0800 |
| commit | 6d7f1d86929a87b4217a8d771635e58c990f26af (patch) | |
| tree | 6481132533d2005bd37531eec4e879f5a86dbf53 /themes | |
| parent | e33756c48b421b892c70cb59ae78e0383474bc95 (diff) | |
Import "Boring" theme
This is intended to mimic a standard manuscript format -- still needs
tweaking for sure
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/boring-theme.yml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/themes/boring-theme.yml b/themes/boring-theme.yml new file mode 100644 index 0000000..bd93838 --- /dev/null +++ b/themes/boring-theme.yml @@ -0,0 +1,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}' |
