diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-11-22 22:47:35 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-11-22 22:47:35 +0100 |
commit | 631b966e503b4101783c2807909c172139d1d3db (patch) | |
tree | 599ae93bddd8036b90cd4edd1a7387a78f2bf27f /groff_piclink.7 | |
download | gpresent-fork-631b966e503b4101783c2807909c172139d1d3db.tar.gz |
initial import of all the files from gpresent-2.3.tar.gz
Diffstat (limited to 'groff_piclink.7')
-rw-r--r-- | groff_piclink.7 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/groff_piclink.7 b/groff_piclink.7 new file mode 100644 index 0000000..8a01f01 --- /dev/null +++ b/groff_piclink.7 @@ -0,0 +1,39 @@ +.TH GROFF_PICLINK 7 "September 4, 2002" +.SH NAME +groff_piclink \- groff picture linking macros +.SH SYNOPSIS +groff \fB\-p\fP \-mm \-mpresent \fBpiclink.tmac\fP [\|\fIoptions\fP ...\|] [\|\fIfiles\fP ...\|] +.SH DESCRIPTION +The picture linking macros are to be used with the presentation macros. +They make it possible to make a link in a picture (made with pic) to +another slide in the presentation. +.PP +The piclink macros cannot be loaded with a \-m option, since it +needs to be processed by +.BR gpic (1) +in order to define the PIC macro. +.SH USAGE +.SS "PIC macros +.TP +.BI LINK( name , object ) +Makes a link from +.I object +to the destination +.IR name . +.I object +must be an indication of a box, circle, or ellipse. +For technical reasons, the link itself is always a rectangle. +.SH FILES +.TP +.B .../groff/.../tmac/m.tmac +.TP +.B .../groff/.../tmac/present.tmac +.TP +.B piclink.tmac +.SH "SEE ALSO" +.BR groff (1), +.BR groff_mm (7), +.BR groff_present (7), +.BR pic (1) +.SH AUTHOR +Bob Diertens, <bobd@science.uva.nl> |