Files
Arquivotheca.SunOS-4.1.4/games/cribbage/macro
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

124 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.\"
.\" @(#)macro 1.1 94/10/31 SMI (from Berkeley)
.\"
.nr TX 2 \" default line space for text is 2
.nr PG 8 \" default paragraph indentation in PG is 8
.nr QI 8 \" default indentation for quotes is 8
.nr IP 4 \" default indentation for indented paragraph is 4
.de TX \" define text settings
.ls \\n(TX
.fi
..
.de NT \" define non-text setings
.nf
.ls 1
..
.de PG \" define paragraph starter
.sp
.ti +\\n(PG
..
.de HD \" define page header
'sp 1i
..
.de FO \" define page footer
.if \\n%>1 \{\
'sp 2
.tl ""- % -"" \}
'bp
..
.wh 0 HD \" trap invocation of header
.wh -1i FO \" trap invocation of footer
.de pH \" define page header
.ce
.ul
\\$1
.sp 1
..
.de PF \" define Page header for first page -- no .bp
.ce
.ul
\\$1
.sp 1
..
.de PH \" define Page header
.ce
.ul
\\$1
.sp 1
..
.de HP \" define paragraph header
.sp 2
.ne 4
.ul
\\$1
.PG
..
.de TP \" define title page
.ls 1
 
.sp 3.5i
.ce
.ul
\\$1
.sp +3i
.ti +50
\\$2
.br
.ti +50
\\$3
.br
.ti +50
\\n(mo / \\n(dy / \\n(yr
.nr % 0
.ls
..
.de KS
.br
.di KB
..
.de KE
.br
.di
.ne \\n(dnu
.KB
..
.de QI \" define indented quote macro
.sp
.in +\\n(QI
.ll -\\n(QI
.ls 1
..
.de EQ \" define end quote macro
.ls
.sp
.ll +\\n(QI
.in -\\n(QI
..
.de IP \" define indented paragraph macro
.in +\\n(IP
.ll -\\n(IP
.PG
..
.de EP \" define end indented paragraph macro
.ll +\\n(IP
.in -\\n(IP
..
.de IH \" define indented paragraph header
.in +\\n(IP
.ll -\\n(IP
.sp 2
.ne 4
.ul
\\$1
.PG
..
.de IN
.in +8
.br
.ti -4
\\$1
..
.de NE
.in -8
..