diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:44:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:44:05 +0000 |
commit | d318611dd6f23fcfedd50e9b9e24620b102ba96a (patch) | |
tree | 8b9eef82ca40fdd5a8deeabf07572074c236095d /tmac/pic.tmac | |
parent | Initial commit. (diff) | |
download | groff-f22bf21391d2b916c7303c565592ae6e99efbb58.tar.xz groff-f22bf21391d2b916c7303c565592ae6e99efbb58.zip |
Adding upstream version 1.23.0.upstream/1.23.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tmac/pic.tmac')
-rw-r--r-- | tmac/pic.tmac | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tmac/pic.tmac b/tmac/pic.tmac new file mode 100644 index 0000000..d4aaaa4 --- /dev/null +++ b/tmac/pic.tmac @@ -0,0 +1,24 @@ +.\" pic.tmac +.\" +.de PS +.br +.sp .3v +.ne 0\\$1+1v+\n(.Vu +.in \\n(.lu-\\n(.iu-0\\$2/2u>?0 +.. +.de PF +.in +.. +.de PE +.PF +.sp .3v+.5m +.. +.de PY +.in +.. +. +.\" Local Variables: +.\" mode: nroff +.\" fill-column: 72 +.\" End: +.\" vim: set filetype=nroff textwidth=72: |