Convert tabs before \" comments into spaces (troff pitfall).

This commit is contained in:
Markus Armbruster 2004-02-15 08:40:09 +00:00
parent 8288c3a5c7
commit 627f2f3ab2
3 changed files with 65 additions and 65 deletions

View file

@ -20,12 +20,12 @@
.ds >= >= .ds >= >=
.ds Q " .ds Q "
.ds U " .ds U "
.pl 23v \" Page length: 23 lines .pl 23v \" Page length: 23 lines
.ll 7.8i \" Line length: 7.8 inches .ll 7.8i \" Line length: 7.8 inches
.ev 1 .ev 1
.ll 7.8i \" Line length: 7.8 inches .ll 7.8i \" Line length: 7.8 inches
.ev .ev
.ev 2 .ev 2
.ll 7.8i \" Line length: 7.8 inches .ll 7.8i \" Line length: 7.8 inches
.ev .ev
.so ../INFO.MAC \" Read in INFO.MAC macros .so ../INFO.MAC \" Read in INFO.MAC macros

View file

@ -38,39 +38,39 @@
.\" .\"
.\" .\"
.\" .\"
.de EX \" Start of macro EX .de EX \" Start of macro EX
.nf .nf
.ti +0.3i \" Temporary indent of 3/10 inch .ti +0.3i \" Temporary indent of 3/10 inch
.\" Constant spacing for EF font = 26/36 ems .\" Constant spacing for EF font = 26/36 ems
.cs \*(EF 26 .cs \*(EF 26
.nr CS 1 \" Indicate constant spacing on .nr CS 1 \" Indicate constant spacing on
.lg 0 \" Turn off ligature mode .lg 0 \" Turn off ligature mode
.ps 8 \" 8-point .ps 8 \" 8-point
\*(eF[##:##] Command : \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9\*(nF \*(eF[##:##] Command : \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9\*(nF
.ps 10 \" 10-point .ps 10 \" 10-point
.lg \" Turn ligaturing back on .lg \" Turn ligaturing back on
.\" Turn off constant spacing .\" Turn off constant spacing
.cs \*(EF .cs \*(EF
.nr CS 0 \" Indicate constant spacing off .nr CS 0 \" Indicate constant spacing off
.br \" Break .br \" Break
.fi .fi
.. ..
.de SY \" Start of macro SY .de SY \" Start of macro SY
.s1 .s1
.\" Print out "SYNTAX" in bold font .\" Print out "SYNTAX" in bold font
\*(bFSYNTAX\*(pF \*(bFSYNTAX\*(pF
.ti +0.3i \" Temporarily indent 3/10 inch .ti +0.3i \" Temporarily indent 3/10 inch
.\" Constant spacing for EF font, 26/36 ens .\" Constant spacing for EF font, 26/36 ens
.cs \*(EF 26 .cs \*(EF 26
.nr CS 1 \" Indicate constant spacing on .nr CS 1 \" Indicate constant spacing on
.lg 0 \" No ligatures .lg 0 \" No ligatures
.ps 10 \" 10 point .ps 10 \" 10 point
.\" Print out in EF font .\" Print out in EF font
\*(eF[##:##] Command : \\$1\*(pF \*(eF[##:##] Command : \\$1\*(pF
.ps 10 \" 10 point .ps 10 \" 10 point
.lg \" Turn ligatures back on .lg \" Turn ligatures back on
.cs \*(EF \" Turn off constant spacing .cs \*(EF \" Turn off constant spacing
.nr CS 0 \" Indicate constant spacing off .nr CS 0 \" Indicate constant spacing off
.s1 .s1
.. ..
.de LV .de LV
@ -78,56 +78,56 @@
Level: \\$1 Level: \\$1
.s1 .s1
.. ..
.de NA \" Start of macro NA -- name of command/concept .de NA \" Start of macro NA -- name of command/concept
.s1 .s1
.\" Print out "NAME" in bold font .\" Print out "NAME" in bold font
\*(bFNAME\*(pF \*(bFNAME\*(pF
.ti +0.3i \" Temporarily indent 3/10 inch .ti +0.3i \" Temporarily indent 3/10 inch
\\*(nF\\$1 \- \\$2\*(pF \\*(nF\\$1 \- \\$2\*(pF
.s1 .s1
.. ..
.de SA \" Start of macro SA -- SEE ALSO .de SA \" Start of macro SA -- SEE ALSO
.s1 .s1
.\" Print out "SEE ALSO" in bold font .\" Print out "SEE ALSO" in bold font
\*(bFSEE ALSO\*(pF \*(bFSEE ALSO\*(pF
.ti +0.3i \" Temporarily indent 3/10 inch .ti +0.3i \" Temporarily indent 3/10 inch
\\*(nF\\$1\*(pF \\*(nF\\$1\*(pF
.s1 .s1
.. ..
.de L \" Start of macro L .de L \" Start of macro L
.br \" Break .br \" Break
.ti -\w'\\$1\\0\\0'u \" Indent backwards with of 1st arg + 2 spaces .ti -\w'\\$1\\0\\0'u \" Indent backwards with of 1st arg + 2 spaces
.\" Print 1st arg + 2 spaces .\" Print 1st arg + 2 spaces
\\$1\0\0\c \\$1\0\0\c
.. ..
.de NF \" Start of macro NF .de NF \" Start of macro NF
.nf \" No-fill .nf \" No-fill
.\" Constant width 26/36 ens .\" Constant width 26/36 ens
.cs \*(EF 26 .cs \*(EF 26
.nr CS 1 \" Indicate constant spacing on .nr CS 1 \" Indicate constant spacing on
.lg 0 \" No ligatures .lg 0 \" No ligatures
.ps 8 \" 8-point .ps 8 \" 8-point
.di Nf \" Send output to macro Nf .di Nf \" Send output to macro Nf
\*(eF \" Switch to EF font \*(eF \" Switch to EF font
.nr nF \\n(.i \" Store current indent in nF number register .nr nF \\n(.i \" Store current indent in nF number register
.in +0.3i \" Add indentation 3/10 inch .in +0.3i \" Add indentation 3/10 inch
.. ..
.de FI \" Start of FI macro .de FI \" Start of FI macro
.in \\n(nFu \" Restore previous indentation .in \\n(nFu \" Restore previous indentation
\*(nF \" Interpolate nF register \*(nF \" Interpolate nF register
.di \" Terminate output to macro Nf .di \" Terminate output to macro Nf
.ne \\n(dnu \" Give me at least as much space as in dn number reg .ne \\n(dnu \" Give me at least as much space as in dn number reg
.Nf \" Call macro Nf .Nf \" Call macro Nf
.ps 10 \" 10-point .ps 10 \" 10-point
.lg \" Restore ligatures .lg \" Restore ligatures
.\" Turn off constant width .\" Turn off constant width
.cs \*(EF .cs \*(EF
.nr CS 0 \" Indicate constant spacing off .nr CS 0 \" Indicate constant spacing off
.fi \" Back into fill mode .fi \" Back into fill mode
.. ..
.hy 15 \" Auto hyphenation with restrictions -- see troff man .hy 15 \" Auto hyphenation with restrictions -- see troff man
.de s1 \" Start of macro s1 .de s1 \" Start of macro s1
.sp 1 \" Blank line .sp 1 \" Blank line
.ne 4 \" Give me 4 vertical lines .ne 4 \" Give me 4 vertical lines
.. ..
.ds HT \t \" Define HT macro as a horizontal tab .ds HT \t \" Define HT macro as a horizontal tab

View file

@ -24,18 +24,18 @@
.ds >= \(>= .ds >= \(>=
.ds Q `` .ds Q ``
.ds U '' .ds U ''
.pl 11i \" Page length - environment 0 .pl 11i \" Page length - environment 0
.ll 6i \" Line legnth .ll 6i \" Line legnth
.lt 5i \" Title length .lt 5i \" Title length
.po 0.9i \" Page offset .po 0.9i \" Page offset
.ev 1 .ev 1
.ll 6i \" Line legnth - environment 1 .ll 6i \" Line legnth - environment 1
.lt 5i \" Title length .lt 5i \" Title length
.po 0.9i \" Page offset .po 0.9i \" Page offset
.ev .ev
.ev 2 .ev 2
.ll 6i \" Line legnth - environment 2 .ll 6i \" Line legnth - environment 2
.lt 5i \" Title length .lt 5i \" Title length
.po 0.9i \" Page offset .po 0.9i \" Page offset
.ev .ev
.so INFO.MAC \" Read in INFO.MAC macros .so INFO.MAC \" Read in INFO.MAC macros