003 File Manager
Current Path:
/usr/local/share/groff/1.22.4/tmac
usr
/
local
/
share
/
groff
/
1.22.4
/
tmac
/
📁
..
📄
62bit.tmac
(5.24 KB)
📄
X.tmac
(3.31 KB)
📄
Xps.tmac
(1.74 KB)
📄
a4.tmac
(714 B)
📄
an-ext.tmac
(3.7 KB)
📄
an-old.tmac
(14.32 KB)
📄
an.tmac
(313 B)
📄
andoc.tmac
(2.59 KB)
📄
composite.tmac
(805 B)
📄
cp1047.tmac
(2.4 KB)
📄
cs.tmac
(4.72 KB)
📄
de.tmac
(5.01 KB)
📄
den.tmac
(1.2 KB)
📄
devtag.tmac
(3.74 KB)
📄
doc-old.tmac
(35.71 KB)
📄
doc.tmac
(84.59 KB)
📄
dvi.tmac
(23.96 KB)
📄
e.tmac
(21.58 KB)
📄
ec.tmac
(994 B)
📄
eqnrc
(1.39 KB)
📄
europs.tmac
(1.65 KB)
📄
fallbacks.tmac
(1.38 KB)
📄
fr.tmac
(5.43 KB)
📄
hdmisc.tmac
(3.34 KB)
📄
hdtbl.tmac
(16.96 KB)
📄
html-end.tmac
(440 B)
📄
html.tmac
(16.04 KB)
📄
hyphen.cs
(20.93 KB)
📄
hyphen.den
(156.33 KB)
📄
hyphen.det
(157.14 KB)
📄
hyphen.fr
(27.55 KB)
📄
hyphen.sv
(34.02 KB)
📄
hyphen.us
(27.46 KB)
📄
hyphenex.cs
(505 B)
📄
hyphenex.us
(21.25 KB)
📄
ja.tmac
(1.89 KB)
📄
latin1.tmac
(2.22 KB)
📄
latin2.tmac
(2.31 KB)
📄
latin5.tmac
(2.23 KB)
📄
latin9.tmac
(2.22 KB)
📄
lbp.tmac
(2.1 KB)
📄
lj4.tmac
(584 B)
📄
m.tmac
(77.39 KB)
📄
man.tmac
(58 B)
📄
mandoc.tmac
(61 B)
📁
mdoc
📄
mdoc.tmac
(57 B)
📄
me.tmac
(53 B)
📁
mm
📄
mm.tmac
(49 B)
📄
mmse.tmac
(53 B)
📄
mom.tmac
(51 B)
📄
ms.tmac
(53 B)
📄
mse.tmac
(3.47 KB)
📄
om.tmac
(694.42 KB)
📄
papersize.tmac
(4.23 KB)
📄
pdf.tmac
(27.64 KB)
📄
pdfmark.tmac
(68.85 KB)
📄
pdfpic.tmac
(3.67 KB)
📄
pic.tmac
(139 B)
📄
ps.tmac
(20.09 KB)
📄
psatk.tmac
(1.08 KB)
📄
psold.tmac
(1.79 KB)
📄
pspic.tmac
(4.88 KB)
📄
refer-me.tmac
(2.78 KB)
📄
refer-mm.tmac
(2.88 KB)
📄
refer-ms.tmac
(2.38 KB)
📄
refer.tmac
(9.55 KB)
📄
s.tmac
(37.12 KB)
📄
safer.tmac
(218 B)
📄
spdf.tmac
(4.99 KB)
📄
sv.tmac
(4.3 KB)
📄
trace.tmac
(7.21 KB)
📄
trans.tmac
(4.69 KB)
📄
troffrc
(1.6 KB)
📄
troffrc-end
(1.14 KB)
📄
tty-char.tmac
(5.69 KB)
📄
tty.tmac
(1.84 KB)
📄
unicode.tmac
(93 B)
📄
www.tmac
(39.94 KB)
📄
zh.tmac
(1.69 KB)
Editing: pspic.tmac
.\" pspic.tmac .\" .\" Define the PSPIC macro. .\" .\" When used other than with -Tps, -Tdvi, -Thtml, or -Txhtml it draws a .\" box around where the picture would go. .\" .\" Usage: .\" .\" .PSPIC [-L|-R|-C|-I <indent>] <file> [<width> [<height>]] . .do if d PSPIC .nx . .nr _C \n(.C .cp 0 . .de PSPIC . nr ps-offset-mode 0 . \" left-aligned? . ie '\\$1'-L' \{\ . nr ps-offset-mode 1 . shift . HTML-DO-IMAGE \\$1 l . \} . el \{\ . \" right-aligned? . ie '\\$1'-R' \{\ . nr ps-offset-mode 2 . shift . HTML-DO-IMAGE \\$1 r . \} . el \{\ . \" indented? . ie '\\$1'-I' \{\ . nr ps-offset-mode 3 . nr ps-offset (m;\\$2) . shift 2 . HTML-DO-IMAGE \\$1 i . \} . el \{\ . \" centered is the default . if '\\$1'-C' \ . shift . HTML-DO-IMAGE \\$1 c . \} . \} . \} . . br . . \" get bounding box . psbb \\$1 . if (\\n[llx] : \\n[lly] : \\n[urx] : \\n[ury]) \{\ . nr ps-wid (\\n[urx] - \\n[llx]) . nr ps-ht (\\n[ury] - \\n[lly]) . if (\\n[ps-wid] < 0) \ . nr ps-wid (-\\n[ps-wid]) . if (\\n[ps-ht] < 0) \ . nr ps-ht (-\\n[ps-ht]) . . \" if we have a <width> parameter, use it as the final . \" image width; otherwise we use the image's natural width . \" or the current line length, whatever is smaller . ie (\\n[.$] >= 2) \ . nr ps-deswid (i;\\$2) . el \ . nr ps-deswid ((\\n[.l] - \\n[.i]) <? \\n[ps-wid]p) . . \" compute the final image height (with proper rounding), . \" based on the image's aspect . nr ps-desht (\\n[ps-deswid] * 1000 + (\\n[ps-wid] / 2) \ / \\n[ps-wid] * \\n[ps-ht] \ + 500 / 1000) . . \" if we have a <height> parameter, use it as the final . \" image height in case it is smaller than the height . \" value we have just computed . if ((\\n[.$] >= 3) & (\\n[ps-desht] > (i;0\\$3))) \{\ . nr ps-desht (i;\\$3) . \" recompute the final image width since we always . \" keep the correct image aspect . nr ps-deswid (\\n[ps-desht] * 1000 + (\\n[ps-ht] / 2) \ / \\n[ps-ht] * \\n[ps-wid] \ + 500 / 1000) . \} . . \" reserve vertical space for image . ne (\\n[ps-desht]u + 1v) . . \" compute image offset w.r.t. the current left margin . if (\\n[ps-offset-mode] == 0) \ . nr ps-offset (\\n[.l] - \\n[.i] - \\n[ps-deswid] / 2) . if (\\n[ps-offset-mode] == 1) \ . nr ps-offset 0 . if (\\n[ps-offset-mode] == 2) \ . nr ps-offset (\\n[.l] - \\n[.i] - \\n[ps-deswid]) . . ie '\*[.T]'dvi' \{\ . \" prepare values for \special{psfile=...} as needed by dvips . ie (\\n[ps-wid]p == \\n[ps-deswid]) \{\ . ds ps-scale \" empty . ds ps-hoffset hoffset=-\\n[llx] . ds ps-voffset voffset=-\\n[lly] . \} . el \{\ . nr ps-scale (\\n[ps-deswid] * 100 / \\n[ps-wid]p) . nr ps-hoffset (-\\n[llx] * \\n[ps-scale] / 100) . nr ps-voffset (-\\n[lly] * \\n[ps-scale] / 100) . ds ps-scale hscale=\\n[ps-scale] vscale=\\n[ps-scale] . ds ps-hoffset hoffset=\\n[ps-hoffset] . ds ps-voffset voffset=\\n[ps-voffset] . \} . \h'\\n[ps-offset]u'\ \v'\\n[ps-desht]u'\ \X'psfile=\\$1 \\*[ps-hoffset] \\*[ps-voffset] \\*[ps-scale]' . \} . el \{\ . ie '\*[.T]'ps' \{\ . \" prepare values for grops; the 'ps-invis' and 'ps-endinvis' . \" escapes are for groff's -X switch to provide a PS preview . \" with xditview: it uses -Tps for formatting but xditview . \" can't handle EPS files, thus alternative code is enclosed . \" between those two escapes . ds ps-invis \X'ps: invis' . ds ps-endinvis \X'ps: endinvis' . ds ps-import \X'ps: import \E$1 \En[llx] \En[lly] \En[urx] \En[ury] \ \En[ps-deswid] \E*[ps-desht]' . \} . el \{\ . ds ps-invis . ds ps-endinvis . ds ps-import . \} . . ie (\\n[.$] >= 3) \ . ds ps-desht \\n[ps-desht] . el \ . ds ps-desht \" empty . \h'\\n[ps-offset]u'\ \\*[ps-invis]\ \# horizontally, the rectangle is slightly smaller than the image \# to compensate the line thickness (especially needed for TTY devices) \Z'\D'p 0 \\n[ps-desht]u \ (\\n[ps-deswid]u - \\n[.H]u) 0 \ 0 -\\n[ps-desht]u''\ \# for convenience we also display the image file name (centered \# vertically); \Z'\v'((\\n[ps-desht]u / 2u) \ + (\w'\\$1'u * 0) \ + ((\\n[rst]u + \\n[rsb]u) / 2u))'\h'1m'\\$1'\ \\*[ps-endinvis]\ \v'\\n[ps-desht]u'\ \\*[ps-import] . \} . . br . sp \\n[ps-desht]u . \} . HTML-IMAGE-END .. . .cp \n[_C] . .\" ==================================================================== .\" Editor settings .\" ==================================================================== . .\" Local Variables: .\" mode: nroff .\" fill-column: 72 .\" End: .\" vim: set filetype=groff textwidth=72:
Upload File
Create Folder