From e752a6493efaa49fb783b6f400951d86cfa61075 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 5 Apr 2023 17:36:30 +0300 Subject: fixed grosciteco for newer Groff versions (refs #11) * The intermediate output of Groff will contain `t` commands before the font 1 is defined which we interpret as the default font. We therefore hardcode the default-font position to 1 by default - it won't change anyway. --- doc/grosciteco.tes | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/grosciteco.tes b/doc/grosciteco.tes index 57ebe8d..648242f 100755 --- a/doc/grosciteco.tes +++ b/doc/grosciteco.tes @@ -49,6 +49,7 @@ EBN[input] Q.n<.-Z"= 1; ' 0A-10"= 1; ' D> ].n } +1U[default-style] @[style]{ [.l U.l Q[font]-Q[default-style]"N .-Q.lESSTARTSTYLING Q[font],Q.lESSETSTYLING -- cgit v1.2.3