diff options
Diffstat (limited to '_extensions/js/stylish-issue/_extension.yaml')
-rw-r--r-- | _extensions/js/stylish-issue/_extension.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_extensions/js/stylish-issue/_extension.yaml b/_extensions/js/stylish-issue/_extension.yaml index 0af14b6..0f3aeac 100644 --- a/_extensions/js/stylish-issue/_extension.yaml +++ b/_extensions/js/stylish-issue/_extension.yaml @@ -18,6 +18,7 @@ contributes: template-partials: - before-title.tex + - doc-class.tex include-in-header: # borrow microtype tunings from somewhat similar EB Garamond @@ -83,3 +84,19 @@ contributes: } } \makeatother +# define format for ingress text + - text: | + \makeatletter + \newcommand{\ingress}[1]{% + {\Large #1}\par + \@afterindentfalse + \@afterheading + \vspace{.5\baselineskip}% + } + \makeatother +# refine hyphenation + - text: | + \hyphenation{ + skulp-tur skulp-tur-en skulp-tur-ens + skulp-tur-er skulp-tur-ers + skulp-tur-er-ne skulp-tur-er-nes} |