diff options
Diffstat (limited to '_extensions/js/stylish-issue/_extension.yaml')
-rw-r--r-- | _extensions/js/stylish-issue/_extension.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/_extensions/js/stylish-issue/_extension.yaml b/_extensions/js/stylish-issue/_extension.yaml index 24f7055..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 @@ -87,9 +88,15 @@ contributes: - text: | \makeatletter \newcommand{\ingress}[1]{% - {\large #1}\par + {\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} |