From 6d7f1d86929a87b4217a8d771635e58c990f26af Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Thu, 16 Feb 2023 22:38:37 -0800 Subject: Import "Boring" theme This is intended to mimic a standard manuscript format -- still needs tweaking for sure --- themes/boring-theme.yml | 63 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 themes/boring-theme.yml 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}' -- cgit v1.2.3