SILENT KILLERPanel

Current Path: > > usr > share > groff > current > tmac


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/share/groff/current/tmac

NameTypeSizeLast ModifiedActions
mdoc Directory - -
an-ext.tmac File 3542 bytes October 13 2019 14:29:39.
an-old.tmac File 14301 bytes October 13 2019 14:29:39.
an.tmac File 53 bytes October 13 2019 14:29:39.
andoc.tmac File 1852 bytes October 13 2019 14:29:39.
composite.tmac File 555 bytes October 13 2019 14:29:39.
cp1047.tmac File 2197 bytes October 13 2019 14:29:39.
cs.tmac File 4569 bytes October 13 2019 14:29:39.
de.tmac File 4599 bytes October 13 2019 14:29:39.
den.tmac File 1016 bytes October 13 2019 14:29:39.
devtag.tmac File 3792 bytes October 13 2019 14:29:39.
doc-old.tmac File 36308 bytes October 13 2019 14:29:39.
doc.tmac File 74443 bytes October 13 2019 14:29:39.
eqnrc File 1427 bytes October 13 2019 14:29:39.
europs.tmac File 1689 bytes October 13 2019 14:29:39.
fallbacks.tmac File 1416 bytes October 13 2019 14:29:39.
fr.tmac File 5299 bytes October 13 2019 14:29:39.
html-end.tmac File 440 bytes October 13 2019 14:29:39.
html.tmac File 16423 bytes October 13 2019 14:29:39.
hyphen.cs File 21223 bytes October 13 2019 14:29:39.
hyphen.den File 38372 bytes October 13 2019 14:29:39.
hyphen.det File 37306 bytes October 13 2019 14:29:39.
hyphen.fr File 28007 bytes October 13 2019 14:29:39.
hyphen.sv File 34576 bytes October 13 2019 14:29:39.
hyphen.us File 27860 bytes October 13 2019 14:29:39.
hyphenex.cs File 291 bytes October 13 2019 14:29:39.
hyphenex.det File 120968 bytes October 13 2019 14:29:39.
hyphenex.us File 15678 bytes October 13 2019 14:29:39.
ja.tmac File 1696 bytes October 13 2019 14:29:39.
latin1.tmac File 2272 bytes October 13 2019 14:29:39.
latin2.tmac File 2362 bytes October 13 2019 14:29:39.
latin5.tmac File 2279 bytes October 13 2019 14:29:39.
latin9.tmac File 2272 bytes October 13 2019 14:29:39.
man.tmac File 58 bytes October 13 2019 14:29:39.
mandoc.tmac File 61 bytes October 13 2019 14:29:39.
mdoc.tmac File 57 bytes October 13 2019 14:29:39.
papersize.tmac File 4087 bytes October 13 2019 14:29:39.
pic.tmac File 139 bytes October 13 2019 14:29:39.
ps.tmac File 20577 bytes October 13 2019 14:29:39.
psatk.tmac File 1102 bytes October 13 2019 14:29:39.
psold.tmac File 1828 bytes October 13 2019 14:29:39.
pspic.tmac File 4751 bytes October 13 2019 14:29:39.
safer.tmac File 218 bytes October 13 2019 14:29:39.
sv.tmac File 4133 bytes October 13 2019 14:29:39.
trans.tmac File 4549 bytes October 13 2019 14:29:39.
troffrc File 1409 bytes October 13 2019 14:29:39.
troffrc-end File 1167 bytes October 13 2019 14:29:39.
tty-char.tmac File 5205 bytes October 13 2019 14:29:39.
tty.tmac File 1574 bytes October 13 2019 14:29:39.
unicode.tmac File 93 bytes October 13 2019 14:29:39.
www.tmac File 40761 bytes October 13 2019 14:29:39.

Reading File: //usr/share/groff/current/tmac/pspic.tmac

.\" -*- nroff -*-
.\"
.\" 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]
.
.\" end of pspic.tmac

SILENT KILLER Tool