From a1d02476541bcb1d379ea7650ffc0b6d2caacba8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Thu, 24 Jun 2021 09:51:41 +0200
Subject: Automatically enable extensions for Heirloom troff

---
 README.pdf | Bin 48115 -> 48855 bytes
 README.t   |   7 +++----
 g.tmac     |   1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.pdf b/README.pdf
index eed4a81..01ae906 100644
Binary files a/README.pdf and b/README.pdf differ
diff --git a/README.t b/README.t
index 256c03d..83b076e 100644
--- a/README.t
+++ b/README.t
@@ -1,9 +1,8 @@
-.do xflag 3
-.papersize a4
-.fp 0 M DejaVuSansMono ttf
 .so g.tmac
 .so gx.tmac
 .so toc/toc.tmac
+.papersize letter
+.fp 0 M DejaVuSansMono ttf
 .
 .\" configure header and footer
 .eo
@@ -723,7 +722,7 @@ invoke
 .c .te
 like this:
 .l
-\&.te .nr &refname \n%
+\&.te .nr &refname \\n%
 .p
 To refer to that position, interpolate the register:
 .l
diff --git a/g.tmac b/g.tmac
index b751607..7895c63 100644
--- a/g.tmac
+++ b/g.tmac
@@ -24,6 +24,7 @@
 .\"   (e, @e and @c instead.                 "/.
 .\"                                          "/.
 .
+.do xflag 3 \" enable modern extensions
 .eo \" disable backslash escapes
 .
 .\" Internal macros ----------------------------
-- 
cgit v1.2.3