summaryrefslogtreecommitdiff
path: root/ref.tmac
diff options
context:
space:
mode:
Diffstat (limited to 'ref.tmac')
-rw-r--r--ref.tmac28
1 files changed, 14 insertions, 14 deletions
diff --git a/ref.tmac b/ref.tmac
index 1bf5a92..4b1b40d 100644
--- a/ref.tmac
+++ b/ref.tmac
@@ -1,15 +1,15 @@
.\" configurable options
.\" --------------------
-.ds Sf C \" font
-.nr Sp 8p \" point size
-.nr Sv 11p \" vertical spacing (leading)
-.nr St 8n \" tab width
-.nr Tl 2i \" line length for text portions
-.nr Td 0.7v \" distance between text portions
+.ds Sf C \" font
+.nr Sp 8p \" point size
+.nr Sv 11p \" vertical spacing (leading)
+.nr St 8n \" tab width
+.nr Tl 2i \" line length for text portions
+.nr Td 0.7v \" distance between text portions
.
.\" setup
.\" -----
-.nr _L \n(LL \" save original line length
+.nr _L \n(LL \" save original line length
.
.\" macro definitions
.\" -----------------
@@ -17,7 +17,7 @@
.\" Sr -- source code begin
.de Sr
. br
-. mk c \" vertical position where text ends
+. mk c \" vertical position where text ends
. if (\nb > \nc) .sp (\nbu - \ncu)
. if (\nb > 0) .if ((\nc + 1p) > \nb) .sp \n(Tdu
. if !(\nz = 1) .if (\np > 0) .if (\n% > \np) .sp -(\nbu - \ncu - 1.5v)
@@ -27,20 +27,20 @@
. vs \n(Svu
. ta \n(Stu +\n(Stu +\n(Stu +\n(Stu +\n(Stu +\n(Stu
. in (\n(Tlu + 0.2i)
-. mk a \" vertical position where source code begins
-. nr p \n% \" current page number
+. mk a \" vertical position where source code begins
+. nr p \n% \" current page number
..
.\" Se -- source code end
.de Se
-. mk b \" vertical position where source code ends
+. mk b \" vertical position where source code ends
. rt \nau
. nr LL \n(Tl
. nr z 0
. if (\n% > \np) \{
-. rt \n(HMu \" return to top of new page
-. nr z 1 \" signal page break
+. rt \n(HMu \" return to top of new page
+. nr z 1 \" signal page break
. \}
-. ns \" ignore space before text (like that added by LP/PP)
+. ns \" ignore space before text (like that added by LP/PP)
. LP
..
.\" Rr -- reset document settings