diff options
author | wl <wl> | 2006-03-26 13:15:04 +0000 |
---|---|---|
committer | wl <wl> | 2006-03-26 13:15:04 +0000 |
commit | 061d7d19c0a0371450719a5e11a6ea80f9617cf3 (patch) | |
tree | c8e85ad3008204c34fedb8a5372e6df46679ecde /src | |
parent | 71b1dc9f97ede68f8bc75a04d282b79988cb03b0 (diff) | |
download | groff-061d7d19c0a0371450719a5e11a6ea80f9617cf3.tar.gz |
* src/devices/grops/grops.man: Some clarifications regarding
insertion of PostScript snippets.
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/grops/grops.man | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/src/devices/grops/grops.man b/src/devices/grops/grops.man index 55f643c0..9eba7ec2 100644 --- a/src/devices/grops/grops.man +++ b/src/devices/grops/grops.man @@ -546,7 +546,7 @@ for the PS Symbol font, and containing slanted lowercase Greek letters taken from PS Symbol. . Zapf Dingbats is available as -.BR ZD +.BR ZD , and a reversed version of ZapfDingbats (with symbols pointing in the opposite direction) is available as .BR ZDR ; @@ -558,7 +558,7 @@ The default color for .B \[rs]m and .B \[rs]M -is black; for colors defined in the `rgb' color space, +is black; for colors defined in the `rgb' color space .B setrgbcolor is used, for `cmy' and `cmyk' .BR setcmykcolor , @@ -596,7 +596,8 @@ and y\~coordinates increase down the page. A procedure\~\c .B u is defined that converts groff units -to the coordinate system in effect. +to the coordinate system in effect (provided the user doesn't change the +scale). . For example, . @@ -653,6 +654,26 @@ For example, . .LP is another way to draw a horizontal line one inch long. +. +Note the single backslash before `nx' \[en] the only reason to use a number +register while defining the macro `y' is to convert a user-specified +dimension `1i' to internal groff units which are in turn converted to PS +units with the +.B u +procedure. +. +.LP +.B grops +wraps user-specified PostScript code into a dictionary, nothing more. +. +In particular, it doesn't start and end the inserted code with +.B save +and +.BR restore , +respectively. +. +This must be supplied by the user, if necessary. +. .RE . .TP |