aboutsummaryrefslogtreecommitdiff
path: root/tmac/tmac.html
blob: d03381e769fa4241d98fa640e0e928efc09e6c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.de HTML
\! \<?xml version="1.0" encoding="utf-8"?\>
\! \<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
\!   "http://www.w3.org/TR/html4/loose.dtd"\>
.html html <html>
.html head <head>
.if !'\\$1'' .html title <title>\\$1</title>
.HEAD
.html head
.html body <body>
..
.de FSFIRST
.de NOTES xx
._NOTES
.rm _NOTES
xx
.em NOTES
.da _NOTES
.sp
.B "Notes
.sp
.da
..
.de FS
.FSFIRST
.rm FSFIRST
.da _NOTES
..
.de FE
.sp
.da
..
.nr png -1 1
.de TS
.ds pngbase "\\*[basename]
.if '\\*[pngbase]'' .ds pngbase \\n(.B
.ds pngfile \\*[pngbase]\\n+[png].png
.html - <center><img src="\\*[pngfile]"></center>
.\" The .inputpipe must be the last line of the macro!
.inputpipe .TE troff2png >\\*[pngfile]
..
.de TE
..
.de PS
.ds pngbase "\\*[basename]
.if '\\*[pngbase]'' .ds pngbase \\n(.B
.ds pngfile \\*[pngbase]\\n+[png].png
.html - <center><img src="\\*[pngfile]"></center>
.inputpipe .PE troff2png >\\*[pngfile]
..
.de PE
..
.de B1
.margin 0
.nr TW 10
.nr TW1 80
.if !'\\$1'' .nr TW \\$1
.if !'\\$2'' .nr TW1 \\$2
.html box \
<center>\
<table width=\\n[TW1]% cellspacing=0 cellpadding=0 border=0>\
<tr height=1>\
	<td width=1 bgcolor=#000000 />\
	<td width=\\n(TW bgcolor=#000000 />\
	<td bgcolor=#000000 />\
	<td width=\\n(TW bgcolor=#000000 />\
	<td width=1 bgcolor=#000000 />\
</tr>\
<tr height=\\n(TW>\
	<td width=1 bgcolor=#000000 />\
	<td width=\\n(TW />\
	<td />\
	<td width=\\n(TW />\
	<td width=1 bgcolor=#000000 />\
</tr>
.html box0 <tr>
.html box1 <td width=1 bgcolor=#000000 /><td width=\\n(TW /><td>
..
.de B2
.html box1 <td width=\\n(TW /><td width=1 bgcolor=#000000 />
.html box0 <tr height=\\n(TW><td width=1 bgcolor=#000000 />\
	<td width=\\n(TW /><td /><td width=\\n(TW />\
	<td width=1 bgcolor=#000000 />\
</tr>\
<tr height=1>\
	<td width=1 bgcolor=#000000 />\
	<td width=\\n(TW bgcolor=#000000 />\
	<td bgcolor=#000000 />\
	<td width=\\n(TW bgcolor=#000000 />\
	<td width=1 bgcolor=#000000 />\
</tr>
.html box
.margin 1
..