Sync: tmac/fallbacks.tmac: import, adjust troffrc
[s-roff.git] / man / l_roff_diff.7.in
blob1b84f4202c4cd1b421af7349392897a19bfc5094
1 '\" e -- preprocess: eqn(1)
2 .ig
3 @ @L_ROFF@_diff.7
5 Copyright (c) 2014 Steffen (Daode) Nurpmeso <sdaoden@users.sf.net>.
7 Copyright (C) 1989, 2001 - 2004, 2006 - 2008
8   Free Software Foundation, Inc.
9 written by James Clark
11 modified by Werner Lemberg <wl@gnu.org>
12             Bernd Warken <bwarken@mayn.de>
14 Permission is granted to copy, distribute and/or modify this document
15 under the terms of the GNU Free Documentation License, Version 1.1 or
16 any later version published by the Free Software Foundation; with the
17 Invariant Sections being this .ig-section and AUTHORS, with no
18 Front-Cover Texts, and with no Back-Cover Texts.
20 You should have received a copy of the Free Documentation License
21 as part of the file COPYING; also located in the main directory of the
22 source package of this program.
26 .\"
27 .\" Local definitions
28 .\"
30 .\" define a string tx for the TeX logo
31 .ie t .ds tx T\h'-.1667m'\v'.224m'E\v'-.224m'\h'-.125m'X
32 .el   .ds tx TeX
35 .\" from old groff_out.man
36 .ie \n(.g \
37 .  ds ic \/
38 .el \
39 .  ds ic \^
42 .\"
43 .\" Title
44 .\"
46 .TH @U_ROFF@_DIFF @MAN7EXT@ "@MDATE@" "@T_ROFF@ v@VERSION@"
47 .SH NAME
48 @L_ROFF@_diff \- differences between @T_ROFF@ and classical troff
51 .\"
52 .SH DESCRIPTION
53 .\"
55 This manual page describes the language differences between
56 .IR @T_ROFF@ ,
57 and the classical
58 .I roff
59 formatter of the freely available Unix\~7 of the 1970s, documented in
60 the
61 .I Troff User's Manual
63 .I Ossanna
64 and
65 .IR Kernighan .
66 This inludes the roff language as well as the intermediate output
67 format (troff output).
70 The section
71 .I SEE ALSO
72 gives pointers to both the classical
73 .I roff
74 and the
75 .I @T_ROFF@
76 documentation.
79 .\"
80 .SH "@T_ROFF@ LANGUAGE"
81 .\"
83 In this section, all additional features
84 compared to the classical Unix\~7
85 .I troff
86 are described in detail.
89 .\"
90 .SS "Long names"
91 .\"
93 The names of number registers, fonts, strings/\:macros/\:diversions,
94 special characters (glyphs), and colors can be of any length.
96 In escape sequences, additionally to the classical `\fB(\fP\fIxx\fP'
97 construction for a two-character glyph name, you can use
98 `\fB[\fP\fIxxx\fP\fB]\fP' for a name of arbitrary length.
101 .BI \[rs][ xxx ]
102 Print the special character (glyph) called
103 .IR xxx .
106 .BI \[rs][ "comp1 comp2 .\|.\|." ]
107 Print composite glyph consisting of multiple components.
109 Example: `\[rs][A\~ho]' is capital letter A with ogonek which finally maps
110 to glyph name `u0041_0328'.
113 .BR @L_ROFF@_char (@MAN7EXT@)
114 for a list of glyph name components used in composite glyph names
115 and details of how a glyph name for a composite glyph is constructed.
118 .BI \[rs]f[ xxx ]
119 Set font
120 .IR xxx .
122 Additionally,
123 .B \[rs]f[]
124 is a new syntax form equal to
125 .BR \[rs]fP ,
126 i.e., to return to the previous font.
129 .BI \[rs]*[ "xxx arg1 arg2 .\|.\|." ]
130 Interpolate string
131 .IR xxx ,
132 taking
133 .IR arg1 ,
134 .IR arg2 ,
135 .I .\|.\|.\&
136 as arguments.
139 .BI \[rs]n[ xxx ]
140 Interpolate number register
141 .IR xxx .
145 .SS "Fractional point sizes"
149 .I scaled point
150 is equal to
151 .B 1/sizescale
152 points, where
153 .B sizescale
154 is specified in the
155 .B DESC
156 file (1 by default).
158 There is a new scale indicator\~\c
159 .B z
160 that has the effect of multiplying by sizescale.
162 Requests and escape sequences in troff interpret arguments that
163 represent a point size as being in units of scaled points, but they
164 evaluate each such argument using a default scale indicator of\~\c
165 .BR z .
166 Arguments treated in this way are the argument to the
167 .B ps
168 request, the third argument to the
169 .B cs
170 request, the second and fourth arguments to the
171 .B tkf
172 request, the argument to the
173 .B \[rs]H
174 escape sequence, and those variants of the
175 .B \[rs]s
176 escape sequence that take a numeric expression as their argument.
179 For example, suppose sizescale is 1000; then a scaled point is
180 equivalent to a millipoint; the call
181 .B .ps\ 10.25
182 is equivalent to
183 .B .ps\ 10.25z
184 and so sets the point size to 10250 scaled points, which is equal to
185 10.25 points.
188 The number register
189 .B \[rs]n[.s]
190 returns the point size in points as decimal fraction.
192 There is also a new number register
193 .B \[rs]n[.ps]
194 that returns the point size in scaled points.
197 It would make no sense to use the
198 .BR z \~\c
199 scale indicator in a numeric expression whose default scale indicator
200 was neither
201 .B u
202 nor\~\c
203 .BR z ,
204 and so
205 .B troff
206 disallows this.
208 Similarly it would make no sense to use a scaling indicator other than
209 .B z
210 or\~\c
211 .B u
212 in a numeric expression whose default scale indicator was\~\c
213 .BR z ,
214 and so
215 .B troff
216 disallows this as well.
219 There is also new scale indicator\~\c
220 .B s
221 which multiplies by the number of units in a scaled point.
223 So, for example,
224 .B \[rs]n[.ps]s
225 is equal to
226 .BR 1m .
227 Be sure not to confuse the
228 .B s
230 .BR z \~\c
231 scale indicators.
235 .SS "Numeric expressions"
238 Spaces are permitted in a number expression within parentheses.
241 .B M
242 indicates a scale of 100ths of an em.
243 .B f
244 indicates a scale of 65536 units, providing fractions for color
245 definitions with the
246 .B defcolor
247 request.
249 For example, 0.5f = 32768u.
252 .IB e1 >? e2
253 The maximum of
254 .I e1
256 .IR e2 .
259 .IB e1 <? e2
260 The minimum of
261 .I e1
263 .IR e2 .
266 .BI ( c ; e )
267 Evaluate
268 .I e
269 using
270 .I c
271 as the default scaling indicator.
274 .I c
275 is missing, ignore scaling indicators in the evaluation of\~\c
276 .IR e .
280 .SS "New escape sequences"
284 .BI \[rs]A' anything '
285 This expands to
286 .B 1
287 or\~\c
288 .BR 0 ,
289 depending on whether
290 .I anything
291 is or is not acceptable as the name of a string, macro, diversion, number
292 register, environment, font, or color.
293 It returns\~\c
294 .B 0
296 .I anything
297 is empty.
299 This is useful if you want to look up user input in some sort of
300 associative table.
303 .BI \[rs]B' anything '
304 This expands to
305 .B 1
306 or\~\c
307 .BR 0 ,
308 depending on whether
309 .I anything
310 is or is not a valid numeric expression.
312 It returns\~\c
313 .B 0
315 .I anything
316 is empty.
319 .BI \[rs]C' xxx '
320 Typeset glyph named
321 .IR xxx .
322 Normally it is more convenient to use
323 .BI \[rs][ xxx ]\f[R].
325 .B \[rs]C
326 has the advantage that it is compatible with recent versions of
327 .SM UNIX
328 and is available in compatibility mode.
331 .B \[rs]E
332 This is equivalent to an escape character, but it is not interpreted in
333 copy mode.
335 For example, strings to start and end superscripting could be defined
336 like this
341 \&.ds { \[rs]v'\-.3m'\[rs]s'\[rs]En[.s]*6u/10u'
342 \&.ds } \[rs]s0\[rs]v'.3m'
347 The use of
348 .B \[rs]E
349 ensures that these definitions work even if
350 .B \[rs]*{
351 gets interpreted in copy mode (for example, by being used in a macro
352 argument).
356 .BI \[rs]F f
358 .BI \[rs]F( fm
360 .BI \[rs]F[ fam ]
361 Change font family.
363 This is the same as the
364 .B fam
365 request.
367 .B \[rs]F[]
368 switches back to the previous color (note that
369 .B \[rs]FP
370 won't work; it selects font family `P' instead).
373 .BI \[rs]m x
375 .BI \[rs]m( xx
377 .BI \[rs]m[ xxx ]
378 Set drawing color.
379 .B \[rs]m[]
380 switches back to the previous color.
383 .BI \[rs]M x
385 .BI \[rs]M( xx
387 .BI \[rs]M[ xxx ]
388 Set background color for filled objects drawn with the
389 .BI \[rs]D' .\|.\|. '
390 commands.
391 .B \[rs]M[]
392 switches back to the previous color.
395 .BI \[rs]N' n '
396 Typeset the glyph with index\~\c
397 .I n
398 in the current font.
399 .IR n \~\c
400 can be any integer.
402 Most devices only have glyphs with indices between 0 and 255.
404 If the current font does not contain a glyph with that code,
405 special fonts are
406 .I not
407 searched.
410 .B \[rs]N
411 escape sequence can be conveniently used in conjunction with the
412 .B char
413 request, for example
418 \&.char \[rs][phone] \[rs]f(ZD\[rs]N'37'
423 The index of each glyph is given in the fourth column in the font
424 description file after the
425 .B charset
426 command.
428 It is possible to include unnamed glyphs in the font description
429 file by using a name of
430 .BR \-\-\- ;
432 .B \[rs]N
433 escape sequence is the only way to use these.
436 .BI \[rs]O n
438 .BI \[rs]O[ n ]
439 Suppress troff output.
441 The escapes
442 .BR \[rs]O2 ,
443 .BR \[rs]O3 ,
444 .BR \[rs]O4 ,
446 .B \[rs]O5
447 are intended for internal use by
448 .BR \%@L_D_HTML@ .
452 .B \[rs]O0
453 Disable any ditroff glyphs from being emitted to the device driver,
454 provided that the escape occurs at the outer level (see
455 .B \[rs]O3
457 .BR \[rs]O4 ).
460 .B \[rs]O1
461 Enable output of glyphs, provided that the escape occurs at the outer
462 level.
464 .B \[rs]O0
466 .B \[rs]O1
467 also reset the registers
468 .BR \[rs]n[opminx] ,
469 .BR \[rs]n[opminy] ,
470 .BR \[rs]n[opmaxx] ,
472 .B \[rs]n[opmaxy]
473 to\~\-1.
475 These four registers mark the top left and bottom right hand corners
476 of a box which encompasses all written glyphs.
479 .B \[rs]O2
480 Provided that the escape occurs at the outer level, enable output of
481 glyphs and also write out to stderr the page number and four registers
482 encompassing the glyphs previously written since the last call to
483 .BR \[rs]O .
486 .B \[rs]O3
487 Begin a nesting level.
489 At start-up,
490 .B troff
491 is at outer level.
493 This is really an internal mechanism for
494 .B \%@L_D_HTML@
495 while producing images.
497 They are generated by running the troff source through
498 .B troff
499 to the postscript device and
500 .B ghostscript
501 to produce images in PNG format.
504 .B \[rs]O3
505 escape starts a new page if the device is not html (to reduce the
506 possibility of images crossing a page boundary).
509 .B \[rs]O4
510 End a nesting level.
513 .BI \[rs]O5[ Pfilename ]
514 This escape is
515 .B \%@L_D_HTML@
516 specific.
518 Provided that this escape occurs at the outer nesting level, write
519 .I filename
520 to stderr.
522 The position of the image,
523 .IR P ,
524 must be specified and must be one of
525 .BR l ,
526 .BR r ,
527 .BR c ,
529 .B i
530 (left, right, centered, inline).
532 .I filename
533 is associated with the production of the next inline image.
537 .BI \[rs]R' name\ \[+-]n '
538 This has the same effect as
542 .BI .nr\  name\ \[+-]n
546 .BI \[rs]s( nn
548 .BI \[rs]s\[+-]( nn
549 Set the point size to
550 .I nn
551 points;
552 .I nn
553 must be exactly two digits.
556 .BI \[rs]s[\[+-] n ]
558 .BI \[rs]s\[+-][ n ]
560 .BI \[rs]s'\[+-] n '
562 .BI \[rs]s\[+-]' n '
563 Set the point size to
564 .I n
565 scaled points;
566 .I n
567 is a numeric expression with a default scale indicator of\~\c
568 .BR z .
571 .BI \[rs]V x
573 .BI \[rs]V( xx
575 .BI \[rs]V[ xxx ]
576 Interpolate the contents of the environment variable
577 .IR xxx ,
578 as returned by
579 .BR getenv (3).
580 .B \[rs]V
581 is interpreted in copy mode.
584 .BI \[rs]Y x
586 .BI \[rs]Y( xx
588 .BI \[rs]Y[ xxx ]
589 This is approximately equivalent to
590 .BI \[rs]X'\[rs]*[ xxx ]'\f[R].
591 However the contents of the string or macro
592 .I xxx
593 are not interpreted; also it is permitted for
594 .I xxx
595 to have been defined as a macro and thus contain newlines (it is not
596 permitted for the argument to
597 .B \[rs]X
598 to contain newlines).
600 The inclusion of newlines requires an extension to the UNIX troff
601 output format, and confuses drivers that do not know about this
602 extension.
605 .BI \[rs]Z' anything '
606 Print anything and then restore the horizontal and vertical position;
607 .I anything
608 may not contain tabs or leaders.
611 .B \[rs]$0
612 The name by which the current macro was invoked.
615 .B als
616 request can make a macro have more than one name.
619 .B \[rs]$*
620 In a macro or string, the concatenation of all the arguments separated
621 by spaces.
624 .B \[rs]$@
625 In a macro or string, the concatenation of all the arguments with each
626 surrounded by double quotes, and separated by spaces.
629 .B \[rs]$^
630 In a macro, the representation of all parameters as if they were an
631 argument to the
632 .B ds
633 request.
636 .BI \[rs]$( nn
638 .BI \[rs]$[ nnn ]
639 In a macro or string, this gives the
640 .IR nn -th
642 .IR nnn -th
643 argument.
645 Macros and strings can have an unlimited number of arguments.
648 .BI \[rs]? anything \[rs]?
649 When used in a diversion, this transparently embeds
650 .I anything
651 in the diversion.
652 .I anything
653 is read in copy mode.
655 When the diversion is reread,
656 .I anything
657 is interpreted.
658 .I anything
659 may not contain newlines; use
660 .B \[rs]!\&
661 if you want to embed newlines in a diversion.
663 The escape sequence
664 .B \[rs]?\&
665 is also recognized in copy mode and turned into a single internal
666 code; it is this code that terminates
667 .IR anything .
668 Thus
673 .ne 14v+\n(.Vu
674 \&.nr x 1
675 \&.nf
676 \&.di d
677 \&\[rs]?\[rs]\[rs]?\[rs]\[rs]\[rs]\[rs]?\[rs]\[rs]\[rs]\[rs]\[rs]\[rs]\[rs]\c
678 \&\[rs]nx\[rs]\[rs]\[rs]\[rs]?\[rs]\[rs]?\[rs]?
679 \&.di
680 \&.nr x 2
681 \&.di e
682 \&.d
683 \&.di
684 \&.nr x 3
685 \&.di f
686 \&.e
687 \&.di
688 \&.nr x 4
689 \&.f
694 prints\~\c
695 .BR 4 .
698 .B \[rs]/
699 This increases the width of the preceding glyph so that the
700 spacing between that glyph and the following glyph is
701 correct if the following glyph is a roman glyph.
703 .if t \{\
704 .  nop For example, if an italic\~f is immediately followed by a roman
705 .  nop right parenthesis, then in many fonts the top right portion of
706 .  nop the\~f overlaps the top left of the right parenthesis
707 .  nop producing \f[I]f\f[R])\f[R], which is ugly.
708 .  nop Inserting
709 .  B \[rs]/
710 .  nop produces
711 .  ie \n(.g \f[I]f\/\f[R])\f[R]
712 .  el       \f[I]f\|\f[R])\f[R]
713 .  nop and avoids this problem.
715 It is a good idea to use this escape sequence whenever an italic
716 glyph is immediately followed by a roman glyph without any
717 intervening space.
720 .B \[rs],
721 This modifies the spacing of the following glyph so that the
722 spacing between that glyph and the preceding glyph is
723 correct if the preceding glyph is a roman glyph.
725 .if t \{\
726 .  nop For example, inserting
727 .  B \[rs],
728 .  nop between the parenthesis and the\~f changes
729 .  nop \f[R](\f[I]f\f[R] to
730 .  ie \n(.g \f[R](\,\f[I]f\f[R].
731 .  el       \f[R](\^\f[I]f\f[R].
733 It is a good idea to use this escape sequence whenever a roman
734 glyph is immediately followed by an italic glyph without any
735 intervening space.
738 .B \[rs])
739 Like
740 .B \[rs]&
741 except that it behaves like a character declared with the
742 .B cflags
743 request to be transparent for the purposes of end-of-sentence
744 recognition.
747 .B \[rs]~
748 This produces an unbreakable space that stretches like a normal
749 inter-word space when a line is adjusted.
752 .B \[rs]:
753 This causes the insertion of a zero-width break point.
755 It is equal to
756 .B \[rs]%
757 within a word but without insertion of a soft hyphen glyph.
760 .B \[rs]#
761 Everything up to and including the next newline is ignored.
763 This is interpreted in copy mode.
765 It is like
766 .B \[rs]"
767 except that
768 .B \[rs]"
769 does not ignore the terminating newline.
773 .SS "New requests"
777 .BI .aln\  xx\ yy
778 Create an alias
779 .I xx
780 for number register object named
781 .IR yy .
782 The new name and the old name are exactly equivalent.
785 .I yy
786 is undefined, a warning of type
787 .B reg
788 is generated, and the request is ignored.
791 .BI .als\  xx\ yy
792 Create an alias
793 .I xx
794 for request, string, macro, or diversion object named
795 .IR yy .
797 The new name and the old name are exactly equivalent (it is
798 similar to a hard rather than a soft link).
801 .I yy
802 is undefined, a warning of type
803 .B mac
804 is generated, and the request is ignored.
807 .BR de ,
808 .BR am ,
809 .BR di ,
810 .BR da ,
811 .BR ds ,
813 .B as
814 requests only create a new object if the name of the macro, diversion
815 or string is currently undefined or if it is defined to be a
816 request; normally they modify the value of an existing object.
819 .BI .am1\  xx\ yy
820 Similar to
821 .BR .am ,
822 but compatibility mode is switched off during execution.
824 To be more precise, a `compatibility save' token is inserted at the
825 beginning of the macro addition, and a `compatibility restore' token at
826 the end.
828 As a consequence, the requests
829 .BR am ,
830 .BR am1 ,
831 .BR de ,
833 .B de1
834 can be intermixed freely since the compatibility save/\:restore tokens
835 only affect the macro parts defined by
836 .B .am1
838 .BR .ds1 .
841 .BI .ami\  xx\ yy
842 Append to macro indirectly.
844 See the
845 .B dei
846 request below for more information.
849 .BI .ami1\  xx\ yy
850 Same as the
851 .B ami
852 request but compatibility mode is switched off during execution.
855 .BI .as1\  xx\ yy
856 Similar to
857 .BR .as ,
858 but compatibility mode is switched off during expansion.
860 To be more precise, a `compatibility save' token is inserted at the
861 beginning of the string, and a `compatibility restore' token at the end.
863 As a consequence, the requests
864 .BR as ,
865 .BR as1 ,
866 .BR ds ,
868 .B ds1
869 can be intermixed freely since the compatibility save/\:restore tokens
870 only affect the (sub)strings defined by
871 .B as1
873 .BR ds1 .
876 .BI .asciify\  xx
877 This request `unformats' the diversion
878 .I xx
879 in such a way that
880 .SM ASCII
881 and space characters (and some escape sequences) that were formatted
882 and diverted into
883 .I xx
884 are treated like ordinary input characters when
885 .I xx
886 is reread.
887 Useful for diversions in conjunction with the
888 .B writem
889 request.
891 It can be also used for gross hacks; for example, this
896 .ne 7v+\n(.Vu
897 \&.tr @.
898 \&.di x
899 \&@nr n 1
900 \&.br
901 \&.di
902 \&.tr @@
903 \&.asciify x
904 \&.x
909 sets register\~\c
910 .B n
911 to\~1.
913 Note that glyph information (font, font size, etc.) is not preserved;
915 .B .unformat
916 instead.
919 .B .backtrace
920 Print a backtrace of the input stack on stderr.
923 .BI .blm\  xx
924 Set the blank line macro to
925 .IR xx .
926 If there is a blank line macro, it is invoked when a blank line
927 is encountered instead of the usual troff behaviour.
930 .BI .box\  xx
932 .BI .boxa\  xx
933 These requests are similar to the
934 .B di
936 .B da
937 requests with the exception that a partially filled line does not
938 become part of the diversion (i.e., the diversion always starts with a
939 new line) but is restored after ending the diversion, discarding the
940 partially filled line which possibly comes from the diversion.
943 .B .break
944 Break out of a while loop.
946 See also the
947 .B while
949 .B continue
950 requests.
952 Be sure not to confuse this with the
953 .B br
954 request.
957 .B .brp
958 This is the same as
959 .BR \[rs]p .
962 .BI .cflags\  n\ c1\ c2\|.\|.\|.\&
963 Characters
964 .IR c1 ,
965 .IR c2 ,\|.\|.\|.\&
966 have properties determined by
967 .IR n ,
968 which is ORed from the following:
971 .IP 1
972 The character ends sentences (initially characters
973 .B .?!\&
974 have this property).
976 .IP 2
977 Lines can be broken before the character (initially no characters have
978 this property); a line is not broken at a character with this property
979 unless the characters on each side both have non-zero hyphenation
980 codes.
981 This can be overridden with value 64.
983 .IP 4
984 Lines can be broken after the character (initially characters
985 .B \-\[rs][hy]\[rs][em]
986 have this property); a line is not broken at a character with this
987 property unless the characters on each side both have non-zero
988 hyphenation codes.
990 This can be overridden with value 64.
992 .IP 8
993 The glyph associated with this character overlaps horizontally
994 (initially characters
995 .B \[rs][ul]\[rs][rn]\[rs][ru]\[rs][radicalex]\[rs][sqrtex]
996 have this property).
998 .IP 16
999 The glyph associated with this character overlaps vertically
1000 (initially glyph
1001 .B \[rs][br]
1002 has this property).
1004 .IP 32
1005 An end-of-sentence character followed by any number of characters with
1006 this property is treated as the end of a sentence if followed by a
1007 newline or two spaces; in other words the character is transparent for
1008 the purposes of end-of-sentence recognition; this is the same as having
1009 a zero space factor in \*[tx] (initially characters
1010 .B \[dq]')]*\[rs][dg]\[rs][rq]
1011 have this property).
1013 .IP 64
1014 Ignore hyphenation code values of the surrounding characters.
1015 Use this in combination with values 2 and\~4 (initially no characters
1016 have this property).
1020 .BI .char\  c\ string
1021 [This request can both define characters and glyphs.]
1024 Define entity\~\c
1025 .I c
1026 to be
1027 .IR string .
1029 To be more precise, define (or even override) a roff entity which
1030 can be accessed with name\~\c
1031 .I c
1032 on the input side, and which uses
1033 .I string
1034 on the output side.
1036 Every time glyph\~\c
1037 .I c
1038 needs to be printed,
1039 .I string
1040 is processed in a temporary environment and the result is
1041 wrapped up into a single object.
1043 Compatibility mode is turned off and the escape character is
1044 set to\~\c
1045 .B \[rs]
1046 while
1047 .I string
1048 is being processed.
1050 Any emboldening, constant spacing or track kerning is applied to
1051 this object rather than to individual glyphs in
1052 .IR string .
1055 A roff object defined by this request can be used just like a
1056 normal glyph provided by the output device.
1058 In particular other characters can be translated to it with the
1059 .B tr
1060 request; it can be made the leader glyph by the
1061 .B lc
1062 request; repeated patterns can be drawn with the glyph using the
1063 .B \[rs]l
1065 .B \[rs]L
1066 escape sequences; words containing\~\c
1067 .I c
1068 can be hyphenated correctly, if the
1069 .B hcode
1070 request is used to give the object a hyphenation code.
1073 There is a special anti-recursion feature: Use of glyph within the
1074 glyph's definition is handled like normal glyphs not
1075 defined with
1076 .BR char .
1078 A glyph definition can be removed with the
1079 .B rchar
1080 request.
1083 .BI .chop\  xx
1084 Chop the last element off macro, string, or diversion
1085 .IR xx .
1086 This is useful for removing the newline from the end of diversions
1087 that are to be interpolated as strings.
1090 .BI .close\  stream
1091 Close the stream named
1092 .IR stream ;
1093 .I stream
1094 will no longer be an acceptable argument to the
1095 .B write
1096 request.
1098 See the
1099 .B open
1100 request.
1103 .BI .composite\  glyph1\ glyph2
1104 Map glyph name
1105 .I glyph1
1106 to glyph name
1107 .I glyph2
1108 if it is used in
1109 .BI \[rs][ .\|.\|. ]
1110 with more than one component.
1113 .B .continue
1114 Finish the current iteration of a while loop.
1116 See also the
1117 .B while
1119 .B break
1120 requests.
1123 .BI .color\  n
1125 .I n
1126 is non-zero or missing, enable colors (this is the default), otherwise
1127 disable them.
1130 .BI .cp\  n
1132 .I n
1133 is non-zero or missing, enable compatibility mode, otherwise disable
1136 In compatibility mode, long names are not recognized, and the
1137 incompatibilities caused by long names do not arise.
1140 .BI .defcolor\  xxx\ scheme\ color_components
1141 Define color
1142 .IR xxx .
1143 .I scheme
1144 can be one of the following values:
1145 .B rgb
1146 (three components),
1147 .B cmy
1148 (three components),
1149 .B cmyk
1150 (four components), and
1151 .B gray
1153 .B grey
1154 (one component).
1156 Color components can be given either as a hexadecimal string or as
1157 positive decimal integers in the range 0-65535.
1159 A hexadecimal string contains all color components concatenated; it
1160 must start with either
1161 .B #
1163 .BR ## .
1164 The former specifies hex values in the range 0-255 (which are
1165 internally multiplied by\~257), the latter in the range 0-65535.
1167 Examples: #FFC0CB (pink), ##ffff0000ffff (magenta).
1169 A new scaling indicator\~\c
1170 .B f
1171 has been introduced which multiplies its value by\~65536; this makes
1172 it convenient to specify color components as fractions in the range 0
1173 to\~1.
1175 Example:
1180 \&.defcolor darkgreen rgb 0.1f 0.5f 0.2f
1185 Note that
1186 .B f
1187 is the default scaling indicator for the
1188 .B defcolor
1189 request, thus the above statement is equivalent to
1194 \&.defcolor darkgreen rgb 0.1 0.5 0.2
1199 The color named
1200 .B default
1201 (which is device-specific) can't be redefined.
1203 It is possible that the default color for
1204 .B \[rs]M
1206 .B \[rs]m
1207 is not the same.
1210 .BI .de1\  xx\ yy
1211 Similar to
1212 .BR .de ,
1213 but compatibility mode is switched off during execution.
1215 On entry, the current compatibility mode is saved and restored at exit.
1218 .BI .dei\  xx\ yy
1219 Define macro indirectly.
1221 The following example
1225 .ne 2v+\n(.Vu
1227 \&.ds xx aa
1228 \&.ds yy bb
1229 \&.dei xx yy
1234 is equivalent to
1239 \&.de aa bb
1244 .BI .dei1\  xx\ yy
1245 Similar to the
1246 .B dei
1247 request but compatibility mode is switched off during execution.
1250 .BI .device\  anything
1251 This is (almost) the same as the
1252 .B \[rs]X
1253 escape.
1254 .I anything
1255 is read in copy mode; a leading\~\c
1256 .B \[dq]
1257 is stripped.
1260 .BI .devicem\  xx
1261 This is the same as the
1262 .B \[rs]Y
1263 escape (to embed the contents of a macro into the intermediate
1264 output preceded with `x\~X').
1267 .BI .do\  xxx
1268 Interpret
1269 .I .xxx
1270 with compatibility mode disabled.
1272 For example,
1278 \&.do fam T
1282 would have the same effect as
1286 \&.fam T
1290 except that it would work even if compatibility mode had been enabled.
1292 Note that the previous compatibility mode is restored before any files
1293 sourced by
1294 .I xxx
1295 are interpreted.
1300 .BI .ds1\  xx\ yy
1301 Similar to
1302 .BR .ds ,
1303 but compatibility mode is switched off during expansion.
1305 To be more precise, a `compatibility save' token is inserted at the
1306 beginning of the string, and a `compatibility restore' token at the end.
1309 .B .ecs
1310 Save current escape character.
1313 .B .ecr
1314 Restore escape character saved with
1315 .BR ecs .
1316 Without a previous call to
1317 .BR ecs ,
1318 .RB ` \[rs] '
1319 will be the new escape character.
1322 .BI .evc\  xx
1323 Copy the contents of environment
1324 .I xx
1325 to the current environment.
1327 No pushing or popping of environments is done.
1330 .BI .fam\  xx
1331 Set the current font family to
1332 .IR xx .
1333 The current font family is part of the current environment.
1335 .I xx
1336 is missing, switch back to previous font family.
1338 The value at start-up is `T'.
1340 See the description of the
1341 .B sty
1342 request for more information on font families.
1345 .BI .fchar\  c\ string
1346 Define fallback character (or glyph)\~\c
1347 .I c
1348 to be
1349 .IR string .
1351 The syntax of this request is the same as the
1352 .B char
1353 request; the only difference is that a glyph defined with
1354 .B char
1355 hides the glyph with the same name in the current font, whereas a
1356 glyph defined with
1357 .B fchar
1358 is checked only if the particular glyph isn't found in the current font.
1360 This test happens before checking special fonts.
1363 .BI .fcolor\  c
1364 Set the fill color to\~\c
1365 .IR c .
1367 .I c
1368 is missing,
1369 switch to the previous fill color.
1372 .BI .fschar\  f\ c\ string
1373 Define fallback character (or glyph)\~\c
1374 .I c
1375 for font\~\c
1376 .I f
1377 to be
1378 .IR string .
1380 The syntax of this request is the same as the
1381 .B char
1382 request (with an additional argument to specify the font); a glyph
1383 defined with
1384 .B fschar
1385 is searched after the list of fonts declared with the
1386 .B fspecial
1387 request but before the list of fonts declared with
1388 .BR .special .
1391 .BI .fspecial\  f\ s1\ s2\|.\|.\|.\&
1392 When the current font is\~\c
1393 .IR f ,
1394 fonts
1395 .IR s1 ,
1396 .IR s2 ,\|.\|.\|.\&
1397 are special, that is, they are searched for glyphs not in
1398 the current font.
1400 Any fonts specified in the
1401 .B special
1402 request are searched after fonts specified in the
1403 .B fspecial
1404 request.
1406 Without argument, reset the list of global special fonts to be empty.
1409 .BI .ftr\  f\ g
1410 Translate font\~\c
1411 .I f
1412 to\~\c
1413 .IR g .
1414 Whenever a font named\~\c
1415 .I f
1416 is referred to in an
1417 .B \[rs]f
1418 escape sequence, in the
1419 .B F
1421 .B S
1422 conditional operators, or in the
1423 .BR ft ,
1424 .BR ul ,
1425 .BR bd ,
1426 .BR cs ,
1427 .BR tkf ,
1428 .BR special ,
1429 .BR fspecial ,
1430 .BR fp ,
1432 .BR sty
1433 requests, font\~\c
1434 .I g
1435 is used.
1437 .I g
1438 is missing, or equal to\~\c
1439 .I f
1440 then font\~\c
1441 .I f
1442 is not translated.
1445 .BI .fzoom\  f\ zoom
1446 Set zoom factor
1447 .I zoom
1448 for font\~\c
1449 .IR f .
1450 .I zoom
1451 must a non-negative integer multiple of 1/1000th.
1452 If it is missing or is equal to zero, it means the same as 1000, namely no
1453 magnification.
1454 .IR f \~\c
1455 must be a real font name, not a style.
1458 .BI .gcolor\  c
1459 Set the glyph color to\~\c
1460 .IR c .
1462 .I c
1463 is missing,
1464 switch to the previous glyph color.
1467 .BI .hcode \ c1\ code1\ c2\ code2\|.\|.\|.\&
1468 Set the hyphenation code of character
1469 .I c1
1471 .I code1
1472 and that of
1473 .I c2
1475 .IR code2 .
1476 A hyphenation code must be a single input character (not a special
1477 character) other than a digit or a space.
1479 Initially each lower-case letter \%a-z has a hyphenation code, which is
1480 itself, and each upper-case letter \%A-Z has a hyphenation code which is
1481 the lower-case version of itself.
1483 See also the
1484 .B hpf
1485 request.
1488 .BI .hla\  lang
1489 Set the current hyphenation language to
1490 .IR lang .
1491 Hyphenation exceptions specified with the
1492 .B hw
1493 request and hyphenation patterns specified with the
1494 .B hpf
1495 request are both associated with the current hyphenation language.
1498 .B hla
1499 request is usually invoked by the
1500 .B troffrc
1501 file to set up a default language.
1504 .BI .hlm\  n
1505 Set the maximum number of consecutive hyphenated lines to\~\c
1506 .IR n .
1508 .I n
1509 is negative, there is no maximum.
1511 The default value is\~\-1.
1513 This value is associated with the current environment.
1515 Only lines output from an environment count towards the maximum
1516 associated with that environment.
1518 Hyphens resulting from
1519 .B \[rs]%
1520 are counted; explicit hyphens are not.
1523 .BI .hpf\  file
1524 Read hyphenation patterns from
1525 .IR file ;
1526 this is searched for in the same way that
1527 .IB name .tmac
1528 is searched for when the
1529 .BI \-m name
1530 option is specified.
1532 It should have the same format as (simple) \*[tx] patterns files.
1534 More specifically, the following scanning rules are implemented.
1537 .IP \[bu]
1538 A percent sign starts a comment (up to the end of the line) even if
1539 preceded by a backslash.
1541 .IP \[bu]
1542 No support for `digraphs' like
1543 .BR \[rs]$ .
1545 .IP \[bu]
1546 .BI ^^ xx
1547 .RI ( x
1548 is 0-9 or a-f) and
1549 .BI ^^ x
1550 (character code of\~\c
1551 .I x
1552 in the range 0-127) are recognized; other use of\~\c
1553 .B ^
1554 causes an error.
1556 .IP \[bu]
1557 No macro expansion.
1559 .IP \[bu]
1560 .B hpf
1561 checks for the expression
1562 .BR \[rs]patterns{ .\|.\|. }
1563 (possibly with whitespace before and after the braces).
1565 Everything between the braces is taken as hyphenation patterns.
1567 Consequently,
1568 .BR { \~\c
1569 and\~\c
1570 .B }
1571 are not allowed in patterns.
1573 .IP \[bu]
1574 Similarly,
1575 .BR \[rs]hyphenation{ .\|.\|. }
1576 gives a list of hyphenation exceptions.
1578 .IP \[bu]
1579 .B \[rs]endinput
1580 is recognized also.
1582 .IP \[bu]
1583 For backwards compatibility, if
1584 .B \[rs]patterns
1585 is missing, the whole file is treated as a list of hyphenation patterns
1586 (only recognizing the
1587 .BR % \~\c
1588 character as the start of a comment).
1592 Use the
1593 .B hpfcode
1594 request to map the encoding used in hyphenation patterns files to
1595 .BR roff 's
1596 input encoding.
1598 The set of hyphenation patterns is associated with the current language
1599 set by the
1600 .B hla
1601 request.
1604 .B hpf
1605 request is usually invoked by the
1606 .B troffrc
1607 file; a second call replaces the old patterns with the new ones.
1610 .BI .hpfa\  file
1611 The same as
1612 .B hpf
1613 except that the hyphenation patterns from
1614 .I file
1615 are appended to the patterns already loaded in the current language.
1618 .BI .hpfcode\  a\ b\ c\ d\ .\|.\|.
1619 After reading a hyphenation patterns file with the
1620 .B hpf
1622 .B hpfa
1623 request, convert all characters with character code\~\c
1624 .I a
1625 in the recently read patterns to character code\~\c
1626 .IR b ,
1627 character code\~\c
1628 .I c
1629 to\~\c
1630 .IR d ,
1631 etc.
1633 Initially, all character codes map to themselves.
1635 The arguments of
1636 .B hpfcode
1637 must be integers in the range 0 to\~255.
1639 Note that it is even possible to use character codes which are otherwise
1640 invalid.
1643 .BI .hym\  n
1644 Set the
1645 .I hyphenation margin
1646 to\~\c
1647 .IR n :
1648 when the current adjustment mode is not\~\c
1649 .BR b ,
1650 the line is not hyphenated if the line is no more than
1651 .I n
1652 short.
1654 The default hyphenation margin is\~0.
1656 The default scaling indicator for this request is\~\c
1657 .BR m .
1658 The hyphenation margin is associated with the current environment.
1660 The current hyphenation margin is available in the
1661 .B \[rs]n[.hym]
1662 register.
1665 .BI .hys\  n
1666 Set the
1667 .I hyphenation space
1668 to\~\c
1669 .IR n :
1670 When the current adjustment mode is\~\c
1671 .B b
1672 don't hyphenate the line if the line can be justified by adding no
1673 more than
1674 .I n
1675 extra space to each word space.
1677 The default hyphenation space is\~0.
1679 The default scaling indicator for this request is\~\c
1680 .BR m .
1681 The hyphenation space is associated with the current environment.
1683 The current hyphenation space is available in the
1684 .B \[rs]n[.hys]
1685 register.
1688 .BI .itc\  n\ macro
1689 Variant of
1690 .B .it
1691 for which a line interrupted with
1692 .B \[rs]c
1693 counts as one input line.
1696 .BI .kern\  n
1698 .I n
1699 is non-zero or missing, enable pairwise kerning, otherwise disable it.
1702 .BI .length\  xx\ string
1703 Compute the length of
1704 .I string
1705 and return it in the number register
1706 .I xx
1707 (which is not necessarily defined before).
1710 .BI .linetabs\  n
1712 .I n
1713 is non-zero or missing, enable line-tabs mode, otherwise disable it
1714 (which is the default).
1716 In line-tabs mode, tab distances are computed relative to the
1717 (current) output line.
1719 Otherwise they are taken relative to the input line.
1721 For example, the following
1725 .ne 6v+\n(.Vu
1727 \&.ds x a\[rs]t\[rs]c
1728 \&.ds y b\[rs]t\[rs]c
1729 \&.ds z c
1730 \&.ta 1i 3i
1731 \&\[rs]*x
1732 \&\[rs]*y
1733 \&\[rs]*z
1738 yields
1743 a         b         c
1748 In line-tabs mode, the same code gives
1753 a         b                   c
1758 Line-tabs mode is associated with the current environment; the
1759 read-only number register
1760 .B \[rs]n[.linetabs]
1761 is set to\~1 if in line-tabs mode, and 0 otherwise.
1764 .BI .mso\  file
1765 The same as the
1766 .B so
1767 request except that
1768 .I file
1769 is searched for in the same directories as macro files for the the
1770 .B \-m
1771 command line option.
1773 If the file name to be included has the form
1774 .IB name .tmac
1775 and it isn't found,
1776 .B mso
1777 tries to include
1778 .BI tmac. name
1779 instead and vice versa.
1782 .BI .nop \ anything
1783 Execute
1784 .IR anything .
1785 This is similar to `.if\ 1'.
1788 .B .nroff
1789 Make the
1790 .B n
1791 built-in condition true and the
1792 .B t
1793 built-in condition false.
1795 This can be reversed using the
1796 .B troff
1797 request.
1800 .BI .open\  stream\ filename
1801 Open
1802 .I filename
1803 for writing and associate the stream named
1804 .I stream
1805 with it.
1807 See also the
1808 .B close
1810 .B write
1811 requests.
1814 .BI .opena\  stream\ filename
1815 Like
1816 .BR open ,
1817 but if
1818 .I filename
1819 exists, append to it instead of truncating it.
1822 .BI .output\  string
1823 Emit
1824 .I string
1825 directly to the intermediate output (subject to copy-mode interpretation);
1826 this is similar to
1827 .B \[rs]!\&
1828 used at the top level.
1830 An initial double quote in
1831 .I string
1832 is stripped off to allow initial blanks.
1835 .B .pev
1836 Print the current environment and each defined environment state on
1837 stderr.
1840 .B .pnr
1841 Print the names and contents of all currently defined number registers
1842 on stderr.
1845 .BI .psbb \ filename
1846 Get the bounding box of a PostScript image
1847 .IR filename .
1848 This file must conform to Adobe's Document Structuring Conventions;
1849 the command looks for a
1850 .B \%%%BoundingBox
1851 comment to extract the bounding box values.
1853 After a successful call, the coordinates (in PostScript units) of the
1854 lower left and upper right corner can be found in the registers
1855 .BR \[rs]n[llx] ,
1856 .BR \[rs]n[lly] ,
1857 .BR \[rs]n[urx] ,
1859 .BR \[rs]n[ury] ,
1860 respectively.
1862 If some error has occurred, the four registers are set to zero.
1865 .BI .pso \ command
1866 This behaves like the
1867 .B so
1868 request except that input comes from the standard output of
1869 .IR command .
1872 .B .ptr
1873 Print the names and positions of all traps (not including input line
1874 traps and diversion traps) on stderr.
1876 Empty slots in the page trap list are printed as well, because they
1877 can affect the priority of subsequently planted traps.
1880 .BI .pvs \ \[+-]n
1881 Set the post-vertical line space to\~\c
1882 .IR n ;
1883 default scale indicator is\~\c
1884 .BR p .
1886 This value is added to each line after it has been output.
1888 With no argument, the post-vertical line space is set to its previous
1889 value.
1892 The total vertical line spacing consists of four components:
1893 .B .vs
1895 .B \[rs]x
1896 with a negative value which are applied before the line is output, and
1897 .B .pvs
1899 .B \[rs]x
1900 with a positive value which are applied after the line is output.
1903 .BI .rchar\  c1\ c2\|.\|.\|.\&
1904 Remove the definitions of glyphs
1905 .IR c1 ,
1906 .IR c2 ,\|.\|.\|.
1907 This undoes the effect of a
1908 .B char
1909 request.
1912 .B .return
1913 Within a macro, return immediately.
1915 If called with an argument, return twice, namely from the current macro and
1916 from the macro one level higher.
1918 No effect otherwise.
1921 .BI .rfschar\  c1\ c2\|.\|.\|.\&
1922 Remove the font-specific definitions of glyphs
1923 .IR c1 ,
1924 .IR c2 ,\|.\|.\|.
1925 This undoes the effect of a
1926 .B fschar
1927 request.
1930 .B .rj
1932 .BI .rj \~n
1933 Right justify the next
1934 .IR n \~\c
1935 input lines.
1937 Without an argument right justify the next input line.
1939 The number of lines to be right justified is available in the
1940 .B \[rs]n[.rj]
1941 register.
1943 This implicitly does
1944 .BR .ce\~0 .
1946 .B ce
1947 request implicitly does
1948 .BR .rj\~0 .
1951 .BI .rnn \ xx\ yy
1952 Rename number register
1953 .I xx
1955 .IR yy .
1958 .BI .schar\  c\ string
1959 Define global fallback character (or glyph)\~\c
1960 .I c
1961 to be
1962 .IR string .
1964 The syntax of this request is the same as the
1965 .B char
1966 request; a glyph defined with
1967 .B schar
1968 is searched after the list of fonts declared with the
1969 .B special
1970 request but before the mounted special fonts.
1973 .BI .shc\  c
1974 Set the soft hyphen character to\~\c
1975 .IR c .
1977 .I c
1978 is omitted, the soft hyphen character is set to the default
1979 .BR \[rs][hy] .
1980 The soft hyphen character is the glyph which is inserted when
1981 a word is hyphenated at a line break.
1983 If the soft hyphen character does not exist in the font of the
1984 glyph immediately preceding a potential break point, then the line
1985 is not broken at that point.
1987 Neither definitions (specified with the
1988 .B char
1989 request) nor translations (specified with the
1990 .B tr
1991 request) are considered when finding the soft hyphen character.
1994 .BI .shift\  n
1995 In a macro, shift the arguments by
1996 .I n
1997 positions: argument\~\c
1998 .I i
1999 becomes argument
2000 .IR i \|\-\| n ;
2001 arguments 1 to\~\c
2002 .I n
2003 are no longer available.
2006 .I n
2007 is missing, arguments are shifted by\~1.
2009 Shifting by negative amounts is currently undefined.
2012 .BI .sizes\  s1\ s2\|.\|.\|.\|sn\  [0]
2013 This command is similar to the
2014 .B sizes
2015 command of a
2016 .B DESC
2017 file.
2019 It sets the available font sizes for the current font to
2020 .IR s1 ,
2021 .IR s2 ,\|.\|.\|.\|,\~ sn
2022 scaled points.
2024 The list of sizes can be terminated by an optional\~\c
2025 .BR 0 .
2027 Each
2028 .I si
2029 can also be a range of sizes
2030 .IR m - n .
2032 Contrary to the font file command, the list can't extend over more
2033 than a single line.
2036 .BI .special\  s1\ s2\|.\|.\|.\&
2037 Fonts
2038 .IR s1 ,
2039 .IR s2 ,\|.\|.\|.\&
2040 are special and are searched for glyphs not in the current
2041 font.
2043 Without arguments, reset the list of special fonts to be empty.
2046 .BI .spreadwarn\  limit
2047 Make
2048 .B troff
2049 emit a warning if the additional space inserted for each space between
2050 words in an output line is larger or equal to
2051 .IR limit .
2053 A negative value is changed to zero; no argument toggles the warning on
2054 and off without changing
2055 .IR limit .
2057 The default scaling indicator is\~\c
2058 .BR m .
2060 At startup,
2061 .B spreadwarn
2062 is deactivated, and
2063 .I limit
2064 is set to 3m.
2066 For example,
2067 .B .spreadwarn\ 0.2m
2068 causes a warning if
2069 .B troff
2070 must add 0.2m or more for each interword space in a line.
2072 This request is active only if text is justified to both margins (using
2073 .BR .ad\ b ).
2076 .BI .sty\  n\ f
2077 Associate style\~\c
2078 .I f
2079 with font position\~\c
2080 .IR n .
2081 A font position can be associated either with a font or with a style.
2083 The current font is the index of a font position and so is also either
2084 a font or a style.
2086 When it is a style, the font that is actually used is the font the
2087 name of which is the concatenation of the name of the current family
2088 and the name of the current style.
2090 For example, if the current font is\~1 and font position\~1 is
2091 associated with style\~\c
2092 .B R
2093 and the current font family is\~\c
2094 .BR T ,
2095 then font
2096 .BR TR
2097 is used.
2099 If the current font is not a style, then the current family is ignored.
2101 When the requests
2102 .BR cs ,
2103 .BR bd ,
2104 .BR tkf ,
2105 .BR uf ,
2107 .B fspecial
2108 are applied to a style, then they are applied instead to the
2109 member of the current family corresponding to that style.
2111 The default family can be set with the
2112 .B \-f
2113 command line option.
2116 .B styles
2117 command in the
2118 .SM DESC
2119 file controls which font positions (if any) are initially associated
2120 with styles rather than fonts.
2123 .BI .substring\  xx\ n1\  [ n2 ]
2124 Replace the string named
2125 .I xx
2126 with the substring defined by the indices
2127 .I n1
2129 .IR n2 .
2130 The first character in the string has index\~0.
2133 .I n2
2134 is omitted, it is taken to be equal to the string's length.
2136 If the index value
2137 .I n1
2139 .I n2
2140 is negative, it is counted from the end of the string,
2141 going backwards:
2143 The last character has index\~\-1, the character before the last
2144 character has index\~\-2, etc.
2147 .BI .tkf\  f\ s1\ n1\ s2\ n2
2148 Enable track kerning for font\~\c
2149 .IR f .
2150 When the current font is\~\c
2151 .I f
2152 the width of every glyph is increased by an amount between
2153 .I n1
2155 .IR n2 ;
2156 when the current point size is less than or equal to
2157 .I s1
2158 the width is increased by
2159 .IR n1 ;
2160 when it is greater than or equal to
2161 .I s2
2162 the width is increased by
2163 .IR n2 ;
2164 when the point size is greater than or equal to
2165 .I s1
2166 and less than or equal to
2167 .I s2
2168 the increase in width is a linear function of the point size.
2171 .BI .tm1\  string
2172 Similar to the
2173 .B tm
2174 request,
2175 .I string
2176 is read in copy mode and written on the standard error, but an initial
2177 double quote in
2178 .I string
2179 is stripped off to allow initial blanks.
2182 .BI .tmc\  string
2183 Similar to
2184 .B tm1
2185 but without writing a final newline.
2188 .BI .trf\  filename
2189 Transparently output the contents of file
2190 .IR filename .
2191 Each line is output as if preceded by
2192 .BR \[rs]! ;
2193 however, the lines are not subject to copy-mode interpretation.
2195 If the file does not end with a newline, then a newline is added.
2197 For example, you can define a macro\~\c
2198 .I x
2199 containing the contents of file\~\c
2200 .IR f ,
2201 using
2205 .ne 2v+\n(.Vu
2207 \&.di x
2208 \&.trf f
2209 \&.di
2214 Unlike with the
2215 .B cf
2216 request, the file cannot contain characters such as
2217 .SM NUL
2218 that are not valid troff input characters.
2221 .BI .trin\  abcd
2222 This is the same as the
2223 .B tr
2224 request except that the
2225 .B asciify
2226 request uses the character code (if any) before the character
2227 translation.
2229 Example:
2234 \&.trin ax
2235 \&.di xxx
2237 \&.br
2238 \&.di
2239 \&.xxx
2240 \&.trin aa
2241 \&.asciify xxx
2242 \&.xxx
2247 The result is
2248 .BR x\ a .
2250 Using
2251 .BR tr ,
2252 the result would be
2253 .BR x\ x .
2256 .BI .trnt\  abcd
2257 This is the same as the
2258 .B tr
2259 request except that the translations do not apply to text that is
2260 transparently throughput into a diversion with
2261 .BR \[rs]! .
2262 For example,
2267 \&.tr ab
2268 \&.di x
2269 \&\[rs]!.tm a
2270 \&.di
2271 \&.x
2276 prints\~\c
2277 .BR b ;
2279 .B trnt
2280 is used instead of
2281 .B tr
2282 it prints\~\c
2283 .BR a .
2287 .B .troff
2288 Make the
2289 .B n
2290 built-in condition false, and the
2291 .B t
2292 built-in condition true.
2294 This undoes the effect of the
2295 .B nroff
2296 request.
2299 .BI .unformat\  xx
2300 This request `unformats' the diversion
2301 .IR xx .
2302 Contrary to the
2303 .B asciify
2304 request, which tries to convert formatted elements of the diversion
2305 back to input tokens as much as possible,
2306 .B .unformat
2307 only handles tabs and spaces between words (usually caused by
2308 spaces or newlines in the input) specially.
2310 The former are treated as if they were input tokens, and the latter
2311 are stretchable again.
2313 Note that the vertical size of lines is not preserved.
2315 Glyph information (font, font size, space width, etc.) is retained.
2317 Useful in conjunction with the
2318 .B box
2320 .B boxa
2321 requests.
2324 .BI .vpt\  n
2325 Enable vertical position traps if
2326 .I n
2327 is non-zero, disable them otherwise.
2329 Vertical position traps are traps set by the
2330 .B wh
2332 .B dt
2333 requests.
2335 Traps set by the
2336 .B it
2337 request are not vertical position traps.
2339 The parameter that controls whether vertical position traps are
2340 enabled is global.
2342 Initially vertical position traps are enabled.
2345 .BI .warn\  n
2346 Control warnings.
2347 .IR n \~\c
2348 is the sum of the numbers associated with each warning that is to be
2349 enabled; all other warnings are disabled.
2351 The number associated with each warning is listed in
2352 .BR @L_TROFF@ (@MAN1EXT@).
2354 For example,
2355 .B .warn\~0
2356 disables all warnings, and
2357 .B .warn\~1
2358 disables all warnings except that about missing glyphs.
2361 .I n
2362 is not given, all warnings are enabled.
2365 .BI .warnscale\  si
2366 Set the scaling indicator used in warnings to
2367 .IR si .
2369 Valid values for
2370 .I si
2372 .BR u ,
2373 .BR i ,
2374 .BR c ,
2375 .BR p ,
2376 and\~\c
2377 .BR P .
2379 At startup, it is set to\~\c
2380 .BR i .
2383 .BI .while \ c\ anything
2384 While condition\~\c
2385 .I c
2386 is true, accept
2387 .I anything
2388 as input;
2389 .IR c \~\c
2390 can be any condition acceptable to an
2391 .B if
2392 request;
2393 .I anything
2394 can comprise multiple lines if the first line starts with
2395 .B \[rs]{
2396 and the last line ends with
2397 .BR \[rs]} .
2398 See also the
2399 .B break
2401 .B continue
2402 requests.
2405 .BI .write\  stream\ anything
2406 Write
2407 .I anything
2408 to the stream named
2409 .IR stream .
2410 .I stream
2411 must previously have been the subject of an
2412 .B open
2413 request.
2414 .I anything
2415 is read in copy mode;
2416 a leading\~\c
2417 .B \[dq]
2418 is stripped.
2421 .BI .writec\  stream\ anything
2422 Similar to
2423 .B write
2424 but without writing a final newline.
2427 .BI .writem\  stream\ xx
2428 Write the contents of the macro or string
2429 .I xx
2430 to the stream named
2431 .IR stream .
2432 .I stream
2433 must previously have been the subject of an
2434 .B open
2435 request.
2436 .I xx
2437 is read in copy mode.
2441 .SS "Extended escape sequences"
2445 .BR \[rs]D' .\|.\|. '
2446 All drawing commands of @L_ROFF@'s intermediate output are accepted.
2448 See subsection
2449 .B "Drawing Commands"
2450 below for more information.
2454 .SS "Extended requests"
2458 .BI .cf\  filename
2459 When used in a diversion, this embeds in the diversion an object
2460 which, when reread, will cause the contents of
2461 .I filename
2462 to be transparently copied through to the output.
2464 In UNIX troff, the contents of
2465 .I filename
2466 is immediately copied through to the output regardless of whether
2467 there is a current diversion; this behaviour is so anomalous that it
2468 must be considered a bug.
2471 .BI .de\  xx\ yy
2473 .BI .am\  xx\ yy
2475 .BI .ds\  xx\ yy
2477 .BI .as\  xx\ yy
2478 In compatibility mode, these requests behaves similar to
2479 .BR .de1 ,
2480 .BR .am1 ,
2481 .BR .ds1 ,
2483 .BR .as1 ,
2484 respectively: A `compatibility save' token is inserted at the
2485 beginning, and a `compatibility restore' token at the end, with
2486 compatibility mode switched on during execution.
2489 .BI .ev\  xx
2491 .I xx
2492 is not a number, this switches to a named environment called
2493 .IR xx .
2494 The environment should be popped with a matching
2495 .B ev
2496 request without any arguments, just as for numbered environments.
2498 There is no limit on the number of named environments; they are
2499 created the first time that they are referenced.
2502 .BI .ss\  m\ n
2503 When two arguments are given to the
2504 .B ss
2505 request, the second argument gives the
2506 .IR "sentence space size" .
2507 If the second argument is not given, the sentence space size
2508 is the same as the word space size.
2510 Like the word space size, the sentence space is in units of
2511 one twelfth of the spacewidth parameter for the current font.
2513 Initially both the word space size and the sentence
2514 space size are\~12.
2516 Contrary to UNIX troff, @L_TROFF@ handles this request in nroff mode
2517 also; a given value is then rounded down to the nearest multiple
2518 of\~12.
2520 The sentence space size is used in two circumstances.
2522 If the end of a sentence occurs at the end of a line in fill mode,
2523 then both an inter-word space and a sentence space are added; if
2524 two spaces follow the end of a sentence in the middle of a line, then
2525 the second space is a sentence space.
2527 Note that the behaviour of UNIX troff are exactly that exhibited
2528 by @L_TROFF@ if a second argument is never given to the
2529 .B ss
2530 request.
2532 In @L_TROFF@, as in UNIX troff, you should always follow a sentence
2533 with either a newline or two spaces.
2536 .BI .ta\  n1\ n2\|.\|.\|.nn \ T\  r1\ r2\|.\|.\|.\|rn
2537 Set tabs at positions
2538 .IR n1 ,
2539 .IR n2 ,\|.\|.\|.\|,
2540 .I nn
2541 and then set tabs at
2542 .IR nn \|+\| r1 ,
2543 .IR nn \|+\| r2 ,\|.\|.\|.\|,
2544 .IR nn \|+\| rn
2545 and then at
2546 .IR nn \|+\| rn \|+\| r1 ,
2547 .IR nn \|+\| rn \|+\| r2 ,\|.\|.\|.\|,
2548 .IR nn \|+\| rn \|+\| rn ,
2549 and so on.
2550 For example,
2555 \&.ta T .5i
2559 sets tabs every half an inch.
2564 .SS "New number registers"
2567 The following read-only registers are available:
2570 .B \[rs]n[.br]
2571 Within a macro call, it is set to\~1 if the macro is called with the
2572 `normal' control character (`.' by default), and set to\~0 otherwise.
2573 This allows to reliably modify requests.
2577 .ne 6v+\n(.Vu
2579 \&.als bp*orig bp
2580 \&.de bp
2581 \&.tm before bp
2582 \&.ie \[rs]\[rs]n[.br] .bp*orig
2583 \&.el 'bp*orig
2584 \&.tm after bp
2585 \&..
2590 Using this register outside of a macro makes no sense (it always returns
2591 zero in such cases).
2594 .B \[rs]n[.C]
2595 1\~if compatibility mode is in effect, 0\~otherwise.
2598 .B \[rs]n[.cdp]
2599 The depth of the last glyph added to the current environment.
2601 It is positive if the glyph extends below the baseline.
2604 .B \[rs]n[.ce]
2605 The number of lines remaining to be centered, as set by the
2606 .B ce
2607 request.
2610 .B \[rs]n[.cht]
2611 The height of the last glyph added to the current environment.
2613 It is positive if the glyph extends above the baseline.
2616 .B \[rs]n[.color]
2617 1\~if colors are enabled, 0\~otherwise.
2620 .B \[rs]n[.csk]
2621 The skew of the last glyph added to the current environment.
2624 .I skew
2625 of a glyph is how far to the right of the center of a glyph
2626 the center of an accent over that glyph should be placed.
2629 .B \[rs]n[.ev]
2630 The name or number of the current environment.
2632 This is a string-valued register.
2635 .B \[rs]n[.fam]
2636 The current font family.
2638 This is a string-valued register.
2641 .B \[rs]n[.fn]
2642 The current (internal) real font name.
2644 This is a string-valued register.
2646 If the current font is a style, the value of
2647 .B \[rs]n[.fn]
2648 is the proper concatenation of family and style name.
2651 .B \[rs]n[.fp]
2652 The number of the next free font position.
2655 .B \[rs]n[.g]
2656 Always\~1.
2658 Macros should use this to determine whether they are running under
2659 @L_TROFF@.
2662 .B \[rs]n[.height]
2663 The current height of the font as set with
2664 .BR \[rs]H .
2667 .B \[rs]n[.hla]
2668 The current hyphenation language as set by the
2669 .B hla
2670 request.
2673 .B \[rs]n[.hlc]
2674 The number of immediately preceding consecutive hyphenated lines.
2677 .B \[rs]n[.hlm]
2678 The maximum allowed number of consecutive hyphenated lines, as set by
2680 .B hlm
2681 request.
2684 .B \[rs]n[.hy]
2685 The current hyphenation flags (as set by the
2686 .B hy
2687 request).
2690 .B \[rs]n[.hym]
2691 The current hyphenation margin (as set by the
2692 .B hym
2693 request).
2696 .B \[rs]n[.hys]
2697 The current hyphenation space (as set by the
2698 .B hys
2699 request).
2702 .B \[rs]n[.in]
2703 The indentation that applies to the current output line.
2706 .B \[rs]n[.int]
2707 Set to a positive value if last output line is interrupted (i.e., if
2708 it contains
2709 .BR \[rs]c ).
2712 .B \[rs]n[.kern]
2713 1\~if pairwise kerning is enabled, 0\~otherwise.
2716 .B \[rs]n[.lg]
2717 The current ligature mode (as set by the
2718 .B lg
2719 request).
2722 .B \[rs]n[.linetabs]
2723 The current line-tabs mode (as set by the
2724 .B linetabs
2725 request).
2728 .B \[rs]n[.ll]
2729 The line length that applies to the current output line.
2732 .B \[rs]n[.lt]
2733 The title length as set by the
2734 .B lt
2735 request.
2738 .B \[rs]n[.m]
2739 The name of the current drawing color.
2741 This is a string-valued register.
2744 .B \[rs]n[.M]
2745 The name of the current background color.
2747 This is a string-valued register.
2750 .B \[rs]n[.ne]
2751 The amount of space that was needed in the last
2752 .B ne
2753 request that caused a trap to be sprung.
2755 Useful in conjunction with the
2756 .B \[rs]n[.trunc]
2757 register.
2760 .B \[rs]n[.ns]
2761 1\~if no-space mode is active, 0\~otherwise.
2764 .B \[rs]n[.pe]
2765 1\~during a page ejection caused by the
2766 .B bp
2767 request, 0\~otherwise.
2770 .B \[rs]n[.pn]
2771 The number of the next page, either the value set by a
2772 .B pn
2773 request, or the number of the current page plus\~1.
2776 .B \[rs]n[.ps]
2777 The current point size in scaled points.
2780 .B \[rs]n[.psr]
2781 The last-requested point size in scaled points.
2784 .B \[rs]n[.pvs]
2785 The current post-vertical line space as set with the
2786 .B pvs
2787 request.
2790 .B \[rs]n[.rj]
2791 The number of lines to be right-justified as set by the
2792 .B rj
2793 request.
2796 .B \[rs]n[.slant]
2797 The slant of the current font as set with
2798 .BR \[rs]S .
2801 .B \[rs]n[.sr]
2802 The last requested point size in points as a decimal fraction.
2804 This is a string-valued register.
2807 .B \[rs]n[.ss]
2809 .B \[rs]n[.sss]
2810 These give the values of the parameters set by the first and second
2811 arguments of the
2812 .B ss
2813 request.
2816 .B \[rs]n[.sty]
2817 The current font style.
2819 This is a string-valued register.
2822 .B \[rs]n[.tabs]
2823 A string representation of the current tab settings suitable for use
2824 as an argument to the
2825 .B ta
2826 request.
2829 .B \[rs]n[.trunc]
2830 The amount of vertical space truncated by the most recently sprung
2831 vertical position trap, or, if the trap was sprung by a
2832 .B ne
2833 request, minus the amount of vertical motion produced by the
2834 .B ne
2835 request.
2837 In  other  words, at the point  a  trap is  sprung,  it represents the
2838 difference of  what the vertical position  would have been but for the
2839 trap, and what the vertical position actually is.
2841 Useful in conjunction with the
2842 .B \[rs]n[.ne]
2843 register.
2846 .B \[rs]n[.U]
2847 Set to\~1 if in safer mode and to\~0 if in unsafe mode (as given with
2849 .B \-U
2850 command line option).
2853 .B \[rs]n[.vpt]
2854 1\~if vertical position traps are enabled, 0\~otherwise.
2857 .B \[rs]n[.warn]
2858 The sum of the numbers associated with each of the currently enabled
2859 warnings.
2861 The number associated with each warning is listed in
2862 .BR @L_TROFF@ (@MAN1EXT@).
2865 .B \[rs]n[.x]
2866 The major version number.
2868 For example, if the version number is 1.03, then
2869 .B \[rs]n[.x]
2870 contains\~1.
2873 .B \[rs]n[.y]
2874 The minor version number.
2876 For example, if the version number is 1.03, then
2877 .B \[rs]n[.y]
2878 contains\~03.
2881 .B \[rs]n[.Y]
2882 The revision number of @T_ROFF@.
2885 .B \[rs]n[.zoom]
2886 The zoom value of the current font, in multiples of 1/1000th.
2887 Zero if no magnification.
2890 .B \[rs]n[llx]
2892 .B \[rs]n[lly]
2894 .B \[rs]n[urx]
2896 .B \[rs]n[ury]
2897 These four registers are set by the
2898 .B psbb
2899 request and contain the bounding box values (in PostScript units) of a
2900 given PostScript image.
2903 The following read/\:write registers are set by the
2904 .B \[rs]w
2905 escape sequence:
2908 .B \[rs]n[rst]
2910 .B \[rs]n[rsb]
2911 Like the
2912 .B st
2914 .B sb
2915 registers, but take account of the heights and depths of glyphs.
2918 .B \[rs]n[ssc]
2919 The amount of horizontal space (possibly negative) that should be
2920 added to the last glyph before a subscript.
2923 .B \[rs]n[skw]
2924 How far to right of the center of the last glyph in the
2925 .B \[rs]w
2926 argument, the center of an accent from a roman font should be placed
2927 over that glyph.
2930 Other available read/write number registers are:
2933 .B \[rs]n[c.]
2934 The current input line number.
2935 .B \[rs]n[.c]
2936 is a read-only alias to this register.
2939 .B \[rs]n[hours]
2940 The number of hours past midnight.
2942 Initialized at start-up.
2945 .B \[rs]n[hp]
2946 The current horizontal position at input line.
2949 .B \[rs]n[minutes]
2950 The number of minutes after the hour.
2952 Initialized at start-up.
2955 .B \[rs]n[seconds]
2956 The number of seconds after the minute.
2958 Initialized at start-up.
2961 .B \[rs]n[systat]
2962 The return value of the system() function executed by the last
2963 .B sy
2964 request.
2967 .B \[rs]n[slimit]
2968 If greater than\~0, the maximum number of objects on the input stack.
2970 If less than or equal to\~0, there is no limit on the number of
2971 objects on the input stack.
2973 With no limit, recursion can continue until virtual memory is
2974 exhausted.
2977 .B \[rs]n[year]
2978 The current year.
2980 Note that the traditional
2981 .B troff
2982 number register
2983 .B \[rs]n[yr]
2984 is the current year minus 1900.
2988 .SS Miscellaneous
2991 .B @L_TROFF@
2992 predefines a single (read/write) string-based register,
2993 .BR \[rs]*[.T] ,
2994 which contains the argument given to the
2995 .B \-T
2996 command line option, namely the current output device (for example,
2997 .I latin1
2999 .IR ascii ).
3000 Note that this is not the same as the (read-only) number register
3001 .B \[rs]n[.T]
3002 which is defined to be\~1 if
3003 .B troff
3004 is called with the
3005 .B \-T
3006 command line option, and zero otherwise.
3008 This behaviour is different to UNIX troff.
3011 Fonts not listed in the
3012 .SM DESC
3013 file are automatically mounted on the next available font position
3014 when they are referenced.
3016 If a font is to be mounted explicitly with the
3017 .B fp
3018 request on an unused font position, it should be mounted on the first
3019 unused font position, which can be found in the
3020 .B \[rs]n[.fp]
3021 register; although
3022 .B troff
3023 does not enforce this strictly, it does not allow a font to be mounted
3024 at a position whose number is much greater than that of any currently
3025 used position.
3028 Interpolating a string does not hide existing macro arguments.
3030 Thus in a macro, a more efficient way of doing
3033 .BI . xx\  \[rs]\[rs]$@
3038 .BI \[rs]\[rs]*[ xx ]\[rs]\[rs]
3041 If the font description file contains pairwise kerning information,
3042 glyphs from that font are kerned.
3044 Kerning between two glyphs can be inhibited by placing a
3045 .B \[rs]&
3046 between them.
3049 In a string comparison in a condition, characters that appear at
3050 different input levels to the first delimiter character are not
3051 recognized as the second or third delimiters.
3053 This applies also to the
3054 .B tl
3055 request.
3057 In a
3058 .B \[rs]w
3059 escape sequence, a character that appears at a different input level
3060 to the starting delimiter character is not recognized as the
3061 closing delimiter character.
3063 The same is true for
3064 .BR \[rs]A ,
3065 .BR \[rs]b ,
3066 .BR \[rs]B ,
3067 .BR \[rs]C ,
3068 .BR \[rs]l ,
3069 .BR \[rs]L ,
3070 .BR \[rs]o ,
3071 .BR \[rs]X ,
3073 .BR \[rs]Z .
3075 When decoding a macro or string argument that is delimited by double
3076 quotes, a character that appears at a different input level to the starting
3077 delimiter character is not recognized as the closing delimiter
3078 character.
3080 The implementation of
3081 .B \[rs]$@
3082 ensures that the double quotes surrounding an argument appear at the
3083 same input level, which is different to the input level of the
3084 argument itself.
3086 In a long escape name
3087 .B ]
3088 is not recognized as a closing delimiter except when it occurs at
3089 the same input level as the opening\~\c
3090 .BR ] .
3092 In compatibility mode, no attention is paid to the input-level.
3095 There are some new types of condition:
3098 .BI .if\ r xxx
3099 True if there is a number register named
3100 .IR xxx .
3103 .BI .if\ d xxx
3104 True if there is a string, macro, diversion, or request named
3105 .IR xxx .
3108 .BI .if\ m xxx
3109 True if there is a color named
3110 .IR xxx .
3113 .BI .if\ c ch
3114 True if there is a character (or glyph)
3115 .IR ch
3116 available;
3117 .I ch
3118 is either an
3119 .SM ASCII
3120 character or a glyph (special character)
3121 .BI \[rs]N' xxx '\f[R],
3122 .BI \[rs]( xx
3124 .BI \[rs][ xxx ]\f[R];
3125 the condition is also true if
3126 .I ch
3127 has been defined by the
3128 .B char
3129 request.
3132 .BI .if\ F f
3133 True if font\~\c
3134 .I f
3135 exists.
3137 .BR f \~\c
3138 is handled as if it was opened with the
3139 .B ft
3140 request (this is, font translation and styles are applied), without
3141 actually mounting it.
3144 .BI .if\ S s
3145 True if style\~\c
3146 .I s
3147 has been registered.
3149 Font translation is applied.
3153 .B tr
3154 request can now map characters onto
3155 .BR \[rs]~ .
3158 The space width emitted by the
3159 .B \[rs]|
3161 .B \[rs]^
3162 escape sequences can be controlled on a per-font basis.
3163 If there is a glyph named
3164 .B \[rs]|
3166 .BR \[rs]^ ,
3167 respectively (note the leading backslash), defined in the current font file,
3168 use this glyph's width instead of the default value.
3171 It is now possible to have whitespace between the first and second dot
3172 (or the name of the ending macro) to end a macro definition.
3174 Example:
3177 .ne 6v+\n(.Vu
3179 \&.if t \[rs]{\[rs]
3180 \&.  de bar
3181 \&.    nop Hello, I'm `bar'.
3182 \&.  .
3183 \&.\[rs]}
3188 .SH "INTERMEDIATE OUTPUT FORMAT"
3191 This section describes the format output by @L_TROFF@.
3193 The output format used by @L_TROFF@ is very similar to that used
3194 by Unix device-independent troff.
3196 Only the differences are documented here.
3200 .SS "Units"
3203 The argument to the
3204 .BR s \~\c
3205 command is in scaled points (units of
3206 .RI points/ n ,
3207 where
3208 .I n
3209 is the argument to the
3210 .B sizescale
3211 command  in the DESC file).
3213 The argument to the
3214 .B x\ Height
3215 command is also in scaled points.
3219 .SS "Text Commands"
3223 .BI N n
3224 Print glyph with index\~\c
3225 .I n
3226 (a non-negative integer) of the current font.
3229 If the
3230 .B tcommand
3231 line is present in the DESC file, troff uses the following two
3232 commands.
3235 .BI t xxx
3236 .I xxx
3237 is any sequence of characters terminated by a space or a newline (to
3238 be more precise, it is a sequence of glyphs which are accessed with
3239 the corresponding characters); the first character should be printed at
3240 the current position, the current horizontal position should be increased
3241 by the width of the first character, and so on for each character.
3243 The width of the glyph is that given in the font file,
3244 appropriately scaled for the current point size, and rounded so that
3245 it is a multiple of the horizontal resolution.
3247 Special characters cannot be printed using this command.
3250 .BI u n\ xxx
3251 This is same as the
3252 .BR t \~\c
3253 command except that after printing each character, the current
3254 horizontal position is increased by the sum of the width of that
3255 character and\~\c
3256 .IR n .
3259 Note that single characters can have the eighth bit set, as can the
3260 names of fonts and special characters.
3263 The names of glyphs and fonts can be of arbitrary length; drivers
3264 should not assume that they are only two characters long.
3267 When a glyph is to be printed, that glyph is always
3268 in the current font.
3270 Unlike device-independent troff, it is not necessary for drivers to
3271 search special fonts to find a glyph.
3274 For color support, some new commands have been added:
3277 \f[B]mc \f[I]cyan magenta yellow\f[R]
3279 \f[B]md\f[R]
3281 \f[B]mg \f[I]gray\f[R]
3283 \f[B]mk \f[I]cyan magenta yellow black\f[R]
3285 \f[B]mr \f[I]red green blue\f[R]
3286 Set the color components of the current drawing color, using various
3287 color schemes.
3289 .B md
3290 resets the drawing color to the default value.
3292 The arguments are integers in the range 0 to 65536.
3296 .BR x \~\c
3297 device control command has been extended.
3300 \f[B]x u \f[I]n\f[R]
3302 .I n
3303 is\~1, start underlining of spaces.
3306 .I n
3307 is\~0, stop underlining of spaces.
3309 This is needed for the
3310 .B cu
3311 request in nroff mode and is ignored otherwise.
3315 .SS "Drawing Commands"
3319 .B D
3320 drawing command has been extended.
3322 These extensions are not used by @L_P_PIC@ if the
3323 .B \-n
3324 option is given.
3327 \f[B]Df \f[I]n\f[R]\*[ic]\[rs]n
3328 Set the shade of gray to be used for filling solid objects to
3329 .IR n ;
3330 .I n
3331 must be an integer between 0 and 1000, where 0 corresponds solid white
3332 and 1000 to solid black, and values in between correspond to
3333 intermediate shades of gray.
3335 This applies only to solid circles, solid ellipses and solid
3336 polygons.
3338 By default, a level of 1000 is used.
3340 Whatever color a solid object has, it should completely obscure
3341 everything beneath it.
3343 A value greater than 1000 or less than\~0 can also be used: this means
3344 fill with the shade of gray that is currently being used for lines and
3345 text.
3347 Normally this is black, but some drivers may provide a way of
3348 changing this.
3351 The corresponding
3352 .BI \[rs]D'f .\|.\|. '
3353 command shouldn't be used since its argument is always rounded to an
3354 integer multiple of the horizontal resolution which can lead to
3355 surprising results.
3358 \f[B]DC \f[I]d\f[R]\*[ic]\[rs]n
3359 Draw a solid circle with a diameter of
3360 .I d
3361 with the leftmost point at the current position.
3364 \f[B]DE \f[I]dx dy\f[R]\*[ic]\[rs]n
3365 Draw a solid ellipse with a horizontal diameter of
3366 .I dx
3367 and a vertical diameter of
3368 .I dy
3369 with the leftmost point at the current position.
3371 delim $$
3372 asda
3376 \f[B]Dp\f[R] $dx sub 1$ $dy sub 1$ $dx sub 2$ $dy sub 2$ $...$ $dx sub n$ $dy sub n$\[rs]n
3377 Draw a polygon with, for $i = 1 ,..., n+1$, the
3378 .IR i -th
3379 vertex at the current position
3381 $+ sum from j=1 to i-1 ( dx sub j , dy sub j )$.
3383 At the moment, @L_P_PIC@ only uses this command to generate triangles
3384 and rectangles.
3387 \f[B]DP\f[R] $dx sub 1$ $dy sub 1$ $dx sub 2$ $dy sub 2$ $...$ $dx sub n$ $dy sub n$\[rs]n
3389 Like
3390 .B Dp
3391 but draw a solid rather than outlined polygon.
3394 \f[B]Dt \f[I]n\f[R]\*[ic]\[rs]n
3395 Set the current line thickness to
3396 .IR n \~\c
3397 machine units.
3399 Traditionally Unix troff drivers use a line thickness proportional to
3400 the current point size; drivers should continue to do this if no
3401 .B Dt
3402 command has been given, or if a
3403 .B Dt
3404 command has been given with a negative value of\~\c
3405 .IR n .
3406 A zero value of\~\c
3407 .I n
3408 selects the smallest available line thickness.
3411 A difficulty arises in how the current position should be changed after
3412 the execution of these commands.
3414 This is not of great importance since the code generated by @L_P_PIC@
3415 does not depend on this.
3417 Given a drawing command of the form
3419 \f[B]\[rs]D'\f[I]c\f[R] $x sub 1$ $y sub 1$ $x sub 2$ $y sub 2$ $...$ $x sub n$ $y sub n$\f[B]'\f[R]
3422 where
3423 .I c
3424 is not one of
3425 .BR c ,
3426 .BR e ,
3427 .BR l ,
3428 .BR a ,
3429 or\~\c
3430 .BR ~ ,
3431 Unix troff treats each of the $x sub i$ as a horizontal quantity,
3432 and each of the $y sub i$ as a vertical quantity and assumes that
3433 the width of the drawn object is $sum from i=1 to n x sub i$,
3434 and that the height is $sum from i=1 to n y sub i$.
3436 (The assumption about the height can be seen by examining the
3437 .B st
3439 .B sb
3440 registers after using such a
3441 .BR D \~\c
3442 command in a
3443 .B \[rs]w
3444 escape sequence).
3446 This rule also holds for all the original drawing commands with the
3447 exception of
3448 .BR De .
3449 For the sake of compatibility @L_TROFF@ also follows this rule, even
3450 though it produces an ugly result in the case of the
3451 .B Dt
3453 .BR Df ,
3454 and, to a lesser extent,
3455 .B DE
3456 commands.
3458 Thus after executing a
3459 .BR D \~\c
3460 command of the form
3462 \f[B]D\f[I]c\f[R] $x sub 1$ $y sub 1$ $x sub 2$ $y sub 2$ $...$ $x sub n$ $y sub n$\[rs]n
3465 the current position should be increased by
3467 $( sum from i=1 to n x sub i , sum from i=1 to n y sub i )$.
3470 Another set of extensions is
3473 \f[B]DFc \f[I]cyan magenta yellow\f[R]\*[ic]\[rs]n
3475 \f[B]DFd\f[R]\*[ic]\[rs]n
3477 \f[B]DFg \f[I]gray\f[R]\*[ic]\[rs]n
3479 \f[B]DFk \f[I]cyan magenta yellow black\f[R]\*[ic]\[rs]n
3481 \f[B]DFr \f[I]red green blue\f[R]\*[ic]\[rs]n
3482 Set the color components of the filling color similar to the
3483 .BR m \~\c
3484 commands above.
3487 The current position isn't changed by those colour commands (contrary to
3488 .BR Df ).
3492 .SS "Device Control Commands"
3495 There is a continuation convention which permits the argument to the
3496 .B x\ X
3497 command to contain newlines: when outputting the argument to the
3498 .B x\ X
3499 command, @L_TROFF@ follows each newline in the argument with a
3500 .B +
3501 character (as usual, it terminates the entire argument with a
3502 newline); thus if the line after the line containing the
3503 .B x\ X
3504 command starts with
3505 .BR + ,
3506 then the newline ending the line containing the
3507 .B x\ X
3508 command should be treated as part of the argument to the
3509 .B x\ X
3510 command, the
3511 .B +
3512 should be ignored, and the part of the line following the
3513 .B +
3514 should be treated like the part of the line following the
3515 .B x\ X
3516 command.
3519 The first three output commands are guaranteed to be:
3521 .BI x\ T\  device
3523 .BI x\ res\  n\ h\ v
3525 .B x init
3529 .SH INCOMPATIBILITIES
3532 In spite of the many extensions, @T_ROFF@ has retained compatibility to
3533 classical troff to a large degree.
3535 For the cases where the extensions lead to collisions, a special
3536 compatibility mode with the restricted, old functionality was created
3537 for @T_ROFF@.
3541 .SS "Roff Language"
3544 .I @T_ROFF@
3545 provides a
3546 .B compatibility mode
3547 that allows to process roff code written for classical
3548 .B troff
3549 or for other implementations of roff in a consistent way.
3552 Compatibility mode can be turned on with the
3553 .B \-C
3554 command line option, and turned on or off with the
3555 .B .cp
3556 request.
3558 The number register
3559 .B \[rs]n(.C
3560 is\~1 if compatibility mode is on, 0\~otherwise.
3563 This became necessary because the concept for long names causes
3564 some incompatibilities.
3565 .I Classical troff
3566 interprets
3568 .B .dsabcd
3571 as defining a string
3572 .B ab
3573 with contents
3574 .BR cd .
3576 .IR @T_ROFF@
3577 mode, this is considered as a call of a macro named
3578 .BR dsabcd .
3581 Also
3582 .I classical troff
3583 interprets
3584 .B \[rs]*[
3586 .B \[rs]n[
3587 as references to a string or number register called\~\c
3588 .B [
3589 whereas
3590 .I @T_ROFF@
3591 takes this as the start of a long name.
3595 .IR "compatibility mode" ,
3596 these things are interpreted in the traditional way, so long
3597 names are not recognized.
3600 On the other hand, in
3601 .I native mode
3602 the single-character escapes
3603 .B \[rs]\[rs]
3604 (backslash),
3605 .B \[rs]|
3606 (vertical bar),
3607 .B \[rs]^
3608 (caret),
3609 .B \[rs]&
3610 (ampersand),
3611 .B \[rs]{
3612 (opening brace),
3613 .B \[rs]}
3614 (closing brace),
3615 .RB ` \[rs]\  '
3616 (space),
3617 .B \[rs]'
3618 (single quote),
3619 .B \[rs]`
3620 (backquote),
3621 .B \[rs]\-
3622 (minus),
3623 .B \[rs]_
3624 (underline),
3625 .B \[rs]!\&
3626 (bang),
3627 .B \[rs]%
3628 (percent),
3630 .B \[rs]c
3631 (character\~c)
3632 are not allowed in names of strings, macros, diversions, number
3633 registers, fonts or environments, whereas
3634 .I classical troff
3635 does.
3639 .B \[rs]A
3640 escape sequence can be helpful in avoiding these escape sequences in
3641 names.
3644 Fractional point sizes cause one noteworthy incompatibility.
3647 .I classical
3648 .IR troff ,
3650 .B ps
3651 request ignores scale indicators and so
3654 .B .ps\~10u
3658 sets the point size to 10\~points, whereas in native mode the
3659 point size is set to 10\~scaled points.
3663 .IR @T_ROFF@ ,
3664 there is a fundamental difference between unformatted input
3665 characters, and formatted output characters (glyphs).
3667 Everything that affects how a glyph is output is
3668 stored with the glyph; once a glyph has been
3669 constructed it is unaffected by any subsequent requests that are
3670 executed, including the
3671 .BR bd ,
3672 .BR cs ,
3673 .BR tkf ,
3674 .BR tr ,
3676 .B fp
3677 requests.
3680 Normally glyphs are constructed from input characters at
3681 the moment immediately before the glyph is added to the current
3682 output line.
3684 Macros, diversions and strings are all, in fact, the same type of
3685 object; they contain lists of input characters and glyphs
3686 in any combination.
3689 Special characters can be both; before being added to the output, they
3690 act as input entities, afterwards they denote glyphs.
3693 A glyph does not behave like an input character for the
3694 purposes of macro processing; it does not inherit any of the special
3695 properties that the input character from which it was constructed
3696 might have had.
3698 The following example makes things clearer.
3703 \&.di x
3704 \[rs]\[rs]\[rs]\[rs]
3705 \&.br
3706 \&.di
3707 \&.x
3712 With
3713 .I @L_TROFF@
3714 this is printed as
3715 .BR \[rs]\[rs] .
3716 So each pair of input backslashes
3717 \&`\[rs]\[rs]'
3718 is turned into a single output backslash glyph
3719 \&`\[rs]'
3720 and the resulting output backslashes are not interpreted as escape
3721 characters when they are reread.
3724 .I Classical troff
3725 would interpret them as escape characters when they were reread and
3726 would end up printing a single backslash `\[rs]'.
3729 The correct way to get a printable version of the backslash
3730 character `\[rs]' is the
3731 .B \[rs](rs
3732 escape sequence, but classical troff does not provide a clean feature
3733 for getting a non-syntactical backslash.
3735 A close method is the printable version of the current escape
3736 character using the
3737 .B \[rs]e
3738 escape sequence; this works if the current escape character is not
3739 redefined.
3741 It works in both modes (including compatibility mode), while dirty tricks
3742 like specifying a sequence of multiple backslashes do not work
3743 reliably; for the different handling in diversions, macro definitions,
3744 or text mode quickly leads to a confusion about the necessary number of
3745 backslashes.
3748 To store an escape sequence in a diversion that is interpreted
3749 when the diversion is reread, either the traditional
3750 .B \[rs]!\&
3751 transparent output facility or the
3753 .B \[rs]?\&
3754 escape sequence can be used.
3758 .SS "Intermediate Output"
3761 The @T_ROFF@ intermediate output format is in a state of evolution.
3763 So far it has some incompatibilities, but it is intended to establish
3764 a full compatibility to the classical troff output format.
3766 Actually the following incompatibilities exist:
3768 .IP \[bu] 2m
3769 The positioning after the drawing of the polygons conflicts with the
3770 classical definition.
3772 .IP \[bu] 2m
3773 The intermediate output cannot be rescaled to other devices as
3774 classical `device-independent' troff did.
3778 .SH AUTHORS
3781 Copyright (c) 2014 Steffen (Daode) Nurpmeso <sdaoden@users.sf.net>.
3783 Copyright (C) 1989, 2001 - 2004, 2006 - 2008
3784 Free Software Foundation, Inc.
3787 This document is distributed under the terms of the FDL (GNU Free
3788 Documentation License) version 1.1 or later.
3790 You should have received a copy of the FDL on your system, it is also
3791 available on-line at the
3792 .UR http://\:www.gnu.org/\:copyleft/\:fdl.html
3793 GNU copyleft site
3794 .UE .
3796 This document was written by James Clark, with modifications by
3797 .MT wl@gnu.org
3798 Werner Lemberg
3801 .MT bwarken@mayn.de
3802 Bernd Warken
3803 .ME .
3807 .SH "SEE ALSO"
3810 .BR @L_ROFF@ (@MAN1EXT@)
3811 Lists all the available documentation.
3814 .BR @L_ROFF@ (@MAN7EXT@)
3815 A description of the
3816 .I @T_ROFF@
3817 language, including a short, but complete reference of all predefined
3818 requests, registers and escapes.
3821 .BR roff (@MAN7EXT@)
3822 A survey of
3823 .I roff
3824 systems, including pointers to further historical documentation.
3827 .RI [ CSTR\~#54\/ ]
3829 .I Nroff/\:Troff User's Manual
3831 .I J.\& F.\& Ossanna
3832 of 1976 in the revision of
3833 .I Brian Kernighan
3834 of 1992, being the
3835 .UR http://\:cm.bell-labs.com/\:cm/\:cs/\:cstr/\:54.ps.gz
3836 classical troff documentation
3837 .UE .
3839 .\" s-ts-mode