* src/devices/grops/grops.man: Improve section on creating EPS.
[s-roff.git] / doc / groff.texinfo
blob4f71b4f06e531e5fd566158af6d9df13791ba5d5
1 \input texinfo   @c -*-texinfo-*-
3 @c
4 @c Please convert this manual with `texi2dvi -e groff.texinfo' due to
5 @c problems in texinfo regarding expansion of user-defined macros.
6 @c
7 @c You need texinfo 4.6 or newer to format this document!
8 @c
10 @c %**start of header (This is for running Texinfo on a region.)
11 @setfilename groff
12 @settitle The GNU Troff Manual
13 @setchapternewpage odd
14 @footnotestyle separate
15 @c %**end of header (This is for running Texinfo on a region.)
18 @smallbook
20 @finalout
23 @copying
24 This manual documents GNU @code{troff} version 1.19.
26 Copyright @copyright{} 1994-2000, 2001, 2002, 2003
27 Free Software Foundation, Inc.
29 @quotation
30 Permission is granted to copy, distribute and/or modify this document
31 under the terms of the GNU Free Documentation License, Version 1.1 or
32 any later version published by the Free Software Foundation; with no
33 Invariant Sections, with the Front-Cover texts being `A GNU Manual,''
34 and with the Back-Cover Texts as in (a) below.  A copy of the
35 license is included in the section entitled `GNU Free Documentation
36 License.''
38 (a) The FSF's Back-Cover Text is: `You have freedom to copy and modify
39 this GNU Manual, like GNU software.  Copies published by the Free
40 Software Foundation raise funds for GNU development.''
41 @end quotation
42 @end copying
45 @c We use the following indices:
47 @c   cindex: concepts
48 @c   rqindex: requests
49 @c   esindex: escapes
50 @c   vindex: registers
51 @c   kindex: commands in font files
52 @c   pindex: programs and files
53 @c   tindex: environment variables
54 @c   maindex: macros
55 @c   stindex: strings
56 @c   opindex: operators
58 @c tindex and cindex are merged.
60 @defcodeindex rq
61 @defcodeindex es
62 @defcodeindex ma
63 @defcodeindex st
64 @defcodeindex op
65 @syncodeindex tp cp
68 @c To avoid uppercasing in @deffn while converting to info, we define
69 @c our special @Var{}.
71 @c Due to a (not officially documented) `feature' in makeinfo 4.0,
72 @c macros are not expanded in @deffn (but the macro definition is
73 @c properly removed), so we have to define @Var{} directly in TeX also.
75 @macro Var{arg}
76 \arg\
77 @end macro
78 @tex
79 \gdef\Var#1{\var{#1}}
80 @end tex
83 @c To assure correct HTML translation, some ugly hacks are necessary.
84 @c While processing a @def... request, the HTML translator looks at the
85 @c next line to decide whether it should start indentation or not.  If
86 @c it is something starting with @def... (e.g. @deffnx), it doesn't.
87 @c So we must assure during macro expansion that a @def... is seen.
89 @c The following macros have to be used:
91 @c One item:
93 @c   @Def...
95 @c Two items:
97 @c   @Def...List
98 @c   @Def...ListEnd
100 @c More than two:
102 @c   @Def...List
103 @c   @Def...Item
104 @c   @Def...Item
105 @c   ...
106 @c   @Def...ListEnd
108 @c The definition block must end with
110 @c   @endDef...
112 @c The above is valid for texinfo 4.0f and above.
115 @c a dummy macro to assure the `@def...'
117 @macro defdummy
118 @end macro
121 @c definition of requests
123 @macro Defreq{name, arg}
124 @deffn Request @t{.\name\} \arg\
125 @rqindex \name\
126 @end macro
128 @macro DefreqList{name, arg}
129 @deffn Request @t{.\name\} \arg\
130 @defdummy
131 @rqindex \name\
132 @end macro
134 @macro DefreqItem{name, arg}
135 @deffnx Request @t{.\name\} \arg\
136 @defdummy
137 @rqindex \name\
138 @end macro
140 @macro DefreqListEnd{name, arg}
141 @deffnx Request @t{.\name\} \arg\
142 @rqindex \name\
143 @end macro
145 @macro endDefreq
146 @end deffn
147 @end macro
150 @c definition of escapes
152 @macro Defesc{name, delimI, arg, delimII}
153 @deffn Escape @t{\name\\delimI\}@Var{\arg\}@t{\delimII\}
154 @esindex \name\
155 @end macro
157 @macro DefescList{name, delimI, arg, delimII}
158 @deffn Escape @t{\name\\delimI\}@Var{\arg\}@t{\delimII\}
159 @defdummy
160 @esindex \name\
161 @end macro
163 @macro DefescItem{name, delimI, arg, delimII}
164 @deffnx Escape @t{\name\\delimI\}@Var{\arg\}@t{\delimII\}
165 @defdummy
166 @esindex \name\
167 @end macro
169 @macro DefescListEnd{name, delimI, arg, delimII}
170 @deffnx Escape @t{\name\\delimI\}@Var{\arg\}@t{\delimII\}
171 @esindex \name\
172 @end macro
174 @macro endDefesc
175 @end deffn
176 @end macro
179 @c definition of registers
181 @macro Defreg{name}
182 @deffn Register @t{\\n[\name\]}
183 @vindex \name\
184 @end macro
186 @macro DefregList{name}
187 @deffn Register @t{\\n[\name\]}
188 @defdummy
189 @vindex \name\
190 @end macro
192 @macro DefregItem{name}
193 @deffnx Register @t{\\n[\name\]}
194 @defdummy
195 @vindex \name\
196 @end macro
198 @macro DefregListEnd{name}
199 @deffnx Register @t{\\n[\name\]}
200 @vindex \name\
201 @end macro
203 @macro endDefreg
204 @end deffn
205 @end macro
208 @c definition of registers specific to macro packages, preprocessors, etc.
210 @macro Defmpreg{name, package}
211 @deffn Register @t{\\n[\name\]}
212 @vindex \name\ @r{[}\package\@r{]}
213 @end macro
215 @macro DefmpregList{name, package}
216 @deffn Register @t{\\n[\name\]}
217 @defdummy
218 @vindex \name\ @r{[}\package\@r{]}
219 @end macro
221 @macro DefmpregItem{name, package}
222 @deffnx Register @t{\\n[\name\]}
223 @defdummy
224 @vindex \name\ @r{[}\package\@r{]}
225 @end macro
227 @macro DefmpregListEnd{name, package}
228 @deffnx Register @t{\\n[\name\]}
229 @vindex \name\ @r{[}\package\@r{]}
230 @end macro
232 @macro endDefmpreg
233 @end deffn
234 @end macro
237 @c definition of macros
239 @macro Defmac{name, arg, package}
240 @defmac @t{.\name\} \arg\
241 @maindex \name\ @r{[}\package\@r{]}
242 @end macro
244 @macro DefmacList{name, arg, package}
245 @defmac @t{.\name\} \arg\
246 @defdummy
247 @maindex \name\ @r{[}\package\@r{]}
248 @end macro
250 @macro DefmacItem{name, arg, package}
251 @defmacx @t{.\name\} \arg\
252 @defdummy
253 @maindex \name\ @r{[}\package\@r{]}
254 @end macro
256 @macro DefmacListEnd{name, arg, package}
257 @defmacx @t{.\name\} \arg\
258 @maindex \name\ @r{[}\package\@r{]}
259 @end macro
261 @macro endDefmac
262 @end defmac
263 @end macro
266 @c definition of strings
268 @macro Defstr{name, package}
269 @deffn String @t{\\*[\name\]}
270 @stindex \name\ @r{[}\package\@r{]}
271 @end macro
273 @macro DefstrList{name, package}
274 @deffn String @t{\\*[\name\]}
275 @defdummy
276 @stindex \name\ @r{[}\package\@r{]}
277 @end macro
279 @macro DefstrItem{name, package}
280 @deffnx String @t{\\*[\name\]}
281 @defdummy
282 @stindex \name\ @r{[}\package\@r{]}
283 @end macro
285 @macro DefstrListEnd{name, package}
286 @deffnx String @t{\\*[\name\]}
287 @stindex \name\ @r{[}\package\@r{]}
288 @end macro
290 @macro endDefstr
291 @end deffn
292 @end macro
295 @c our example macro
297 @macro Example
298 @example
299 @group
300 @end macro
302 @macro endExample
303 @end group
304 @end example
305 @end macro
308 @c <text>
310 @tex
311 \gdef\angles#1{\angleleft{}\r{#1}\angleright{}}
312 @end tex
314 @macro angles{text}
315 <\text\>
316 @end macro
319 @c a <= sign
321 @tex
322 \gdef\LE{\le}
323 @end tex
325 @macro LE
327 @end macro
330 @c We need special parentheses and brackets:
332 @c . Real parentheses in @deffn produce an error while compiling with
333 @c   TeX.
334 @c . Real brackets use the wrong font in @deffn, overriding @t{}.
336 @c Since macros aren't expanded in @deffn during -E, the following
337 @c definitions are for non-TeX only.
339 @c This is true for texinfo 4.0.
341 @macro lparen
343 @end macro
344 @macro rparen
346 @end macro
347 @macro lbrack
349 @end macro
350 @macro rbrack
352 @end macro
355 @tex
356 \gdef\gobblefirst#1#2{#2}
357 \gdef\putwordAppendix{\gobblefirst}
358 @end tex
361 @c Note: We say `Roman numerals' but `roman font'.
364 @dircategory Typesetting
365 @direntry
366 * Groff: (groff).               The GNU troff document formatting system.
367 @end direntry
370 @titlepage
371 @title groff
372 @subtitle The GNU implementation of @code{troff}
373 @subtitle Edition 1.19
374 @subtitle Spring 2003
375 @author by Trent A.@tie{}Fisher
376 @author and Werner Lemberg (@email{bug-groff@@gnu.org})
378 @page
379 @vskip 0pt plus 1filll
380 @insertcopying
381 @end titlepage
384 @contents
386 @ifinfo
387 @node Top, Introduction, (dir), (dir)
388 @top GNU troff
390 @insertcopying
391 @end ifinfo
393 @ifhtml
394 @node Top, Introduction, (dir), (dir)
395 @top GNU troff
397 @insertcopying
398 @end ifhtml
400 @menu
401 * Introduction::
402 * Invoking groff::
403 * Tutorial for Macro Users::
404 * Macro Packages::
405 * gtroff Reference::
406 * Preprocessors::
407 * Output Devices::
408 * File formats::
409 * Installation::
410 * Copying This Manual::
411 * Request Index::
412 * Escape Index::
413 * Operator Index::
414 * Register Index::
415 * Macro Index::
416 * String Index::
417 * Glyph Name Index::
418 * Font File Keyword Index::
419 * Program and File Index::
420 * Concept Index::
421 @end menu
425 @c =====================================================================
426 @c =====================================================================
428 @node Introduction, Invoking groff, Top, Top
429 @chapter Introduction
430 @cindex introduction
432 GNU @code{troff} (or @code{groff}) is a system for typesetting
433 documents.  @code{troff} is very flexible and has been in existence (and
434 use) for about 3@tie{}decades.  It is quite widespread and firmly
435 entrenched in the @acronym{UNIX} community.
437 @menu
438 * What Is groff?::
439 * History::
440 * groff Capabilities::
441 * Macro Package Intro::
442 * Preprocessor Intro::
443 * Output device intro::
444 * Credits::
445 @end menu
448 @c =====================================================================
450 @node What Is groff?, History, Introduction, Introduction
451 @section What Is @code{groff}?
452 @cindex what is @code{groff}?
453 @cindex @code{groff} -- what is it?
455 @code{groff} belongs to an older generation of document preparation
456 systems, which operate more like compilers than the more recent
457 interactive @acronym{WYSIWYG}@footnote{What You See Is What You Get}
458 systems.  @code{groff} and its contemporary counterpart, @TeX{}, both
459 work using a @dfn{batch} paradigm: The input (or @dfn{source}) files are
460 normal text files with embedded formatting commands.  These files can
461 then be processed by @code{groff} to produce a typeset document on a
462 variety of devices.
464 Likewise, @code{groff} should not be confused with a @dfn{word
465 processor}, since that term connotes an integrated system that includes
466 an editor and a text formatter.  Also, many word processors follow the
467 @acronym{WYSIWYG} paradigm discussed earlier.
469 Although @acronym{WYSIWYG} systems may be easier to use, they have a
470 number of disadvantages compared to @code{troff}:
472 @itemize @bullet
473 @item
474 They must be used on a graphics display to work on a document.
476 @item
477 Most of the @acronym{WYSIWYG} systems are either non-free or are not
478 very portable.
480 @item
481 @code{troff} is firmly entrenched in all @acronym{UNIX} systems.
483 @item
484 It is difficult to have a wide range of capabilities available within
485 the confines of a GUI/window system.
487 @item
488 It is more difficult to make global changes to a document.
489 @end itemize
491 @quotation
492 ``GUIs normally make it simple to accomplish simple actions and
493 impossible to accomplish complex actions.''  --Doug Gwyn (22/Jun/91 in
494 @code{comp.unix.wizards})
495 @end quotation
498 @c =====================================================================
500 @node History, groff Capabilities, What Is groff?, Introduction
501 @section History
502 @cindex history
504 @cindex @code{runoff}, the program
505 @cindex @code{rf}, the program
506 @code{troff} can trace its origins back to a formatting program called
507 @code{runoff}, written by J.@tie{}E.@tie{}Saltzer, which ran on MIT's CTSS
508 operating system in the mid-sixties.  This name came from the common
509 phrase of the time ``I'll run off a document.''  Bob Morris ported it to
510 the 635 architecture and called the program @code{roff} (an abbreviation
511 of @code{runoff}).  It was rewritten as @code{rf} for the @w{PDP-7}
512 (before having @acronym{UNIX}), and at the same time (1969), Doug
513 McIllroy rewrote an extended and simplified version of @code{roff} in
514 the @acronym{BCPL} programming language.
516 @cindex @code{roff}, the program
517 The first version of @acronym{UNIX} was developed on a @w{PDP-7} which
518 was sitting around Bell Labs.  In 1971 the developers wanted to get a
519 @w{PDP-11} for further work on the operating system.  In order to
520 justify the cost for this system, they proposed that they would
521 implement a document formatting system for the @acronym{AT&T} patents
522 division.  This first formatting program was a reimplementation of
523 McIllroy's @code{roff}, written by J.@tie{}F.@tie{}Ossanna.
525 @cindex @code{nroff}, the program
526 When they needed a more flexible language, a new version of @code{roff}
527 called @code{nroff} (``Newer @code{roff}'') was written.  It had a much
528 more complicated syntax, but provided the basis for all future versions.
529 When they got a Graphic Systems CAT Phototypesetter, Ossanna wrote a
530 version of @code{nroff} that would drive it.  It was dubbed
531 @code{troff}, for ``typesetter @code{roff}'', although many people have
532 speculated that it actually means ``Times @code{roff}'' because of the
533 use of the Times font family in @code{troff} by default.  As such, the
534 name @code{troff} is pronounced `@w{t-roff}' rather than `trough'.
536 With @code{troff} came @code{nroff} (they were actually the same program
537 except for some @samp{#ifdef}s), which was for producing output for line
538 printers and character terminals.  It understood everything @code{troff}
539 did, and ignored the commands which were not applicable (e.g.@: font
540 changes).
542 Since there are several things which cannot be done easily in
543 @code{troff}, work on several preprocessors began.  These programs would
544 transform certain parts of a document into @code{troff}, which made a
545 very natural use of pipes in @acronym{UNIX}.
547 The @code{eqn} preprocessor allowed mathematical formul@ae{} to be
548 specified in a much simpler and more intuitive manner.  @code{tbl} is a
549 preprocessor for formatting tables.  The @code{refer} preprocessor (and
550 the similar program, @code{bib}) processes citations in a document
551 according to a bibliographic database.
553 Unfortunately, Ossanna's @code{troff} was written in @w{PDP-11} assembly
554 language and produced output specifically for the CAT phototypesetter.
555 He rewrote it in C, although it was now 7000@tie{}lines of uncommented
556 code and still dependent on the CAT.  As the CAT became less common, and
557 was no longer supported by the manufacturer, the need to make it support
558 other devices became a priority.  However, before this could be done,
559 Ossanna was killed in a car accident.
561 @pindex ditroff
562 @cindex @code{ditroff}, the program
563 So, Brian Kernighan took on the task of rewriting @code{troff}.  The
564 newly rewritten version produced device independent code which was
565 very easy for postprocessors to read and translate to the appropriate
566 printer codes.  Also, this new version of @code{troff} (called
567 @code{ditroff} for ``device independent @code{troff}'') had several
568 extensions, which included drawing functions.
570 Due to the additional abilities of the new version of @code{troff},
571 several new preprocessors appeared.  The @code{pic} preprocessor
572 provides a wide range of drawing functions.  Likewise the @code{ideal}
573 preprocessor did the same, although via a much different paradigm.  The
574 @code{grap} preprocessor took specifications for graphs, but, unlike
575 other preprocessors, produced @code{pic} code.
577 James Clark began work on a GNU implementation of @code{ditroff} in
578 early@tie{}1989.  The first version, @code{groff}@tie{}0.3.1, was released
579 June@tie{}1990.  @code{groff} included:
581 @itemize @bullet
582 @item
583 A replacement for @code{ditroff} with many extensions.
585 @item
586 The @code{soelim}, @code{pic}, @code{tbl}, and @code{eqn} preprocessors.
588 @item
589 Postprocessors for character devices, @sc{PostScript}, @TeX{} DVI, and
590 X@tie{}Windows.  GNU @code{troff} also eliminated the need for a
591 separate @code{nroff} program with a postprocessor which would produce
592 @acronym{ASCII} output.
594 @item
595 A version of the @file{me} macros and an implementation of the
596 @file{man} macros.
597 @end itemize
599 Also, a front-end was included which could construct the, sometimes
600 painfully long, pipelines required for all the post- and preprocessors.
602 Development of GNU @code{troff} progressed rapidly, and saw the
603 additions of a replacement for @code{refer}, an implementation of the
604 @file{ms} and @file{mm} macros, and a program to deduce how to format a
605 document (@code{grog}).
607 It was declared a stable (i.e.@: non-beta) package with the release of
608 version@tie{}1.04 around November@tie{}1991.
610 Beginning in@tie{}1999, @code{groff} has new maintainers (the package was
611 an orphan for a few years).  As a result, new features and programs like
612 @code{grn}, a preprocessor for gremlin images, and an output device to
613 produce @acronym{HTML} output have been added.
616 @c =====================================================================
618 @node groff Capabilities, Macro Package Intro, History, Introduction
619 @section @code{groff} Capabilities
620 @cindex @code{groff} capabilities
621 @cindex capabilities of @code{groff}
623 So what exactly is @code{groff} capable of doing?  @code{groff} provides
624 a wide range of low-level text formatting operations.  Using these, it
625 is possible to perform a wide range of formatting tasks, such as
626 footnotes, table of contents, multiple columns, etc.  Here's a list of
627 the most important operations supported by @code{groff}:
629 @itemize @bullet
630 @item
631 text filling, adjusting, and centering
633 @item
634 hyphenation
636 @item
637 page control
639 @item
640 font and glyph size control
642 @item
643 vertical spacing (e.g.@: double-spacing)
645 @item
646 line length and indenting
648 @item
649 macros, strings, diversions, and traps
651 @item
652 number registers
654 @item
655 tabs, leaders, and fields
657 @item
658 input and output conventions and character translation
660 @item
661 overstrike, bracket, line drawing, and zero-width functions
663 @item
664 local horizontal and vertical motions and the width function
666 @item
667 three-part titles
669 @item
670 output line numbering
672 @item
673 conditional acceptance of input
675 @item
676 environment switching
678 @item
679 insertions from the standard input
681 @item
682 input/output file switching
684 @item
685 output and error messages
686 @end itemize
689 @c =====================================================================
691 @node Macro Package Intro, Preprocessor Intro, groff Capabilities, Introduction
692 @section Macro Packages
693 @cindex macro packages
695 Since @code{groff} provides such low-level facilities, it can be quite
696 difficult to use by itself.  However, @code{groff} provides a
697 @dfn{macro} facility to specify how certain routine operations
698 (e.g.@tie{}starting paragraphs, printing headers and footers, etc.)@:
699 should be done.  These macros can be collected together into a @dfn{macro
700 package}.  There are a number of macro packages available; the most
701 common (and the ones described in this manual) are @file{man},
702 @file{mdoc}, @file{me}, @file{ms}, and @file{mm}.
705 @c =====================================================================
707 @node Preprocessor Intro, Output device intro, Macro Package Intro, Introduction
708 @section Preprocessors
709 @cindex preprocessors
711 Although @code{groff} provides most functions needed to format a
712 document, some operations would be unwieldy (e.g.@: to draw pictures).
713 Therefore, programs called @dfn{preprocessors} were written which
714 understand their own language and produce the necessary @code{groff}
715 operations.  These preprocessors are able to differentiate their own
716 input from the rest of the document via markers.
718 To use a preprocessor, @acronym{UNIX} pipes are used to feed the output
719 from the preprocessor into @code{groff}.  Any number of preprocessors
720 may be used on a given document; in this case, the preprocessors are
721 linked together into one pipeline.  However, with @code{groff}, the user
722 does not need to construct the pipe, but only tell @code{groff} what
723 preprocessors to use.
725 @code{groff} currently has preprocessors for producing tables
726 (@code{tbl}), typesetting equations (@code{eqn}), drawing pictures
727 (@code{pic} and @code{grn}), and for processing bibliographies
728 (@code{refer}).  An associated program which is useful when dealing with
729 preprocessors is @code{soelim}.
731 A free implementation of @code{grap}, a preprocessor for drawing graphs,
732 can be obtained as an extra package; @code{groff} can use @code{grap}
733 also.
735 There are other preprocessors in existence, but, unfortunately, no free
736 implementations are available.  Among them are preprocessors for drawing
737 mathematical pictures (@code{ideal}) and chemical structures
738 (@code{chem}).
741 @c =====================================================================
743 @node Output device intro, Credits, Preprocessor Intro, Introduction
744 @section Output Devices
745 @cindex postprocessors
746 @cindex output devices
747 @cindex devices for output
749 @code{groff} actually produces device independent code which may be
750 fed into a postprocessor to produce output for a particular device.
751 Currently, @code{groff} has postprocessors for @sc{PostScript}
752 devices, character terminals, X@tie{}Windows (for previewing), @TeX{}
753 DVI format, HP LaserJet@tie{}4 and Canon LBP printers (which use
754 @acronym{CAPSL}), and @acronym{HTML}.
757 @c =====================================================================
759 @node Credits,  , Output device intro, Introduction
760 @section Credits
761 @cindex credits
763 Large portions of this manual were taken from existing documents, most
764 notably, the manual pages for the @code{groff} package by James Clark,
765 and Eric Allman's papers on the @file{me} macro package.
767 The section on the @file{man} macro package is partly based on
768 Susan@tie{}G.@: Kleinmann's @file{groff_man} manual page written for the
769 Debian GNU/Linux system.
771 Larry Kollar contributed the section in the @file{ms} macro package.
775 @c =====================================================================
776 @c =====================================================================
778 @node Invoking groff, Tutorial for Macro Users, Introduction, Top
779 @chapter Invoking @code{groff}
780 @cindex invoking @code{groff}
781 @cindex @code{groff} invocation
783 This section focuses on how to invoke the @code{groff} front end.  This
784 front end takes care of the details of constructing the pipeline among
785 the preprocessors, @code{gtroff} and the postprocessor.
787 It has become a tradition that GNU programs get the prefix @samp{g} to
788 distinguish it from its original counterparts provided by the host (see
789 @ref{Environment}, for more details).  Thus, for example, @code{geqn} is
790 GNU @code{eqn}.  On operating systems like GNU/Linux or the Hurd, which
791 don't contain proprietary versions of @code{troff}, and on
792 MS-DOS/MS-Windows, where @code{troff} and associated programs are not
793 available at all, this prefix is omitted since GNU @code{troff} is the
794 only used incarnation of @code{troff}.  Exception: @samp{groff} is never
795 replaced by @samp{roff}.
797 In this document, we consequently say @samp{gtroff} when talking about
798 the GNU @code{troff} program.  All other implementations of @code{troff}
799 are called @acronym{AT&T} @code{troff} which is the common origin of
800 all @code{troff} derivates (with more or less compatible changes).
801 Similarly, we say @samp{gpic}, @samp{geqn}, etc.
803 @menu
804 * Groff Options::
805 * Environment::
806 * Macro Directories::
807 * Font Directories::
808 * Paper Size::
809 * Invocation Examples::
810 @end menu
813 @c =====================================================================
815 @node Groff Options, Environment, Invoking groff, Invoking groff
816 @section Options
817 @cindex options
819 @pindex groff
820 @pindex gtroff
821 @pindex gpic
822 @pindex geqn
823 @pindex ggrn
824 @pindex grap
825 @pindex gtbl
826 @pindex grefer
827 @pindex gsoelim
828 @code{groff} normally runs the @code{gtroff} program and a postprocessor
829 appropriate for the selected device.  The default device is @samp{ps}
830 (but it can be changed when @code{groff} is configured and built).  It
831 can optionally preprocess with any of @code{gpic}, @code{geqn},
832 @code{gtbl}, @code{ggrn}, @code{grap}, @code{grefer}, or @code{gsoelim}.
834 This section only documents options to the @code{groff} front end.  Many
835 of the arguments to @code{groff} are passed on to @code{gtroff},
836 therefore those are also included.  Arguments to pre- or postprocessors
837 can be found in @ref{Invoking gpic}, @ref{Invoking geqn}, @ref{Invoking
838 gtbl}, @ref{Invoking ggrn}, @ref{Invoking grefer}, @ref{Invoking
839 gsoelim}, @ref{Invoking grotty}, @ref{Invoking grops}, @ref{Invoking
840 grohtml}, @ref{Invoking grodvi}, @ref{Invoking grolj4}, @ref{Invoking
841 grolbp}, and @ref{Invoking gxditview}.
843 The command line format for @code{groff} is:
845 @Example
846 groff [ -abceghilpstvzCEGNRSUVXZ ] [ -F@var{dir} ] [ -m@var{name} ]
847       [ -T@var{def} ] [ -f@var{fam} ] [ -w@var{name} ] [ -W@var{name} ]
848       [ -M@var{dir} ] [ -d@var{cs} ] [ -r@var{cn} ] [ -n@var{num} ]
849       [ -o@var{list} ] [ -P@var{arg} ] [ -L@var{arg} ] [ -I@var{dir} ]
850       [ @var{files}@dots{} ]
851 @endExample
853 The command line format for @code{gtroff} is as follows.
855 @Example
856 gtroff [ -abcivzCERU ] [ -w@var{name} ] [ -W@var{name} ] [ -d@var{cs} ]
857        [ -f@var{fam} ] [ -m@var{name} ] [ -n@var{num} ]
858        [ -o@var{list} ] [ -r@var{cn} ] [ -T@var{name} ]
859        [ -F@var{dir} ] [ -M@var{dir} ] [ @var{files}@dots{} ]
860 @endExample
862 @noindent
863 Obviously, many of the options to @code{groff} are actually passed on to
864 @code{gtroff}.
866 Options without an argument can be grouped behind a single@tie{}@option{-}.
867 A filename of@tie{}@file{-} denotes the standard input.  It is possible to
868 have whitespace between an option and its parameter.
870 The @code{grog} command can be used to guess the correct @code{groff}
871 command to format a file.
873 Here's the description of the command-line options:
875 @cindex command-line options
876 @table @samp
877 @item -h
878 Print a help message.
880 @item -e
881 Preprocess with @code{geqn}.
883 @item -t
884 Preprocess with @code{gtbl}.
886 @item -g
887 Preprocess with @code{ggrn}.
889 @item -G
890 Preprocess with @code{grap}.
892 @item -p
893 Preprocess with @code{gpic}.
895 @item -s
896 Preprocess with @code{gsoelim}.
898 @item -c
899 Suppress color output.
901 @item -R
902 Preprocess with @code{grefer}.  No mechanism is provided for passing
903 arguments to @code{grefer} because most @code{grefer} options have
904 equivalent commands which can be included in the file.  @xref{grefer},
905 for more details.
907 @pindex troffrc
908 @pindex troffrc-end
909 Note that @code{gtroff} also accepts a @option{-R} option, which is not
910 accessible via @code{groff}.  This option prevents the loading of the
911 @file{troffrc} and @file{troffrc-end} files.
913 @item -v
914 Make programs run by @code{groff} print out their version number.
916 @item -V
917 Print the pipeline on @code{stdout} instead of executing it.  If specified
918 more than once, print the pipeline on @code{stderr} and execute it.
920 @item -z
921 Suppress output from @code{gtroff}.  Only error messages are printed.
923 @item -Z
924 Do not postprocess the output of @code{gtroff}.  Normally @code{groff}
925 automatically runs the appropriate postprocessor.
927 @item -P@var{arg}
928 Pass @var{arg} to the postprocessor.  Each argument should be passed
929 with a separate @option{-P} option.  Note that @code{groff} does not
930 prepend @samp{-} to @var{arg} before passing it to the postprocessor.
932 @item -l
933 Send the output to a spooler for printing.  The command used for this is
934 specified by the @code{print} command in the device description file
935 (see @ref{Font Files}, for more info).  If not present, @option{-l} is
936 ignored.
938 @item -L@var{arg}
939 Pass @var{arg} to the spooler.  Each argument should be passed with a
940 separate @option{-L} option.  Note that @code{groff} does not prepend
941 a @samp{-} to @var{arg} before passing it to the postprocessor.
942 If the @code{print} keyword in the device description file is missing,
943 @option{-L} is ignored.
945 @item -T@var{dev}
946 Prepare output for device @var{dev}.  The default device is @samp{ps},
947 unless changed when @code{groff} was configured and built.  The
948 following are the output devices currently available:
950 @table @code
951 @item ps
952 For @sc{PostScript} printers and previewers.
954 @item dvi
955 For @TeX{} DVI format.
957 @item X75
958 For a 75@dmn{dpi} X11 previewer.
960 @item X75-12
961 For a 75@dmn{dpi} X11 previewer with a 12@dmn{pt} base font in the
962 document.
964 @item X100
965 For a 100@dmn{dpi} X11 previewer.
967 @item X100-12
968 For a 100@dmn{dpi} X11 previewer with a 12@dmn{pt} base font in the
969 document.
971 @item ascii
972 @cindex encoding, output, @acronym{ASCII}
973 @cindex @acronym{ASCII}, output encoding
974 @cindex output encoding, @acronym{ASCII}
975 For typewriter-like devices using the (7-bit) @acronym{ASCII}
976 character set.
978 @item latin1
979 @cindex encoding, output, @w{latin-1} (ISO @w{8859-1})
980 @cindex @w{latin-1} (ISO @w{8859-1}), output encoding
981 @cindex ISO @w{8859-1} (@w{latin-1}), output encoding
982 @cindex output encoding, @w{latin-1} (ISO @w{8859-1})
983 For typewriter-like devices that support the @w{Latin-1}
984 (ISO@tie{}@w{8859-1}) character set.
986 @item utf8
987 @cindex encoding, output, @w{utf-8}
988 @cindex @w{utf-8}, output encoding
989 @cindex output encoding, @w{utf-8}
990 For typewriter-like devices which use the Unicode (ISO@tie{}10646)
991 character set with @w{UTF-8} encoding.
993 @item cp1047
994 @cindex encoding, output, @acronym{EBCDIC}
995 @cindex @acronym{EBCDIC}, output encoding
996 @cindex output encoding, @acronym{EBCDIC}
997 @cindex encoding, output, cp1047
998 @cindex cp1047, output encoding
999 @cindex output encoding, cp1047
1000 @cindex IBM cp1047 output encoding
1001 For typewriter-like devices which use the @acronym{EBCDIC} encoding IBM
1002 cp1047.
1004 @item lj4
1005 For HP LaserJet4-compatible (or other PCL5-compatible) printers.
1007 @item lbp
1008 For Canon @acronym{CAPSL} printers (@w{LBP-4} and @w{LBP-8} series laser
1009 printers).
1011 @pindex pre-grohtml
1012 @pindex post-grohtml
1013 @cindex @code{grohtml}, the program
1014 @item html
1015 To produce @acronym{HTML} output.  Note that the @acronym{HTML} driver
1016 consists of two parts, a preprocessor (@code{pre-grohtml}) and a
1017 postprocessor (@code{post-grohtml}).
1018 @end table
1020 @cindex output device name string register (@code{.T})
1021 @cindex output device usage number register (@code{.T})
1022 The predefined @code{gtroff} string register @code{.T} contains the
1023 current output device; the read-only number register @code{.T} is set
1024 to@tie{}1 if this option is used (which is always true if @code{groff} is
1025 used to call @code{gtroff}).  @xref{Built-in Registers}.
1027 The postprocessor to be used for a device is specified by the
1028 @code{postpro} command in the device description file.  (@xref{Font
1029 Files}, for more info.)  This can be overridden with the @option{-X}
1030 option.
1032 @item -X
1033 Preview with @code{gxditview} instead of using the usual postprocessor.
1034 This is unlikely to produce good results except with @option{-Tps}.
1036 Note that this is not the same as using @option{-TX75} or
1037 @option{-TX100} to view a document with @code{gxditview}: The former
1038 uses the metrics of the specified device, whereas the latter uses
1039 X-specific fonts and metrics.
1041 @item -N
1042 Don't allow newlines with @code{eqn} delimiters.  This is the same as
1043 the @option{-N} option in @code{geqn}.
1045 @item -S
1046 @cindex @code{open} request, and safer mode
1047 @cindex @code{opena} request, and safer mode
1048 @cindex @code{pso} request, and safer mode
1049 @cindex @code{sy} request, and safer mode
1050 @cindex @code{pi} request, and safer mode
1051 @cindex safer mode
1052 @cindex mode, safer
1053 Safer mode.  Pass the @option{-S} option to @code{gpic} and disable the
1054 @code{open}, @code{opena}, @code{pso}, @code{sy}, and @code{pi}
1055 requests.  For security reasons, this is enabled by default.
1057 @item -U
1058 @cindex mode, unsafe
1059 @cindex unsafe mode
1060 Unsafe mode.  This enables the @code{open}, @code{opena}, @code{pso},
1061 @code{sy}, and @code{pi} requests.
1063 @item -a
1064 @cindex @acronym{ASCII} approximation output register (@code{.A})
1065 Generate an @acronym{ASCII} approximation of the typeset output.  The
1066 read-only register @code{.A} is then set to@tie{}1.  @xref{Built-in
1067 Registers}.  A typical example is
1069 @Example
1070 groff -a -man -Tdvi troff.man | less
1071 @endExample
1073 @noindent
1074 which shows how lines are broken for the DVI device.  Note that this
1075 option is rather useless today since graphic output devices are
1076 available virtually everywhere.
1078 @item -b
1079 Print a backtrace with each warning or error message.  This backtrace
1080 should help track down the cause of the error.  The line numbers given
1081 in the backtrace may not always be correct: @code{gtroff} can get
1082 confused by @code{as} or @code{am} requests while counting line numbers.
1084 @item -i
1085 Read the standard input after all the named input files have been
1086 processed.
1088 @item -w@var{name}
1089 Enable warning @var{name}.  Available warnings are described in
1090 @ref{Debugging}.  Multiple @option{-w} options are allowed.
1092 @item -W@var{name}
1093 Inhibit warning @var{name}.  Multiple @option{-W} options are allowed.
1095 @item -E
1096 Inhibit all error messages.
1098 @item -C
1099 Enable compatibility mode.  @xref{Implementation Differences}, for the
1100 list of incompatibilities between @code{groff} and @acronym{AT&T}
1101 @code{troff}.
1103 @item -d@var{c}@var{s}
1104 @itemx -d@var{name}=@var{s}
1105 Define @var{c} or @var{name} to be a string@tie{}@var{s}.  @var{c}@tie{}must
1106 be a one-letter name; @var{name} can be of arbitrary length.  All string
1107 assignments happen before loading any macro file (including the start-up
1108 file).
1110 @item -f@var{fam}
1111 Use @var{fam} as the default font family.  @xref{Font Families}.
1113 @item -m@var{name}
1114 Read in the file @file{@var{name}.tmac}.  Normally @code{groff} searches
1115 for this in its macro directories.  If it isn't found, it tries
1116 @file{tmac.@var{name}} (searching in the same directories).
1118 @item -n@var{num}
1119 Number the first page @var{num}.
1121 @item -o@var{list}
1122 @cindex print current page register (@code{.P})
1123 Output only pages in @var{list}, which is a comma-separated list of page
1124 ranges; @samp{@var{n}} means print page@tie{}@var{n}, @samp{@var{m}-@var{n}}
1125 means print every page between @var{m} and@tie{}@var{n}, @samp{-@var{n}}
1126 means print every page up to@tie{}@var{n}, @samp{@var{n}-} means print every
1127 page beginning with@tie{}@var{n}.  @code{gtroff} exits after printing the
1128 last page in the list.  All the ranges are inclusive on both ends.
1130 Within @code{gtroff}, this information can be extracted with the
1131 @samp{.P} register.  @xref{Built-in Registers}.
1133 If your document restarts page numbering at the beginning of each
1134 chapter, then @code{gtroff} prints the specified page range for each
1135 chapter.
1137 @item -r@var{c}@var{n}
1138 @itemx -r@var{name}=@var{n}
1139 Set number register@tie{}@var{c} or @var{name} to the value@tie{}@var{n}.
1140 @var{c}@tie{}must be a one-letter name; @var{name} can be of arbitrary
1141 length.  @var{n}@tie{}can be any @code{gtroff} numeric expression.  All
1142 register assignments happen before loading any macro file (including
1143 the start-up file).
1145 @item -F@var{dir}
1146 Search @file{@var{dir}} for subdirectories @file{dev@var{name}}
1147 (@var{name} is the name of the device), for the @file{DESC} file, and
1148 for font files before looking in the standard directories (@pxref{Font
1149 Directories}).  This option is passed to all pre- and postprocessors
1150 using the @env{GROFF_FONT_PATH} environment variable.
1152 @item -M@var{dir}
1153 Search directory @file{@var{dir}} for macro files before the standard
1154 directories (@pxref{Macro Directories}).
1156 @item -I@var{dir}
1157 This option may be used to specify a directory to search for files.
1158 It is passed to the following programs:
1160 @itemize
1161 @item
1162 @code{gsoelim} (see @ref{gsoelim} for more details);
1163 it also implies @code{groff}'s @option{-s} option.
1165 @item
1166 @code{gtroff}; it is used to search files named in the @code{psbb} and
1167 @code{so} requests.
1169 @item
1170 @code{grops}; it is used to search files named in the
1171 @w{@code{\X'ps: import}} and @w{@code{\X'ps: file}} escapes.
1172 @end itemize
1174 The current directory is always searched first. This option may be specified
1175 more than once; the directories will be searched in the order specified. No
1176 directory search is performed for files specified using an absolute path.
1177 @end table
1180 @c =====================================================================
1182 @node Environment, Macro Directories, Groff Options, Invoking groff
1183 @section Environment
1184 @cindex environment variables
1185 @cindex variables in environment
1187 There are also several environment variables (of the operating system,
1188 not within @code{gtroff}) which can modify the behavior of @code{groff}.
1190 @table @code
1191 @item GROFF_COMMAND_PREFIX
1192 @tindex GROFF_COMMAND_PREFIX@r{, environment variable}
1193 @cindex command prefix
1194 @cindex prefix, for commands
1195 If this is set to@tie{}@var{X}, then @code{groff} runs @code{@var{X}troff}
1196 instead of @code{gtroff}.  This also applies to @code{tbl}, @code{pic},
1197 @code{eqn}, @code{grn}, @code{refer}, and @code{soelim}.  It does not
1198 apply to @code{grops}, @code{grodvi}, @code{grotty}, @code{pre-grohtml},
1199 @code{post-grohtml}, @code{grolj4}, and @code{gxditview}.
1201 The default command prefix is determined during the installation process.
1202 If a non-GNU troff system is found, prefix @samp{g} is used, none
1203 otherwise.
1205 @item GROFF_TMAC_PATH
1206 @tindex GROFF_TMAC_PATH@r{, environment variable}
1207 A colon-separated list of directories in which to search for macro files
1208 (before the default directories are tried).  @xref{Macro Directories}.
1210 @item GROFF_TYPESETTER
1211 @tindex GROFF_TYPESETTER@r{, environment variable}
1212 The default output device.
1214 @item GROFF_FONT_PATH
1215 @tindex GROFF_FONT_PATH@r{, environment variable}
1216 A colon-separated list of directories in which to search for the
1217 @code{dev}@var{name} directory (before the default directories are
1218 tried).  @xref{Font Directories}.
1220 @item GROFF_BIN_PATH
1221 @tindex GROFF_BIN_PATH@r{, environment variable}
1222 This search path, followed by @code{PATH}, is used for commands executed
1223 by @code{groff}.
1225 @item GROFF_TMPDIR
1226 @tindex GROFF_TMPDIR@r{, environment variable}
1227 @tindex TMPDIR@r{, environment variable}
1228 The directory in which @code{groff} creates temporary files.  If this is
1229 not set and @env{TMPDIR} is set, temporary files are created in that
1230 directory.  Otherwise temporary files are created in a system-dependent
1231 default directory (on Unix and GNU/Linux systems, this is usually
1232 @file{/tmp}).  @code{grops}, @code{grefer}, @code{pre-grohtml}, and
1233 @code{post-grohtml} can create temporary files in this directory.
1234 @end table
1236 Note that MS-DOS and MS-Windows ports of @code{groff} use semi-colons,
1237 rather than colons, to separate the directories in the lists described
1238 above.
1241 @c =====================================================================
1243 @node Macro Directories, Font Directories, Environment, Invoking groff
1244 @section Macro Directories
1245 @cindex macro directories
1246 @cindex directories for macros
1247 @cindex searching macros
1248 @cindex macros, searching
1250 All macro file names must be named @code{@var{name}.tmac} or
1251 @code{tmac.@var{name}} to make the @option{-m@var{name}} command line
1252 option work.  The @code{mso} request doesn't have this restriction; any
1253 file name can be used, and @code{gtroff} won't try to append or prepend
1254 the @samp{tmac} string.
1256 @cindex tmac, directory
1257 @cindex directory, for tmac files
1258 @cindex tmac, path
1259 @cindex path, for tmac files
1260 @cindex searching macro files
1261 @cindex macro files, searching
1262 @cindex files, macro, searching
1263 Macro files are kept in the @dfn{tmac directories}, all of which
1264 constitute the @dfn{tmac path}.  The elements of the search path for
1265 macro files are (in that order):
1267 @itemize @bullet
1268 @item
1269 The directories specified with @code{gtroff}'s or @code{groff}'s
1270 @option{-M} command line option.
1272 @item
1273 @tindex GROFF_TMAC_PATH@r{, environment variable}
1274 The directories given in the @env{GROFF_TMAC_PATH} environment
1275 variable.
1277 @item
1278 @cindex safer mode
1279 @cindex mode, safer
1280 @cindex unsafe mode
1281 @cindex mode, unsafe
1282 @cindex current directory
1283 @cindex directory, current
1284 The current directory (only if in unsafe mode using the @option{-U}
1285 command line switch).
1287 @item
1288 @cindex home directory
1289 @cindex directory, home
1290 The home directory.
1292 @item
1293 @cindex site-specific directory
1294 @cindex directory, site-specific
1295 @cindex platform-specific directory
1296 @cindex directory, platform-specific
1297 A platform-dependent directory, a site-specific (platform-independent)
1298 directory, and the main tmac directory; the default locations are
1300 @Example
1301 /usr/local/lib/groff/site-tmac
1302 /usr/local/share/groff/site-tmac
1303 /usr/local/share/groff/1.18.2/tmac
1304 @endExample
1306 @noindent
1307 assuming that the version of @code{groff} is 1.18.2, and the installation
1308 prefix was @file{/usr/local}.  It is possible to fine-tune those
1309 directories during the installation process.
1310 @end itemize
1313 @c =====================================================================
1315 @node Font Directories, Paper Size, Macro Directories, Invoking groff
1316 @section Font Directories
1317 @cindex font directories
1318 @cindex directories for fonts
1319 @cindex searching fonts
1320 @cindex fonts, searching
1322 Basically, there is no restriction how font files for @code{groff} are
1323 named and how long font names are; however, to make the font family
1324 mechanism work (@pxref{Font Families}), fonts within a family should
1325 start with the family name, followed by the shape.  For example, the
1326 Times family uses @samp{T} for the family name and @samp{R}, @samp{B},
1327 @samp{I}, and @samp{BI} to indicate the shapes `roman', `bold',
1328 `italic', and `bold italic', respectively.  Thus the final font names
1329 are @samp{TR}, @samp{TB}, @samp{TI}, and @samp{TBI}.
1331 @cindex font path
1332 @cindex path, for font files
1333 All font files are kept in the @dfn{font directories} which constitute
1334 the @dfn{font path}.  The file search functions will always append the
1335 directory @code{dev}@var{name}, where @var{name} is the name of the
1336 output device.  Assuming, say, DVI output, and @file{/foo/bar} as a
1337 font directory, the font files for @code{grodvi} must be in
1338 @file{/foo/bar/devdvi}.
1340 The elements of the search path for font files are (in that order):
1342 @itemize @bullet
1343 @item
1344 The directories specified with @code{gtroff}'s or @code{groff}'s
1345 @option{-F} command line option.  All device drivers and some
1346 preprocessors also have this option.
1348 @item
1349 @tindex GROFF_FONT_PATH@r{, environment variable}
1350 The directories given in the @env{GROFF_FONT_PATH} environment
1351 variable.
1353 @item
1354 @cindex site-specific directory
1355 @cindex directory, site-specific
1356 A site-specific directory and the main font directory; the default
1357 locations are
1359 @Example
1360 /usr/local/share/groff/site-font
1361 /usr/local/share/groff/1.18.2/font
1362 @endExample
1364 @noindent
1365 assuming that the version of @code{groff} is 1.18.2, and the installation
1366 prefix was @file{/usr/local}.  It is possible to fine-tune those
1367 directories during the installation process.
1368 @end itemize
1371 @c =====================================================================
1373 @node Paper Size, Invocation Examples, Font Directories, Invoking groff
1374 @section Paper Size
1375 @cindex paper size
1376 @cindex size, paper
1377 @cindex landscape page orientation
1378 @cindex orientation, landscape
1379 @cindex page orientation, landscape
1381 In groff, the page size for @code{gtroff} and for output devices are
1382 handled separately.  @xref{Page Layout}, for vertical manipulation of
1383 the page size.  @xref{Line Layout}, for horizontal changes.
1385 A default paper size can be set in the device's @file{DESC} file.  Most
1386 output devices also have a command line option @option{-p} to override
1387 the default paper size and option @option{-l} to use landscape
1388 orientation.  @xref{DESC File Format}, for a description of the
1389 @code{papersize} keyword which takes the same argument as @option{-p}.
1391 @pindex papersize.tmac
1392 @pindex troffrc
1393 A convenient shorthand to set a particular paper size for @code{gtroff}
1394 is command line option @option{-dpaper=@var{size}}.  This defines string
1395 @code{paper} which is processed in file @file{papersize.tmac} (loaded in
1396 the start-up file @file{troffrc} by default).  Possible values for
1397 @var{size} are the same as the predefined values for the
1398 @code{papersize} keyword (but only in lowercase) except
1399 @code{a7}-@code{d7}.  An appended @samp{l} (ell) character denotes
1400 landscape orientation.
1402 For example, use the following for PS output on A4 paper in landscape
1403 orientation:
1405 @Example
1406 groff -Tps -dpaper=a4l -P-pa4 -P-l -ms foo.ms > foo.ps
1407 @endExample
1409 Note that it is up to the particular macro package to respect default
1410 page dimensions set in this way (most do).
1413 @c =====================================================================
1415 @node Invocation Examples,  , Paper Size, Invoking groff
1416 @section Invocation Examples
1417 @cindex invocation examples
1418 @cindex examples of invocation
1420 This section lists several common uses of @code{groff} and the
1421 corresponding command lines.
1423 @Example
1424 groff file
1425 @endExample
1427 @noindent
1428 This command processes @file{file} without a macro package or a
1429 preprocessor.  The output device is the default, @samp{ps}, and the
1430 output is sent to @code{stdout}.
1432 @Example
1433 groff -t -mandoc -Tascii file | less
1434 @endExample
1436 @noindent
1437 This is basically what a call to the @code{man} program does.
1438 @code{gtroff} processes the manual page @file{file} with the
1439 @file{mandoc} macro file (which in turn either calls the @file{man} or
1440 the @file{mdoc} macro package), using the @code{tbl} preprocessor and
1441 the @acronym{ASCII} output device.  Finally, the @code{less} pager
1442 displays the result.
1444 @Example
1445 groff -X -m me file
1446 @endExample
1448 @noindent
1449 Preview @file{file} with @code{gxditview}, using the @file{me} macro
1450 package.  Since no @option{-T} option is specified, use the default
1451 device (@samp{ps}).  Note that you can either say @w{@samp{-m me}} or
1452 @w{@samp{-me}}; the latter is an anachronism from the early days of
1453 @acronym{UNIX}.@footnote{The same is true for the other main macro
1454 packages that come with @code{groff}: @file{man}, @file{mdoc},
1455 @file{ms}, @file{mm}, and @file{mandoc}.  This won't work in general;
1456 for example, to load @file{trace.tmac}, either @samp{-mtrace} or
1457 @w{@samp{-m trace}} must be used.}
1459 @Example
1460 groff -man -rD1 -z file
1461 @endExample
1463 @noindent
1464 Check @file{file} with the @file{man} macro package, forcing
1465 double-sided printing -- don't produce any output.
1467 @menu
1468 * grog::
1469 @end menu
1471 @c ---------------------------------------------------------------------
1473 @node grog,  , Invocation Examples, Invocation Examples
1474 @subsection @code{grog}
1476 @pindex grog
1477 @code{grog} reads files, guesses which of the @code{groff} preprocessors
1478 and/or macro packages are required for formatting them, and prints the
1479 @code{groff} command including those options on the standard output.  It
1480 generates one or more of the options @option{-e}, @option{-man},
1481 @option{-me}, @option{-mm}, @option{-mom}, @option{-ms}, @option{-mdoc},
1482 @option{-mdoc-old}, @option{-p}, @option{-R}, @option{-g}, @option{-G},
1483 @option{-s}, and @option{-t}.
1485 A special file name@tie{}@file{-} refers to the standard input.  Specifying
1486 no files also means to read the standard input.  Any specified options
1487 are included in the printed command.  No space is allowed between
1488 options and their arguments.  The only options recognized are
1489 @option{-C} (which is also passed on) to enable compatibility mode, and
1490 @option{-v} to print the version number and exit.
1492 For example,
1494 @Example
1495 grog -Tdvi paper.ms
1496 @endExample
1498 @noindent
1499 guesses the appropriate command to print @file{paper.ms} and then prints
1500 it to the command line after adding the @option{-Tdvi} option.  For
1501 direct execution, enclose the call to @code{grog} in backquotes at the
1502 @acronym{UNIX} shell prompt:
1504 @Example
1505 `grog -Tdvi paper.ms` > paper.dvi
1506 @endExample
1508 @noindent
1509 As seen in the example, it is still necessary to redirect the output to
1510 something meaningful (i.e.@: either a file or a pager program like
1511 @code{less}).
1515 @c =====================================================================
1516 @c =====================================================================
1518 @node Tutorial for Macro Users, Macro Packages, Invoking groff, Top
1519 @chapter Tutorial for Macro Users
1520 @cindex tutorial for macro users
1521 @cindex macros, tutorial for users
1522 @cindex user's tutorial for macros
1523 @cindex user's macro tutorial
1525 Most users tend to use a macro package to format their papers.  This
1526 means that the whole breadth of @code{groff} is not necessary for most
1527 people.  This chapter covers the material needed to efficiently use a
1528 macro package.
1530 @menu
1531 * Basics::
1532 * Common Features::
1533 @end menu
1536 @c =====================================================================
1538 @node Basics, Common Features, Tutorial for Macro Users, Tutorial for Macro Users
1539 @section Basics
1540 @cindex basics of macros
1541 @cindex macro basics
1543 This section covers some of the basic concepts necessary to understand
1544 how to use a macro package.@footnote{This section is derived from
1545 @cite{Writing Papers with nroff using -me} by Eric P.@tie{}Allman.}
1546 References are made throughout to more detailed information, if desired.
1548 @code{gtroff} reads an input file prepared by the user and outputs a
1549 formatted document suitable for publication or framing.  The input
1550 consists of text, or words to be printed, and embedded commands
1551 (@dfn{requests} and @dfn{escapes}), which tell @code{gtroff} how to
1552 format the output.  For more detail on this, see @ref{Embedded
1553 Commands}.
1555 The word @dfn{argument} is used in this chapter to mean a word or number
1556 which appears on the same line as a request, and which modifies the
1557 meaning of that request.  For example, the request
1559 @Example
1561 @endExample
1563 @noindent
1564 spaces one line, but
1566 @Example
1567 .sp 4
1568 @endExample
1570 @noindent
1571 spaces four lines.  The number@tie{}4 is an argument to the @code{sp}
1572 request which says to space four lines instead of one.  Arguments are
1573 separated from the request and from each other by spaces (@emph{no}
1574 tabs).  More details on this can be found in @ref{Request and Macro
1575 Arguments}.
1577 The primary function of @code{gtroff} is to collect words from input
1578 lines, fill output lines with those words, justify the right-hand margin
1579 by inserting extra spaces in the line, and output the result.  For
1580 example, the input:
1582 @Example
1583 Now is the time
1584 for all good men
1585 to come to the aid
1586 of their party.
1587 Four score and seven
1588 years ago, etc.
1589 @endExample
1591 @noindent
1592 is read, packed onto output lines, and justified to produce:
1594 @quotation
1595 Now is the time for all good men to come to the aid of their party.
1596 Four score and seven years ago, etc.
1597 @end quotation
1599 @cindex break
1600 @cindex line break
1601 Sometimes a new output line should be started even though the current
1602 line is not yet full; for example, at the end of a paragraph.  To do
1603 this it is possible to cause a @dfn{break}, which starts a new output
1604 line.  Some requests cause a break automatically, as normally do blank
1605 input lines and input lines beginning with a space.
1607 Not all input lines are text to be formatted.  Some input lines are
1608 requests which describe how to format the text.  Requests always have a
1609 period (@samp{.}) or an apostrophe (@samp{'}) as the first character of
1610 the input line.
1612 The text formatter also does more complex things, such as automatically
1613 numbering pages, skipping over page boundaries, putting footnotes in the
1614 correct place, and so forth.
1616 Here are a few hints for preparing text for input to @code{gtroff}.
1618 @itemize @bullet
1619 @item
1620 First, keep the input lines short.  Short input lines are easier to
1621 edit, and @code{gtroff} packs words onto longer lines anyhow.
1623 @item
1624 In keeping with this, it is helpful to begin a new line after every
1625 comma or phrase, since common corrections are to add or delete sentences
1626 or phrases.
1628 @item
1629 End each sentence with two spaces -- or better, start each sentence on a
1630 new line.  @code{gtroff} recognizes characters that usually end a
1631 sentence, and inserts sentence space accordingly.
1633 @item
1634 Do not hyphenate words at the end of lines -- @code{gtroff} is smart
1635 enough to hyphenate words as needed, but is not smart enough to take
1636 hyphens out and join a word back together.  Also, words such as
1637 ``mother-in-law'' should not be broken over a line, since then a space
1638 can occur where not wanted, such as ``@w{mother- in}-law''.
1639 @end itemize
1641 @cindex double-spacing (@code{ls})
1642 @cindex spacing
1643 @code{gtroff} double-spaces output text automatically if you use the
1644 request @w{@samp{.ls 2}}.  Reactivate single-spaced mode by typing
1645 @w{@samp{.ls 1}}.@footnote{If you need finer granularity of the
1646 vertical space, use the @code{pvs} request (@pxref{Changing Type
1647 Sizes}).}
1649 A number of requests allow to change the way the output looks,
1650 sometimes called the @dfn{layout} of the output page.  Most of these
1651 requests adjust the placing of @dfn{whitespace} (blank lines or
1652 spaces).
1654 @cindex new page (@code{bp})
1655 The @code{bp} request starts a new page, causing a line break.
1657 @cindex blank line (@code{sp})
1658 @cindex empty line (@code{sp})
1659 @cindex line, empty (@code{sp})
1660 The request @w{@samp{.sp @var{N}}} leaves @var{N}@tie{}lines of blank
1661 space.  @var{N}@tie{}can be omitted (meaning skip a single line) or can
1662 be of the form @var{N}i (for @var{N}@tie{}inches) or @var{N}c (for
1663 @var{N}@tie{}centimeters).  For example, the input:
1665 @Example
1666 .sp 1.5i
1667 My thoughts on the subject
1669 @endExample
1671 @noindent
1672 leaves one and a half inches of space, followed by the line ``My
1673 thoughts on the subject'', followed by a single blank line (more
1674 measurement units are available, see @ref{Measurements}).
1676 @cindex centering lines (@code{ce})
1677 @cindex lines, centering (@code{ce})
1678 Text lines can be centered by using the @code{ce} request.  The line
1679 after @code{ce} is centered (horizontally) on the page.  To center more
1680 than one line, use @w{@samp{.ce @var{N}}} (where @var{N} is the number
1681 of lines to center), followed by the @var{N}@tie{}lines.  To center many
1682 lines without counting them, type:
1684 @Example
1685 .ce 1000
1686 lines to center
1687 .ce 0
1688 @endExample
1690 @noindent
1691 The @w{@samp{.ce 0}} request tells @code{groff} to center zero more
1692 lines, in other words, stop centering.
1694 @cindex line break (@code{br})
1695 @cindex break (@code{br})
1696 All of these requests cause a break; that is, they always start a new
1697 line.  To start a new line without performing any other action, use
1698 @code{br}.
1701 @c =====================================================================
1703 @node Common Features,  , Basics, Tutorial for Macro Users
1704 @section Common Features
1705 @cindex common features
1706 @cindex features, common
1708 @code{gtroff} provides very low-level operations for formatting a
1709 document.  There are many common routine operations which are done in
1710 all documents.  These common operations are written into @dfn{macros}
1711 and collected into a @dfn{macro package}.
1713 All macro packages provide certain common capabilities which fall into
1714 the following categories.
1716 @menu
1717 * Paragraphs::
1718 * Sections and Chapters::
1719 * Headers and Footers::
1720 * Page Layout Adjustment::
1721 * Displays::
1722 * Footnotes and Annotations::
1723 * Table of Contents::
1724 * Indices::
1725 * Paper Formats::
1726 * Multiple Columns::
1727 * Font and Size Changes::
1728 * Predefined Strings::
1729 * Preprocessor Support::
1730 * Configuration and Customization::
1731 @end menu
1733 @c ---------------------------------------------------------------------
1735 @node Paragraphs, Sections and Chapters, Common Features, Common Features
1736 @subsection Paragraphs
1737 @cindex paragraphs
1739 One of the most common and most used capability is starting a
1740 paragraph.  There are a number of different types of paragraphs, any
1741 of which can be initiated with macros supplied by the macro package.
1742 Normally, paragraphs start with a blank line and the first line
1743 indented, like the text in this manual.  There are also block style
1744 paragraphs, which omit the indentation:
1746 @Example
1747 Some   men  look   at  constitutions   with  sanctimonious
1748 reverence, and deem them like the ark of the covenant, too
1749 sacred to be touched.
1750 @endExample
1752 @noindent
1753 And there are also indented paragraphs which begin with a tag or label
1754 at the margin and the remaining text indented.
1756 @Example
1757 one   This is  the first paragraph.  Notice  how the first
1758       line of  the resulting  paragraph lines up  with the
1759       other lines in the paragraph.
1760 @endExample
1761 @Example
1762 longlabel
1763       This  paragraph   had  a  long   label.   The  first
1764       character of text on the first line does not line up
1765       with  the  text  on  second  and  subsequent  lines,
1766       although they line up with each other.
1767 @endExample
1769 A variation of this is a bulleted list.
1771 @Example
1772 .     Bulleted lists start with a bullet.   It is possible
1773       to use other glyphs instead of the bullet.  In nroff
1774       mode using the ASCII character set for output, a dot
1775       is used instead of a real bullet.
1776 @endExample
1778 @c ---------------------------------------------------------------------
1780 @node Sections and Chapters, Headers and Footers, Paragraphs, Common Features
1781 @subsection Sections and Chapters
1783 Most macro packages supply some form of section headers.  The simplest
1784 kind is simply the heading on a line by itself in bold type.  Others
1785 supply automatically numbered section heading or different heading
1786 styles at different levels.  Some, more sophisticated, macro packages
1787 supply macros for starting chapters and appendices.
1789 @c ---------------------------------------------------------------------
1791 @node Headers and Footers, Page Layout Adjustment, Sections and Chapters, Common Features
1792 @subsection Headers and Footers
1794 Every macro package gives some way to manipulate the @dfn{headers} and
1795 @dfn{footers} (also called @dfn{titles}) on each page.  This is text
1796 put at the top and bottom of each page, respectively, which contain
1797 data like the current page number, the current chapter title, and so
1798 on.  Its appearance is not affected by the running text.  Some packages
1799 allow for different ones on the even and odd pages (for material printed
1800 in a book form).
1802 The titles are called @dfn{three-part titles}, that is, there is a
1803 left-justified part, a centered part, and a right-justified part.  An
1804 automatically generated page number may be put in any of these fields
1805 with the @samp{%} character (see @ref{Page Layout}, for more details).
1807 @c ---------------------------------------------------------------------
1809 @node Page Layout Adjustment, Displays, Headers and Footers, Common Features
1810 @subsection Page Layout
1812 Most macro packages let the user specify top and bottom margins and
1813 other details about the appearance of the printed pages.
1815 @c ---------------------------------------------------------------------
1817 @node Displays, Footnotes and Annotations, Page Layout Adjustment, Common Features
1818 @subsection Displays
1819 @cindex displays
1821 @dfn{Displays} are sections of text to be set off from the body of
1822 the paper.  Major quotes, tables, and figures are types of displays, as
1823 are all the examples used in this document.
1825 @cindex quotes, major
1826 @cindex major quotes
1827 @dfn{Major quotes} are quotes which are several lines long, and hence
1828 are set in from the rest of the text without quote marks around them.
1830 @cindex list
1831 A @dfn{list} is an indented, single-spaced, unfilled display.  Lists
1832 should be used when the material to be printed should not be filled and
1833 justified like normal text, such as columns of figures or the examples
1834 used in this paper.
1836 @cindex keep
1837 A @dfn{keep} is a display of lines which are kept on a single page if
1838 possible.  An example for a keep might be a diagram.  Keeps differ from
1839 lists in that lists may be broken over a page boundary whereas keeps are
1840 not.
1842 @cindex keep, floating
1843 @cindex floating keep
1844 @dfn{Floating keeps} move relative to the text.  Hence, they are good for
1845 things which are referred to by name, such as ``See figure@tie{}3''.  A
1846 floating keep appears at the bottom of the current page if it fits;
1847 otherwise, it appears at the top of the next page.  Meanwhile, the
1848 surrounding text `flows' around the keep, thus leaving no blank areas.
1850 @c ---------------------------------------------------------------------
1852 @node Footnotes and Annotations, Table of Contents, Displays, Common Features
1853 @subsection Footnotes and Annotations
1854 @cindex footnotes
1855 @cindex annotations
1857 There are a number of requests to save text for later printing.
1859 @dfn{Footnotes} are printed at the bottom of the current page.
1861 @cindex delayed text
1862 @dfn{Delayed text} is very similar to a footnote except that it is
1863 printed when called for explicitly.  This allows a list of references to
1864 appear (for example) at the end of each chapter, as is the convention in
1865 some disciplines.
1867 Most macro packages which supply this functionality also supply a means
1868 of automatically numbering either type of annotation.
1870 @c ---------------------------------------------------------------------
1872 @node Table of Contents, Indices, Footnotes and Annotations, Common Features
1873 @subsection Table of Contents
1874 @cindex table of contents
1875 @cindex contents, table of
1877 @dfn{Tables of contents} are a type of delayed text having a tag
1878 (usually the page number) attached to each entry after a row of dots.
1879 The table accumulates throughout the paper until printed, usually after
1880 the paper has ended.  Many macro packages provide the ability to have
1881 several tables of contents (e.g.@: a standard table of contents, a list
1882 of tables, etc).
1884 @c ---------------------------------------------------------------------
1886 @node Indices, Paper Formats, Table of Contents, Common Features
1887 @subsection Indices
1888 @cindex index, in macro package
1890 While some macro packages use the term @dfn{index}, none actually
1891 provide that functionality.  The facilities they call indices are
1892 actually more appropriate for tables of contents.
1894 @pindex makeindex
1895 To produce a real index in a document, external tools like the
1896 @code{makeindex} program are necessary.
1898 @c ---------------------------------------------------------------------
1900 @node Paper Formats, Multiple Columns, Indices, Common Features
1901 @subsection Paper Formats
1902 @cindex paper formats
1904 Some macro packages provide stock formats for various kinds of
1905 documents.  Many of them provide a common format for the title and
1906 opening pages of a technical paper.  The @file{mm} macros in particular
1907 provide formats for letters and memoranda.
1909 @c ---------------------------------------------------------------------
1911 @node Multiple Columns, Font and Size Changes, Paper Formats, Common Features
1912 @subsection Multiple Columns
1914 Some macro packages (but not @file{man}) provide the ability to have two
1915 or more columns on a page.
1917 @c ---------------------------------------------------------------------
1919 @node Font and Size Changes, Predefined Strings, Multiple Columns, Common Features
1920 @subsection Font and Size Changes
1922 The built-in font and size functions are not always intuitive, so all
1923 macro packages provide macros to make these operations simpler.
1925 @c ---------------------------------------------------------------------
1927 @node Predefined Strings, Preprocessor Support, Font and Size Changes, Common Features
1928 @subsection Predefined Strings
1930 Most macro packages provide various predefined strings for a variety of
1931 uses; examples are sub- and superscripts, printable dates, quotes and
1932 various special characters.
1934 @c ---------------------------------------------------------------------
1936 @node Preprocessor Support, Configuration and Customization, Predefined Strings, Common Features
1937 @subsection Preprocessor Support
1939 All macro packages provide support for various preprocessors and may
1940 extend their functionality.
1942 For example, all macro packages mark tables (which are processed with
1943 @code{gtbl}) by placing them between @code{TS} and @code{TE} macros.
1944 The @file{ms} macro package has an option, @samp{.TS@tie{}H}, that prints
1945 a caption at the top of a new page (when the table is too long to fit on
1946 a single page).
1948 @c ---------------------------------------------------------------------
1950 @node Configuration and Customization,  , Preprocessor Support, Common Features
1951 @subsection Configuration and Customization
1953 Some macro packages provide means of customizing many of the details of
1954 how the package behaves.  This ranges from setting the default type size
1955 to changing the appearance of section headers.
1959 @c =====================================================================
1960 @c =====================================================================
1962 @node Macro Packages, gtroff Reference, Tutorial for Macro Users, Top
1963 @chapter Macro Packages
1964 @cindex macro packages
1965 @cindex packages, macros
1967 This chapter documents the main macro packages that come with
1968 @code{groff}.
1970 Different main macro packages can't be used at the same time; for example
1972 @Example
1973 groff -m man foo.man -m ms bar.doc
1974 @endExample
1976 @noindent
1977 doesn't work.  Note that option arguments are processed before non-option
1978 arguments; the above (failing) sample is thus reordered to
1980 @Example
1981 groff -m man -m ms foo.man bar.doc
1982 @endExample
1984 @menu
1985 * man::
1986 * mdoc::
1987 * ms::
1988 * me::
1989 * mm::
1990 @end menu
1993 @c =====================================================================
1995 @node man, mdoc, Macro Packages, Macro Packages
1996 @section @file{man}
1997 @cindex manual pages
1998 @cindex man pages
1999 @pindex an.tmac
2000 @pindex man.tmac
2001 @pindex man-old.tmac
2003 This is the most popular and probably the most important macro package
2004 of @code{groff}.  It is easy to use, and a vast majority of manual pages
2005 are based on it.
2007 @menu
2008 * Man options::
2009 * Man usage::
2010 * Man font macros::
2011 * Miscellaneous man macros::
2012 * Predefined man strings::
2013 * Preprocessors in man pages::
2014 * Optional man extensions::
2015 @end menu
2017 @c ---------------------------------------------------------------------
2019 @node Man options, Man usage, man, man
2020 @subsection Options
2022 The command line format for using the @file{man} macros with
2023 @code{groff} is:
2025 @Example
2026 groff -m man [ -rLL=@var{length} ] [ -rLT=@var{length} ] [ -rFT=@var{dist} ]
2027       [ -rcR=1 ] [ -rC1 ] [ -rD1 ] [-rHY=@var{flags} ]
2028       [ -rP@var{nnn} ] [ -rS@var{xx} ] [ -rX@var{nnn} ]
2029       [ -rIN=@var{length} ] [ -rSN=@var{length} ] [ @var{files}@dots{} ]
2030 @endExample
2032 @noindent
2033 It is possible to use @samp{-man} instead of @w{@samp{-m man}}.
2035 @table @code
2036 @item -rcR=1
2037 This option (the default if a TTY output device is used) creates a
2038 single, very long page instead of multiple pages.  Use @code{-rcR=0}
2039 to disable it.
2041 @item -rC1
2042 If more than one manual page is given on the command line, number the
2043 pages continuously, rather than starting each at@tie{}1.
2045 @item -rD1
2046 Double-sided printing.  Footers for even and odd pages are formatted
2047 differently.
2049 @item -rFT=@var{dist}
2050 Set the position of the footer text to @var{dist}.  If positive, the
2051 distance is measured relative to the top of the page, otherwise it is
2052 relative to the bottom.  The default is @minus{}0.5@dmn{i}.
2054 @item -rHY=@var{flags}
2055 Set hyphenation flags.  Possible values are 1@tie{}to hyphenate without
2056 restrictions, 2@tie{} to not hyphenate the last word on a page,
2057 4@tie{}to not hyphenate the last two characters of a word, and
2058 8@tie{}to not hyphenate the first two characters of a word.  These
2059 values are additive; the default is@tie{}14.
2061 @item -rIN=@var{length}
2062 Set the body text indent to @var{length}.
2063 If not specified, the indent defaults to 7@dmn{n}
2064 (7@tie{}characters) in nroff mode and 7.2@dmn{n} otherwise.
2065 For nroff, this value should always be an integer multiple of unit @samp{n}
2066 to get consistent indentation.
2068 @item -rLL=@var{length}
2069 Set line length to @var{length}.  If not specified, the line length
2070 defaults to 78@tie{}en in nroff mode (this is 78@tie{}characters per
2071 line) and 6.5@tie{}inch otherwise.
2073 @item -rLT=@var{length}
2074 Set title length to @var{length}.  If not specified, the title length
2075 defaults to the line length.
2077 @item -rP@var{nnn}
2078 Page numbering starts with @var{nnn} rather than with@tie{}1.
2080 @item -rS@var{xx}
2081 Use @var{xx} (which can be 10, 11, or@tie{}12@dmn{pt}) as the base
2082 document font size instead of the default value of@tie{}10@dmn{pt}.
2084 @item -rSN=@var{length}
2085 Set the indent for sub-subheadings to @var{length}.
2086 If not specified, the indent defaults to 3@dmn{n}.
2088 @item -rX@var{nnn}
2089 After page @var{nnn}, number pages as @var{nnn}a, @var{nnn}b,
2090 @var{nnn}c, etc.  For example, the option @option{-rX2} produces the
2091 following page numbers: 1, 2, 2a, 2b, 2c, etc.
2092 @end table
2094 @c ---------------------------------------------------------------------
2096 @node Man usage, Man font macros, Man options, man
2097 @subsection Usage
2098 @cindex @code{man} macros
2099 @cindex macros for manual pages [@code{man}]
2101 @pindex man.local
2102 This section describes the available macros for manual pages.  For
2103 further customization, put additional macros and requests into the file
2104 @file{man.local} which is loaded immediately after the @file{man}
2105 package.
2107 @Defmac {TH, title section [@Var{extra1} [@Var{extra2} [@Var{extra3}]]], man}
2108 Set the title of the man page to @var{title} and the section to
2109 @var{section}, which must have a value between 1 and@tie{}8.  The value
2110 of @var{section} may also have a string appended, e.g.@: @samp{.pm},
2111 to indicate a specific subsection of the man pages.
2113 Both @var{title} and @var{section} are positioned at the left and right
2114 in the header line (with @var{section} in parentheses immediately
2115 appended to @var{title}.  @var{extra1} is positioned in the middle of
2116 the footer line.  @var{extra2} is positioned at the left in the footer
2117 line (or at the left on even pages and at the right on odd pages if
2118 double-sided printing is active).  @var{extra3} is centered in the
2119 header line.
2121 For @acronym{HTML} output, headers and footers are completely suppressed.
2123 Additionally, this macro starts a new page; the new line number is@tie{}1
2124 again (except if the @option{-rC1} option is given on the command line)
2125 -- this feature is intended only for formatting multiple man pages; a
2126 single man page should contain exactly one @code{TH} macro at the
2127 beginning of the file.
2128 @endDefmac
2130 @Defmac {SH, [@Var{heading}], man}
2131 Set up an unnumbered section heading sticking out to the left.  Prints
2132 out all the text following @code{SH} up to the end of the line (or the
2133 text in the next line if there is no argument to @code{SH}) in bold
2134 face (or the font specified by the string @code{HF}), one size larger than
2135 the base document size.  Additionally, the left margin and the indentation
2136 for the following text is reset to its default value.
2137 @endDefmac
2139 @Defmac {SS, [@Var{heading}], man}
2140 Set up an unnumbered (sub)section heading.  Prints out all the text
2141 following @code{SS} up to the end of the line (or the text in the next
2142 line if there is no argument to @code{SS}) in bold face (or the font
2143 specified by the string @code{HF}), at the same size as the base document
2144 size.  Additionally, the left margin and the indentation for the
2145 following text is reset to its default value.
2146 @endDefmac
2148 @Defmac {TP, [@Var{nnn}], man}
2149 Set up an indented paragraph with label.  The indentation is set to
2150 @var{nnn} if that argument is supplied (the default unit is @samp{n}
2151 if omitted), otherwise it is set to the previous indentation value
2152 specified with @code{TP}, @code{IP}, or @code{HP} (or to the default
2153 value if none of them have been used yet).
2155 The first line of text following this macro is interpreted as a string
2156 to be printed flush-left, as it is appropriate for a label.  It is not
2157 interpreted as part of a paragraph, so there is no attempt to fill the
2158 first line with text from the following input lines.  Nevertheless, if
2159 the label is not as wide as the indentation the paragraph starts
2160 at the same line (but indented), continuing on the following lines.
2161 If the label is wider than the indentation the descriptive part
2162 of the paragraph begins on the line following the label, entirely
2163 indented.  Note that neither font shape nor font size of the label is
2164 set to a default value; on the other hand, the rest of the text has
2165 default font settings.
2166 @endDefmac
2168 @DefmacList {LP, , man}
2169 @DefmacItem {PP, , man}
2170 @DefmacListEnd {P, , man}
2171 These macros are mutual aliases.  Any of them causes a line break at
2172 the current position, followed by a vertical space downwards by the
2173 amount specified by the @code{PD} macro.  The font size and shape are
2174 reset to the default value (10@dmn{pt} roman if no @option{-rS} option
2175 is given on the command line).  Finally, the current left margin and the
2176 indentation is restored.
2177 @endDefmac
2179 @Defmac {IP, [@Var{designator} [@Var{nnn}]], man}
2180 Set up an indented paragraph, using @var{designator} as a tag to mark
2181 its beginning.  The indentation is set to @var{nnn} if that argument
2182 is supplied (default unit is @samp{n}), otherwise it is set to the
2183 previous indentation value specified with @code{TP}, @code{IP}, or
2184 @code{HP} (or the default value if none of them have been used yet).
2185 Font size and face of the paragraph (but not the designator) are reset
2186 to their default values.
2188 To start an indented paragraph with a particular indentation but without
2189 a designator, use @samp{""} (two double quotes) as the first argument of
2190 @code{IP}.
2192 For example, to start a paragraph with bullets as the designator and
2193 4@tie{}en indentation, write
2195 @Example
2196 .IP \(bu 4
2197 @endExample
2198 @endDefmac
2200 @Defmac {HP, [@Var{nnn}], man}
2201 @cindex hanging indentation [@code{man}]
2202 @cindex @code{man} macros, hanging indentation
2203 Set up a paragraph with hanging left indentation.  The indentation is
2204 set to @var{nnn} if that argument is supplied (default unit is
2205 @samp{n}), otherwise it is set to the previous indentation value
2206 specified with @code{TP}, @code{IP}, or @code{HP} (or the default
2207 value if non of them have been used yet).  Font size and face are reset
2208 to their default values.
2209 @endDefmac
2211 @Defmac {RS, [@Var{nnn}], man}
2212 @cindex left margin, how to move [@code{man}]
2213 @cindex @code{man} macros, moving left margin
2214 Move the left margin to the right by the value @var{nnn} if specified
2215 (default unit is @samp{n}); otherwise it is set to the previous
2216 indentation value specified with @code{TP}, @code{IP}, or @code{HP}
2217 (or to the default value if none of them have been used yet).  The
2218 indentation value is then set to the default.
2220 Calls to the @code{RS} macro can be nested.
2221 @endDefmac
2223 @Defmac {RE, [@Var{nnn}], man}
2224 Move the left margin back to level @var{nnn}, restoring the previous left
2225 margin.  If no argument is given, it moves one level back.  The first
2226 level (i.e., no call to @code{RS} yet) has number@tie{}1, and each call
2227 to @code{RS} increases the level by@tie{}1.
2228 @endDefmac
2230 @cindex line breaks, with vertical space [@code{man}]
2231 @cindex @code{man} macros, line breaks with vertical space
2232 To summarize, the following macros cause a line break with the insertion
2233 of vertical space (which amount can be changed with the @code{PD}
2234 macro): @code{SH}, @code{SS}, @code{TP}, @code{LP} (@code{PP},
2235 @code{P}), @code{IP}, and @code{HP}.
2237 @cindex line breaks, without vertical space [@code{man}]
2238 @cindex @code{man} macros, line breaks without vertical space
2239 The macros @code{RS} and @code{RE} also cause a break but do not insert
2240 vertical space.
2242 @cindex default indentation, resetting [@code{man}]
2243 @cindex indentaion, resetting to default [@code{man}]
2244 @cindex @code{man} macros, resetting default indentation
2245 Finally, the macros @code{SH}, @code{SS}, @code{LP} (@code{PP}, @code{P}),
2246 and @code{RS} reset the indentation to its default value.
2248 @c ---------------------------------------------------------------------
2250 @node Man font macros, Miscellaneous man macros, Man usage, man
2251 @subsection Macros to set fonts
2252 @cindex font selection [@code{man}]
2253 @cindex @code{man} macros, how to set fonts
2255 The standard font is roman; the default text size is 10@tie{}point.
2256 If command line option @option{-rS=@var{n}} is given, use
2257 @var{n}@dmn{pt} as the default text size.
2259 @Defmac {SM, [@Var{text}], man}
2260 Set the text on the same line or the text on the next line in a font
2261 that is one point size smaller than the default font.
2262 @endDefmac
2264 @Defmac {SB, [@Var{text}], man}
2265 @cindex bold face [@code{man}]
2266 @cindex @code{man} macros, bold face
2267 Set the text on the same line or the text on the next line in bold face
2268 font, one point size smaller than the default font.
2269 @endDefmac
2271 @Defmac {BI, text, man}
2272 Set its arguments alternately in bold face and italic, without a space
2273 between the arguments.  Thus,
2275 @Example
2276 .BI this "word and" that
2277 @endExample
2279 @noindent
2280 produces ``thisword andthat'' with ``this'' and ``that'' in bold face,
2281 and ``word and'' in italics.
2282 @endDefmac
2284 @Defmac {IB, text, man}
2285 Set its arguments alternately in italic and bold face, without a space
2286 between the arguments.
2287 @endDefmac
2289 @Defmac {RI, text, man}
2290 Set its arguments alternately in roman and italic, without a space between
2291 the arguments.
2292 @endDefmac
2294 @Defmac {IR, text, man}
2295 Set its arguments alternately in italic and roman, without a space between
2296 the arguments.
2297 @endDefmac
2299 @Defmac {BR, text, man}
2300 Set its arguments alternately in bold face and roman, without a space
2301 between the arguments.
2302 @endDefmac
2304 @Defmac {RB, text, man}
2305 Set its arguments alternately in roman and bold face, without a space
2306 between the arguments.
2307 @endDefmac
2309 @Defmac {B, [@Var{text}], man}
2310 Set @var{text} in bold face.  If no text is present on the line where
2311 the macro is called, then the text of the next line appears in bold
2312 face.
2313 @endDefmac
2315 @Defmac {I, [@Var{text}], man}
2316 @cindex italic fonts [@code{man}]
2317 @cindex @code{man} macros, italic fonts
2318 Set @var{text} in italic.  If no text is present on the line where the
2319 macro is called, then the text of the next line appears in italic.
2320 @endDefmac
2322 @c ---------------------------------------------------------------------
2324 @node Miscellaneous man macros, Predefined man strings, Man font macros, man
2325 @subsection Miscellaneous macros
2327 @pindex grohtml
2328 @cindex @code{man} macros, default indentation
2329 @cindex default indentation [@code{man}]
2330 The default indentation is 7.2@dmn{n} in troff mode and 7@dmn{n} in
2331 nroff mode except for @code{grohtml} which ignores indentation.
2333 @Defmac {DT, , man}
2334 @cindex tab stops [@code{man}]
2335 @cindex @code{man} macros, tab stops
2336 Set tabs every 0.5@tie{}inches.  Since this macro is always executed
2337 during a call to the @code{TH} macro, it makes sense to call it only if
2338 the tab positions have been changed.
2339 @endDefmac
2341 @Defmac {PD, [@Var{nnn}], man}
2342 @cindex empty space before a paragraph [@code{man}]
2343 @cindex @code{man} macros, empty space before a paragraph
2344 Adjust the empty space before a new paragraph (or section).  The
2345 optional argument gives the amount of space (default unit is
2346 @samp{v}); without parameter, the value is reset to its default value
2347 (1@tie{}line in nroff mode, 0.4@dmn{v}@tie{}otherwise).
2349 This affects the macros @code{SH}, @code{SS}, @code{TP}, @code{LP} (as
2350 well as @code{PP} and @code{P}), @code{IP}, and @code{HP}.
2351 @endDefmac
2353 The following two macros are included for
2354 BSD compatibility.
2356 @Defmac {AT, [@Var{system} [@Var{release}]], man}
2357 @cindex @code{man}macros, BSD compatibility
2358 Alter the footer for use with @acronym{AT&T} manpages.
2359 This command exists only for compatibility; don't use it.
2360 The first argument @var{system} can be:
2362 @table @code
2363 @item 3
2364 7th Edition (the default)
2366 @item 4
2367 System III
2369 @item 5
2370 System V
2371 @end table
2373 An optional second argument @var{release} to @code{AT} specifies the
2374 release number (such as ``System V Release 3'').
2375 @endDefmac
2377 @Defmac {UC, [@Var{version}], man}
2378 @cindex @code{man}macros, BSD compatibility
2379 Alters the footer for use with @acronym{BSD} manpages.
2380 This command exists only for compatibility; don't use it.
2381 The argument can be:
2383 @table @code
2384 @item 3
2385 3rd Berkeley Distribution (the default)
2387 @item 4
2388 4th Berkeley Distribution
2390 @item 5
2391 4.2 Berkeley Distribution
2393 @item 6
2394 4.3 Berkeley Distribution
2396 @item 7
2397 4.4 Berkeley Distribution
2398 @end table
2399 @endDefmac
2401 @c ---------------------------------------------------------------------
2403 @node Predefined man strings, Preprocessors in man pages, Miscellaneous man macros, man
2404 @subsection Predefined strings
2406 The following strings are defined:
2408 @Defstr {S, man}
2409 Switch back to the default font size.
2410 @endDefstr
2412 @Defstr {HF, man}
2413 The typeface used for headings.
2414 The default is @samp{B}.
2415 @endDefstr
2417 @Defstr {R, man}
2418 The `registered' sign.
2419 @endDefstr
2421 @Defstr {Tm, man}
2422 The `trademark' sign.
2423 @endDefstr
2425 @DefstrList {lq, man}
2426 @DefstrListEnd {rq, man}
2427 @cindex @code{lq} glyph, and @code{lq} string [@code{man}]
2428 @cindex @code{rq} glyph, and @code{rq} string [@code{man}]
2429 Left and right quote.  This is equal to @code{\(lq} and @code{\(rq},
2430 respectively.
2431 @endDefstr
2433 @c ---------------------------------------------------------------------
2435 @node Preprocessors in man pages, Optional man extensions, Predefined man strings, man
2436 @subsection Preprocessors in @file{man} pages
2438 @cindex preprocessor, calling convention
2439 @cindex calling convention of preprocessors
2440 If a preprocessor like @code{gtbl} or @code{geqn} is needed, it has
2441 become common usage to make the first line of the man page look like
2442 this:
2444 @Example
2445 '\" @var{word}
2446 @endExample
2448 @pindex geqn@r{, invocation in manual pages}
2449 @pindex grefer@r{, invocation in manual pages}
2450 @pindex gtbl@r{, invocation in manual pages}
2451 @pindex man@r{, invocation of preprocessors}
2452 @noindent
2453 Note the single space character after the double quote.  @var{word}
2454 consists of letters for the needed preprocessors: @samp{e} for
2455 @code{geqn}, @samp{r} for @code{grefer}, @samp{t} for @code{gtbl}.
2456 Modern implementations of the @code{man} program read this first line
2457 and automatically call the right preprocessor(s).
2459 @c ---------------------------------------------------------------------
2461 @node Optional man extensions,  , Preprocessors in man pages, man
2462 @subsection Optional @file{man} extensions
2464 @pindex man.local
2465 Use the file @file{man.local} for local extensions
2466 to the @code{man} macros or for style changes.
2468 @unnumberedsubsubsec Custom headers and footers
2469 @cindex @code{man} macros, custom headers and footers
2471 In groff versions 1.18.2 and later, you can specify custom
2472 headers and footers by redefining the following macros in
2473 @file{man.local}.
2475 @Defmac {PT, , man}
2476 Control the content of the headers.
2477 Normally, the header prints the command name
2478 and section number on either side, and the
2479 optional fifth argument to @code{TH} in the center.
2480 @endDefmac
2482 @Defmac {BT, , man}
2483 Control the content of the footers.
2484 Normally, the footer prints the page number
2485 and the third and fourth arguments to @code{TH}.
2487 Use the @code{FT} number register to specify the
2488 footer position.
2489 The default is @minus{}0.5@dmn{i}.
2490 @endDefmac
2492 @unnumberedsubsubsec Ultrix-specific man macros
2493 @cindex Ultrix-specific @code{man} macros
2494 @cindex @code{man} macros, Ultrix-specific
2496 @pindex man.ultrix
2497 The @code{groff} source distribution includes
2498 a file named @file{man.ultrix}, containing
2499 macros compatible with the Ultrix variant of
2500 @code{man}.
2501 Copy this file into @file{man.local} (or use the @code{mso} request to
2502 load it) to enable the following macros.
2504 @Defmac {CT, @Var{key}, man}
2505 Print @samp{<CTRL/@var{key}>}.
2506 @endDefmac
2508 @Defmac {CW, , man}
2509 Print subsequent text using the constant width (Courier) typeface.
2510 @endDefmac
2512 @Defmac {Ds, , man}
2513 Begin a non-filled display.
2514 @endDefmac
2516 @Defmac {De, , man}
2517 End a non-filled display started with @code{Ds}.
2518 @endDefmac
2520 @Defmac {EX, [@Var{indent}], man}
2521 Begins a non-filled display
2522 using the constant width (Courier) typeface.
2523 Use the optional @var{indent} argument to
2524 indent the display.
2525 @endDefmac
2527 @Defmac {EE, , man}
2528 End a non-filled display started with @code{EX}.
2529 @endDefmac
2531 @Defmac {G, [@Var{text}], man}
2532 Sets @var{text} in Helvetica.
2533 If no text is present on the line where
2534 the macro is called, then the text of the
2535 next line appears in Helvetica.
2536 @endDefmac
2538 @Defmac {GL, [@Var{text}], man}
2539 Sets @var{text} in Helvetica Oblique.
2540 If no text is present on the line where
2541 the macro is called, then the text of the
2542 next line appears in Helvetica Oblique.
2543 @endDefmac
2545 @Defmac {HB, [@Var{text}], man}
2546 Sets @var{text} in Helvetica Bold.
2547 If no text is present on the line where
2548 the macro is called, then all text up to
2549 the next @code{HB} appears in Helvetica Bold.
2550 @endDefmac
2552 @Defmac {TB, [@Var{text}], man}
2553 Identical to @code{HB}.
2554 @endDefmac
2556 @Defmac {MS, @Var{title} @Var{sect} [@Var{punct}], man}
2557 Set a manpage reference in Ultrix format.
2558 The @var{title} is in Courier instead of italic.
2559 Optional punctuation follows the section number without
2560 an intervening space.
2561 @endDefmac
2563 @Defmac {NT, [@code{C}] [@Var{title}], man}
2564 Begin a note.
2565 Print the optional @Var{title}, or the word ``Note'',
2566 centered on the page.
2567 Text following the macro makes up the body of the note,
2568 and is indented on both sides.
2569 If the first argument is @code{C}, the body of the
2570 note is printed centered (the second argument replaces
2571 the word ``Note'' if specified).
2572 @endDefmac
2574 @Defmac {NE, , man}
2575 End a note begun with @code{NT}.
2576 @endDefmac
2578 @Defmac {PN, @Var{path} [@Var{punct}], man}
2579 Set the path name in constant width (Courier),
2580 followed by optional punctuation.
2581 @endDefmac
2583 @Defmac {Pn, [@Var{punct}] @Var{path} [@Var{punct}], man}
2584 When called with two arguments, identical to @code{PN}.
2585 When called with three arguments,
2586 set the second argument in constant width (Courier),
2587 bracketed by the first and third arguments in the current font.
2588 @endDefmac
2590 @Defmac {R, , man}
2591 Switch to roman font and turn off any underlining in effect.
2592 @endDefmac
2594 @Defmac {RN, , man}
2595 Print the string @samp{<RETURN>}.
2596 @endDefmac
2598 @Defmac {VS, [@code{4}], man}
2599 Start printing a change bar in the margin if
2600 the number @code{4} is specified.
2601 Otherwise, this macro does nothing.
2602 @endDefmac
2604 @Defmac {VE, , man}
2605 End printing the change bar begun by @code{VS}.
2606 @endDefmac
2608 @unnumberedsubsubsec Simple example
2610 The following example @file{man.local} file
2611 alters the @code{SH} macro to add some extra
2612 vertical space before printing the heading.
2613 Headings are printed in Helvetica Bold.
2615 @Example
2616 .\" Make the heading fonts Helvetica
2617 .ds HF HB
2619 .\" Put more whitespace in front of headings.
2620 .rn SH SH-orig
2621 .de SH
2622 .  if t .sp (u;\\n[PD]*2)
2623 .  SH-orig \\$*
2625 @endExample
2627 @c =====================================================================
2629 @node mdoc, ms, man, Macro Packages
2630 @section @file{mdoc}
2631 @cindex @code{mdoc} macros
2633 @c XXX documentation
2634 @c XXX this is a placeholder until we get stuff knocked into shape
2635 See the @cite{groff_mdoc(7)} man page (type @command{man groff_mdoc}
2636 at the command line).
2639 @c =====================================================================
2641 @node ms, me, mdoc, Macro Packages
2642 @section @file{ms}
2643 @cindex @code{ms} macros
2645 The @file{-ms}
2646 macros are suitable for reports, letters, books,
2647 user manuals, and so forth.
2648 The package provides macros for cover pages, section headings,
2649 paragraphs, lists, footnotes, pagination,
2650 and a table of contents.
2652 @menu
2653 * ms Intro::
2654 * General ms Structure::
2655 * ms Document Control Registers::
2656 * ms Cover Page Macros::
2657 * ms Body Text::
2658 * ms Page Layout::
2659 * Differences from AT&T ms::
2660 @end menu
2662 @c ---------------------------------------------------------------------
2664 @node ms Intro, General ms Structure, ms, ms
2665 @subsection Introduction to @file{ms}
2667 The original @file{-ms} macros were included with
2668 @acronym{AT&T} @code{troff} as well as the
2669 @file{man} macros.
2670 While the @file{man} package is intended for brief documents
2671 that can be read on-line as well as printed, the @file{ms}
2672 macros are suitable for longer documents that are meant to be
2673 printed rather than read on-line.
2675 The @file{ms} macro package included with @code{groff}
2676 is a complete, bottom-up re-implementation.
2677 Several macros (specific to @acronym{AT&T}
2678 or Berkeley) are not included, while several new commands are.
2679 @xref{Differences from AT&T ms}, for more information.
2681 @c ---------------------------------------------------------------------
2683 @node General ms Structure, ms Document Control Registers, ms Intro, ms
2684 @subsection General structure of an @file{ms} document
2685 @cindex @code{ms} macros, general structure
2687 The @file{ms} macro package expects a certain amount of structure,
2688 but not as much as packages such as @file{man} or @file{mdoc}.
2690 The simplest documents can begin with a paragraph macro
2691 (such as @code{LP} or @code{PP}),
2692 and consist of text separated by paragraph macros
2693 or even blank lines.
2694 Longer documents have a structure as follows:
2696 @table @strong
2697 @item Document type
2698 If you invoke the @code{RP}
2699 (report) macro on the first line of the document,
2700 @code{groff} prints the cover page information on its own page;
2701 otherwise it prints the information on the
2702 first page with your document text immediately following.
2703 Other document formats found in @acronym{AT&T} @code{troff}
2704 are specific to @acronym{AT&T} or Berkeley, and are not supported in
2705 @code{groff}.
2707 @item Format and layout
2708 By setting number registers,
2709 you can change your document's type (font and size),
2710 margins, spacing, headers and footers, and footnotes.
2711 @xref{ms Document Control Registers}, for more details.
2713 @item Cover page
2714 A cover page consists of a title, the author's name and institution,
2715 an abstract, and the date.
2716 @footnote{Actually, only the title is required.}
2717 @xref{ms Cover Page Macros}, for more details.
2719 @item Body
2720 Following the cover page is your document.
2721 You can use the @file{ms}
2722 macros to write reports, letters, books, and so forth.
2723 The package is designed for structured documents,
2724 consisting of paragraphs interspersed with headings
2725 and augmented by lists, footnotes, tables, and other
2726 common constructs.
2727 @xref{ms Body Text}, for more details.
2729 @item Table of contents
2730 Longer documents usually include a table of contents,
2731 which you can invoke by placing the
2732 @code{TC}
2733 macro at the end of your document.
2734 The @file{ms}
2735 macros have minimal indexing facilities, consisting of the
2736 @code{IX} macro, which prints an entry on standard error.
2737 Printing the table of contents at the end is necessary since
2738 @code{groff} is a single-pass text formatter,
2739 thus it cannot determine the page number of each section
2740 until that section has actually been set and printed.
2741 Since @file{ms} output is intended for hardcopy,
2742 you can manually relocate the pages containing
2743 the table of contents between the cover page and the
2744 body text after printing.
2745 @end table
2747 @c ---------------------------------------------------------------------
2749 @node ms Document Control Registers, ms Cover Page Macros, General ms Structure, ms
2750 @subsection Document control registers
2751 @cindex @code{ms} macros, document control registers
2753 The following is a list of document control number registers.
2754 For the sake of consistency,
2755 set registers related to margins at the beginning of your document,
2756 or just after the @code{RP} macro.
2757 You can set other registers later in your document,
2758 but you should keep them together at the beginning
2759 to make them easy to find and edit as necessary.
2761 @unnumberedsubsubsec Margin Settings
2763 @Defmpreg {PO, ms}
2764 Defines the page offset (i.e.@: the left margin).
2765 There is no explicit right margin setting; the combination of
2766 the @code{PO} and @code{LL} registers implicitly define the
2767 right margin width.
2769 Effective: next page.
2771 Default value: 1@dmn{i}.
2772 @endDefmpreg
2774 @Defmpreg {LL, ms}
2775 Defines the line length (i.e.@: the width of the body text).
2777 Effective: next paragraph.
2779 Default: 6@dmn{i}.
2780 @endDefmpreg
2782 @Defmpreg {LT, ms}
2783 Defines the title length (i.e.@: the header and footer width).
2784 This is usually the same as @code{LL}, but not necessarily.
2786 Effective: next paragraph.
2788 Default: 6@dmn{i}.
2789 @endDefmpreg
2791 @Defmpreg {HM, ms}
2792 Defines the header margin height at the top of the page.
2794 Effective: next page.
2796 Default: 1@dmn{i}.
2797 @endDefmpreg
2799 @Defmpreg {FM, ms}
2800 Defines the footer margin height at the bottom of the page.
2802 Effective: next page.
2804 Default: 1@dmn{i}.
2805 @endDefmpreg
2807 @unnumberedsubsubsec Text Settings
2809 @Defmpreg {PS, ms}
2810 Defines the point size of the body text.
2812 Effective: next paragraph.
2814 Default: 10@dmn{p}.
2815 @endDefmpreg
2817 @Defmpreg {VS, ms}
2818 Defines the space between lines (line height plus leading).
2820 Effective: next paragraph.
2822 Default: 12@dmn{p}.
2823 @endDefmpreg
2825 @unnumberedsubsubsec Paragraph Settings
2827 @Defmpreg {PI, ms}
2828 Defines the initial indent of a @code{.PP} paragraph.
2830 Effective: next paragraph.
2832 Default: 5@dmn{n}.
2833 @endDefmpreg
2835 @Defmpreg {PD, ms}
2836 Defines the space between paragraphs.
2838 Effective: next paragraph.
2840 Default: 0.3@dmn{v}.
2841 @endDefmpreg
2843 @Defmpreg {QI, ms}
2844 Defines the indent on both sides of a quoted (@code{.QP}) paragraph.
2846 Effective: next paragraph.
2848 Default: 5@dmn{n}.
2849 @endDefmpreg
2851 @unnumberedsubsubsec Footnote Settings
2853 @Defmpreg {FL, ms}
2854 Defines the length of a footnote.
2856 Effective: next footnote.
2858 Default: @math{@code{@\n[LL]} * 5 / 6}.
2859 @endDefmpreg
2861 @Defmpreg {FI, ms}
2862 Defines the footnote indent.
2864 Effective: next footnote.
2866 Default: 2@dmn{n}.
2867 @endDefmpreg
2869 @Defmpreg {FF, ms}
2870 The footnote format:
2871 @table @code
2872 @item 0
2873 Prints the footnote number as a superscript; indents the footnote (default).
2875 @item 1
2876 Prints the number followed by a period (like 1.)
2877 and indents the footnote.
2879 @item 2
2880 Like 1, without an indent.
2882 @item 3
2883 Like 1, but prints the footnote number as a hanging paragraph.
2884 @end table
2886 Effective: next footnote.
2888 Default: 0.
2889 @endDefmpreg
2891 @Defmpreg {FPS, ms}
2892 Defines the footnote point size.
2894 Effective: next footnote.
2896 Default: @math{@code{@\n[PS]} - 2}.
2897 @endDefmpreg
2899 @Defmpreg {FVS, ms}
2900 Defines the footnote vertical spacing.
2902 Effective: next footnote.
2904 Default: @math{@code{@\n[FPS]} + 2}.
2905 @endDefmpreg
2907 @Defmpreg {FPD, ms}
2908 Defines the footnote paragraph spacing.
2910 Effective: next footnote.
2912 Default: @math{@code{@\n[PD]} / 2}.
2913 @endDefmpreg
2915 @unnumberedsubsubsec Miscellaneous Number Registers
2917 @Defmpreg {MINGW, ms}
2918 Defines the minimum width between columns in a multi-column document.
2920 Effective: next page.
2922 Default: 2@dmn{n}.
2923 @endDefmpreg
2925 @c ---------------------------------------------------------------------
2927 @node ms Cover Page Macros, ms Body Text, ms Document Control Registers, ms
2928 @subsection Cover page macros
2929 @cindex @code{ms} macros, cover page
2930 @cindex cover page macros, [@code{ms}]
2932 Use the following macros to create a cover page for your document
2933 in the order shown.
2935 @Defmac {RP, [@code{no}], ms}
2936 Specifies the report format for your document.
2937 The report format creates a separate cover page.
2938 The default action (no @code{.RP}
2939 macro) is to print a subset of the
2940 cover page on page 1 of your document.
2942 If you use the word @code{no} as an optional argument,
2943 @code{groff} prints a title page but
2944 does not repeat any of the title page information
2945 (title, author, abstract, etc.)
2946 on page 1 of the document.
2947 @endDefmac
2949 @Defmac {DA, [@dots{}], ms}
2950 (optional) Print the current date, or the arguments to the macro if any,
2951 on the title page (if specified) and in the footers.
2952 This is the default for @code{nroff}.
2953 @endDefmac
2955 @Defmac {ND, [@dots{}], ms}
2956 (optional) Print the current date, or the arguments to the macro if any,
2957 on the title page (if specified) but not in the footers.
2958 This is the default for @code{troff}.
2959 @endDefmac
2961 @Defmac {TL, , ms}
2962 Specifies the document title.
2963 @code{groff} collects text following the @code{.TL}
2964 macro into the title, until reaching the author name or abstract.
2965 @endDefmac
2967 @Defmac {AU, , ms}
2968 Specifies the author's name, which appears on the
2969 line (or lines) immediately following.
2970 You can specify multiple authors as follows:
2972 @Example
2974 John Doe
2976 University of West Bumblefuzz
2978 Martha Buck
2980 Monolithic Corporation
2983 @endExample
2984 @endDefmac
2986 @Defmac {AI, , ms}
2987 Specifies the author's institution.
2988 You can specify multiple institutions in the same way
2989 that you specify multiple authors.
2990 @endDefmac
2992 @Defmac {AB, [@code{no}], ms}
2993 Begins the abstract.
2994 The default is to print the word @acronym{ABSTRACT},
2995 centered and in italics, above the text of the abstract.
2996 The word @code{no} as an optional argument suppresses this heading.
2997 @endDefmac
2999 @Defmac {AE, , ms}
3000 End the abstract.
3001 @endDefmac
3003 The following is example mark-up for a title page.
3004 @cindex title page, example markup
3005 @cindex example markup, title page
3007 @Example
3008 @cartouche
3011 The Inevitability of Code Bloat
3012 in Commercial and Free Software
3014 J. Random Luser
3016 University of West Bumblefuzz
3018 This report examines the long-term growth
3019 of the code bases in two large, popular software
3020 packages; the free Emacs and the commercial
3021 Microsoft Word.
3022 While differences appear in the type or order
3023 of features added, due to the different
3024 methodologies used, the results are the same
3025 in the end.
3027 The free software approach is shown to be
3028 superior in that while free software can
3029 become as bloated as commercial offerings,
3030 free software tends to have fewer serious
3031 bugs and the added features are in line with
3032 user demand.
3035 ... the rest of the paper follows ...
3036 @end cartouche
3037 @endExample
3039 @c ---------------------------------------------------------------------
3041 @node ms Body Text, ms Page Layout, ms Cover Page Macros, ms
3042 @subsection Body text
3043 @cindex @code{ms} macros, body text
3045 This section describes macros used to mark up the body of your document.
3046 Examples include paragraphs, sections, and other groups.
3048 @menu
3049 * Paragraphs in ms::
3050 * Headings in ms::
3051 * Highlighting in ms::
3052 * Lists in ms::
3053 * Indents in ms::
3054 * Tabstops in ms::
3055 * ms Displays and Keeps::
3056 * ms Insertions::
3057 * Example multi-page table::
3058 * ms Footnotes::
3059 @end menu
3061 @c ---------------------------------------------------------------------
3063 @node Paragraphs in ms, Headings in ms, ms Body Text, ms Body Text
3064 @subsubsection Paragraphs
3065 @cindex @code{ms} macros, paragraph handling
3067 The following paragraph types are available.
3069 @Defmac {PP, , ms}
3070 Sets a paragraph with an initial indent.
3071 @endDefmac
3073 @Defmac {LP, , ms}
3074 Sets a paragraph with no initial indent.
3075 @endDefmac
3077 @Defmac {QP, , ms}
3078 Sets a paragraph that is indented at both left and right margins.
3079 The effect is identical to the @acronym{HTML} @code{<BLOCKQUOTE>} element.
3080 The next paragraph or heading returns margins to normal.
3081 @endDefmac
3083 @Defmac {XP, , ms}
3084 Sets a paragraph whose lines are indented,
3085 except for the first line.
3086 This is a Berkeley extension.
3087 @endDefmac
3089 The following markup uses all four paragraph macros.
3091 @Example
3092 @cartouche
3093 .NH 2
3094 Cases used in the study
3096 The following software and versions were
3097 considered for this report.
3099 For commercial software, we chose
3100 .B "Microsoft Word for Windows" ,
3101 starting with version 1.0 through the
3102 current version (Word 2000).
3104 For free software, we chose
3105 .B Emacs ,
3106 from its first appearance as a standalone
3107 editor through the current version (v20).
3108 See [Bloggs 2002] for details.
3110 Franklin's Law applied to software:
3111 software expands to outgrow both
3112 RAM and disk space over time.
3114 Bibliography:
3116 Bloggs, Joseph R.,
3117 .I "Everyone's a Critic" ,
3118 Underground Press, March 2002.
3119 A definitive work that answers all questions
3120 and criticisms about the quality and usability of
3121 free software.
3122 @end cartouche
3123 @endExample
3125 @c ---------------------------------------------------------------------
3127 @node Headings in ms, Highlighting in ms, Paragraphs in ms, ms Body Text
3128 @subsubsection Headings
3129 @cindex @code{ms} macros, headings
3131 Use headings to create a hierarchical structure for your document.
3132 The @file{ms} macros print headings in @strong{bold},
3133 using the same font family and point size as the body text.
3135 The following describes the heading macros:
3137 @DefmacList {NH, @Var{curr-level}, ms}
3138 @DefmacListEnd {NH, @t{S} @Var{level0} @dots{}, ms}
3139 Numbered heading.
3140 The argument is either a numeric argument to indicate the
3141 level of the heading, or the letter@tie{}@code{S} followed by numeric
3142 arguments to set the heading level explicitly.
3144 If you specify heading levels out of sequence, such as invoking
3145 @samp{.NH 3} after @samp{.NH 1}, @code{groff}
3146 prints a warning on standard error.
3147 @endDefmac
3149 @Defmac {SH, , ms}
3150 Unnumbered subheading.
3151 @endDefmac
3153 @c ---------------------------------------------------------------------
3155 @node Highlighting in ms, Lists in ms, Headings in ms, ms Body Text
3156 @subsubsection Highlighting
3157 @cindex @code{ms} macros, highlighting
3159 The @file{ms} macros provide a variety of methods to highlight
3160 or emphasize text:
3162 @Defmac {B, [@Var{txt} [@Var{post} [@Var{pre}]]], ms}
3163 Sets its first argument in @strong{bold type}.
3164 If you specify a second argument, @code{groff} prints it in the
3165 previous font after the bold text, with no intervening space
3166 (this allows you to set punctuation after the highlighted text
3167 without highlighting the punctuation).
3168 Similarly, it prints the third argument (if any) in the previous
3169 font @strong{before} the first argument.
3170 For example,
3172 @Example
3173 .B foo ) (
3174 @endExample
3176 prints (@strong{foo}).
3178 If you give this macro no arguments, @code{groff}
3179 prints all text following in bold until
3180 the next highlighting, paragraph, or heading macro.
3181 @endDefmac
3183 @Defmac {R, [@Var{txt} [@Var{post} [@Var{pre}]]], ms}
3184 Sets its first argument in roman (or regular) type.
3185 It operates similarly to the @code{B}@tie{}macro otherwise.
3186 @endDefmac
3188 @Defmac {I, [@Var{txt} [@Var{post} [@Var{pre}]]], ms}
3189 Sets its first argument in @emph{italic type}.
3190 It operates similarly to the @code{B}@tie{}macro otherwise.
3191 @endDefmac
3193 @Defmac {CW, [@Var{txt} [@Var{post} [@Var{pre}]]], ms}
3194 Sets its first argument in a @code{constant width face}.
3195 It operates similarly to the @code{B}@tie{}macro otherwise.
3196 @endDefmac
3198 @Defmac {BI, [@Var{txt} [@Var{post} [@Var{pre}]]], ms}
3199 Sets its first argument in bold italic type.
3200 It operates similarly to the @code{B}@tie{}macro otherwise.
3201 @endDefmac
3203 @Defmac {BX, [@Var{txt}], ms}
3204 Prints its argument and draws a box around it.
3205 If you want to box a string that contains spaces,
3206 use a digit-width space (@code{\0}).
3207 @endDefmac
3209 @Defmac {UL, [@Var{txt} [@Var{post}]], ms}
3210 Prints its first argument with an underline.
3211 If you specify a second argument, @code{groff}
3212 prints it in the previous font after
3213 the underlined text, with no intervening space.
3214 @endDefmac
3216 @Defmac {LG, , ms}
3217 Prints all text following in larger type
3218 (two points larger than the current point size) until
3219 the next font size, highlighting, paragraph, or heading macro.
3220 You can specify this macro multiple times
3221 to enlarge the point size as needed.
3222 @endDefmac
3224 @Defmac {SM, , ms}
3225 Prints all text following in smaller type
3226 (two points smaller than the current point size) until
3227 the next type size, highlighting, paragraph, or heading macro.
3228 You can specify this macro multiple times
3229 to reduce the point size as needed.
3230 @endDefmac
3232 @Defmac {NL, , ms}
3233 Prints all text following in the normal point size
3234 (that is, the value of the @code{PS} register).
3235 @endDefmac
3237 @c ---------------------------------------------------------------------
3239 @node Lists in ms, Indents in ms, Highlighting in ms, ms Body Text
3240 @subsubsection Lists
3241 @cindex @code{ms} macros, lists
3243 The @code{.IP} macro handles duties for all lists.
3245 @Defmac {IP, [@Var{marker} [@Var{width}]], ms}
3246 The @var{marker} is usually a bullet glyph (@code{\[bu]})
3247 for unordered lists, a number (or auto-incrementing number
3248 register) for numbered lists, or a word or phrase for indented
3249 (glossary-style) lists.
3251 The @var{width} specifies the indent for the body of each list item;
3252 its default unit is @samp{n}.
3253 Once specified, the indent remains the same for all
3254 list items in the document until specified again.
3255 @endDefmac
3257 The following is an example of a bulleted list.
3258 @cindex example markup, bulleted list [@code{ms}]
3259 @cindex bulleted list, example markup [@code{ms}]
3261 @Example
3262 A bulleted list:
3263 .IP \[bu] 2
3264 lawyers
3265 .IP \[bu]
3266 guns
3267 .IP \[bu]
3268 money
3269 @endExample
3271 Produces:
3273 @Example
3274 A bulleted list:
3276 o lawyers
3278 o guns
3280 o money
3281 @endExample
3283 @sp 1
3285 The following is an example of a numbered list.
3286 @cindex example markup, numbered list [@code{ms}]
3287 @cindex numbered list, example markup [@code{ms}]
3289 @Example
3290 .nr step 1 1
3291 A numbered list:
3292 .IP \n[step] 3
3293 lawyers
3294 .IP \n+[step]
3295 guns
3296 .IP \n+[step]
3297 money
3298 @endExample
3300 Produces:
3302 @Example
3303 A numbered list:
3305 1. lawyers
3307 2. guns
3309 3. money
3310 @endExample
3312 Note the use of the auto-incrementing number
3313 register in this example.
3315 @sp 1
3316 The following is an example of a glossary-style list.
3317 @cindex example markup, glossary-style list [@code{ms}]
3318 @cindex glossary-style list, example markup [@code{ms}]
3320 @Example
3321 A glossary-style list:
3322 .IP lawyers 0.4i
3323 Two or more attorneys.
3324 .IP guns
3325 Firearms, preferably
3326 large-caliber.
3327 .IP money
3328 Gotta pay for those
3329 lawyers and guns!
3330 @endExample
3332 Produces:
3334 @Example
3335 A glossary-style list:
3337 lawyers
3338       Two or more attorneys.
3340 guns  Firearms, preferably large-caliber.
3342 money
3343       Gotta pay for those lawyers and guns!
3344 @endExample
3346 In the last example, the @code{IP} macro places the definition
3347 on the same line as the term if it has enough space; otherwise,
3348 it breaks to the next line and starts the definition below the
3349 term.
3350 This may or may not be the effect you want, especially if some
3351 of the definitions break and some do not.
3352 The following examples show two possible ways to force a break.
3354 The first workaround uses the @code{br}
3355 request to force a break after printing the term or label.
3357 @Example
3358 @cartouche
3359 A glossary-style list:
3360 .IP lawyers 0.4i
3361 Two or more attorneys.
3362 .IP guns
3364 Firearms, preferably large-caliber.
3365 .IP money
3366 Gotta pay for those lawyers and guns!
3367 @end cartouche
3368 @endExample
3370 @sp 1
3371 The second workaround uses the @code{\p} escape to force the break.
3372 Note the space following the escape; this is important.
3373 If you omit the space, @code{groff} prints the first word on
3374 the same line as the term or label (if it fits) @strong{then}
3375 breaks the line.
3377 @Example
3378 @cartouche
3379 A glossary-style list:
3380 .IP lawyers 0.4i
3381 Two or more attorneys.
3382 .IP guns
3383 \p Firearms, preferably large-caliber.
3384 .IP money
3385 Gotta pay for those lawyers and guns!
3386 @end cartouche
3387 @endExample
3389 @sp 1
3390 To set nested lists, use the @code{RS} and @code{RE} macros.
3391 @xref{Indents in ms}, for more information.
3392 @cindex @code{ms} macros, nested lists
3393 @cindex nested lists [@code{ms}]
3395 For example:
3397 @Example
3398 @cartouche
3399 .IP \[bu] 2
3400 Lawyers:
3402 .IP \[bu]
3403 Dewey,
3404 .IP \[bu]
3405 Cheatham,
3406 .IP \[bu]
3407 and Howe.
3409 .IP \[bu]
3410 Guns
3411 @end cartouche
3412 @endExample
3414 Produces:
3416 @Example
3417 o Lawyers:
3419   o  Dewey,
3421   o  Cheatham,
3423   o  and Howe.
3425 o Guns
3426 @endExample
3428 @c ---------------------------------------------------------------------
3430 @node Indents in ms, Tabstops in ms, Lists in ms, ms Body Text
3431 @subsubsection Indents
3433 In many situations,
3434 you may need to indent a section of text
3435 while still wrapping and filling.
3436 @xref{Lists in ms},
3437 for an example of nested lists.
3439 @DefmacList {RS, , ms}
3440 @DefmacListEnd {RE, , ms}
3441 These macros begin and end an indented section.
3442 The @code{PI} register controls the amount of indent,
3443 allowing the indented text to line up under hanging
3444 and indented paragraphs.
3445 @endDefmac
3447 @xref{ms Displays and Keeps},
3448 for macros to indent and turn off filling.
3450 @c ---------------------------------------------------------------------
3452 @node Tabstops in ms, ms Displays and Keeps, Indents in ms, ms Body Text
3453 @subsubsection Tab Stops
3455 Use the @code{ta} request to define tab stops as needed.
3456 @xref{Tabs and Fields}.
3458 @Defmac{TA, , ms}
3459 Use this macro to reset the tab stops to the default for @file{ms}
3460 (every 5n).
3461 You can redefine the @code{TA} macro to create a different set
3462 of default tab stops.
3463 @endDefmac
3465 @c ---------------------------------------------------------------------
3467 @node ms Displays and Keeps, ms Insertions, Tabstops in ms, ms Body Text
3468 @subsubsection Displays and keeps
3469 @cindex @code{ms} macros, displays
3470 @cindex @code{ms} macros, keeps
3471 @cindex keeps [@code{ms}]
3472 @cindex displays [@code{ms}]
3474 Use displays to show text-based examples or figures
3475 (such as code listings).
3477 Displays turn off filling, so lines of code are displayed
3478 as-is without inserting @code{br} requests in between each line.
3479 Displays can be @dfn{kept} on a single page, or allowed
3480 to break across pages.
3482 @DefmacList {DS, @t{L}, ms}
3483 @DefmacItem {LD, , ms}
3484 @DefmacListEnd {DE, , ms}
3485 Left-justified display.
3486 The @samp{.DS L} call generates a page break, if necessary,
3487 to keep the entire display on one page.
3488 The @code{LD} macro allows the display to break across pages.
3489 The @code{DE} macro ends the display.
3490 @endDefmac
3492 @DefmacList {DS, @t{I}, ms}
3493 @DefmacItem {ID, , ms}
3494 @DefmacListEnd {DE, , ms}
3495 Indents the display as defined by the @code{DI} register.
3496 The @samp{.DS I} call generates a page break, if necessary,
3497 to keep the entire display on one page.
3498 The @code{ID} macro allows the display to break across pages.
3499 The @code{DE} macro ends the display.
3500 @endDefmac
3502 @DefmacList {DS, @t{B}, ms}
3503 @DefmacItem {BD, , ms}
3504 @DefmacListEnd {DE, , ms}
3505 Sets a block-centered display: the entire display is left-justified,
3506 but indented so that the longest line in the display is centered
3507 on the page.
3508 The @samp{.DS B} call generates a page break, if necessary,
3509 to keep the entire display on one page.
3510 The @code{BD} macro allows the display to break across pages.
3511 The @code{DE} macro ends the display.
3512 @endDefmac
3514 @DefmacList {DS, @t{C}, ms}
3515 @DefmacItem {CD, , ms}
3516 @DefmacListEnd {DE, , ms}
3517 Sets a centered display: each line in the display is centered.
3518 The @samp{.DS C} call generates a page break, if necessary,
3519 to keep the entire display on one page.
3520 The @code{CD} macro allows the display to break across pages.
3521 The @code{DE} macro ends the display.
3522 @endDefmac
3524 @DefmacList {DS, @t{R}, ms}
3525 @DefmacItem {RD, , ms}
3526 @DefmacListEnd {DE, , ms}
3527 Right-justifies each line in the display.
3528 The @samp{.DS R} call generates a page break, if necessary,
3529 to keep the entire display on one page.
3530 The @code{RD} macro allows the display to break across pages.
3531 The @code{DE} macro ends the display.
3532 @endDefmac
3534 @DefmacList {Ds, , ms}
3535 @DefmacListEnd {De, , ms}
3536 These two macros are aliases for @code{DS} and @code{DE}, respectively.
3537 @endDefmac
3539 @sp 1
3540 On occasion, you may want to @dfn{keep} other text together on a page.
3541 For example, you may want to keep two paragraphs together, or
3542 a paragraph that refers to a table (or list, or other item)
3543 immediately following.
3544 The @file{ms} macros provide the @code{KS} and @code{KE}
3545 macros for this purpose.
3547 @DefmacList {KS, , ms}
3548 @DefmacListEnd {KE, , ms}
3549 The @code{KS} macro begins a block of text to be kept on a
3550 single page, and the @code{KE} macro ends the block.
3551 @endDefmac
3553 @DefmacList {KF, , ms}
3554 @DefmacListEnd {KE, , ms}
3555 Specifies a @dfn{floating keep};
3556 if the keep cannot fit on the current page, @code{groff}
3557 holds the contents of the keep and allows text following
3558 the keep (in the source file) to fill in the remainder of
3559 the current page.
3560 When the page breaks, whether by an explicit @code{bp}
3561 request or by reaching the end of the page, @code{groff}
3562 prints the floating keep at the top of the new page.
3563 This is useful for printing large graphics or tables
3564 that do not need to appear exactly where specified.
3565 @endDefmac
3567 You can also use the @code{ne} request to force a page break if
3568 there is not enough vertical space remaining on the page.
3570 @sp 1
3571 Use the following macros to draw a box around a section of
3572 text (such as a display).
3574 @DefmacList {B1, , ms}
3575 @DefmacListEnd {B2, , ms}
3576 Marks the beginning and ending of text that is to have a
3577 box drawn around it.
3578 The @code{B1} macro begins the box; the @code{B2} macro ends it.
3579 Text in the box is automatically placed in a diversion (keep).
3580 @endDefmac
3582 @c ---------------------------------------------------------------------
3584 @node ms Insertions, Example multi-page table, ms Displays and Keeps, ms Body Text
3585 @subsubsection Tables, figures, equations, and references
3586 @cindex @code{ms} macros, tables
3587 @cindex @code{ms} macros, figures
3588 @cindex @code{ms} macros, equations
3589 @cindex @code{ms} macros, references
3590 @cindex tables [@code{ms}]
3591 @cindex figures [@code{ms}]
3592 @cindex equations [@code{ms}]
3593 @cindex references [@code{ms}]
3595 The @file{ms} macros support the standard
3596 @code{groff} preprocessors:
3597 @code{tbl}, @code{pic}, @code{eqn}, and @code{refer}.
3598 @pindex tbl
3599 @pindex pic
3600 @pindex eqn
3601 @pindex refer
3602 You mark text meant for preprocessors by enclosing it
3603 in pairs of tags as follows.
3605 @DefmacList {TS, [@code{H}], ms}
3606 @DefmacListEnd {TE, , ms}
3607 Denotes a table, to be processed by the @code{tbl} preprocessor.
3608 The optional argument@tie{}@code{H} to @code{TS} instructs @code{groff}
3609 to create a running header with the information
3610 up to the @code{TH} macro.
3611 @code{groff} prints the header at the beginning of the
3612 table; if the table runs onto another page, @code{groff}
3613 prints the header on the next page as well.
3614 @endDefmac
3616 @DefmacList {PS, , ms}
3617 @DefmacListEnd {PE, , ms}
3618 Denotes a graphic, to be processed by the @code{pic} preprocessor.
3619 You can create a @code{pic} file by hand, using the @acronym{AT&T}
3620 @code{pic} manual available on the Web as a reference, or by using
3621 a graphics program such as @code{xfig}.
3622 @endDefmac
3624 @DefmacList {EQ, [@Var{align}], ms}
3625 @DefmacListEnd {EN, , ms}
3626 Denotes an equation, to be processed by the @code{eqn} preprocessor.
3627 The optional @var{align} argument can be @code{C}, @code{L},
3628 or@tie{}@code{I} to center (the default), left-justify, or indent the
3629 equation.
3630 @endDefmac
3632 @DefmacList {[, , ms}
3633 @DefmacListEnd {], , ms}
3634 Denotes a reference, to be processed by the @code{refer} preprocessor.
3635 The @acronym{GNU} @cite{refer(1)} man page provides a comprehensive
3636 reference to the preprocessor and the format of the bibliographic
3637 database.
3638 @endDefmac
3640 @menu
3641 * Example multi-page table::
3642 @end menu
3644 @c ---------------------------------------------------------------------
3646 @node Example multi-page table, ms Footnotes, ms Insertions, ms Body Text
3647 @subsubsection An example multi-page table
3648 @cindex example markup, multi-page table [@code{ms}]
3649 @cindex multi-page table, example markup [@code{ms}]
3651 The following is an example of how to set up a
3652 table that may print across two or more pages.
3654 @Example
3655 @cartouche
3656 .TS H
3657 allbox expand;
3658 cb | cb .
3659 Text      ...of heading...
3663 l | l .
3664 ... the rest of the table follows...
3667 @end cartouche
3668 @endExample
3670 @c ---------------------------------------------------------------------
3672 @node ms Footnotes,  , Example multi-page table, ms Body Text
3673 @subsubsection Footnotes
3674 @cindex @code{ms} macros, footnotes
3675 @cindex footnotes [@code{ms}]
3677 The @file{ms} macro package has a flexible footnote system.
3678 You can specify either numbered footnotes or symbolic footnotes
3679 (that is, using a marker such as a dagger symbol).
3681 @Defstr {*, ms}
3682 Specifies the location of a numbered footnote marker in the text.
3683 @endDefesc
3685 @DefmacList {FS, , ms}
3686 @DefmacListEnd {FE, , ms}
3687 Specifies the text of the footnote.
3688 The default action is to create a numbered footnote;
3689 you can create a symbolic footnote by specifying
3690 a @dfn{mark} glyph
3691 (such as @code{\[dg]} for the dagger glyph)
3692 in the body text and as an argument to the @code{FS} macro,
3693 followed by the text of the footnote
3694 and the @code{FE} macro.
3695 @endDefmac
3697 You can control how @code{groff}
3698 prints footnote numbers by changing the value of the
3699 @code{FF} register.  @xref{ms Document Control Registers}.
3701 @c ---------------------------------------------------------------------
3703 @node ms Page Layout, Differences from AT&T ms, ms Body Text, ms
3704 @subsection Page layout
3705 @cindex @code{ms} macros, page layout
3706 @cindex page layout [@code{ms}]
3708 The default output from the @file{ms}
3709 macros provides a minimalist page layout:
3710 it prints a single column, with the page number centered at the top
3711 of each page.
3712 It prints no footers.
3714 You can change the layout by setting
3715 the proper number registers and strings.
3717 @menu
3718 * ms Headers and Footers::
3719 * ms Margins::
3720 * ms Multiple Columns::
3721 * ms TOC::
3722 * ms Strings and Special Characters::
3723 @end menu
3725 @c ---------------------------------------------------------------------
3727 @node ms Headers and Footers, ms Margins, ms Page Layout, ms Page Layout
3728 @subsubsection Headers and footers
3729 @cindex @code{ms} macros, headers
3730 @cindex @code{ms} macros, footers
3731 @cindex headers [@code{ms}]
3732 @cindex footers [@code{ms}]
3734 For documents that do not distinguish between odd and even pages,
3735 set the following strings:
3737 @DefstrList {LH, ms}
3738 @DefstrItem {CH, ms}
3739 @DefstrListEnd {RH, ms}
3740 Sets the left, center, and right headers.
3741 @endDefstr
3743 @DefstrList {LF, ms}
3744 @DefstrItem {CF, ms}
3745 @DefstrListEnd {RF, ms}
3746 Sets the left, center, and right footers.
3747 @endDefstr
3749 @sp 1
3750 For documents that need different information printed in the
3751 even and odd pages, use the following macros:
3753 @DefmacList {OH, @t{'}@Var{left}@t{'}@Var{center}@t{'}@Var{right}@t{'}, ms}
3754 @DefmacItem {EH, @t{'}@Var{left}@t{'}@Var{center}@t{'}@Var{right}@t{'}, ms}
3755 @DefmacItem {OF, @t{'}@Var{left}@t{'}@Var{center}@t{'}@Var{right}@t{'}, ms}
3756 @DefmacListEnd {EF, @t{'}@Var{left}@t{'}@Var{center}@t{'}@Var{right}@t{'}, ms}
3757 The @code{OH} and @code{EH} macros define headers for the odd and even pages;
3758 the @code{OF} and @code{EF} macros define footers for the odd and even pages.
3759 This is more flexible than defining the individual strings.
3761 You can replace the quote (@code{'}) marks with any character not
3762 appearing in the header or footer text.
3763 @endDefmac
3765 @c ---------------------------------------------------------------------
3767 @node ms Margins, ms Multiple Columns, ms Headers and Footers, ms Page Layout
3768 @subsubsection Margins
3769 @cindex @code{ms} macros, margins
3771 You control margins using a set of number registers.
3772 @xref{ms Document Control Registers}, for details.
3774 @c ---------------------------------------------------------------------
3776 @node ms Multiple Columns, ms TOC, ms Margins, ms Page Layout
3777 @subsubsection Multiple columns
3778 @cindex @code{ms} macros, multiple columns
3779 @cindex multiple columns [@code{ms}]
3781 The @file{ms} macros can set text in as many columns as will
3782 reasonably fit on the page.
3783 The following macros are available;
3784 all of them force a page break if a multi-column mode is already set.
3785 However, if the current mode is single-column, starting a multi-column
3786 mode does @strong{not} force a page break.
3788 @Defmac {1C, , ms}
3789 Single-column mode.
3790 @endDefmac
3792 @Defmac {2C, , ms}
3793 Two-column mode.
3794 @endDefmac
3796 @Defmac {MC, [@Var{width} [@Var{gutter}]], ms}
3797 Multi-column mode.
3798 If you specify no arguments, it is equivalent to the
3799 @code{2C} macro.
3800 Otherwise, @var{width} is the width of each column and
3801 @var{gutter} is the space between columns.
3802 The @code{MINGW} number register controls the default gutter width.
3803 @endDefmac
3805 @c ---------------------------------------------------------------------
3807 @node ms TOC, ms Strings and Special Characters, ms Multiple Columns, ms Page Layout
3808 @subsubsection Creating a table of contents
3809 @cindex @code{ms} macros, creating table of contents
3810 @cindex table of contents, creating [@code{ms}]
3812 The facilities in the @file{ms} macro package for creating
3813 a table of contents are semi-automated at best.
3814 Assuming that you want the table of contents to consist of
3815 the document's headings, you need to repeat those headings
3816 wrapped in @code{XS} and @code{XE} macros.
3818 @DefmacList {XS, [@Var{page}], ms}
3819 @DefmacItem {XA, [@Var{page}], ms}
3820 @DefmacListEnd {XE, , ms}
3821 These macros define a table of contents
3822 or an individual entry in the table of contents,
3823 depending on their use.
3824 The macros are very simple; they cannot indent a heading based on its level.
3825 The easiest way to work around this is to add tabs
3826 to the table of contents string.
3827 The following is an example:
3829 @Example
3830 @cartouche
3831 .NH 1
3832 Introduction
3834 Introduction
3839 .NH 2
3840 Methodology
3842 Methodology
3846 @end cartouche
3847 @endExample
3849 You can manually create a table of contents
3850 by beginning with the @code{XS} macro for the first entry,
3851 specifying the page number for that entry as the argument to @code{XS}.
3852 Add subsequent entries using the @code{XA} macro,
3853 specifying the page number for that entry as the argument to @code{XA}.
3854 The following is an example:
3856 @Example
3857 @cartouche
3858 .XS 1
3859 Introduction
3860 .XA 2
3861 A Brief History of the Universe
3862 .XA 729
3863 Details of Galactic Formation
3866 @end cartouche
3867 @endExample
3868 @endDefmac
3870 @Defmac {TC, [@code{no}], ms}
3871 Prints the table of contents on a new page,
3872 setting the page number to@tie{}@strong{i} (Roman numeral one).
3873 You should usually place this macro at the end of the
3874 file, since @code{groff} is a single-pass formatter and
3875 can only print what has been collected up to the point
3876 that the @code{TC} macro appears.
3878 The optional argument @code{no} suppresses printing
3879 the title specified by the string register @code{TOC}.
3880 @endDefmac
3882 @Defmac{PX, [@code{no}], ms}
3883 Prints the table of contents on a new page,
3884 using the current page numbering sequence.
3885 Use this macro to print a manually-generated table of contents
3886 at the beginning of your document.
3888 The optional argument @code{no} suppresses printing
3889 the title specified by the string register @code{TOC}.
3890 @endDefmac
3892 The @cite{Groff and Friends HOWTO}
3893 includes a @code{sed} script that automatically inserts
3894 @code{XS} and @code{XE} macro entries after each heading in a document.
3896 Altering the @code{NH} macro to automatically build the table
3897 of contents is perhaps initially more difficult, but would save
3898 a great deal of time in the long run if you use @file{ms} regularly.
3900 @c ---------------------------------------------------------------------
3902 @node ms Strings and Special Characters,  , ms TOC, ms Page Layout
3903 @subsubsection Strings and Special Characters
3904 @cindex @code{ms} macros, strings
3905 @cindex @code{ms} macros, special characters
3906 @cindex @code{ms} macros, accent marks
3907 @cindex accent marks [@code{ms}]
3908 @cindex special characters [@code{ms}]
3909 @cindex strings [@code{ms}]
3911 The @file{ms} macros provide the following predefined strings.
3912 You can change the string definitions to help in creating
3913 documents in languages other than English.
3915 @Defstr {REFERENCES, ms}
3916 Contains the string printed at the beginning of the
3917 references (bibliography) page.
3918 The default is @samp{References}.
3919 @endDefstr
3921 @Defstr {ABSTRACT, ms}
3922 Contains the string printed at the beginning of the abstract.
3923 The default is @samp{ABSTRACT}.
3924 @endDefstr
3926 @Defstr {TOC, ms}
3927 Contains the string printed at the beginning of the table of contents.
3928 @endDefstr
3930 @DefstrList {MONTH1, ms}
3931 @DefstrItem {MONTH2, ms}
3932 @DefstrItem {MONTH3, ms}
3933 @DefstrItem {MONTH4, ms}
3934 @DefstrItem {MONTH5, ms}
3935 @DefstrItem {MONTH6, ms}
3936 @DefstrItem {MONTH7, ms}
3937 @DefstrItem {MONTH8, ms}
3938 @DefstrItem {MONTH9, ms}
3939 @DefstrItem {MONTH10, ms}
3940 @DefstrItem {MONTH11, ms}
3941 @DefstrListEnd {MONTH12, ms}
3942 Prints the full name of the month in dates.
3943 The default is @samp{January}, @samp{February}, etc.
3944 @endDefstr
3946 The following special characters are available@footnote{For an
3947 explanation what special characters are see @ref{Special Characters}.}:
3949 @Defstr {-, ms}
3950 Prints an em dash.
3951 @endDefstr
3953 @DefstrList {*Q, ms}
3954 @DefstrListEnd {*U, ms}
3955 Prints typographer's quotes in troff,
3956 plain quotes in nroff.
3957 @code{*Q} is the left quote and @code{*U} is the right quote.
3958 @endDefstr
3960 Improved accent marks are available in the @file{ms} macros.
3962 @Defmac {AM, , ms}
3963 Specify this macro at the beginning of your document
3964 to enable extended accent marks and special characters.
3965 This is a Berkeley extension.
3967 To use the accent marks, place them @strong{after}
3968 the character being accented.
3969 @endDefmac
3971 The following accent marks are available
3972 after invoking the @code{AM} macro:
3974 @Defstr {\', ms}
3975 Acute accent.
3976 @endDefstr
3978 @Defstr {\`, ms}
3979 Grave accent.
3980 @endDefstr
3982 @Defstr {^, ms}
3983 Circumflex.
3984 @endDefstr
3986 @Defstr {\,, ms}
3987 Cedilla.
3988 @endDefstr
3990 @Defstr {~, ms}
3991 Tilde.
3992 @endDefstr
3994 @deffn String @t{\*[:]}
3995 @ifnotinfo
3996 @stindex : @r{[}ms@r{]}
3997 @end ifnotinfo
3998 @ifinfo
3999 @stindex \*[@r{<colon>}] @r{[}ms@r{]}
4000 @end ifinfo
4001 Umlaut.
4002 @end deffn
4004 @Defstr {v, ms}
4005 Hacek.
4006 @endDefstr
4008 @Defstr {_, ms}
4009 Macron (overbar).
4010 @endDefstr
4012 @Defstr {., ms}
4013 Underdot.
4014 @endDefstr
4016 @Defstr {o, ms}
4017 Ring above.
4018 @endDefstr
4020 The following are standalone characters
4021 available after invoking the @code{AM} macro:
4023 @Defstr {?, ms}
4024 Upside-down question mark.
4025 @endDefstr
4027 @Defstr {!, ms}
4028 Upside-down exclamation point.
4029 @endDefstr
4031 @Defstr {8, ms}
4032 German @ss{} ligature.
4033 @endDefstr
4035 @Defstr {3, ms}
4036 Yogh.
4037 @endDefstr
4039 @Defstr {Th, ms}
4040 Uppercase thorn.
4041 @endDefstr
4043 @Defstr {th, ms}
4044 Lowercase thorn.
4045 @endDefstr
4047 @Defstr {D-, ms}
4048 Uppercase eth.
4049 @endDefstr
4051 @Defstr {d-, ms}
4052 Lowercase eth.
4053 @endDefstr
4055 @Defstr {q, ms}
4056 Hooked o.
4057 @endDefstr
4059 @Defstr {ae, ms}
4060 Lowercase @ae{} ligature.
4061 @endDefstr
4063 @Defstr {Ae, ms}
4064 Uppercase @AE{} ligature.
4065 @endDefstr
4067 @c ---------------------------------------------------------------------
4069 @node Differences from AT&T ms,  , ms Page Layout, ms
4070 @subsection Differences from @acronym{AT&T} @file{ms}
4071 @cindex @code{ms} macros, differences from @acronym{AT&T}
4072 @cindex @acronym{AT&T} @code{troff}, @code{ms} macro package differences
4074 This section lists the (minor) differences between the
4075 @code{groff -ms} macros and @acronym{AT&T}
4076 @code{troff -ms} macros.
4078 @menu
4079 * Missing ms Macros::
4080 * Additional ms Macros::
4081 @end menu
4083 @c ---------------------------------------------------------------------
4085 @node Missing ms Macros, Additional ms Macros, Differences from AT&T ms, Differences from AT&T ms
4086 @subsubsection @code{troff} macros not appearing in @code{groff}
4088 Macros missing from @code{groff -ms}
4089 are cover page macros specific to Bell Labs.
4090 The macros known to be missing are:
4092 @table @code
4093 @item .TM
4094 Technical memorandum; a cover sheet style
4096 @item .IM
4097 Internal memorandum; a cover sheet style
4099 @item .MR
4100 Memo for record; a cover sheet style
4102 @item .MF
4103 Memo for file; a cover sheet style
4105 @item .EG
4106 Engineer's notes; a cover sheet style
4108 @item .TR
4109 Computing Science Tech Report; a cover sheet style
4111 @item .OK
4112 Other keywords
4114 @item .CS
4115 Cover sheet information
4117 @item .MH
4118 A cover sheet macro
4119 @end table
4121 @c ---------------------------------------------------------------------
4123 @node Additional ms Macros,  , Missing ms Macros, Differences from AT&T ms
4124 @subsubsection @code{groff} macros not appearing in @acronym{AT&T} @code{troff}
4126 The @code{groff -ms} macros have a few minor extensions
4127 compared to the @acronym{AT&T} @code{troff -ms} macros.
4129 @Defmac {AM, , ms}
4130 Improved accent marks.
4131 @xref{ms Strings and Special Characters}, for details.
4132 @endDefmac
4134 @Defmac {DS, @t{I}, ms}
4135 Indented display.
4136 The default behavior of @acronym{AT&T} @code{troff -ms}
4137 was to indent; the @code{groff} default prints displays
4138 flush left with the body text.
4139 @endDefmac
4141 @Defmac {CW, , ms}
4142 Print text in @code{constant width} (Courier) font.
4143 @endDefmac
4145 @Defmac {IX, , ms}
4146 Indexing term (printed on standard error).
4147 You can write a script to capture and process an index
4148 generated in this manner.
4149 @endDefmac
4151 @sp 1
4152 The following additional number registers
4153 appear in @code{groff -ms}:
4155 @Defmpreg {MINGW, ms}
4156 Specifies a minimum space
4157 between columns (for multi-column output); this takes the
4158 place of the @code{GW} register that was documented but apparently
4159 not implemented in @acronym{AT&T} @code{troff}.
4160 @endDefmpreg
4162 @sp 1
4163 Several new string registers are available as well.
4164 You can change these to handle (for example) the local language.
4165 @xref{ms Strings and Special Characters}, for details.
4168 @c =====================================================================
4170 @node me, mm, ms, Macro Packages
4171 @section @file{me}
4172 @cindex @code{me} macro package
4174 @c XXX documentation
4175 @c XXX this is a placeholder until we get stuff knocked into shape
4176 See the @file{meintro.me} and @file{meref.me} documents in
4177 groff's @file{doc} directory.
4180 @c =====================================================================
4182 @node mm,  , me, Macro Packages
4183 @section @file{mm}
4184 @cindex @code{mm} macro package
4186 @c XXX documentation
4187 @c XXX this is a placeholder until we get stuff knocked into shape
4188 See the @cite{groff_mm(7)} man page (type @command{man groff_mm} at
4189 the command line).
4192 @c =====================================================================
4193 @c =====================================================================
4195 @node gtroff Reference, Preprocessors, Macro Packages, Top
4196 @chapter @code{gtroff} Reference
4197 @cindex reference, @code{gtroff}
4198 @cindex @code{gtroff}, reference
4200 This chapter covers @strong{all} of the facilities of @code{gtroff}.
4201 Users of macro packages may skip it if not interested in details.
4204 @menu
4205 * Text::
4206 * Measurements::
4207 * Expressions::
4208 * Identifiers::
4209 * Embedded Commands::
4210 * Registers::
4211 * Manipulating Filling and Adjusting::
4212 * Manipulating Hyphenation::
4213 * Manipulating Spacing::
4214 * Tabs and Fields::
4215 * Character Translations::
4216 * Troff and Nroff Mode::
4217 * Line Layout::
4218 * Line Control::
4219 * Page Layout::
4220 * Page Control::
4221 * Fonts and Symbols::
4222 * Sizes::
4223 * Strings::
4224 * Conditionals and Loops::
4225 * Writing Macros::
4226 * Page Motions::
4227 * Drawing Requests::
4228 * Traps::
4229 * Diversions::
4230 * Environments::
4231 * Suppressing output::
4232 * Colors::
4233 * I/O::
4234 * Postprocessor Access::
4235 * Miscellaneous::
4236 * Gtroff Internals::
4237 * Debugging::
4238 * Implementation Differences::
4239 @end menu
4242 @c =====================================================================
4244 @node Text, Measurements, gtroff Reference, gtroff Reference
4245 @section Text
4246 @cindex text, @code{gtroff} processing
4248 @code{gtroff} input files contain text with control commands
4249 interspersed throughout.  But, even without control codes, @code{gtroff}
4250 still does several things with the input text:
4252 @itemize @bullet
4253 @item
4254 filling and adjusting
4256 @item
4257 adding additional space after sentences
4259 @item
4260 hyphenating
4262 @item
4263 inserting implicit line breaks
4264 @end itemize
4266 @menu
4267 * Filling and Adjusting::
4268 * Hyphenation::
4269 * Sentences::
4270 * Tab Stops::
4271 * Implicit Line Breaks::
4272 * Input Conventions::
4273 * Input Encodings::
4274 @end menu
4276 @c ---------------------------------------------------------------------
4278 @node Filling and Adjusting, Hyphenation, Text, Text
4279 @subsection Filling and Adjusting
4280 @cindex filling
4281 @cindex adjusting
4283 When @code{gtroff} reads text, it collects words from the input and fits
4284 as many of them together on one output line as it can.  This is known as
4285 @dfn{filling}.
4287 @cindex leading spaces
4288 @cindex spaces, leading and trailing
4289 @cindex extra spaces
4290 @cindex trailing spaces
4291 Once @code{gtroff} has a @dfn{filled} line, it tries to @dfn{adjust}
4292 it.  This means it widens the spacing between words until the text
4293 reaches the right margin (in the default adjustment mode).  Extra spaces
4294 between words are preserved, but spaces at the end of lines are ignored.
4295 Spaces at the front of a line cause a @dfn{break} (breaks are
4296 explained in @ref{Implicit Line Breaks}).
4298 @xref{Manipulating Filling and Adjusting}.
4300 @c ---------------------------------------------------------------------
4302 @node Hyphenation, Sentences, Filling and Adjusting, Text
4303 @subsection Hyphenation
4304 @cindex hyphenation
4306 Since the odds are not great for finding a set of words, for every
4307 output line, which fit nicely on a line without inserting excessive
4308 amounts of space between words, @code{gtroff} hyphenates words so
4309 that it can justify lines without inserting too much space between
4310 words.  It uses an internal hyphenation algorithm (a simplified version
4311 of the algorithm used within @TeX{}) to indicate which words can be
4312 hyphenated and how to do so.  When a word is hyphenated, the first part
4313 of the word is added to the current filled line being output (with
4314 an attached hyphen), and the other portion is added to the next
4315 line to be filled.
4317 @xref{Manipulating Hyphenation}.
4319 @c ---------------------------------------------------------------------
4321 @node Sentences, Tab Stops, Hyphenation, Text
4322 @subsection Sentences
4323 @cindex sentences
4325 Although it is often debated, some typesetting rules say there should be
4326 different amounts of space after various punctuation marks.  For
4327 example, the @cite{Chicago typsetting manual} says that a period at the
4328 end of a sentence should have twice as much space following it as would
4329 a comma or a period as part of an abbreviation.
4331 @c XXX exact citation of Chicago manual
4333 @cindex sentence space
4334 @cindex space between sentences
4335 @cindex french-spacing
4336 @code{gtroff} does this by flagging certain characters (normally
4337 @samp{!}, @samp{?}, and @samp{.}) as @dfn{end-of-sentence} characters.
4338 When @code{gtroff} encounters one of these characters at the end of a
4339 line, it appends a normal space followed by a @dfn{sentence space} in
4340 the formatted output.  (This justifies one of the conventions mentioned
4341 in @ref{Input Conventions}.)
4343 @cindex transparent characters
4344 @cindex character, transparent
4345 @cindex @code{dg} glyph, at end of sentence
4346 @cindex @code{rq} glyph, at end of sentence
4347 @cindex @code{"}, at end of sentence
4348 @cindex @code{'}, at end of sentence
4349 @cindex @code{)}, at end of sentence
4350 @cindex @code{]}, at end of sentence
4351 @cindex @code{*}, at end of sentence
4352 In addition, the following characters and symbols are treated
4353 transparently while handling end-of-sentence characters: @samp{"},
4354 @samp{'}, @samp{)}, @samp{]}, @samp{*}, @code{\[dg]}, and @code{\[rq]}.
4356 See the @code{cflags} request in @ref{Using Symbols}, for more details.
4358 @cindex @code{\&}, at end of sentence
4359 To prevent the insertion of extra space after an end-of-sentence
4360 character (at the end of a line), append @code{\&}.
4362 @c ---------------------------------------------------------------------
4364 @node Tab Stops, Implicit Line Breaks, Sentences, Text
4365 @subsection Tab Stops
4366 @cindex tab stops
4367 @cindex stops, tabulator
4368 @cindex tab character
4369 @cindex character, tabulator
4371 @cindex @acronym{EBCDIC} encoding
4372 @cindex encoding, @acronym{EBCDIC}
4373 @code{gtroff} translates @dfn{tabulator characters}, also called
4374 @dfn{tabs} (normally code point @acronym{ASCII} @code{0x09} or
4375 @acronym{EBCDIC} @code{0x05}), in the input into movements to the next
4376 tabulator stop.  These tab stops are initially located every half inch
4377 across the page.  Using this, simple tables can be made easily.
4378 However, it can often be deceptive as the appearance (and width) of the
4379 text on a terminal and the results from @code{gtroff} can vary greatly.
4381 Also, a possible sticking point is that lines beginning with tab
4382 characters are still filled, again producing unexpected results.
4383 For example, the following input
4385 @multitable {12345678} {12345678} {12345678} {12345678}
4386 @item
4387 @tab 1 @tab 2 @tab 3
4388 @item
4389 @tab   @tab 4 @tab 5
4390 @end multitable
4392 @noindent
4393 produces
4395 @multitable {12345678} {12345678} {12345678} {12345678} {12345678} {12345678} {12345678}
4396 @item
4397 @tab 1 @tab 2 @tab 3 @tab   @tab 4 @tab 5
4398 @end multitable
4400 @xref{Tabs and Fields}.
4402 @c ---------------------------------------------------------------------
4404 @node Implicit Line Breaks, Input Conventions, Tab Stops, Text
4405 @subsection Implicit Line Breaks
4406 @cindex implicit line breaks
4407 @cindex implicit breaks of lines
4408 @cindex line, implicit breaks
4409 @cindex break, implicit
4410 @cindex line break
4412 An important concept in @code{gtroff} is the @dfn{break}.  When a break
4413 occurs, @code{gtroff} outputs the partially filled line
4414 (unjustified), and resumes collecting and filling text on the next output
4415 line.
4417 @cindex blank line
4418 @cindex empty line
4419 @cindex line, blank
4420 @cindex blank line macro (@code{blm})
4421 There are several ways to cause a break in @code{gtroff}.  A blank
4422 line not only causes a break, but it also outputs a one-line vertical
4423 space (effectively a blank line).  Note that this behaviour can be
4424 modified with the blank line macro request @code{blm}.
4425 @xref{Blank Line Traps}.
4427 @cindex fill mode
4428 @cindex mode, fill
4429 A line that begins with a space causes a break and the space is
4430 output at the beginning of the next line.  Note that this space isn't
4431 adjusted, even in fill mode.
4433 The end of file also causes a break -- otherwise the last line of
4434 the document may vanish!
4436 Certain requests also cause breaks, implicitly or explicitly.  This is
4437 discussed in @ref{Manipulating Filling and Adjusting}.
4439 @c ---------------------------------------------------------------------
4441 @node Input Conventions, Input Encodings, Implicit Line Breaks, Text
4442 @subsection Input Conventions
4443 @cindex input conventions
4444 @cindex conventions for input
4446 Since @code{gtroff} does filling automatically, it is traditional in
4447 @code{groff} not to try and type things in as nicely formatted
4448 paragraphs.  These are some conventions commonly used when typing
4449 @code{gtroff} text:
4451 @itemize @bullet
4452 @item
4453 Break lines after punctuation, particularly at the end of a sentence
4454 and in other logical places.  Keep separate phrases on lines by
4455 themselves, as entire phrases are often added or deleted when editing.
4457 @item
4458 Try to keep lines less than 40-60@tie{}characters, to allow space for
4459 inserting more text.
4461 @item
4462 Do not try to do any formatting in a @acronym{WYSIWYG} manner (i.e.,
4463 don't try using spaces to get proper indentation).
4464 @end itemize
4466 @c ---------------------------------------------------------------------
4468 @node Input Encodings,  , Input Conventions, Text
4469 @subsection Input Encodings
4471 Currently, the following input encodings are available.
4473 @table @asis
4474 @item cp1047
4475 @cindex encoding, input, @acronym{EBCDIC}
4476 @cindex @acronym{EBCDIC}, input encoding
4477 @cindex input encoding, @acronym{EBCDIC}
4478 @cindex encoding, input, cp1047
4479 @cindex cp1047, input encoding
4480 @cindex input encoding, cp1047
4481 @cindex IBM cp1047 input encoding
4482 @pindex cp1047.tmac
4483 This input encoding works only on @acronym{EBCDIC} platforms (and vice
4484 versa, the other input encodings don't work with @acronym{EBCDIC}); the
4485 file @file{cp1047.tmac} is by default loaded at start-up.
4487 @item latin-1
4488 @cindex encoding, input, @w{latin-1} (ISO @w{8859-1})
4489 @cindex @w{latin-1} (ISO @w{8859-1}), input encoding
4490 @cindex ISO @w{8859-1} (@w{latin-1}), input encoding
4491 @cindex input encoding, @w{latin-1} (ISO @w{8859-1})
4492 @pindex latin1.tmac
4493 This is the default input encoding on non-@acronym{EBCDIC} platforms;
4494 the file @file{latin1.tmac} is loaded at start-up.
4496 @item latin-2
4497 @cindex encoding, input, @w{latin-2} (ISO @w{8859-2})
4498 @cindex @w{latin-2} (ISO @w{8859-2}), input encoding
4499 @cindex ISO @w{8859-2} (@w{latin-2}), input encoding
4500 @cindex input encoding, @w{latin-2} (ISO @w{8859-2})
4501 @pindex latin2.tmac
4502 To use this encoding, either say @w{@samp{.mso latin2.tmac}} at the very
4503 beginning of your document or use @samp{-mlatin2} as a command line
4504 argument for @code{groff}.
4506 @item latin-9 (latin-0)
4507 @cindex encoding, input, @w{latin-9} (@w{latin-0}, ISO @w{8859-15})
4508 @cindex @w{latin-9} (@w{latin-0}, ISO @w{8859-15}), input encoding
4509 @cindex ISO @w{8859-15} (@w{latin-9}, @w{latin-0}), input encoding
4510 @cindex input encoding, @w{latin-9} (@w{latin-9}, ISO @w{8859-15})
4511 @pindex latin9.tmac
4512 This encoding is intended (at least in Europe) to replace @w{latin-1}
4513 encoding.  The main difference to @w{latin-1} is that @w{latin-9}
4514 contains the Euro character.  To use this encoding, either say
4515 @w{@samp{.mso latin9.tmac}} at the very beginning of your document or
4516 use @samp{-mlatin9} as a command line argument for @code{groff}.
4517 @end table
4519 Note that it can happen that some input encoding characters are not
4520 available for a particular output device.  For example, saying
4522 @Example
4523 groff -Tlatin1 -mlatin9 ...
4524 @endExample
4526 @noindent
4527 will fail if you use the Euro character in the input.  Usually, this
4528 limitation is present only for devices which have a limited set of
4529 output glyphs (e.g.@: @option{-Tascii} and @option{-Tlatin1}); for other
4530 devices it is usually sufficient to install proper fonts which contain
4531 the necessary glyphs.
4533 @pindex freeeuro.pfa
4534 @pindex ec.tmac
4535 Due to the importance of the Euro glyph in Europe, the groff package now
4536 comes with a @sc{PostScript} font called @file{freeeuro.pfa} which
4537 provides various glyph shapes for the Euro.  With other words,
4538 @w{latin-9} encoding is supported for the @option{-Tps} device out of
4539 the box (@w{latin-2} isn't).
4541 By its very nature, @option{-Tutf8} supports all input encodings;
4542 @option{-Tdvi} has support for both @w{latin-2} and @w{latin-9} if the
4543 command line @option{-mec} is used also to load the file @file{ec.tmac}
4544 (which flips to the EC fonts).
4547 @c =====================================================================
4549 @node Measurements, Expressions, Text, gtroff Reference
4550 @section Measurements
4551 @cindex measurements
4553 @cindex units of measurement
4554 @cindex basic unit (@code{u})
4555 @cindex machine unit (@code{u})
4556 @cindex measurement unit
4557 @cindex @code{u} unit
4558 @cindex unit, @code{u}
4559 @code{gtroff} (like many other programs) requires numeric parameters to
4560 specify various measurements.  Most numeric parameters@footnote{those
4561 that specify vertical or horizontal motion or a type size} may have a
4562 @dfn{measurement unit} attached.  These units are specified as a single
4563 character which immediately follows the number or expression.  Each of
4564 these units are understood, by @code{gtroff}, to be a multiple of its
4565 @dfn{basic unit}.  So, whenever a different measurement unit is
4566 specified @code{gtroff} converts this into its @dfn{basic units}.  This
4567 basic unit, represented by a @samp{u}, is a device dependent measurement
4568 which is quite small, ranging from 1/75@dmn{th} to 1/72000@dmn{th} of an
4569 inch.  The values may be given as fractional numbers; however,
4570 fractional basic units are always rounded to integers.
4572 Some of the measurement units are completely independent of any of the
4573 current settings (e.g.@: type size) of @code{gtroff}.
4575 @table @code
4576 @item i
4577 @cindex inch unit (@code{i})
4578 @cindex @code{i} unit
4579 @cindex unit, @code{i}
4580 Inches.  An antiquated measurement unit still in use in certain
4581 backwards countries with incredibly low-cost computer equipment.  One
4582 inch is equal to@tie{}2.54@dmn{cm}.
4584 @item c
4585 @cindex centimeter unit (@code{c})
4586 @cindex @code{c} unit
4587 @cindex unit, @code{c}
4588 Centimeters.  One centimeter is equal to@tie{}0.3937@dmn{in}.
4590 @item p
4591 @cindex point unit (@code{p})
4592 @cindex @code{p} unit
4593 @cindex unit, @code{p}
4594 Points.  This is a typesetter's measurement used for measure type size.
4595 It is 72@tie{}points to an inch.
4597 @item P
4598 @cindex pica unit (@code{P})
4599 @cindex @code{P} unit
4600 @cindex unit, @code{P}
4601 Pica.  Another typesetting measurement.  6@tie{}Picas to an inch (and
4602 12@tie{}points to a pica).
4604 @item s
4605 @itemx z
4606 @cindex @code{s} unit
4607 @cindex unit, @code{s}
4608 @cindex @code{z} unit
4609 @cindex unit, @code{z}
4610 @xref{Fractional Type Sizes}, for a discussion of these units.
4612 @item f
4613 @cindex @code{f} unit
4614 @cindex unit, @code{f}
4615 Fractions. Value is 65536.
4616 @xref{Colors}, for usage.
4617 @end table
4619 The other measurements understood by @code{gtroff} depend on
4620 settings currently in effect in @code{gtroff}.  These are very useful
4621 for specifying measurements which should look proper with any size of
4622 text.
4624 @table @code
4625 @item m
4626 @cindex em unit (@code{m})
4627 @cindex @code{m} unit
4628 @cindex unit, @code{m}
4629 Ems.  This unit is equal to the current font size in points.  So called
4630 because it is @emph{approximately} the width of the letter@tie{}@samp{m}
4631 in the current font.
4633 @item n
4634 @cindex en unit (@code{n})
4635 @cindex @code{n} unit
4636 @cindex unit, @code{n}
4637 Ens.  In @code{groff}, this is half of an em.
4639 @item v
4640 @cindex vertical space unit (@code{v})
4641 @cindex space, vertical, unit (@code{v})
4642 @cindex @code{v} unit
4643 @cindex unit, @code{v}
4644 Vertical space.  This is equivalent to the current line spacing.
4645 @xref{Sizes}, for more information about this.
4647 @item M
4648 @cindex @code{M} unit
4649 @cindex unit, @code{M}
4650 100ths of an em.
4651 @end table
4653 @menu
4654 * Default Units::
4655 @end menu
4657 @c ---------------------------------------------------------------------
4659 @node Default Units,  , Measurements, Measurements
4660 @subsection Default Units
4661 @cindex default units
4662 @cindex units, default
4664 Many requests take a default unit.  While this can be helpful at times,
4665 it can cause strange errors in some expressions.  For example, the line
4666 length request expects em units.  Here are several attempts to get a
4667 line length of 3.5@tie{}inches and their results:
4669 @Example
4670 3.5i      @result{}   3.5i
4671 7/2       @result{}   0i
4672 7/2i      @result{}   0i
4673 (7 / 2)u  @result{}   0i
4674 7i/2      @result{}   0.1i
4675 7i/2u     @result{}   3.5i
4676 @endExample
4678 @noindent
4679 Everything is converted to basic units first.  In the above example it
4680 is assumed that 1@dmn{i} equals@tie{}240@dmn{u}, and 1@dmn{m}
4681 equals@tie{}10@dmn{p} (thus 1@dmn{m} equals@tie{}33@dmn{u}).  The value
4682 7@dmn{i}/2 is first handled as 7@dmn{i}/2@dmn{m}, then converted to
4683 1680@dmn{u}/66@dmn{u} which is 25@dmn{u}, and this is approximately
4684 0.1@dmn{i}.  As can be seen, a scaling indicator after a closing
4685 parenthesis is simply ignored.
4687 @cindex measurements, specifying safely
4688 Thus, the safest way to specify measurements is to always
4689 attach a scaling indicator.  If you want to multiply or divide by a
4690 certain scalar value, use @samp{u} as the unit for that value.
4693 @c =====================================================================
4695 @node Expressions, Identifiers, Measurements, gtroff Reference
4696 @section Expressions
4697 @cindex expressions
4699 @code{gtroff} has most arithmetic operators common to other languages:
4701 @itemize @bullet
4702 @item
4703 @cindex arithmetic operators
4704 @cindex operators, arithmetic
4705 @opindex +
4706 @opindex -
4707 @opindex /
4708 @opindex *
4709 @opindex %
4710 Arithmetic: @samp{+} (addition), @samp{-} (subtraction), @samp{/}
4711 (division), @samp{*} (multiplication), @samp{%} (modulo).
4713 @code{gtroff} only provides integer arithmetic.  The internal type used
4714 for computing results is @samp{int}, which is usually a 32@dmn{bit}
4715 signed integer.
4717 @item
4718 @cindex comparison operators
4719 @cindex operators, comparison
4720 @opindex <
4721 @opindex >
4722 @opindex >=
4723 @opindex <=
4724 @opindex =
4725 @opindex ==
4726 Comparison: @samp{<} (less than), @samp{>} (greater than), @samp{<=}
4727 (less than or equal), @samp{>=} (greater than or equal), @samp{=}
4728 (equal), @samp{==} (the same as @samp{=}).
4730 @item
4731 @cindex logical operators
4732 @cindex operators, logical
4733 @opindex &
4734 @ifnotinfo
4735 @opindex :
4736 @end ifnotinfo
4737 @ifinfo
4738 @opindex @r{<colon>}
4739 @end ifinfo
4740 Logical: @samp{&} (logical and), @samp{:} (logical or).
4742 @item
4743 @cindex unary operators
4744 @cindex operators, unary
4745 @opindex -
4746 @opindex +
4747 @opindex !
4748 @cindex @code{if} request, and the @samp{!} operator
4749 @cindex @code{while} request, and the @samp{!} operator
4750 Unary operators: @samp{-} (negating, i.e.@: changing the sign), @samp{+}
4751 (just for completeness; does nothing in expressions), @samp{!} (logical
4752 not; this works only within @code{if} and @code{while} requests).  See
4753 below for the use of unary operators in motion requests.
4755 @item
4756 @cindex extremum operators (@code{>?}, @code{<?})
4757 @cindex operators, extremum (@code{>?}, @code{<?})
4758 @opindex >?
4759 @opindex <?
4760 Extrema: @samp{>?} (maximum), @samp{<?} (minimum).
4762 Example:
4764 @Example
4765 .nr x 5
4766 .nr y 3
4767 .nr z (\n[x] >? \n[y])
4768 @endExample
4770 @noindent
4771 The register@tie{}@code{z} now contains@tie{}5.
4773 @item
4774 @cindex scaling operator
4775 @cindex operator, scaling
4776 Scaling: @code{(@var{c};@var{e})}.  Evaluate@tie{}@var{e} using@tie{}@var{c}
4777 as the default scaling indicator.  If @var{c} is missing, ignore scaling
4778 indicators in the evaluation of@tie{}@var{e}.
4779 @end itemize
4781 @cindex parentheses
4782 @cindex order of evaluation in expressions
4783 @cindex expression, order of evaluation
4784 @opindex (
4785 @opindex )
4786 Parentheses may be used as in any other language.  However, in
4787 @code{gtroff} they are necessary to ensure order of evaluation.
4788 @code{gtroff} has no operator precedence; expressions are evaluated left
4789 to right.  This means that @code{gtroff} evaluates @samp{3+5*4} as if it were
4790 parenthesized like @samp{(3+5)*4}, not as @samp{3+(5*4)}, as might be
4791 expected.
4793 @cindex @code{+}, and page motion
4794 @cindex @code{-}, and page motion
4795 @cindex motion operators
4796 @cindex operators, motion
4797 For many requests which cause a motion on the page, the unary operators
4798 @samp{+} and @samp{-} work differently if leading an expression.  They
4799 then indicate a motion relative to the current position (down or up,
4800 respectively).
4802 @cindex @code{|}, and page motion
4803 @cindex absolute position operator (@code{|})
4804 @cindex position, absolute, operator (@code{|})
4805 Similarly, a leading @samp{|} operator indicates an absolute position.
4806 For vertical movements, it specifies the distance from the top of the
4807 page; for horizontal movements, it gives the distance from the beginning
4808 of the @emph{input} line.
4810 @cindex @code{bp} request, using @code{+} and@tie{}@code{-}
4811 @cindex @code{in} request, using @code{+} and@tie{}@code{-}
4812 @cindex @code{ll} request, using @code{+} and@tie{}@code{-}
4813 @cindex @code{lt} request, using @code{+} and@tie{}@code{-}
4814 @cindex @code{nm} request, using @code{+} and@tie{}@code{-}
4815 @cindex @code{nr} request, using @code{+} and@tie{}@code{-}
4816 @cindex @code{pl} request, using @code{+} and@tie{}@code{-}
4817 @cindex @code{pn} request, using @code{+} and@tie{}@code{-}
4818 @cindex @code{po} request, using @code{+} and@tie{}@code{-}
4819 @cindex @code{ps} request, using @code{+} and@tie{}@code{-}
4820 @cindex @code{pvs} request, using @code{+} and@tie{}@code{-}
4821 @cindex @code{rt} request, using @code{+} and@tie{}@code{-}
4822 @cindex @code{ti} request, using @code{+} and@tie{}@code{-}
4823 @cindex @code{\H}, using @code{+} and@tie{}@code{-}
4824 @cindex @code{\R}, using @code{+} and@tie{}@code{-}
4825 @cindex @code{\s}, using @code{+} and@tie{}@code{-}
4826 @samp{+} and @samp{-} are also treated differently by the following
4827 requests and escapes: @code{bp}, @code{in}, @code{ll}, @code{lt},
4828 @code{nm}, @code{nr}, @code{pl}, @code{pn}, @code{po}, @code{ps},
4829 @code{pvs}, @code{rt}, @code{ti}, @code{\H}, @code{\R}, and @code{\s}.
4830 Here, leading plus and minus signs indicate increments and decrements.
4832 @xref{Setting Registers}, for some examples.
4834 @Defesc {\\B, ', anything, '}
4835 @cindex numeric expression, valid
4836 @cindex valid numeric expression
4837 Return@tie{}1 if @var{anything} is a valid numeric expression;
4838 or@tie{}0 if @var{anything} is empty or not a valid numeric expression.
4839 @endDefesc
4841 @cindex space characters, in expressions
4842 @cindex expressions, and space characters
4843 Due to the way arguments are parsed, spaces are not allowed in
4844 expressions, unless the entire expression is surrounded by parentheses.
4846 @xref{Request and Macro Arguments}, and @ref{Conditionals and Loops}.
4849 @c =====================================================================
4851 @node Identifiers, Embedded Commands, Expressions, gtroff Reference
4852 @section Identifiers
4853 @cindex identifiers
4855 Like any other language, @code{gtroff} has rules for properly formed
4856 @dfn{identifiers}.  In @code{gtroff}, an identifier can be made up of
4857 almost any printable character, with the exception of the following
4858 characters:
4860 @itemize @bullet
4861 @item
4862 @cindex whitespace characters
4863 @cindex newline character
4864 @cindex character, whitespace
4865 Whitespace characters (spaces, tabs, and newlines).
4867 @item
4868 @cindex character, backspace
4869 @cindex backspace character
4870 @cindex @acronym{EBCDIC} encoding of backspace
4871 Backspace (@acronym{ASCII}@tie{}@code{0x08} or
4872 @acronym{EBCDIC}@tie{}@code{0x16}) and character code @code{0x01}.
4874 @item
4875 @cindex invalid input characters
4876 @cindex input characters, invalid
4877 @cindex characters, invalid input
4878 @cindex Unicode
4879 The following input characters are invalid and are ignored if
4880 @code{groff} runs on a machine based on @acronym{ASCII}, causing a
4881 warning message of type @samp{input} (see @ref{Debugging}, for more
4882 details): @code{0x00}, @code{0x0B}, @code{0x0D}-@code{0x1F},
4883 @code{0x80}-@code{0x9F}.
4885 And here are the invalid input characters if @code{groff} runs on an
4886 @acronym{EBCDIC} host: @code{0x00}, @code{0x08}, @code{0x09},
4887 @code{0x0B}, @code{0x0D}-@code{0x14}, @code{0x17}-@code{0x1F},
4888 @code{0x30}-@code{0x3F}.
4890 Currently, some of these reserved codepoints are used internally, thus
4891 making it non-trivial to extend @code{gtroff} to cover Unicode or other
4892 character sets and encodings which use characters of these ranges.
4894 Note that invalid characters are removed before parsing; an
4895 identifier @code{foo}, followed by an invalid character, followed by
4896 @code{bar} is treated as @code{foobar}.
4897 @end itemize
4899 For example, any of the following is valid.
4901 @Example
4905 end-list
4907 @endExample
4909 @cindex @code{]}, as part of an identifier
4910 @noindent
4911 Note that identifiers longer than two characters with a closing bracket
4912 (@samp{]}) in its name can't be accessed with escape sequences which
4913 expect an identifier as a parameter.  For example, @samp{\[foo]]}
4914 accesses the glyph @samp{foo}, followed by @samp{]}, whereas
4915 @samp{\C'foo]'} really asks for glyph @samp{foo]}.
4917 @cindex @code{refer}, and macro names starting with @code{[} or @code{]}
4918 @cindex @code{[}, macro names starting with, and @code{refer}
4919 @cindex @code{]}, macro names starting with, and @code{refer}
4920 @cindex macro names, starting with @code{[} or @code{]}, and @code{refer}
4921 To avoid problems with the @code{refer} preprocessor, macro names
4922 should not start with @samp{[} or @samp{]}.  Due to backwards
4923 compatibility, everything after @samp{.[} and @samp{.]} is handled as
4924 a special argument to @code{refer}.  For example, @samp{.[foo} makes
4925 @code{refer} to start a reference, using @samp{foo} as a parameter.
4927 @Defesc {\\A, ', ident, '}
4928 Test whether an identifier @var{ident} is valid in @code{gtroff}.  It
4929 expands to the character@tie{}1 or@tie{}0 according to whether its
4930 argument (usually delimited by quotes) is or is not acceptable as the
4931 name of a string, macro, diversion, number register, environment, or
4932 font.  It returns@tie{}0 if no argument is given.  This is useful for
4933 looking up user input in some sort of associative table.
4935 @Example
4936 \A'end-list'
4937     @result{} 1
4938 @endExample
4939 @endDefesc
4941 @xref{Escapes}, for details on parameter delimiting characters.
4943 Identifiers in @code{gtroff} can be any length, but, in some contexts,
4944 @code{gtroff} needs to be told where identifiers end and text begins
4945 (and in different ways depending on their length):
4947 @itemize @bullet
4948 @item
4949 Single character.
4951 @cindex @code{(}, starting a two-character identifier
4952 @item
4953 Two characters.  Must be prefixed with @samp{(} in some situations.
4955 @cindex @code{[}, starting an identifier
4956 @cindex @code{]}, ending an identifier
4957 @item
4958 Arbitrary length (@code{gtroff} only).  Must be bracketed with @samp{[}
4959 and@tie{}@samp{]} in some situations.  Any length identifier can be put
4960 in brackets.
4961 @end itemize
4963 @cindex undefined identifiers
4964 @cindex identifiers, undefined
4965 Unlike many other programming languages, undefined identifiers are
4966 silently ignored or expanded to nothing.
4967 When @code{gtroff} finds an undefined identifier, it emits a
4968 warning, doing the following:
4970 @itemize @bullet
4971 @item
4972 If the identifier is a string, macro, or diversion,
4973 @code{gtroff} defines it as empty.
4975 @item
4976 If the identifier is a number register, @code{gtroff}
4977 defines it with a value of@tie{}0.
4978 @end itemize
4980 @xref{Warnings}., @ref{Interpolating Registers}, and @ref{Strings}.
4982 Note that macros, strings, and diversions share the same name space.
4984 @Example
4985 .de xxx
4986 .  nop foo
4989 .di xxx
4994 .xxx
4995     @result{} bar
4996 @endExample
4998 @noindent
4999 As can be seen in the previous example, @code{gtroff} reuses the
5000 identifier @samp{xxx}, changing it from a macro to a diversion.
5001 No warning is emitted!  The contents of the first macro definition is
5002 lost.
5004 @xref{Interpolating Registers}, and @ref{Strings}.
5007 @c =====================================================================
5009 @node Embedded Commands, Registers, Identifiers, gtroff Reference
5010 @section Embedded Commands
5011 @cindex embedded commands
5012 @cindex commands, embedded
5014 Most documents need more functionality beyond filling, adjusting and
5015 implicit line breaking.  In order to gain further functionality,
5016 @code{gtroff} allows commands to be embedded into the text, in two ways.
5018 The first is a @dfn{request} which takes up an entire line, and does
5019 some large-scale operation (e.g.@: break lines, start new pages).
5021 The other is an @dfn{escape} which can be usually embedded anywhere
5022 in the text; most requests can accept it even as an argument.
5023 Escapes generally do more minor operations like sub- and superscripts,
5024 print a symbol, etc.
5026 @menu
5027 * Requests::
5028 * Macros::
5029 * Escapes::
5030 @end menu
5032 @c ---------------------------------------------------------------------
5034 @node Requests, Macros, Embedded Commands, Embedded Commands
5035 @subsection Requests
5036 @cindex requests
5038 @cindex control character (@code{.})
5039 @cindex character, control (@code{.})
5040 @cindex no-break control character (@code{'})
5041 @cindex character, no-break control (@code{'})
5042 @cindex control character, no-break (@code{'})
5043 A request line begins with a control character, which is either a single
5044 quote (@samp{'}, the @dfn{no-break control character}) or a period
5045 (@samp{.}, the normal @dfn{control character}).  These can be changed;
5046 see @ref{Character Translations}, for details.  After this there may be
5047 optional tabs or spaces followed by an identifier which is the name of
5048 the request.  This may be followed by any number of space-separated
5049 arguments (@emph{no} tabs here).
5051 @cindex structuring source code of documents or macro packages
5052 @cindex documents, structuring the source code
5053 @cindex macro packages, structuring the source code
5054 Since a control character followed by whitespace only is ignored, it
5055 is common practice to use this feature for structuring the source code
5056 of documents or macro packages.
5058 @Example
5059 .de foo
5060 .  tm This is foo.
5064 .de bar
5065 .  tm This is bar.
5067 @endExample
5069 @cindex blank line
5070 @cindex blank line macro (@code{blm})
5071 Another possibility is to use the blank line macro request @code{blm}
5072 by assigning an empty macro to it.
5074 @Example
5075 .de do-nothing
5077 .blm do-nothing  \" activate blank line macro
5079 .de foo
5080 .  tm This is foo.
5084 .de bar
5085 .  tm This is bar.
5088 .blm             \" deactivate blank line macro
5089 @endExample
5091 @xref{Blank Line Traps}.
5093 @cindex zero width space character (@code{\&})
5094 @cindex character, zero width space (@code{\&})
5095 @cindex space character, zero width (@code{\&})
5096 @cindex @code{\&}, escaping control characters
5097 To begin a line with a control character without it being interpreted,
5098 precede it with @code{\&}.  This represents a zero width space, which
5099 means it does not affect the output.
5101 In most cases the period is used as a control character.  Several
5102 requests cause a break implicitly; using the single quote control
5103 character prevents this.
5105 @menu
5106 * Request and Macro Arguments::
5107 @end menu
5109 @node Request and Macro Arguments,  , Requests, Requests
5110 @subsubsection Request and Macro Arguments
5111 @cindex request arguments
5112 @cindex macro arguments
5113 @cindex arguments to requests and macros
5115 Arguments to requests and macros are processed much like the shell:
5116 The line is split into arguments according to
5117 spaces.@footnote{Plan@tie{}9's @code{troff} implementation also allows
5118 tabs for argument separation -- @code{gtroff} intentionally doesn't
5119 support this.}
5121 @cindex spaces, in a macro argument
5122 An argument to a macro which is intended to contain spaces can either be
5123 enclosed in double quotes, or have the spaces @dfn{escaped} with
5124 backslashes.  This is @emph{not} true for requests.
5126 Here are a few examples for a hypothetical macro @code{uh}:
5128 @Example
5129 .uh The Mouse Problem
5130 .uh "The Mouse Problem"
5131 .uh The\ Mouse\ Problem
5132 @endExample
5134 @cindex @code{\~}, difference to @code{\@key{SP}}
5135 @cindex @code{\@key{SP}}, difference to @code{\~}
5136 @noindent
5137 The first line is the @code{uh} macro being called with 3 arguments,
5138 @samp{The}, @samp{Mouse}, and @samp{Problem}.  The latter two have the
5139 same effect of calling the @code{uh} macro with one argument, @samp{The
5140 Mouse Problem}.@footnote{The last solution, i.e., using escaped spaces,
5141 is ``classical'' in the sense that it can be found in most @code{troff}
5142 documents.  Nevertheless, it is not optimal in all situations, since
5143 @w{@samp{\ }} inserts a fixed-width, non-breaking space character which
5144 can't stretch.  @code{gtroff} provides a different command @code{\~} to
5145 insert a stretchable, non-breaking space.}
5147 @cindex @code{"}, in a macro argument
5148 @cindex double quote, in a macro argument
5149 A double quote which isn't preceded by a space doesn't start a macro
5150 argument.  If not closing a string, it is printed literally.
5152 For example,
5154 @Example
5155 .xxx a" "b c" "de"fg"
5156 @endExample
5158 @noindent
5159 has the arguments @samp{a"}, @w{@samp{b c}}, @samp{de}, and @samp{fg"}.
5160 Don't rely on this obscure behaviour!
5162 There are two possibilities to get a double quote reliably.
5164 @itemize @bullet
5165 @item
5166 Enclose the whole argument with double quotes and use two consecutive double
5167 quotes to represent a single one.  This traditional solution has the
5168 disadvantage that double quotes don't survive argument expansion again if
5169 called in compatibility mode (using the @option{-C} option of @code{groff}):
5171 @Example
5172 .de xx
5173 .  tm xx: `\\$1' `\\$2' `\\$3'
5175 .  yy "\\$1" "\\$2" "\\$3"
5177 .de yy
5178 .  tm yy: `\\$1' `\\$2' `\\$3'
5180 .xx A "test with ""quotes""" .
5181     @result{} xx: `A' `test with "quotes"' `.'
5182     @result{} yy: `A' `test with ' `quotes""'
5183 @endExample
5185 @noindent
5186 If not in compatibility mode, you get the expected result
5188 @Example
5189 xx: `A' `test with "quotes"' `.'
5190 yy: `A' `test with "quotes"' `.'
5191 @endExample
5193 @noindent
5194 since @code{gtroff} preserves the input level.
5196 @item
5197 Use the double quote glyph @code{\(dq}.  This works with and without
5198 compatibility mode enabled since @code{gtroff} doesn't convert @code{\(dq}
5199 back to a double quote input character.
5201 Not that this method won't work with @acronym{UNIX} @code{troff} in general
5202 since the glyph `dq' isn't defined normally.
5203 @end itemize
5205 @cindex @code{ds} request, and double quotes
5206 Double quotes in the @code{ds} request are handled differently.
5207 @xref{Strings}, for more details.
5209 @c ---------------------------------------------------------------------
5211 @node Macros, Escapes, Requests, Embedded Commands
5212 @subsection Macros
5213 @cindex macros
5215 @code{gtroff} has a @dfn{macro} facility for defining a series of lines
5216 which can be invoked by name.  They are called in the same manner as
5217 requests -- arguments also may be passed basically in the same manner.
5219 @xref{Writing Macros}, and @ref{Request and Macro Arguments}.
5221 @c ---------------------------------------------------------------------
5223 @node Escapes,  , Macros, Embedded Commands
5224 @subsection Escapes
5225 @cindex escapes
5227 Escapes may occur anywhere in the input to @code{gtroff}.  They usually
5228 begin with a backslash and are followed by a single character which
5229 indicates the function to be performed.  The escape character can be
5230 changed; see @ref{Character Translations}.
5232 Escape sequences which require an identifier as a parameter accept three
5233 possible syntax forms.
5235 @itemize @bullet
5236 @item
5237 The next single character is the identifier.
5239 @cindex @code{(}, starting a two-character identifier
5240 @item
5241 If this single character is an opening parenthesis, take the following
5242 two characters as the identifier.  Note that there is no closing
5243 parenthesis after the identifier.
5245 @cindex @code{[}, starting an identifier
5246 @cindex @code{]}, ending an identifier
5247 @item
5248 If this single character is an opening bracket, take all characters
5249 until a closing bracket as the identifier.
5250 @end itemize
5252 @noindent
5253 Examples:
5255 @Example
5257 \n(XX
5258 \*[TeX]
5259 @endExample
5261 @cindex @code{'}, delimiting arguments
5262 @cindex argument delimiting characters
5263 @cindex characters, argument delimiting
5264 @cindex delimiting characters for arguments
5265 Other escapes may require several arguments and/or some special format.
5266 In such cases the argument is traditionally enclosed in single quotes
5267 (and quotes are always used in this manual for the definitions of escape
5268 sequences).  The enclosed text is then processed according to what that
5269 escape expects.  Example:
5271 @Example
5272 \l'1.5i\(bu'
5273 @endExample
5275 @cindex @code{\o}, possible quote characters
5276 @cindex @code{\b}, possible quote characters
5277 @cindex @code{\X}, possible quote characters
5278 Note that the quote character can be replaced with any other character
5279 which does not occur in the argument (even a newline or a space
5280 character) in the following escapes: @code{\o}, @code{\b}, and
5281 @code{\X}.  This makes e.g.
5283 @Example
5284 A caf
5289 in Paris
5290   @result{} A caf@'e in Paris
5291 @endExample
5293 @noindent
5294 possible, but it is better not to use this feature to avoid confusion.
5296 @cindex @code{\%}, used as delimiter
5297 @cindex @code{\@key{SP}}, used as delimiter
5298 @cindex @code{\|}, used as delimiter
5299 @cindex @code{\^}, used as delimiter
5300 @cindex @code{\@{}, used as delimiter
5301 @cindex @code{\@}}, used as delimiter
5302 @cindex @code{\'}, used as delimiter
5303 @cindex @code{\`}, used as delimiter
5304 @cindex @code{\-}, used as delimiter
5305 @cindex @code{\_}, used as delimiter
5306 @cindex @code{\!}, used as delimiter
5307 @cindex @code{\?}, used as delimiter
5308 @cindex @code{\@@}, used as delimiter
5309 @cindex @code{\)}, used as delimiter
5310 @cindex @code{\/}, used as delimiter
5311 @cindex @code{\,}, used as delimiter
5312 @cindex @code{\&}, used as delimiter
5313 @ifnotinfo
5314 @cindex @code{\:}, used as delimiter
5315 @end ifnotinfo
5316 @ifinfo
5317 @cindex @code{\@r{<colon>}}, used as delimiter
5318 @end ifinfo
5319 @cindex @code{\~}, used as delimiter
5320 @cindex @code{\0}, used as delimiter
5321 @cindex @code{\a}, used as delimiter
5322 @cindex @code{\c}, used as delimiter
5323 @cindex @code{\d}, used as delimiter
5324 @cindex @code{\e}, used as delimiter
5325 @cindex @code{\E}, used as delimiter
5326 @cindex @code{\p}, used as delimiter
5327 @cindex @code{\r}, used as delimiter
5328 @cindex @code{\t}, used as delimiter
5329 @cindex @code{\u}, used as delimiter
5330 The following escapes sequences (which are handled similarly to
5331 characters since they don't take a parameter) are also allowed as
5332 delimiters: @code{\%}, @w{@samp{\ }}, @code{\|}, @code{\^}, @code{\@{},
5333 @code{\@}}, @code{\'}, @code{\`}, @code{\-}, @code{\_}, @code{\!},
5334 @code{\?}, @code{\@@}, @code{\)}, @code{\/}, @code{\,}, @code{\&},
5335 @code{\:}, @code{\~}, @code{\0}, @code{\a}, @code{\c}, @code{\d},
5336 @code{\e}, @code{\E}, @code{\p}, @code{\r}, @code{\t}, and @code{\u}.
5337 Again, don't use these if possible.
5339 @cindex @code{\A}, allowed delimiters
5340 @cindex @code{\B}, allowed delimiters
5341 @cindex @code{\Z}, allowed delimiters
5342 @cindex @code{\C}, allowed delimiters
5343 @cindex @code{\w}, allowed delimiters
5344 No newline characters as delimiters are allowed in the following
5345 escapes: @code{\A}, @code{\B}, @code{\Z}, @code{\C}, and @code{\w}.
5347 @cindex @code{\D}, allowed delimiters
5348 @cindex @code{\h}, allowed delimiters
5349 @cindex @code{\H}, allowed delimiters
5350 @cindex @code{\l}, allowed delimiters
5351 @cindex @code{\L}, allowed delimiters
5352 @cindex @code{\N}, allowed delimiters
5353 @cindex @code{\R}, allowed delimiters
5354 @cindex @code{\s}, allowed delimiters
5355 @cindex @code{\S}, allowed delimiters
5356 @cindex @code{\v}, allowed delimiters
5357 @cindex @code{\x}, allowed delimiters
5358 Finally, the escapes @code{\D}, @code{\h}, @code{\H}, @code{\l},
5359 @code{\L}, @code{\N}, @code{\R}, @code{\s}, @code{\S}, @code{\v},
5360 and @code{\x} can't use the following characters as delimiters:
5362 @itemize @bullet
5363 @item
5364 @cindex numbers, and delimiters
5365 @cindex digits, and delimiters
5366 The digits @code{0}-@code{9}.
5368 @item
5369 @cindex operators, as delimiters
5370 @cindex @code{+}, as delimiter
5371 @cindex @code{-}, as delimiter
5372 @cindex @code{/}, as delimiter
5373 @cindex @code{*}, as delimiter
5374 @cindex @code{%}, as delimiter
5375 @cindex @code{<}, as delimiter
5376 @cindex @code{>}, as delimiter
5377 @cindex @code{=}, as delimiter
5378 @cindex @code{&}, as delimiter
5379 @ifnotinfo
5380 @cindex @code{:}, as delimiter
5381 @end ifnotinfo
5382 @ifinfo
5383 @cindex <colon>, as delimiter
5384 @end ifinfo
5385 @cindex @code{(}, as delimiter
5386 @cindex @code{)}, as delimiter
5387 @cindex @code{.}, as delimiter
5388 The (single-character) operators @samp{+-/*%<>=&:().}.
5390 @item
5391 @cindex space character
5392 @cindex character, space
5393 @cindex tab character
5394 @cindex character, tab
5395 @cindex newline character
5396 @cindex character, newline
5397 The space, tab, and newline characters.
5399 @item
5400 @cindex @code{\%}, used as delimiter
5401 @ifnotinfo
5402 @cindex @code{\:}, used as delimiter
5403 @end ifnotinfo
5404 @ifinfo
5405 @cindex @code{\@r{<colon>}}, used as delimiter
5406 @end ifinfo
5407 @cindex @code{\@{}, used as delimiter
5408 @cindex @code{\@}}, used as delimiter
5409 @cindex @code{\'}, used as delimiter
5410 @cindex @code{\`}, used as delimiter
5411 @cindex @code{\-}, used as delimiter
5412 @cindex @code{\_}, used as delimiter
5413 @cindex @code{\!}, used as delimiter
5414 @cindex @code{\@@}, used as delimiter
5415 @cindex @code{\/}, used as delimiter
5416 @cindex @code{\c}, used as delimiter
5417 @cindex @code{\e}, used as delimiter
5418 @cindex @code{\p}, used as delimiter
5419 All escape sequences except @code{\%}, @code{\:}, @code{\@{}, @code{\@}},
5420 @code{\'}, @code{\`}, @code{\-}, @code{\_}, @code{\!}, @code{\@@},
5421 @code{\/}, @code{\c}, @code{\e}, and @code{\p}.
5422 @end itemize
5424 @cindex printing backslash (@code{\\}, @code{\e}, @code{\E}, @code{\[rs]})
5425 @cindex backslash, printing (@code{\\}, @code{\e}, @code{\E}, @code{\[rs]})
5426 To have a backslash (actually, the current escape character) appear in the
5427 output several escapes are defined: @code{\\}, @code{\e} or @code{\E}.
5428 These are very similar, and only differ with respect to being used in
5429 macros or diversions.  @xref{Character Translations}, for an exact
5430 description of those escapes.
5432 @xref{Implementation Differences}, @ref{Copy-in Mode}, and @ref{Diversions},
5433 @ref{Identifiers}, for more information.
5435 @menu
5436 * Comments::
5437 @end menu
5439 @node Comments,  , Escapes, Escapes
5440 @subsubsection Comments
5441 @cindex comments
5443 Probably one of the most@footnote{Unfortunately, this is a lie.  But
5444 hopefully future @code{gtroff} hackers will believe it @code{:-)}}
5445 common forms of escapes is the comment.
5447 @Defesc {\\", , , }
5448 Start a comment.  Everything to the end of the input line is ignored.
5450 This may sound simple, but it can be tricky to keep the comments from
5451 interfering with the appearance of the final output.
5453 @cindex @code{ds}, @code{ds1} requests, and comments
5454 @cindex @code{as}, @code{as1} requests, and comments
5455 If the escape is to the right of some text or a request, that portion
5456 of the line is ignored, but the space leading up to it is noticed by
5457 @code{gtroff}.  This only affects the @code{ds} and @code{as}
5458 request and its variants.
5460 @cindex tabs, before comments
5461 @cindex comments, lining up with tabs
5462 One possibly irritating idiosyncracy is that tabs must not be used to
5463 line up comments.  Tabs are not treated as whitespace between the
5464 request and macro arguments.
5466 @cindex undefined request
5467 @cindex request, undefined
5468 A comment on a line by itself is treated as a blank line, because
5469 after eliminating the comment, that is all that remains:
5471 @Example
5472 Test
5473 \" comment
5474 Test
5475 @endExample
5477 @noindent
5478 produces
5480 @Example
5481 Test
5483 Test
5484 @endExample
5486 To avoid this, it is common to start the line with @code{.\"} which
5487 causes the line to be treated as an undefined request and thus ignored
5488 completely.
5490 @cindex @code{'}, as a comment
5491 Another commenting scheme seen sometimes is three consecutive single
5492 quotes (@code{'''}) at the beginning of a line.  This works, but
5493 @code{gtroff} gives a warning about an undefined macro (namely
5494 @code{''}), which is harmless, but irritating.
5495 @endDefesc
5497 @Defesc {\\#, , , }
5498 To avoid all this, @code{gtroff} has a new comment mechanism using the
5499 @code{\#} escape.  This escape works the same as @code{\"} except that
5500 the newline is also ignored:
5502 @Example
5503 Test
5504 \# comment
5505 Test
5506 @endExample
5508 @noindent
5509 produces
5511 @Example
5512 Test Test
5513 @endExample
5515 @noindent
5516 as expected.
5517 @endDefesc
5519 @Defreq {ig, [@Var{end}]}
5520 Ignore all input until @code{gtroff} encounters the macro named
5521 @code{.}@var{end} on a line by itself (or @code{..} if @var{end} is not
5522 specified).  This is useful for commenting out large blocks of text:
5524 @Example
5525 text text text...
5527 This is part of a large block
5528 of text that has been
5529 temporarily(?) commented out.
5531 We can restore it simply by removing
5532 the .ig request and the ".." at the
5533 end of the block.
5535 More text text text...
5536 @endExample
5538 @noindent
5539 produces
5541 @Example
5542 text text text@dots{}  More text text text@dots{}
5543 @endExample
5545 @noindent
5546 Note that the commented-out block of text does not
5547 cause a break.
5549 The input is read in copy-mode; auto-incremented registers @emph{are}
5550 affected (@pxref{Auto-increment}).
5551 @endDefreq
5554 @c =====================================================================
5556 @node Registers, Manipulating Filling and Adjusting, Embedded Commands, gtroff Reference
5557 @section Registers
5558 @cindex registers
5560 Numeric variables in @code{gtroff} are called @dfn{registers}.  There
5561 are a number of built-in registers, supplying anything from the date to
5562 details of formatting parameters.
5564 @xref{Identifiers}, for details on register identifiers.
5566 @menu
5567 * Setting Registers::
5568 * Interpolating Registers::
5569 * Auto-increment::
5570 * Assigning Formats::
5571 * Built-in Registers::
5572 @end menu
5574 @c ---------------------------------------------------------------------
5576 @node Setting Registers, Interpolating Registers, Registers, Registers
5577 @subsection Setting Registers
5578 @cindex setting registers (@code{nr}, @code{\R})
5579 @cindex registers, setting (@code{nr}, @code{\R})
5581 Define or set registers using the @code{nr} request or the
5582 @code{\R} escape.
5584 @DefreqList {nr, ident value}
5585 @DefescListEnd {\\R, ', ident value, '}
5586 Set number register @var{ident} to @var{value}.  If @var{ident}
5587 doesn't exist, @code{gtroff} creates it.
5589 The argument to @code{\R} usually has to be enclosed in quotes.
5590 @xref{Escapes}, for details on parameter delimiting characters.
5592 The @code{\R} escape doesn't produce an input token in @code{gtroff};
5593 with other words, it vanishes completely after @code{gtroff} has
5594 processed it.
5595 @endDefreq
5597 For example, the following two lines are equivalent:
5599 @Example
5600 .nr a (((17 + (3 * 4))) % 4)
5601 \R'a (((17 + (3 * 4))) % 4)'
5602     @result{} 1
5603 @endExample
5605 Both @code{nr} and @code{\R} have two additional special forms to
5606 increment or decrement a register.
5608 @DefreqList {nr, ident @t{+}@Var{value}}
5609 @DefreqItem {nr, ident @t{-}@Var{value}}
5610 @DefescItem {\\R, ', ident @t{+}value, '}
5611 @DefescListEnd {\\R, ', ident @t{-}value, '}
5612 Increment (decrement) register @var{ident} by @var{value}.
5614 @Example
5615 .nr a 1
5616 .nr a +1
5618     @result{} 2
5619 @endExample
5621 @cindex negating register values
5622 To assign the negated value of a register to another register, some care
5623 must be taken to get the desired result:
5625 @Example
5626 .nr a 7
5627 .nr b 3
5628 .nr a -\nb
5630     @result{} 4
5631 .nr a (-\nb)
5633     @result{} -3
5634 @endExample
5636 @noindent
5637 The surrounding parentheses prevent the interpretation of the minus sign
5638 as a decrementing operator.  An alternative is to start the assignment
5639 with a @samp{0}:
5641 @Example
5642 .nr a 7
5643 .nr b -3
5644 .nr a \nb
5646     @result{} 4
5647 .nr a 0\nb
5649     @result{} -3
5650 @endExample
5651 @endDefreq
5653 @Defreq {rr, ident}
5654 @cindex removing number register (@code{rr})
5655 @cindex number register, removing (@code{rr})
5656 @cindex register, removing (@code{rr})
5657 Remove number register @var{ident}.  If @var{ident} doesn't exist, the
5658 request is ignored.
5659 @endDefreq
5661 @Defreq {rnn, ident1 ident2}
5662 @cindex renaming number register (@code{rnn})
5663 @cindex number register, renaming (@code{rnn})
5664 @cindex register, renaming (@code{rnn})
5665 Rename number register @var{ident1} to @var{ident2}.  If either
5666 @var{ident1} or @var{ident2} doesn't exist, the request is ignored.
5667 @endDefreq
5669 @Defreq {aln, ident1 ident2}
5670 @cindex alias, number register, creating (@code{aln})
5671 @cindex creating alias, for number register (@code{aln})
5672 @cindex number register, creating alias (@code{aln})
5673 @cindex register, creating alias (@code{aln})
5674 Create an alias @var{ident1} for a number register @var{ident2}.  The
5675 new name and the old name are exactly equivalent.  If @var{ident1} is
5676 undefined, a warning of type @samp{reg} is generated, and the request
5677 is ignored.  @xref{Debugging}, for information about warnings.
5678 @endDefreq
5680 @c ---------------------------------------------------------------------
5682 @node Interpolating Registers, Auto-increment, Setting Registers, Registers
5683 @subsection Interpolating Registers
5684 @cindex interpolating registers (@code{\n})
5685 @cindex registers, interpolating (@code{\n})
5687 Numeric registers can be accessed via the @code{\n} escape.
5689 @DefescList {\\n, , i, }
5690 @DefescItem {\\n, @lparen{}, id, }
5691 @DefescListEnd {\\n, @lbrack{}, ident, @rbrack}
5692 @cindex nested assignments
5693 @cindex assignments, nested
5694 @cindex indirect assignments
5695 @cindex assignments, indirect
5696 Interpolate number register with name @var{ident} (one-character
5697 name@tie{}@var{i}, two-character name @var{id}).  This means that the value
5698 of the register is expanded in-place while @code{gtroff} is parsing the
5699 input line.  Nested assignments (also called indirect assignments) are
5700 possible.
5702 @Example
5703 .nr a 5
5704 .nr as \na+\na
5705 \n(as
5706     @result{} 10
5707 @endExample
5709 @Example
5710 .nr a1 5
5711 .nr ab 6
5712 .ds str b
5713 .ds num 1
5714 \n[a\n[num]]
5715     @result{} 5
5716 \n[a\*[str]]
5717     @result{} 6
5718 @endExample
5719 @endDefesc
5721 @c ---------------------------------------------------------------------
5723 @node Auto-increment, Assigning Formats, Interpolating Registers, Registers
5724 @subsection Auto-increment
5725 @cindex auto-increment
5726 @cindex increment, automatic
5728 Number registers can also be auto-incremented and auto-decremented.
5729 The increment or decrement value can be specified with a third
5730 argument to the @code{nr} request or @code{\R} escape.
5732 @Defreq {nr, ident value incr}
5733 @cindex @code{\R}, difference to @code{nr}
5734 Set number register @var{ident} to @var{value}; the increment for
5735 auto-incrementing is set to @var{incr}.  Note that the @code{\R}
5736 escape doesn't support this notation.
5737 @endDefreq
5739 To activate auto-incrementing, the escape @code{\n} has a special
5740 syntax form.
5742 @DefescList {\\n, +, i, }
5743 @DefescItem {\\n, -, i, }
5744 @DefescItem {\\n, @lparen{}+, id, }
5745 @DefescItem {\\n, @lparen{}-, id, }
5746 @DefescItem {\\n, +@lparen{}, id, }
5747 @DefescItem {\\n, -@lparen{}, id, }
5748 @DefescItem {\\n, @lbrack{}+, ident, @rbrack{}}
5749 @DefescItem {\\n, @lbrack{}-, ident, @rbrack{}}
5750 @DefescItem {\\n, +@lbrack{}, ident, @rbrack{}}
5751 @DefescListEnd {\\n, -@lbrack{}, ident, @rbrack{}}
5752 Before interpolating, increment or decrement @var{ident}
5753 (one-character name@tie{}@var{i}, two-character name @var{id}) by the
5754 auto-increment value as specified with the @code{nr} request (or the
5755 @code{\R} escape).  If no auto-increment value has been specified,
5756 these syntax forms are identical to @code{\n}.
5757 @endDefesc
5759 For example,
5761 @Example
5762 .nr a 0 1
5763 .nr xx 0 5
5764 .nr foo 0 -2
5765 \n+a, \n+a, \n+a, \n+a, \n+a
5767 \n-(xx, \n-(xx, \n-(xx, \n-(xx, \n-(xx
5769 \n+[foo], \n+[foo], \n+[foo], \n+[foo], \n+[foo]
5770 @endExample
5772 @noindent
5773 produces
5775 @Example
5776 1, 2, 3, 4, 5
5777 -5, -10, -15, -20, -25
5778 -2, -4, -6, -8, -10
5779 @endExample
5781 @cindex increment value without changing the register
5782 @cindex value, incrementing without changing the register
5783 To change the increment value without changing the value of a register
5784 (@var{a} in the example), the following can be used:
5786 @Example
5787 .nr a \na 10
5788 @endExample
5790 @c ---------------------------------------------------------------------
5792 @node Assigning Formats, Built-in Registers, Auto-increment, Registers
5793 @subsection Assigning Formats
5794 @cindex assigning formats (@code{af})
5795 @cindex formats, assigning (@code{af})
5797 When a register is used in the text of an input file (as opposed to
5798 part of an expression), it is textually replaced (or interpolated)
5799 with a representation of that number.  This output format can be
5800 changed to a variety of formats (numbers, Roman numerals, etc.).  This
5801 is done using the @code{af} request.
5803 @Defreq {af, ident format}
5804 Change the output format of a number register.  The first argument
5805 @var{ident} is the name of the number register to be changed, and the
5806 second argument @var{format} is the output format.  The following
5807 output formats are available:
5809 @table @code
5810 @item 1
5811 Decimal arabic numbers.  This is the default format: 0, 1, 2,
5812 3,@tie{}@enddots{}
5814 @item 0@dots{}0
5815 Decimal numbers with as many digits as specified.  So, @samp{00} would
5816 result in printing numbers as 01, 02, 03,@tie{}@enddots{}
5818 In fact, any digit instead of zero will do; @code{gtroff} only counts
5819 how many digits are specified.  As a consequence, @code{af}'s default
5820 format @samp{1} could be specified as @samp{0} also (and exactly this is
5821 returned by the @code{\g} escape, see below).
5823 @item I
5824 @cindex Roman numerals
5825 @cindex numerals, Roman
5826 Upper-case Roman numerals: 0, I, II, III, IV,@tie{}@enddots{}
5828 @item i
5829 Lower-case Roman numerals: 0, i, ii, iii, iv,@tie{}@enddots{}
5831 @item A
5832 Upper-case letters: 0, A, B, C, @dots{},@tie{}Z, AA, AB,@tie{}@enddots{}
5834 @item a
5835 Lower-case letters: 0, a, b, c, @dots{},@tie{}z, aa, ab,@tie{}@enddots{}
5836 @end table
5838 Omitting the number register format causes a warning of type
5839 @samp{missing}.  @xref{Debugging}, for more details.  Specifying a
5840 nonexistent format causes an error.
5842 The following example produces @samp{10, X, j, 010}:
5844 @Example
5845 .nr a 10
5846 .af a 1           \" the default format
5847 \na,
5848 .af a I
5849 \na,
5850 .af a a
5851 \na,
5852 .af a 001
5854 @endExample
5856 @cindex Roman numerals, maximum and minimum
5857 @cindex maximum values of Roman numerals
5858 @cindex minimum values of Roman numerals
5859 The largest number representable for the @samp{i} and @samp{I} formats
5860 is 39999 (or @minus{}39999); @acronym{UNIX} @code{troff} uses @samp{z}
5861 and @samp{w} to represent 10000 and 5000 in Roman numerals, and so does
5862 @code{gtroff}.  Currently, the correct glyphs of Roman numeral five
5863 thousand and Roman numeral ten thousand (Unicode code points
5864 @code{U+2182} and @code{U+2181}, respectively) are not available.
5866 If @var{ident} doesn't exist, it is created.
5868 @cindex read-only register, changing format
5869 @cindex changing format, and read-only registers
5870 Changing the output format of a read-only register causes an error.  It
5871 is necessary to first copy the register's value to a writeable register,
5872 then apply the @code{af} request to this other register.
5873 @endDefreq
5875 @DefescList {\\g, , i, }
5876 @DefescItem {\\g, @lparen{}, id, }
5877 @DefescListEnd {\\g, @lbrack{}, ident, @rbrack{}}
5878 @cindex format of register (@code{\g})
5879 @cindex register, format (@code{\g})
5880 Return the current format of the specified register @var{ident}
5881 (one-character name@tie{}@var{i}, two-character name @var{id}).  For
5882 example, @samp{\ga} after the previous example would produce the
5883 string @samp{000}.  If the register hasn't been defined yet, nothing
5884 is returned.
5885 @endDefesc
5887 @c ---------------------------------------------------------------------
5889 @node Built-in Registers,  , Assigning Formats, Registers
5890 @subsection Built-in Registers
5891 @cindex built-in registers
5892 @cindex registers, built-in
5894 The following lists some built-in registers which are not described
5895 elsewhere in this manual.  Any register which begins with a @samp{.} is
5896 read-only.  A complete listing of all built-in registers can be found in
5897 appendix@tie{}@ref{Register Index}.
5899 @table @code
5900 @item .F
5901 @cindex current input file name register (@code{.F})
5902 @cindex input file name, current, register (@code{.F})
5903 @vindex .F
5904 This string-valued register returns the current input file name.
5906 @item .H
5907 @cindex horizontal resolution register (@code{.H})
5908 @cindex resolution, horizontal, register (@code{.H})
5909 @vindex .H
5910 Horizontal resolution in basic units.
5912 @item .V
5913 @cindex vertical resolution register (@code{.V})
5914 @cindex resolution, vertical, register (@code{.V})
5915 @vindex .V
5916 Vertical resolution in basic units.
5918 @item seconds
5919 @cindex seconds, current time (@code{seconds})
5920 @cindex time, current, seconds (@code{seconds})
5921 @cindex current time, seconds (@code{seconds})
5922 @vindex seconds
5923 The number of seconds after the minute, normally in the range@tie{}0
5924 to@tie{}59, but can be up to@tie{}61 to allow for leap seconds.  Initialized
5925 at start-up of @code{gtroff}.
5927 @item minutes
5928 @cindex minutes, current time (@code{minutes})
5929 @cindex time, current, minutes (@code{minutes})
5930 @cindex current time, minutes (@code{minutes})
5931 @vindex minutes
5932 The number of minutes after the hour, in the range@tie{}0 to@tie{}59.
5933 Initialized at start-up of @code{gtroff}.
5935 @item hours
5936 @cindex hours, current time (@code{hours})
5937 @cindex time, current, hours (@code{hours})
5938 @cindex current time, hours (@code{hours})
5939 @vindex hours
5940 The number of hours past midnight, in the range@tie{}0 to@tie{}23.
5941 Initialized at start-up of @code{gtroff}.
5943 @item dw
5944 @cindex day of the week register (@code{dw})
5945 @cindex date, day of the week register (@code{dw})
5946 @vindex dw
5947 Day of the week (1-7).
5949 @item dy
5950 @cindex day of the month register (@code{dy})
5951 @cindex date, day of the month register (@code{dy})
5952 @vindex dy
5953 Day of the month (1-31).
5955 @item mo
5956 @cindex month of the year register (@code{mo})
5957 @cindex date, month of the year register (@code{mo})
5958 @vindex mo
5959 Current month (1-12).
5961 @item year
5962 @cindex date, year register (@code{year}, @code{yr})
5963 @cindex year, current, register (@code{year}, @code{yr})
5964 @vindex year
5965 The current year.
5967 @item yr
5968 @vindex yr
5969 The current year minus@tie{}1900.  Unfortunately, the documentation of
5970 @acronym{UNIX} Version@tie{}7's @code{troff} had a year@tie{}2000 bug: It
5971 incorrectly claimed that @code{yr} contains the last two digits of the
5972 year.  That claim has never been true of either @acronym{AT&T}
5973 @code{troff} or GNU @code{troff}.  Old @code{troff} input that looks
5974 like this:
5976 @Example
5977 '\" The following line stopped working after 1999
5978 This document was formatted in 19\n(yr.
5979 @endExample
5981 @noindent
5982 can be corrected as follows:
5984 @Example
5985 This document was formatted in \n[year].
5986 @endExample
5988 @noindent
5989 or, to be portable to older @code{troff} versions, as follows:
5991 @Example
5992 .nr y4 1900+\n(yr
5993 This document was formatted in \n(y4.
5994 @endExample
5996 @item .c
5997 @vindex .c
5998 @itemx c.
5999 @vindex c.
6000 @cindex input line number register (@code{.c}, @code{c.})
6001 @cindex line number, input, register (@code{.c}, @code{c.})
6002 The current @emph{input} line number.  Register @samp{.c} is read-only,
6003 whereas @samp{c.} (a @code{gtroff} extension) is writable also,
6004 affecting both @samp{.c} and @samp{c.}.
6006 @item ln
6007 @vindex ln
6008 @cindex output line number register (@code{ln})
6009 @cindex line number, output, register (@code{ln})
6010 The current @emph{output} line number after a call to the @code{nm}
6011 request to activate line numbering.
6013 @xref{Miscellaneous}, for more information about line numbering.
6015 @item .x
6016 @vindex .x
6017 @cindex major version number register (@code{.x})
6018 @cindex version number, major, register (@code{.x})
6019 The major version number.  For example, if the version number
6020 is 1.03 then @code{.x} contains@tie{}@samp{1}.
6022 @item .y
6023 @vindex .y
6024 @cindex minor version number register (@code{.y})
6025 @cindex version number, minor, register (@code{.y})
6026 The minor version number.  For example, if the version number
6027 is 1.03 then @code{.y} contains@tie{}@samp{03}.
6029 @item .Y
6030 @vindex .Y
6031 @cindex revision number register (@code{.Y})
6032 The revision number of @code{groff}.
6034 @item $$
6035 @vindex $$
6036 @cindex process ID of @code{gtroff} register (@code{$$})
6037 @cindex @code{gtroff}, process ID register (@code{$$})
6038 The process ID of @code{gtroff}.
6040 @item .g
6041 @vindex .g
6042 @cindex @code{gtroff}, identification register (@code{.g})
6043 @cindex GNU-specific register (@code{.g})
6044 Always@tie{}1.  Macros should use this to determine whether they are
6045 running under GNU @code{troff}.
6047 @item .A
6048 @vindex .A
6049 @cindex @acronym{ASCII} approximation output register (@code{.A})
6050 If the command line option @option{-a} is used to produce an
6051 @acronym{ASCII} approximation of the output, this is set to@tie{}1, zero
6052 otherwise.  @xref{Groff Options}.
6054 @item .P
6055 @vindex .P
6056 This register is set to@tie{}1 (and to@tie{}0 otherwise) if the current
6057 page is actually being printed, i.e., if the @option{-o} option is being
6058 used to only print selected pages.  @xref{Groff Options}, for more
6059 information.
6061 @item .T
6062 @vindex .T
6063 If @code{gtroff} is called with the @option{-T} command line option, the
6064 number register @code{.T} is set to@tie{}1, and zero otherwise.
6065 @xref{Groff Options}.
6067 @stindex .T
6068 @cindex output device name string register (@code{.T})
6069 Additionally, @code{gtroff} predefines a single read-write string
6070 register @code{.T} which contains the current output device (for
6071 example, @samp{latin1} or @samp{ps}).
6072 @end table
6075 @c =====================================================================
6077 @node Manipulating Filling and Adjusting, Manipulating Hyphenation, Registers, gtroff Reference
6078 @section Manipulating Filling and Adjusting
6079 @cindex manipulating filling and adjusting
6080 @cindex filling and adjusting, manipulating
6081 @cindex adjusting and filling, manipulating
6082 @cindex justifying text
6083 @cindex text, justifying
6085 @cindex break
6086 @cindex line break
6087 @cindex @code{bp} request, causing implicit linebreak
6088 @cindex @code{ce} request, causing implicit linebreak
6089 @cindex @code{cf} request, causing implicit linebreak
6090 @cindex @code{fi} request, causing implicit linebreak
6091 @cindex @code{fl} request, causing implicit linebreak
6092 @cindex @code{in} request, causing implicit linebreak
6093 @cindex @code{nf} request, causing implicit linebreak
6094 @cindex @code{rj} request, causing implicit linebreak
6095 @cindex @code{sp} request, causing implicit linebreak
6096 @cindex @code{ti} request, causing implicit linebreak
6097 @cindex @code{trf} request, causing implicit linebreak
6098 Various ways of causing @dfn{breaks} were given in @ref{Implicit Line
6099 Breaks}.  The @code{br} request likewise causes a break.  Several
6100 other requests also cause breaks, but implicitly.  These are
6101 @code{bp}, @code{ce}, @code{cf}, @code{fi}, @code{fl}, @code{in},
6102 @code{nf}, @code{rj}, @code{sp}, @code{ti}, and @code{trf}.
6104 @Defreq {br, }
6105 Break the current line, i.e., the input collected so far is emitted
6106 without adjustment.
6108 If the no-break control character is used, @code{gtroff} suppresses
6109 the break:
6111 @Example
6115     @result{} a b
6116 @endExample
6117 @endDefreq
6119 Initially, @code{gtroff} fills and adjusts text to both margins.
6120 Filling can be disabled via the @code{nf} request and re-enabled with
6121 the @code{fi} request.
6123 @DefreqList {fi, }
6124 @DefregListEnd {.u}
6125 @cindex fill mode (@code{fi})
6126 @cindex mode, fill (@code{fi})
6127 Activate fill mode (which is the default).  This request implicitly
6128 enables adjusting; it also inserts a break in the text currently being
6129 filled.  The read-only number register @code{.u} is set to@tie{}1.
6131 The fill mode status is associated with the current environment
6132 (@pxref{Environments}).
6134 See @ref{Line Control}, for interaction with the @code{\c} escape.
6135 @endDefreq
6137 @Defreq {nf, }
6138 @cindex no-fill mode (@code{nf})
6139 @cindex mode, no-fill (@code{nf})
6140 Activate no-fill mode.  Input lines are output as-is, retaining line
6141 breaks and ignoring the current line length.  This command implicitly
6142 disables adjusting; it also causes a break.  The number register
6143 @code{.u} is set to@tie{}0.
6145 The fill mode status is associated with the current environment
6146 (@pxref{Environments}).
6148 See @ref{Line Control}, for interaction with the @code{\c} escape.
6149 @endDefreq
6151 @DefreqList {ad, [@Var{mode}]}
6152 @DefregListEnd {.j}
6153 Set adjusting mode.
6155 Activation and deactivation of adjusting is done implicitly with
6156 calls to the @code{fi} or @code{nf} requests.
6158 @var{mode} can have one of the following values:
6160 @table @code
6161 @item l
6162 @cindex ragged-right
6163 Adjust text to the left margin.  This produces what is traditionally
6164 called ragged-right text.
6166 @item r
6167 @cindex ragged-left
6168 Adjust text to the right margin, producing ragged-left text.
6170 @item c
6171 @cindex centered text
6172 @cindex @code{ce} request, difference to @samp{.ad@tie{}c}
6173 Center filled text.  This is different to the @code{ce} request which
6174 only centers text without filling.
6176 @item b
6177 @itemx n
6178 Justify to both margins.  This is the default used by @code{gtroff}.
6179 @end table
6181 Finally, @var{mode} can be the numeric argument returned by the @code{.j}
6182 register.
6184 With no argument, @code{gtroff} adjusts lines in the same way it did
6185 before adjusting was deactivated (with a call to @code{na}, for
6186 example).
6188 @Example
6189 text
6190 .ad r
6191 .nr ad \n[.j]
6192 text
6193 .ad c
6194 text
6196 text
6197 .ad         \" back to centering
6198 text
6199 .ad \n[ad]  \" back to right justifying
6200 @endExample
6202 @cindex adjustment mode register (@code{.j})
6203 The current adjustment mode is available in the read-only number
6204 register @code{.j}; it can be stored and subsequently used to set
6205 adjustment.
6207 The adjustment mode status is associated with the current environment
6208 (@pxref{Environments}).
6209 @endDefreq
6211 @Defreq {na, }
6212 Disable adjusting.  This request won't change the current adjustment
6213 mode: A subsequent call to @code{ad} uses the previous adjustment
6214 setting.
6216 The adjustment mode status is associated with the current environment
6217 (@pxref{Environments}).
6218 @endDefreq
6220 @DefreqList {brp, }
6221 @DefescListEnd {\\p, , , }
6222 Adjust the current line and cause a break.
6224 In most cases this produces very ugly results since @code{gtroff}
6225 doesn't have a sophisticated paragraph building algorithm (as @TeX{}
6226 have, for example); instead, @code{gtroff} fills and adjusts a paragraph
6227 line by line:
6229 @Example
6230   This is an uninteresting sentence.
6231   This is an uninteresting sentence.\p
6232   This is an uninteresting sentence.
6233 @endExample
6235 @noindent
6236 is formatted as
6238 @Example
6239   This is  an uninteresting  sentence.   This  is an
6240   uninteresting                            sentence.
6241   This is an uninteresting sentence.
6242 @endExample
6243 @endDefreq
6245 @DefreqList {ss, word_space_size [@Var{sentence_space_size}]}
6246 @DefregItem {.ss}
6247 @DefregListEnd {.sss}
6248 @cindex word space size register (@code{.ss})
6249 @cindex size of word space register (@code{.ss})
6250 @cindex space between words register (@code{.ss})
6251 @cindex sentence space size register (@code{.sss})
6252 @cindex size of sentence space register (@code{.sss})
6253 @cindex space between sentences register (@code{.sss})
6254 Change the size of a space between words.  It takes its units as one
6255 twelfth of the space width parameter for the current font.
6256 Initially both the @var{word_space_size} and @var{sentence_space_size}
6257 are@tie{}12.  In fill mode, the values specify the minimum distance.
6259 @cindex fill mode
6260 @cindex mode, fill
6261 If two arguments are given to the @code{ss} request, the second
6262 argument sets the sentence space size.  If the second argument is not
6263 given, sentence space size is set to @var{word_space_size}.  The
6264 sentence space size is used in two circumstances: If the end of a
6265 sentence occurs at the end of a line in fill mode, then both an
6266 inter-word space and a sentence space are added; if two spaces follow
6267 the end of a sentence in the middle of a line, then the second space
6268 is a sentence space.  If a second argument is never given to the
6269 @code{ss} request, the behaviour of @acronym{UNIX} @code{troff} is the
6270 same as that exhibited by GNU @code{troff}.  In GNU @code{troff}, as
6271 in @acronym{UNIX} @code{troff}, a sentence should always be followed
6272 by either a newline or two spaces.
6274 The read-only number registers @code{.ss} and @code{.sss} hold the
6275 values of the parameters set by the first and second arguments of the
6276 @code{ss} request.
6278 The word space and sentence space values are associated with the current
6279 environment (@pxref{Environments}).
6281 Contrary to @acronym{AT&T} @code{troff}, this request is @emph{not}
6282 ignored if a TTY output device is used; the given values are then
6283 rounded down to a multiple of@tie{}12 (@pxref{Implementation Differences}).
6285 The request is ignored if there is no parameter.
6287 @cindex discardable horizontal space
6288 @cindex space, discardable, horizontal
6289 @cindex horizontal discardable space
6290 Another useful application of the @code{ss} request is to insert
6291 discardable horizontal space, i.e., space which is discarded at a line
6292 break.  For example, paragraph-style footnotes could be separated this
6293 way:
6295 @Example
6296 .ll 4.5i
6297 1.\ This is the first footnote.\c
6298 .ss 48
6299 .nop
6300 .ss 12
6301 2.\ This is the second footnote.
6302 @endExample
6304 @noindent
6305 The result:
6307 @Example
6308 1. This is the first footnote.        2. This
6309 is the second footnote.
6310 @endExample
6312 @noindent
6313 Note that the @code{\h} escape produces unbreakable space.
6314 @endDefreq
6316 @DefreqList {ce, [@Var{nnn}]}
6317 @DefregListEnd {.ce}
6318 @cindex centering lines (@code{ce})
6319 @cindex lines, centering (@code{ce})
6320 Center text.  While the @w{@samp{.ad c}} request also centers text,
6321 it fills the text as well.  @code{ce} does not fill the
6322 text it affects.  This request causes a break.  The number of lines
6323 still to be centered is associated with the current environment
6324 (@pxref{Environments}).
6326 The following example demonstrates the differences.
6327 Here the input:
6329 @Example
6330 .ll 4i
6331 .ce 1000
6332 This is a small text fragment which shows the differences
6333 between the `.ce' and the `.ad c' request.
6334 .ce 0
6336 .ad c
6337 This is a small text fragment which shows the differences
6338 between the `.ce' and the `.ad c' request.
6339 @endExample
6341 @noindent
6342 And here the result:
6344 @Example
6345   This is a small text fragment which
6346          shows the differences
6347 between the `.ce' and the `.ad c' request.
6349   This is a small text fragment which
6350 shows the differences between the `.ce'
6351         and the `.ad c' request.
6352 @endExample
6354 With no arguments, @code{ce} centers the next line of text.  @var{nnn}
6355 specifies the number of lines to be centered.  If the argument is zero
6356 or negative, centering is disabled.
6358 The basic length for centering text is the line length (as set with the
6359 @code{ll} request) minus the indentation (as set with the @code{in}
6360 request).  Temporary indentation is ignored.
6362 As can be seen in the previous example, it is a common idiom to turn
6363 on centering for a large number of lines, and to turn off centering
6364 after text to be centered.  This is useful for any request which takes
6365 a number of lines as an argument.
6367 The @code{.ce} read-only number register contains the number of lines
6368 remaining to be centered, as set by the @code{ce} request.
6369 @endDefreq
6371 @DefreqList {rj, [@Var{nnn}]}
6372 @DefregListEnd {.rj}
6373 @cindex justifying text (@code{rj})
6374 @cindex text, justifying (@code{rj})
6375 @cindex right-justifying (@code{rj})
6376 Justify unfilled text to the right margin.  Arguments are identical to
6377 the @code{ce} request.  The @code{.rj} read-only number register is
6378 the number of lines to be right-justified as set by the @code{rj}
6379 request.  This request causes a break.  The number of lines still to be
6380 right-justified is associated with the current environment
6381 (@pxref{Environments}).
6382 @endDefreq
6385 @c =====================================================================
6387 @node Manipulating Hyphenation, Manipulating Spacing, Manipulating Filling and Adjusting, gtroff Reference
6388 @section Manipulating Hyphenation
6389 @cindex manipulating hyphenation
6390 @cindex hyphenation, manipulating
6392 As discussed in @ref{Hyphenation}, @code{gtroff} hyphenates words.
6393 There are a number of ways to influence hyphenation.
6395 @DefreqList {hy, [@Var{mode}]}
6396 @DefregListEnd {.hy}
6397 Enable hyphenation.  The request has an optional numeric argument,
6398 @var{mode}, to restrict hyphenation if necessary:
6400 @table @code
6401 @item 1
6402 The default argument if @var{mode} is omitted.  Hyphenate without
6403 restrictions.  This is also the start-up value of @code{gtroff}.
6405 @item 2
6406 Do not hyphenate the last word on a page or column.
6408 @item 4
6409 Do not hyphenate the last two characters of a word.
6411 @item 8
6412 Do not hyphenate the first two characters of a word.
6413 @end table
6415 Values in the previous table are additive.  For example, the
6416 value@tie{}12 causes @code{gtroff} to neither hyphenate the last
6417 two nor the first two characters of a word.
6419 @cindex hyphenation restrictions register (@code{.hy})
6420 The current hyphenation restrictions can be found in the read-only
6421 number register @samp{.hy}.
6423 The hyphenation mode is associated with the current environment
6424 (@pxref{Environments}).
6425 @endDefreq
6427 @Defreq {nh, }
6428 Disable hyphenation (i.e., set the hyphenation mode to zero).  Note
6429 that the hyphenation mode of the last call to @code{hy} is not
6430 remembered.
6432 The hyphenation mode is associated with the current environment
6433 (@pxref{Environments}).
6434 @endDefreq
6436 @DefreqList {hlm, [@Var{nnn}]}
6437 @DefregItem {.hlm}
6438 @DefregListEnd {.hlc}
6439 @cindex explicit hyphen (@code{\%})
6440 @cindex hyphen, explicit (@code{\%})
6441 @cindex consecutive hyphenated lines (@code{hlm})
6442 @cindex lines, consecutive hyphenated (@code{hlm})
6443 @cindex hyphenated lines, consecutive (@code{hlm})
6444 Set the maximum number of consecutive hyphenated lines to @var{nnn}.
6445 If this number is negative, there is no maximum.  The default value
6446 is@tie{}@minus{}1 if @var{nnn} is omitted.  This value is associated
6447 with the current environment (@pxref{Environments}).  Only lines
6448 output from a given environment count towards the maximum associated
6449 with that environment.  Hyphens resulting from @code{\%} are counted;
6450 explicit hyphens are not.
6452 The current setting of @code{hlm} is available in the @code{.hlm}
6453 read-only number register.  Also the number of immediately preceding
6454 consecutive hyphenated lines are available in the read-only number
6455 register @samp{.hlc}.
6456 @endDefreq
6458 @Defreq {hw, word1 word2 @dots{}}
6459 Define how @var{word1}, @var{word2}, etc.@: are to be hyphenated.  The
6460 words must be given with hyphens at the hyphenation points.  For
6461 example:
6463 @Example
6464 .hw in-sa-lub-rious
6465 @endExample
6467 @noindent
6468 Besides the space character, any character whose hyphenation code value
6469 is zero can be used to separate the arguments of @code{hw} (see the
6470 documentation for the @code{hcode} request below for more information).
6471 In addition, this request can be used more than once.
6473 Hyphenation exceptions specified with the @code{hw} request are
6474 associated with the current hyphenation language; it causes an error
6475 if there is no current hyphenation language.
6477 This request is ignored if there is no parameter.
6479 In old versions of @code{troff} there was a limited amount of space to
6480 store such information; fortunately, with @code{gtroff}, this is no
6481 longer a restriction.
6482 @endDefreq
6484 @DefescList {\\%, , , }
6485 @deffnx Escape @t{\:}
6486 @ifnotinfo
6487 @esindex \:
6488 @end ifnotinfo
6489 @ifinfo
6490 @esindex \@r{<colon>}
6491 @end ifinfo
6492 @cindex hyphenation character (@code{\%})
6493 @cindex character, hyphenation (@code{\%})
6494 @cindex disabling hyphenation (@code{\%})
6495 @cindex hyphenation, disabling (@code{\%})
6496 To tell @code{gtroff} how to hyphenate words on the fly, use the
6497 @code{\%} escape, also known as the @dfn{hyphenation character}.
6498 Preceding a word with this character prevents it from being
6499 hyphenated; putting it inside a word indicates to @code{gtroff} that
6500 the word may be hyphenated at that point.  Note that this mechanism
6501 only affects that one occurrence of the word; to change the
6502 hyphenation of a word for the entire document, use the @code{hw}
6503 request.
6505 The @code{\:} escape inserts a zero-width break point
6506 (that is, the word breaks but without adding a hyphen).
6508 @Example
6509 ... check the /var/log/\:httpd/\:access_log file ...
6510 @endExample
6512 @cindex @code{\X}, followed by @code{\%}
6513 @cindex @code{\Y}, followed by @code{\%}
6514 @cindex @code{\%}, following @code{\X} or @code{\Y}
6515 Note that @code{\X} and @code{\Y} start a word, that is, the @code{\%}
6516 escape in (say) @w{@samp{\X'...'\%foobar}} and
6517 @w{@samp{\Y'...'\%foobar}} no longer prevents hyphenation but inserts
6518 a hyphenation point at the beginning of @samp{foobar}; most likely
6519 this isn't what you want to do.
6520 @endDefesc
6522 @Defreq {hc, [@Var{char}]}
6523 Change the hyphenation character to @var{char}.  This character then
6524 works the same as the @code{\%} escape, and thus, no longer appears in
6525 the output.  Without an argument, @code{hc} resets the hyphenation
6526 character to be @code{\%} (the default) only.
6528 The hyphenation character is associated with the current environment
6529 (@pxref{Environments}).
6530 @endDefreq
6532 @DefreqList {hpf, pattern_file}
6533 @DefreqItem {hpfa, pattern_file}
6534 @DefreqListEnd {hpfcode, a b [c d @dots{}]}
6535 @cindex hyphenation patterns (@code{hpf})
6536 @cindex patterns for hyphenation (@code{hpf})
6537 Read in a file of hyphenation patterns.  This file is searched for in
6538 the same way as @file{@var{name}.tmac} (or @file{tmac.@var{name}}) is
6539 searched for if the @option{-m@var{name}} option is specified.
6541 It should have the same format as (simple) @TeX{} patterns files.
6542 More specifically, the following scanning rules are implemented.
6544 @itemize @bullet
6545 @item
6546 A percent sign starts a comment (up to the end of the line)
6547 even if preceded by a backslash.
6549 @item
6550 No support for `digraphs' like @code{\$}.
6552 @item
6553 @code{^^@var{xx}} (@var{x} is 0-9 or a-f) and @code{^^@var{x}} (character
6554 code of @var{x} in the range 0-127) are recognized; other use of @code{^}
6555 causes an error.
6557 @item
6558 No macro expansion.
6560 @item
6561 @code{hpf} checks for the expression @code{\patterns@{@dots{}@}}
6562 (possibly with whitespace before and after the braces).
6563 Everything between the braces is taken as hyphenation patterns.
6564 Consequently, @code{@{} and @code{@}} are not allowed in patterns.
6566 @item
6567 Similarly, @code{\hyphenation@{@dots{}@}} gives a list of hyphenation
6568 exceptions.
6570 @item
6571 @code{\endinput} is recognized also.
6573 @item
6574 For backwards compatibility, if @code{\patterns} is missing,
6575 the whole file is treated as a list of hyphenation patterns
6576 (only recognizing the @code{%} character as the start of a comment).
6577 @end itemize
6579 If no @code{hpf} request is specified (either in the document or in a
6580 macro package), @code{gtroff} won't hyphenate at all.
6582 The @code{hpfa} request appends a file of patterns to the current list.
6584 The @code{hpfcode} request defines mapping values for character codes in
6585 hyphenation patterns.  @code{hpf} or @code{hpfa} then apply the mapping
6586 (after reading the patterns) before replacing or appending them to
6587 the current list of patterns.  Its arguments are pairs of character codes
6588 -- integers from 0 to@tie{}255.  The request maps character code@tie{}@var{a}
6589 to code@tie{}@var{b}, code@tie{}@var{c} to code@tie{}@var{d}, and so on.  You
6590 can use character codes which would be invalid otherwise.
6592 @pindex troffrc
6593 @pindex troffrc-end
6594 @pindex hyphen.us
6595 @pindex hyphenex.us
6596 The set of hyphenation patterns is associated with the current language
6597 set by the @code{hla} request.  The @code{hpf} request is usually
6598 invoked by the @file{troffrc} or @file{troffrc-end} file; by default,
6599 @file{troffrc} loads hyphenation patterns and exceptions for American
6600 English (in files @file{hyphen.us} and @file{hyphenex.us}).
6602 A second call to @code{hpf} (for the same language) will replace the
6603 hyphenation patterns with the new ones.
6605 Invoking @code{hpf} causes an error if there is no current hyphenation
6606 language.
6607 @endDefreq
6609 @Defreq {hcode, c1 code1 c2 code2 @dots{}}
6610 @cindex hyphenation code (@code{hcode})
6611 @cindex code, hyphenation (@code{hcode})
6612 Set the hyphenation code of character @var{c1} to @var{code1}, that of
6613 @var{c2} to @var{code2}, etc.  A hyphenation code must be a single
6614 input character (not a special character) other than a digit or a
6615 space.  Initially each lower-case letter (@samp{a}-@samp{z}) has its
6616 hyphenation code set to itself, and each upper-case letter
6617 (@samp{A}-@samp{Z}) has a hyphenation code which is the lower-case
6618 version of itself.
6620 This request is ignored if it has no parameter.
6621 @endDefreq
6623 @DefreqList {hym, [@Var{length}]}
6624 @DefregListEnd {.hym}
6625 @cindex hyphenation margin (@code{hym})
6626 @cindex margin for hyphenation (@code{hym})
6627 @cindex @code{ad} request, and hyphenation margin
6628 Set the (right) hyphenation margin to @var{length}.  If the current
6629 adjustment mode is not @samp{b} or @samp{n}, the line is not
6630 hyphenated if it is shorter than @var{length}.  Without an argument,
6631 the hyphenation margin is reset to its default value, which is@tie{}0.
6632 The default scaling indicator for this request is @samp{m}.  The
6633 hyphenation margin is associated with the current environment
6634 (@pxref{Environments}).
6636 A negative argument resets the hyphenation margin to zero, emitting
6637 a warning of type @samp{range}.
6639 @cindex hyphenation margin register (@code{.hym})
6640 The current hyphenation margin is available in the @code{.hym} read-only
6641 number register.
6642 @endDefreq
6644 @DefreqList {hys, [@Var{hyphenation_space}]}
6645 @DefregListEnd {.hys}
6646 @cindex hyphenation space (@code{hys})
6647 @cindex @code{ad} request, and hyphenation space
6648 Set the hyphenation space to @var{hyphenation_space}.  If the current
6649 adjustment mode is @samp{b} or @samp{n}, don't hyphenate the line
6650 if it can be justified by adding no more than @var{hyphenation_space}
6651 extra space to each word space.  Without argument, the hyphenation
6652 space is set to its default value, which is@tie{}0.  The default
6653 scaling indicator for this request is @samp{m}.  The hyphenation
6654 space is associated with the current environment
6655 (@pxref{Environments}).
6657 A negative argument resets the hyphenation space to zero, emitting a
6658 warning of type @samp{range}.
6660 @cindex hyphenation space register (@code{.hys})
6661 The current hyphenation space is available in the @code{.hys} read-only
6662 number register.
6663 @endDefreq
6665 @Defreq {shc, [@Var{glyph}]}
6666 @cindex soft hyphen character, setting (@code{shc})
6667 @cindex character, soft hyphen, setting (@code{shc})
6668 @cindex glyph, soft hyphen (@code{hy})
6669 @cindex soft hyphen glyph (@code{hy})
6670 @cindex @code{char} request, and soft hyphen character
6671 @cindex @code{tr} request, and soft hyphen character
6672 Set the @dfn{soft hyphen character} to @var{glyph}.@footnote{@dfn{Soft
6673 hyphen character} is a misnomer since it is an output glyph.}  If the
6674 argument is omitted, the soft hyphen character is set to the default
6675 glyph @code{\(hy} (this is the start-up value of @code{gtroff} also).
6676 The soft hyphen character is the glyph that is inserted when a word is
6677 hyphenated at a line break.  If the soft hyphen character does not
6678 exist in the font of the character immediately preceding a potential
6679 break point, then the line is not broken at that point.  Neither
6680 definitions (specified with the @code{char} request) nor translations
6681 (specified with the @code{tr} request) are considered when finding the
6682 soft hyphen character.
6683 @endDefreq
6685 @DefreqList {hla, language}
6686 @DefregListEnd {.hla}
6687 @cindex @code{hpf} request, and hyphenation language
6688 @cindex @code{hw} request, and hyphenation language
6689 @pindex troffrc
6690 @pindex troffrc-end
6691 Set the current hyphenation language to the string @var{language}.
6692 Hyphenation exceptions specified with the @code{hw} request and
6693 hyphenation patterns specified with the @code{hpf} and @code{hpfa}
6694 requests are both associated with the current hyphenation language.
6695 The @code{hla} request is usually invoked by the @file{troffrc} or the
6696 @file{troffrc-end} files; @file{troffrc} sets the default language to
6697 @samp{us}.
6699 @cindex hyphenation language register (@code{.hla})
6700 The current hyphenation language is available as a string in the
6701 read-only number register @samp{.hla}.
6703 @Example
6704 .ds curr_language \n[.hla]
6705 \*[curr_language]
6706     @result{} us
6707 @endExample
6708 @endDefreq
6711 @c =====================================================================
6713 @node Manipulating Spacing, Tabs and Fields, Manipulating Hyphenation, gtroff Reference
6714 @section Manipulating Spacing
6715 @cindex manipulating spacing
6716 @cindex spacing, manipulating
6718 @Defreq {sp, [@Var{distance}]}
6719 Space downwards @var{distance}.  With no argument it advances
6720 1@tie{}line.  A negative argument causes @code{gtroff} to move up the page
6721 the specified distance.  If the argument is preceded by a @samp{|}
6722 then @code{gtroff} moves that distance from the top of the page.  This
6723 request causes a line break.  The default scaling indicator is @samp{v}.
6725 If a vertical trap is sprung during execution of @code{sp}, the amount of
6726 vertical space after the trap is discarded.  For example, this
6728 @Example
6729 .de xxx
6732 .wh 0 xxx
6734 .pl 5v
6736 .sp 2
6738 .sp 50
6740 @endExample
6742 @noindent
6743 results in
6745 @Example
6752 @endExample
6754 @cindex @code{sp} request, and traps
6755 @cindex discarded space in traps
6756 @cindex space, discarded, in traps
6757 @cindex traps, and discarded space
6758 The amount of discarded space is available in the number register
6759 @code{.trunc}.
6761 To protect @code{sp} against vertical traps, use the @code{vpt} request:
6763 @Example
6764 .vpt 0
6765 .sp -3
6766 .vpt 1
6767 @endExample
6768 @endDefreq
6770 @DefreqList {ls, [@Var{nnn}]}
6771 @DefregListEnd {.L}
6772 @cindex double-spacing (@code{ls})
6773 Output @w{@var{nnn}@minus{}1} blank lines after each line of text.
6774 With no argument, @code{gtroff} uses the previous value before the
6775 last @code{ls} call.
6777 @Example
6778 .ls 2    \" This causes double-spaced output
6779 .ls 3    \" This causes triple-spaced output
6780 .ls      \" Again double-spaced
6781 @endExample
6783 The line spacing is associated with the current environment
6784 (@pxref{Environments}).
6786 @cindex line spacing register (@code{.L})
6787 The read-only number register @code{.L} contains the current line
6788 spacing setting.
6789 @endDefreq
6791 @xref{Changing Type Sizes}, for the requests @code{vs} and @code{pvs}
6792 as alternatives to @code{ls}.
6794 @DefescList {\\x, ', spacing, '}
6795 @DefregListEnd {.a}
6796 Sometimes, extra vertical spacing is only needed occasionally, e.g.@:
6797 to allow space for a tall construct (like an equation).  The @code{\x}
6798 escape does this.  The escape is given a numerical argument, usually
6799 enclosed in quotes (like @samp{\x'3p'}); the default scaling indicator
6800 is @samp{v}.  If this number is positive extra vertical space is
6801 inserted below the current line.  A negative number adds space above.
6802 If this escape is used multiple times on the same line, the maximum of
6803 the values is used.
6805 @xref{Escapes}, for details on parameter delimiting characters.
6807 @cindex extra post-vertical line space register (@code{.a})
6808 The @code{.a} read-only number register contains the most recent
6809 (nonnegative) extra vertical line space.
6811 Using @code{\x} can be necessary in combination with the @code{\b}
6812 escape, as the following example shows.
6814 @Example
6815 This is a test with the \[rs]b escape.
6817 This is a test with the \[rs]b escape.
6819 This is a test with \b'xyz'\x'-1m'\x'1m'.
6821 This is a test with the \[rs]b escape.
6823 This is a test with the \[rs]b escape.
6824 @endExample
6826 @noindent
6827 produces
6829 @Example
6830 This is a test with the \b escape.
6831 This is a test with the \b escape.
6832                     x
6833 This is a test with y.
6834                     z
6835 This is a test with the \b escape.
6836 This is a test with the \b escape.
6837 @endExample
6838 @endDefesc
6840 @DefreqList {ns, }
6841 @DefreqItem {rs, }
6842 @DefregListEnd {.ns}
6843 @cindex @code{sp} request, and no-space mode
6844 @cindex no-space mode (@code{ns})
6845 @cindex mode, no-space (@code{ns})
6846 @cindex blank lines, disabling
6847 @cindex lines, blank, disabling
6848 Enable @dfn{no-space mode}.  In this mode, spacing (either via
6849 @code{sp} or via blank lines) is disabled.  The @code{bp} request to
6850 advance to the next page is also disabled, except if it is accompanied
6851 by a page number (see @ref{Page Control}, for more information).  This
6852 mode ends when actual text is output or the @code{rs} request is
6853 encountered which ends no-space mode.  The read-only number register
6854 @code{.ns} is set to@tie{}1 as long as no-space mode is active.
6856 This request is useful for macros that conditionally
6857 insert vertical space before the text starts
6858 (for example, a paragraph macro could insert some space
6859 except when it is the first paragraph after a section header).
6860 @endDefreq
6863 @c =====================================================================
6865 @node Tabs and Fields, Character Translations, Manipulating Spacing, gtroff Reference
6866 @section Tabs and Fields
6867 @cindex tabs, and fields
6868 @cindex fields, and tabs
6870 @cindex @acronym{EBCDIC} encoding of a tab
6871 A tab character (@acronym{ASCII} char@tie{}9, @acronym{EBCDIC}
6872 char@tie{}5) causes a horizontal movement to the next tab stop (much
6873 like it did on a typewriter).
6875 @Defesc {\\t, , , }
6876 @cindex tab character, non-interpreted (@code{\t})
6877 @cindex character, tab, non-interpreted (@code{\t})
6878 This escape is a non-interpreted tab character.  In copy mode
6879 (@pxref{Copy-in Mode}), @code{\t} is the same as a real tab character.
6880 @endDefesc
6882 @DefreqList {ta, [@Var{n1} @Var{n2} @dots{} @Var{nn} @t{T} @Var{r1} @Var{r2} @dots{} @Var{rn}]}
6883 @DefregListEnd {.tabs}
6884 Change tab stop positions.  This request takes a series of tab
6885 specifiers as arguments (optionally divided into two groups with the
6886 letter @samp{T}) which indicate where each tab stop is to be
6887 (overriding any previous settings).
6889 Tab stops can be specified absolutely, i.e., as the distance from the
6890 left margin.  For example, the following sets 6@tie{}tab stops every
6891 one inch.
6893 @Example
6894 .ta 1i 2i 3i 4i 5i 6i
6895 @endExample
6897 Tab stops can also be specified using a leading @samp{+}
6898 which means that the specified tab stop is set relative to
6899 the previous tab stop.  For example, the following is equivalent to the
6900 previous example.
6902 @Example
6903 .ta 1i +1i +1i +1i +1i +1i
6904 @endExample
6906 @code{gtroff} supports an extended syntax to specify repeat values after
6907 the @samp{T} mark (these values are always taken as relative) -- this is
6908 the usual way to specify tabs set at equal intervals.  The following is,
6909 yet again, the same as the previous examples.  It does even more since
6910 it defines an infinite number of tab stops separated by one inch.
6912 @Example
6913 .ta T 1i
6914 @endExample
6916 Now we are ready to interpret the full syntax given at the beginning:
6917 Set tabs at positions @var{n1}, @var{n2}, @dots{}, @var{nn} and then set
6918 tabs at @var{nn}+@var{r1}, @var{nn}+@var{r2}, @dots{}, @var{nn}+@var{rn}
6919 and then at @var{nn}+@var{rn}+@var{r1}, @var{nn}+@var{rn}+@var{r2},
6920 @dots{}, @var{nn}+@var{rn}+@var{rn}, and so on.
6922 Example: @samp{4c +6c T 3c 5c 2c} is equivalent to @samp{4c 10c 13c 18c
6923 20c 23c 28c 30c @dots{}}.
6925 The material in each tab column (i.e., the column between two tab stops)
6926 may be justified to the right or left or centered in the column.  This
6927 is specified by appending @samp{R}, @samp{L}, or @samp{C} to the tab
6928 specifier.  The default justification is @samp{L}.  Example:
6930 @Example
6931 .ta 1i 2iC 3iR
6932 @endExample
6934 Some notes:
6936 @itemize @bullet
6937 @item
6938 The default unit of the @code{ta} request is @samp{m}.
6940 @item
6941 A tab stop is converted into a non-breakable horizontal movement which
6942 can be neither stretched nor squeezed.  For example,
6944 @Example
6945 .ds foo a\tb\tc
6946 .ta T 5i
6947 \*[foo]
6948 @endExample
6950 @noindent
6951 creates a single line which is a bit longer than 10@tie{}inches (a string
6952 is used to show exactly where the tab characters are).  Now consider the
6953 following:
6955 @Example
6956 .ds bar a\tb b\tc
6957 .ta T 5i
6958 \*[bar]
6959 @endExample
6961 @noindent
6962 @code{gtroff} first converts the tab stops of the line into unbreakable
6963 horizontal movements, then splits the line after the second @samp{b}
6964 (assuming a sufficiently short line length).  Usually, this isn't what
6965 the user wants.
6967 @item
6968 Superfluous tabs (i.e., tab characters which do not correspond to a tab
6969 stop) are ignored except the first one which delimits the characters
6970 belonging to the last tab stop for right-justifying or centering.
6971 Consider the following example
6973 @Example
6974 .ds Z   foo\tbar\tfoo
6975 .ds ZZ  foo\tbar\tfoobar
6976 .ds ZZZ foo\tbar\tfoo\tbar
6977 .ta 2i 4iR
6978 \*[Z]
6980 \*[ZZ]
6982 \*[ZZZ]
6984 @endExample
6986 @noindent
6987 which produces the following output:
6989 @Example
6990 foo                 bar              foo
6991 foo                 bar           foobar
6992 foo                 bar              foobar
6993 @endExample
6995 @noindent
6996 The first line right-justifies the second `foo' relative to the tab
6997 stop.  The second line right-justifies `foobar'.  The third line finally
6998 right-justifies only `foo' because of the additional tab character which
6999 marks the end of the string belonging to the last defined tab stop.
7001 @item
7002 Tab stops are associated with the current environment
7003 (@pxref{Environments}).
7005 @item
7006 Calling @code{ta} without an argument removes all tab stops.
7008 @item
7009 @cindex tab stops, for TTY output devices
7010 The start-up value of @code{gtroff} is @w{@samp{T 0.8i}}.
7011 @end itemize
7013 @cindex tab settings register (@code{.tabs})
7014 The read-only number register @code{.tabs} contains a string
7015 representation of the current tab settings suitable for use as an
7016 argument to the @code{ta} request.
7018 @Example
7019 .ds tab-string \n[.tabs]
7020 \*[tab-string]
7021     @result{} T120u
7022 @endExample
7024 @cindex @code{.S} register, Plan@tie{}9 alias for @code{.tabs}
7025 @cindex @code{.tabs} register, Plan@tie{}9 alias (@code{.S})
7026 The @code{troff} version of the Plan@tie{}9 operating system uses
7027 register @code{.S} for the same purpose.
7028 @endDefreq
7030 @Defreq {tc, [@Var{fill-glyph}]}
7031 @cindex tab repetition character (@code{tc})
7032 @cindex character, tab repetition (@code{tc})
7033 @cindex glyph, tab repetition (@code{tc})
7034 Normally @code{gtroff} fills the space to the next tab stop with
7035 whitespace.  This can be changed with the @code{tc} request.  With no
7036 argument @code{gtroff} reverts to using whitespace, which is the
7037 default.  The value of this @dfn{tab repetition character} is
7038 associated with the current environment
7039 (@pxref{Environments}).@footnote{@dfn{Tab repetition character} is a
7040 misnomer since it is an output glyph.}
7041 @endDefreq
7043 @DefreqList {linetabs, n}
7044 @DefregListEnd {.linetabs}
7045 @cindex tab, line-tabs mode
7046 @cindex line-tabs mode
7047 @cindex mode, line-tabs
7048 If @var{n} is missing or not zero, enable @dfn{line-tabs} mode,
7049 or disable it otherwise (the default).
7050 In line-tabs mode, @code{gtroff} computes tab distances
7051 relative to the (current) output line instead of the input line.
7053 For example, the following code:
7055 @Example
7056 .ds x a\t\c
7057 .ds y b\t\c
7058 .ds z c
7059 .ta 1i 3i
7063 @endExample
7065 @noindent
7066 in normal mode, results in the output
7068 @Example
7069 a         b         c
7070 @endExample
7072 @noindent
7073 in line-tabs mode, the same code outputs
7075 @Example
7076 a         b                   c
7077 @endExample
7079 Line-tabs mode is associated with the current environment.
7080 The read-only register @code{.linetabs} is set to@tie{}1 if in line-tabs
7081 mode, and 0 in normal mode.
7082 @endDefreq
7084 @menu
7085 * Leaders::
7086 * Fields::
7087 @end menu
7089 @c ---------------------------------------------------------------------
7091 @node Leaders, Fields, Tabs and Fields, Tabs and Fields
7092 @subsection Leaders
7093 @cindex leaders
7095 Sometimes it may may be desirable to use the @code{tc} request to fill a
7096 particular tab stop with a given glyph (for example dots in a table
7097 of contents), but also normal tab stops on the rest of the line.  For
7098 this @code{gtroff} provides an alternate tab mechanism, called
7099 @dfn{leaders} which does just that.
7101 @cindex leader character
7102 A leader character (character code@tie{}1) behaves similarly to a tab
7103 character: It moves to the next tab stop.  The only difference is that
7104 for this movement, the fill glyph defaults to a period character and
7105 not to space.
7107 @Defesc {\\a, , , }
7108 @cindex leader character, non-interpreted (@code{\a})
7109 @cindex character, leader, non-interpreted (@code{\a})
7110 This escape is a non-interpreted leader character.  In copy mode
7111 (@pxref{Copy-in Mode}), @code{\a} is the same as a real leader
7112 character.
7113 @endDefesc
7115 @Defreq {lc, [@Var{fill-glyph}]}
7116 @cindex leader repetition character (@code{lc})
7117 @cindex character, leader repetition (@code{lc})
7118 @cindex glyph, leader repetition (@code{lc})
7119 Declare the @dfn{leader repetition character}.@footnote{@dfn{Leader
7120 repetition character} is a misnomer since it is an output glyph.}
7121 Without an argument, leaders act the same as tabs (i.e., using
7122 whitespace for filling).  @code{gtroff}'s start-up value is a dot
7123 (@samp{.}).  The value of the leader repetition character is
7124 associated with the current environment (@pxref{Environments}).
7125 @endDefreq
7127 @cindex table of contents
7128 @cindex contents, table of
7129 For a table of contents, to name an example, tab stops may be defined so
7130 that the section number is one tab stop, the title is the second with
7131 the remaining space being filled with a line of dots, and then the page
7132 number slightly separated from the dots.
7134 @Example
7135 .ds entry 1.1\tFoo\a\t12
7136 .lc .
7137 .ta 1i 5i +.25i
7138 \*[entry]
7139 @endExample
7141 @noindent
7142 This produces
7144 @Example
7145 1.1  Foo..........................................  12
7146 @endExample
7148 @c ---------------------------------------------------------------------
7150 @node Fields,  , Leaders, Tabs and Fields
7151 @subsection Fields
7152 @cindex fields
7154 @cindex field delimiting character (@code{fc})
7155 @cindex delimiting character, for fields (@code{fc})
7156 @cindex character, field delimiting (@code{fc})
7157 @cindex field padding character (@code{fc})
7158 @cindex padding character, for fields (@code{fc})
7159 @cindex character, field padding (@code{fc})
7160 @dfn{Fields} are a more general way of laying out tabular data.  A field
7161 is defined as the data between a pair of @dfn{delimiting characters}.
7162 It contains substrings which are separated by @dfn{padding characters}.
7163 The width of a field is the distance on the @emph{input} line from the
7164 position where the field starts to the next tab stop.  A padding
7165 character inserts stretchable space similar to @TeX{}'s @code{\hss}
7166 command (thus it can even be negative) to make the sum of all substring
7167 lengths plus the stretchable space equal to the field width.  If more
7168 than one padding character is inserted, the available space is evenly
7169 distributed among them.
7171 @Defreq {fc, [@Var{delim-char} [@Var{padding-char}]]}
7172 Define a delimiting and a padding character for fields.  If the latter
7173 is missing, the padding character defaults to a space character.  If
7174 there is no argument at all, the field mechanism is disabled (which is
7175 the default).  Note that contrary to e.g.@: the tab repetition
7176 character, delimiting and padding characters are @emph{not} associated
7177 to the current environment (@pxref{Environments}).
7179 Example:
7181 @Example
7182 .fc # ^
7183 .ta T 3i
7184 #foo^bar^smurf#
7186 #foo^^bar^smurf#
7187 @endExample
7189 @noindent
7190 and here the result:
7192 @Example
7193 foo         bar          smurf
7194 foo            bar       smurf
7195 @endExample
7196 @endDefreq
7199 @c =====================================================================
7201 @node Character Translations, Troff and Nroff Mode, Tabs and Fields, gtroff Reference
7202 @section Character Translations
7203 @cindex character translations
7204 @cindex translations of characters
7206 @cindex control character, changing (@code{cc})
7207 @cindex character, control, changing (@code{cc})
7208 @cindex no-break control character, changing (@code{c2})
7209 @cindex character, no-break control, changing (@code{c2})
7210 @cindex control character, no-break, changing (@code{c2})
7211 The control character (@samp{.}) and the no-break control character
7212 (@samp{'}) can be changed with the @code{cc} and @code{c2} requests,
7213 respectively.
7215 @Defreq {cc, [@Var{c}]}
7216 Set the control character to@tie{}@var{c}.  With no argument the default
7217 control character @samp{.} is restored.  The value of the control
7218 character is associated with the current environment
7219 (@pxref{Environments}).
7220 @endDefreq
7222 @Defreq {c2, [@Var{c}]}
7223 Set the no-break control character to@tie{}@var{c}.  With no argument the
7224 default control character @samp{'} is restored.  The value of the
7225 no-break control character is associated with the current environment
7226 (@pxref{Environments}).
7227 @endDefreq
7229 @Defreq {eo, }
7230 @cindex disabling @code{\} (@code{eo})
7231 @cindex @code{\}, disabling (@code{eo})
7232 Disable the escape mechanism completely.  After executing this
7233 request, the backslash character @samp{\} no longer starts an escape
7234 sequence.
7236 This request can be very helpful in writing macros since it is not
7237 necessary then to double the escape character.  Here an example:
7239 @Example
7240 .\" This is a simplified version of the
7241 .\" .BR request from the man macro package
7243 .de BR
7244 .  ds result \&
7245 .  while (\n[.$] >= 2) \@{\
7246 .    as result \fB\$1\fR\$2
7247 .    shift 2
7248 .  \@}
7249 .  if \n[.$] .as result \fB\$1
7250 \*[result]
7251 .  ft R
7254 @endExample
7255 @endDefreq
7257 @Defreq {ec, [@Var{c}]}
7258 @cindex escape character, changing (@code{ec})
7259 @cindex character, escape, changing (@code{ec})
7260 Set the escape character to@tie{}@var{c}.  With no argument the default
7261 escape character @samp{\} is restored.  It can be also used to
7262 re-enable the escape mechanism after an @code{eo} request.
7264 Note that changing the escape character globally will likely break
7265 macro packages since @code{gtroff} has no mechanism to `intern' macros,
7266 i.e., to convert a macro definition into an internal form which is
7267 independent of its representation (@TeX{} has this mechanism).
7268 If a macro is called, it is executed literally.
7269 @endDefreq
7271 @DefreqList {ecs, }
7272 @DefreqListEnd {ecr, }
7273 The @code{ecs} request saves the current escape character
7274 in an internal register.
7275 Use this request in combination with the @code{ec} request to
7276 temporarily change the escape character.
7278 The @code{ecr} request restores the escape character
7279 saved with @code{ecs}.
7280 Without a previous call to @code{ecs}, this request
7281 sets the escape character to @code{\}.
7282 @endDefreq
7284 @DefescList {\\\\, , , }
7285 @DefescItem {\\e, , , }
7286 @DefescListEnd {\\E, , , }
7287 Print the current escape character (which is the backslash character
7288 @samp{\} by default).
7290 @code{\\} is a `delayed' backslash; more precisely, it is the default
7291 escape character followed by a backslash, which no longer has special
7292 meaning due to the leading escape character.  It is @emph{not} an escape
7293 sequence in the usual sense!  In any unknown escape sequence
7294 @code{\@var{X}} the escape character is ignored and @var{X} is printed.
7295 But if @var{X} is equal to the current escape character, no warning is
7296 emitted.
7298 As a consequence, only at top-level or in a diversion a backslash glyph is
7299 printed; in copy-in mode, it expands to a single backslash which then
7300 combines with the following character to an escape sequence.
7302 The @code{\E} escape differs from @code{\e} by printing an escape
7303 character that is not interpreted in copy mode.
7304 Use this to define strings with escapes that work
7305 when used in copy mode (for example, as a macro argument).
7306 The following example defines strings to begin and end
7307 a superscript:
7309 @Example
7310 .ds @{ \v'-.3m'\s'\En[.s]*60/100'
7311 .ds @} \s0\v'.3m'
7312 @endExample
7314 Another example to demonstrate the differences between the various escape
7315 sequences, using a strange escape character, @samp{-}.
7317 @Example
7318 .ec -
7319 .de xxx
7320 --A'123'
7322 .xxx
7323     @result{} -A'foo'
7324 @endExample
7326 @noindent
7327 The result is surprising for most users, expecting @samp{1} since
7328 @samp{foo} is a valid identifier.  What has happened?  As mentioned
7329 above, the leading escape character makes the following character
7330 ordinary.  Written with the default escape character the sequence
7331 @samp{--} becomes @samp{\-} -- this is the minus sign.
7333 If the escape character followed by itself is a valid escape sequence,
7334 only @code{\E} yields the expected result:
7336 @Example
7337 .ec -
7338 .de xxx
7339 -EA'123'
7341 .xxx
7342     @result{} 1
7343 @endExample
7344 @endDefesc
7346 @Defesc {\\., , , }
7347 Similar to @code{\\}, the sequence @code{\.} isn't a real escape sequence.
7348 As before, a warning message is suppressed if the escape character is
7349 followed by a dot, and the dot itself is printed.
7351 @Example
7352 .de foo
7353 .  nop foo
7355 .  de bar
7356 .    nop bar
7357 \\..
7360 .foo
7361 .bar
7362     @result{} foo bar
7363 @endExample
7365 @noindent
7366 The first backslash is consumed while the macro is read, and the second
7367 is swallowed while exexuting macro @code{foo}.
7368 @endDefesc
7370 A @dfn{translation} is a mapping of an input character to an output
7371 glyph.  The mapping occurs at output time, i.e., the input character
7372 gets assigned the metric information of the mapped output character
7373 right before input tokens are converted to nodes (@pxref{Gtroff
7374 Internals}, for more on this process).
7376 @DefreqList {tr, @Var{a}@Var{b}@Var{c}@Var{d}@dots{}}
7377 @DefreqListEnd {trin, @Var{a}@Var{b}@Var{c}@Var{d}@dots{}}
7378 Translate character @var{a} to glyph@tie{}@var{b}, character @var{c} to
7379 glyph@tie{}@var{d}, etc.  If there is an odd number of arguments, the
7380 last one is translated to an unstretchable space (@w{@samp{\ }}).
7382 The @code{trin} request is identical to @code{tr},
7383 but when you unformat a diversion with @code{asciify}
7384 it ignores the translation.
7385 @xref{Diversions}, for details about the @code{asciify} request.
7387 Some notes:
7389 @itemize @bullet
7390 @item
7391 @cindex @code{\(}, and translations
7392 @cindex @code{\[}, and translations
7393 @cindex @code{\'}, and translations
7394 @cindex @code{\`}, and translations
7395 @cindex @code{\-}, and translations
7396 @cindex @code{\_}, and translations
7397 @cindex @code{\C}, and translations
7398 @cindex @code{\N}, and translations
7399 @cindex @code{char} request, and translations
7400 @cindex special characters
7401 @cindex character, special
7402 @cindex numbered glyph (@code{\N})
7403 @cindex glyph, numbered (@code{\N})
7404 Special characters (@code{\(@var{xx}}, @code{\[@var{xxx}]},
7405 @code{\C'@var{xxx}'}, @code{\'}, @code{\`}, @code{\-}, @code{\_}),
7406 glyphs defined with the @code{char} request, and numbered glyphs
7407 (@code{\N'@var{xxx}'}) can be translated also.
7409 @item
7410 @cindex @code{\e}, and translations
7411 The @code{\e} escape can be translated also.
7413 @item
7414 @cindex @code{\%}, and translations
7415 @cindex @code{\~}, and translations
7416 Characters can be mapped onto the @code{\%} and @code{\~} escapes (but
7417 @code{\%} and @code{\~} can't be mapped onto another glyph).
7419 @item
7420 @cindex backspace character, and translations
7421 @cindex character, backspace, and translations
7422 @cindex leader character, and translations
7423 @cindex character, leader, and translations
7424 @cindex newline character, and translations
7425 @cindex character, newline, and translations
7426 @cindex tab character, and translations
7427 @cindex character, tab, and translations
7428 @cindex @code{\a}, and translations
7429 @cindex @code{\t}, and translations
7430 The following characters can't be translated: space (with one exception,
7431 see below), backspace, newline, leader (and @code{\a}), tab (and
7432 @code{\t}).
7434 @item
7435 @cindex @code{shc} request, and translations
7436 Translations are not considered for finding the soft hyphen character
7437 set with the @code{shc} request.
7439 @item
7440 @cindex @code{\&}, and translations
7441 The pair @samp{@var{c}\&} (this is an arbitrary character@tie{}@var{c}
7442 followed by the zero width space character) maps this character to nothing.
7444 @Example
7445 .tr a\&
7446 foo bar
7447     @result{} foo br
7448 @endExample
7450 @noindent
7451 It is even possible to map the space character to nothing:
7453 @Example
7454 .tr aa \&
7455 foo bar
7456     @result{} foobar
7457 @endExample
7459 @noindent
7460 As shown in the example, the space character can't be the first
7461 character/glyph pair as an argument of @code{tr}.  Additionally, it is
7462 not possible to map the space character to any other glyph; requests
7463 like @w{@samp{.tr aa x}} undo @w{@samp{.tr aa \&}} instead.
7465 If justification is active, lines are justified in spite of the
7466 `empty' space character (but there is no minimal distance, i.e.@: the
7467 space character, between words).
7469 @item
7470 After an output glyph has been constructed (this happens at the
7471 moment immediately before the glyph is appended to an output
7472 glyph list, either by direct output, in a macro, diversion, or
7473 string), it is no longer affected by @code{tr}.
7475 @item
7476 Translating character to glyphs where one of them or both are
7477 undefined is possible also; @code{tr} does not check whether the
7478 entities in its argument do exist.
7480 @xref{Gtroff Internals}.
7482 @item
7483 @code{troff} no longer has a hard-coded dependency on @w{Latin-1};
7484 all @code{char@var{XXX}} entities have been removed from the font
7485 description files.  This has a notable consequence which shows up in
7486 warnings like @code{can't find character with input code @var{XXX}}
7487 if the @code{tr} request isn't handled properly.
7489 Consider the following translation:
7491 @Example
7492 .tr @'e@'E
7493 @endExample
7495 @noindent
7496 This maps input character @code{@'e} onto glyph @code{@'E}, which is
7497 identical to glyph @code{char201}.  But this glyph intentionally
7498 doesn't exist!  Instead, @code{\[char201]} is treated as an input
7499 character entity and is by default mapped onto @code{\['E]}, and
7500 @code{gtroff} doesn't handle translations of translations.
7502 The right way to write the above translation is
7504 @Example
7505 .tr @'e\['E]
7506 @endExample
7508 @noindent
7509 With other words, the first argument of @code{tr} should be an input
7510 character or entity, and the second one a glyph entity.
7512 @item
7513 Without an argument, the @code{tr} request is ignored.
7514 @end itemize
7515 @endDefreq
7517 @Defreq {trnt, @Var{a}@Var{b}@Var{c}@Var{d}@dots{}}
7518 @cindex @code{\!}, and @code{trnt}
7519 @code{trnt} is the same as the @code{tr} request except that the
7520 translations do not apply to text that is transparently throughput
7521 into a diversion with @code{\!}.  @xref{Diversions}, for more
7522 information.
7524 For example,
7526 @Example
7527 .tr ab
7528 .di x
7529 \!.tm a
7532 @endExample
7534 @noindent
7535 prints @samp{b} to the standard error stream; if @code{trnt} is used
7536 instead of @code{tr} it prints @samp{a}.
7537 @endDefreq
7540 @c =====================================================================
7542 @node Troff and Nroff Mode, Line Layout, Character Translations, gtroff Reference
7543 @section Troff and Nroff Mode
7544 @cindex troff mode
7545 @cindex mode, troff
7546 @cindex nroff mode
7547 @cindex mode, nroff
7549 Originally, @code{nroff} and @code{troff} were two separate programs,
7550 the former for TTY output, the latter for everything else.  With GNU
7551 @code{troff}, both programs are merged into one executable, sending
7552 its output to a device driver (@code{grotty} for TTY devices,
7553 @code{grops} for @sc{PostScript}, etc.) which interprets the
7554 intermediate output of @code{gtroff}.  For @acronym{UNIX} @code{troff}
7555 it makes sense to talk about @dfn{Nroff mode} and @dfn{Troff mode}
7556 since the differences are hardcoded.  For GNU @code{troff}, this
7557 distinction is not appropriate because @code{gtroff} simply takes the
7558 information given in the font files for a particular device without
7559 handling requests specially if a TTY output device is used.
7561 Usually, a macro package can be used with all output devices.
7562 Nevertheless, it is sometimes necessary to make a distinction between
7563 TTY and non-TTY devices: @code{gtroff} provides two built-in
7564 conditions @samp{n} and @samp{t} for the @code{if}, @code{ie}, and
7565 @code{while} requests to decide whether @code{gtroff} shall behave
7566 like @code{nroff} or like @code{troff}.
7568 @Defreq {troff, }
7569 @pindex troffrc
7570 @pindex troffrc-end
7571 Make the @samp{t} built-in condition true (and the @samp{n} built-in
7572 condition false) for @code{if}, @code{ie}, and @code{while}
7573 conditional requests.  This is the default if @code{gtroff}
7574 (@emph{not} @code{groff}) is started with the @option{-R} switch to
7575 avoid loading of the start-up files @file{troffrc} and
7576 @file{troffrc-end}.  Without @option{-R}, @code{gtroff} stays in troff
7577 mode if the output device is not a TTY (e.g.@: `ps').
7578 @endDefreq
7580 @Defreq {nroff, }
7581 @pindex tty.tmac
7582 Make the @samp{n} built-in condition true (and the @samp{t} built-in
7583 condition false) for @code{if}, @code{ie}, and @code{while}
7584 conditional requests.  This is the default if @code{gtroff} uses a TTY
7585 output device; the code for switching to nroff mode is in the file
7586 @file{tty.tmac} which is loaded by the start-up file @code{troffrc}.
7587 @endDefreq
7589 @xref{Conditionals and Loops}, for more details on built-in
7590 conditions.
7593 @c =====================================================================
7595 @node Line Layout, Line Control, Troff and Nroff Mode, gtroff Reference
7596 @section Line Layout
7597 @cindex line layout
7598 @cindex layout, line
7600 @cindex dimensions, line
7601 @cindex line dimensions
7602 The following drawing shows the dimensions which @code{gtroff} uses for
7603 placing a line of output onto the page.  They are labeled with the
7604 request which manipulates each dimension.
7606 @Example
7607                 -->| in |<--
7608                    |<-----------ll------------>|
7609               +----+----+----------------------+----+
7610               |    :    :                      :    |
7611               +----+----+----------------------+----+
7612            -->| po |<--
7613               |<--------paper width---------------->|
7614 @endExample
7616 @noindent
7617 These dimensions are:
7619 @ftable @code
7620 @item po
7621 @cindex left margin (@code{po})
7622 @cindex margin, left (@code{po})
7623 @cindex page offset (@code{po})
7624 @cindex offset, page (@code{po})
7625 @dfn{Page offset} -- this is the leftmost position of text on the final
7626 output, defining the @dfn{left margin}.
7628 @item in
7629 @cindex indentation (@code{in})
7630 @cindex line indentation (@code{in})
7631 @dfn{Indentation} -- this is the distance from the left margin where
7632 text is printed.
7634 @item ll
7635 @cindex line length (@code{ll})
7636 @cindex length of line (@code{ll})
7637 @dfn{Line length} -- this is the distance from the left margin to right
7638 margin.
7639 @end ftable
7641 A simple demonstration:
7643 @Example
7644 .ll 3i
7645 This is text without indentation.
7646 The line length has been set to 3\~inch.
7647 .in +.5i
7648 .ll -.5i
7649 Now the left and right margins are both increased.
7652 Calling .in and .ll without parameters restore
7653 the previous values.
7654 @endExample
7656 Result:
7658 @Example
7659 This  is text without indenta-
7660 tion.   The  line  length  has
7661 been set to 3 inch.
7662      Now   the  left  and
7663      right  margins   are
7664      both increased.
7665 Calling  .in  and  .ll without
7666 parameters restore the  previ-
7667 ous values.
7668 @endExample
7670 @DefreqList {po, [@Var{offset}]}
7671 @DefreqItem {po, @t{+}@Var{offset}}
7672 @DefreqItem {po, @t{-}@Var{offset}}
7673 @DefregListEnd {.o}
7674 @pindex troffrc
7675 Set horizontal page offset to @var{offset} (or increment or decrement
7676 the current value by @var{offset}).  Note that this request does not
7677 cause a break, so changing the page offset in the middle of text being
7678 filled may not yield the expected result.  The initial value is
7679 1@dmn{i}.  For TTY output devices, it is set to 0 in the startup file
7680 @file{troffrc}; the default scaling indicator is @samp{m} (and
7681 not @samp{v} as incorrectly documented in the original
7682 @acronym{UNIX} troff manual).
7684 The current page offset can be found in the read-only number register
7685 @samp{.o}.
7687 If @code{po} is called without an argument, the page offset is reset to
7688 the previous value before the last call to @code{po}.
7690 @Example
7691 .po 3i
7692 \n[.o]
7693     @result{} 720
7694 .po -1i
7695 \n[.o]
7696     @result{} 480
7698 \n[.o]
7699     @result{} 720
7700 @endExample
7701 @endDefreq
7703 @DefreqList {in, [@Var{indent}]}
7704 @DefreqItem {in, @t{+}@Var{indent}}
7705 @DefreqItem {in, @t{-}@Var{indent}}
7706 @DefregListEnd {.i}
7707 Set indentation to @var{indent} (or increment or decrement the
7708 current value by @var{indent}).  This request causes a break.
7709 Initially, there is no indentation.
7711 If @code{in} is called without an argument, the indentation is reset to
7712 the previous value before the last call to @code{in}.  The default
7713 scaling indicator is @samp{m}.
7715 The indentation is associated with the current environment
7716 (@pxref{Environments}).
7718 If a negative indentation value is specified (which is not allowed),
7719 @code{gtroff} emits a warning of type @samp{range} and sets the
7720 indentation to zero.
7722 The effect of @code{in} is delayed until a partially collected line (if
7723 it exists) is output.  A temporary indent value is reset to zero also.
7725 The current indentation (as set by @code{in}) can be found in the
7726 read-only number register @samp{.i}.
7727 @endDefreq
7729 @DefreqList {ti, offset}
7730 @DefreqItem {ti, @t{+}@Var{offset}}
7731 @DefreqItem {ti, @t{-}@Var{offset}}
7732 @DefregListEnd {.in}
7733 Temporarily indent the next output line by @var{offset}.  If an
7734 increment or decrement value is specified, adjust the temporary
7735 indentation relative to the value set by the @code{in} request.
7737 This request causes a break; its value is associated with the current
7738 environment (@pxref{Environments}).  The default scaling indicator
7739 is @samp{m}.  A call of @code{ti} without an argument is ignored.
7741 If the total indentation value is negative (which is not allowed),
7742 @code{gtroff} emits a warning of type @samp{range} and sets the
7743 temporary indentation to zero.  `Total indentation' is either
7744 @var{offset} if specified as an absolute value, or the temporary plus
7745 normal indentation, if @var{offset} is given as a relative value.
7747 The effect of @code{ti} is delayed until a partially collected line (if
7748 it exists) is output.
7750 The read-only number register @code{.in} is the indentation that applies
7751 to the current output line.
7753 The difference between @code{.i} and @code{.in} is that the latter takes
7754 into account whether a partially collected line still uses the old
7755 indentation value or a temporary indentation value is active.
7756 @endDefreq
7758 @DefreqList {ll, [@Var{length}]}
7759 @DefreqItem {ll, @t{+}@Var{length}}
7760 @DefreqItem {ll, @t{-}@Var{length}}
7761 @DefregItem {.l}
7762 @DefregListEnd {.ll}
7763 Set the line length to @var{length} (or increment or decrement the
7764 current value by @var{length}).  Initially, the line length is set to
7765 6.5@dmn{i}.  The effect of @code{ll} is delayed until a partially
7766 collected line (if it exists) is output.  The default scaling
7767 indicator is @samp{m}.
7769 If @code{ll} is called without an argument, the line length is reset to
7770 the previous value before the last call to @code{ll}.  If a negative
7771 line length is specified (which is not allowed), @code{gtroff} emits a
7772 warning of type @samp{range} and sets the line length to zero.
7774 The line length is associated with the current environment
7775 (@pxref{Environments}).
7777 @cindex line length register (@code{.l})
7778 The current line length (as set by @code{ll}) can be found in the
7779 read-only number register @samp{.l}.  The read-only number register
7780 @code{.ll} is the line length that applies to the current output line.
7782 Similar to @code{.i} and @code{.in}, the difference between @code{.l}
7783 and @code{.ll} is that the latter takes into account whether a partially
7784 collected line still uses the old line length value.
7785 @endDefreq
7788 @c =====================================================================
7790 @node Line Control, Page Layout, Line Layout, gtroff Reference
7791 @section Line Control
7792 @cindex line control
7793 @cindex control, line
7795 It is important to understand how @code{gtroff} handles input and output
7796 lines.
7798 Many escapes use positioning relative to the input line.  For example,
7799 this
7801 @Example
7802 This is a \h'|1.2i'test.
7804 This is a
7805 \h'|1.2i'test.
7806 @endExample
7808 @noindent
7809 produces
7811 @Example
7812 This is a   test.
7814 This is a             test.
7815 @endExample
7817 The main usage of this feature is to define macros which act exactly
7818 at the place where called.
7820 @Example
7821 .\" A simple macro to underline a word
7822 .de underline
7823 .  nop \\$1\l'|0\[ul]'
7825 @endExample
7827 @noindent
7828 In the above example, @samp{|0} specifies a negative distance from the
7829 current position (at the end of the just emitted argument @code{\$1}) back
7830 to the beginning of the input line.  Thus, the @samp{\l} escape draws a
7831 line from right to left.
7833 @cindex input line continuation (@code{\})
7834 @cindex line, input, continuation (@code{\})
7835 @cindex continuation, input line (@code{\})
7836 @cindex output line, continuation (@code{\c})
7837 @cindex line, output, continuation (@code{\c})
7838 @cindex continuation, output line (@code{\c})
7839 @cindex interrupted line
7840 @cindex line, interrupted
7841 @code{gtroff} makes a difference between input and output line
7842 continuation; the latter is also called @dfn{interrupting} a line.
7844 @DefescList {\\@key{RET}, , ,}
7845 @DefescItem {\\c, , ,}
7846 @DefregListEnd{.int}
7847 Continue a line.  @code{\@key{RET}} (this is a backslash at the end
7848 of a line immediately followed by a newline) works on the input level,
7849 suppressing the effects of the following newline in the input.
7851 @Example
7852 This is a \
7853 .test
7854     @result{} This is a .test
7855 @endExample
7857 The @samp{|} operator is also affected.
7859 @cindex @code{\R}, after @code{\c}
7860 @code{\c} works on the output level.  Anything after this escape on the
7861 same line is ignored, except @code{\R} which works as usual.  Anything
7862 before @code{\c} on the same line will be appended to the current partial
7863 output line.  The next non-command line after an interrupted line counts
7864 as a new input line.
7866 The visual results depend on whether no-fill mode is active.
7868 @itemize @bullet
7869 @item
7870 @cindex @code{\c}, and no-fill mode
7871 @cindex no-fill mode, and @code{\c}
7872 @cindex mode, no-fill, and @code{\c}
7873 If no-fill mode is active (using the @code{nf} request), the next input
7874 text line after @code{\c} will be handled as a continuation of the same
7875 input text line.
7877 @Example
7879 This is a \c
7880 test.
7881     @result{} This is a test.
7882 @endExample
7884 @item
7885 @cindex @code{\c}, and fill mode
7886 @cindex fill mode, and @code{\c}
7887 @cindex mode, fill, and @code{\c}
7888 If fill mode is active (using the @code{fi} request), a word interrupted
7889 with @code{\c} will be continued with the text on the next input text line,
7890 without an intervening space.
7892 @Example
7893 This is a te\c
7895     @result{} This is a test.
7896 @endExample
7897 @end itemize
7899 Note that an intervening control line which causes a break is stronger
7900 than @code{\c}, flushing out the current partial line in the usual way.
7902 @cindex interrupted line register (@code{.int})
7903 The @code{.int} register contains a positive value
7904 if the last output line was interrupted with @code{\c}; this is
7905 associated with the current environment (@pxref{Environments}).
7906 @endDefesc
7908 @c =====================================================================
7910 @node Page Layout, Page Control, Line Control, gtroff Reference
7911 @section Page Layout
7912 @cindex page layout
7913 @cindex layout, page
7915 @code{gtroff} provides some very primitive operations for controlling
7916 page layout.
7918 @DefreqList {pl, [@Var{length}]}
7919 @DefreqItem {pl, @t{+}@Var{length}}
7920 @DefreqItem {pl, @t{-}@Var{length}}
7921 @DefregListEnd {.p}
7922 @cindex page length (@code{pl})
7923 @cindex length of page (@code{pl})
7924 Set the @dfn{page length} to @var{length} (or increment or decrement
7925 the current value by @var{length}).  This is the length of the
7926 physical output page.  The default scaling indicator is @samp{v}.
7928 @cindex page length register (@code{.p})
7929 The current setting can be found in the read-only number register
7930 @samp{.p}.
7932 @cindex top margin
7933 @cindex margin, top
7934 @cindex bottom margin
7935 @cindex margin, bottom
7936 Note that this only specifies the size of the page, not the top and
7937 bottom margins.  Those are not set by @code{gtroff} directly.
7938 @xref{Traps}, for further information on how to do this.
7940 Negative @code{pl} values are possible also, but not very useful: No
7941 trap is sprung, and each line is output on a single page (thus
7942 suppressing all vertical spacing).
7944 If no argument or an invalid argument is given, @code{pl} sets the page
7945 length to 11@dmn{i}.
7946 @endDefreq
7948 @cindex headers
7949 @cindex footers
7950 @cindex titles
7951 @code{gtroff} provides several operations which help in setting up top
7952 and bottom titles (or headers and footers).
7954 @Defreq {tl, @t{'}@Var{left}@t{'}@Var{center}@t{'}@Var{right}@t{'}}
7955 @cindex title line (@code{tl})
7956 @cindex three-part title (@code{tl})
7957 @cindex page number character (@code{%})
7958 Print a @dfn{title line}.  It consists of three parts: a left
7959 justified portion, a centered portion, and a right justified portion.
7960 The argument separator @samp{'} can be replaced with any character not
7961 occurring in the title line.  The @samp{%} character is replaced with
7962 the current page number.  This character can be changed with the
7963 @code{pc} request (see below).
7965 Without argument, @code{tl} is ignored.
7967 Some notes:
7969 @itemize @bullet
7970 @item
7971 A title line is not restricted to the top or bottom of a page.
7973 @item
7974 @code{tl} prints the title line immediately, ignoring a partially filled
7975 line (which stays untouched).
7977 @item
7978 It is not an error to omit closing delimiters.  For example,
7979 @w{@samp{.tl /foo}} is equivalent to @w{@samp{.tl /foo///}}: It prints a
7980 title line with the left justified word @samp{foo}; the centered and
7981 right justfied parts are empty.
7983 @item
7984 @code{tl} accepts the same parameter delimiting characters as the
7985 @code{\A} escape; see @ref{Escapes}.
7986 @end itemize
7987 @endDefreq
7989 @DefreqList {lt, [@Var{length}]}
7990 @DefreqItem {lt, @t{+}@Var{length}}
7991 @DefreqItem {lt, @t{-}@Var{length}}
7992 @DefregListEnd {.lt}
7993 @cindex length of title line (@code{lt})
7994 @cindex title line, length (@code{lt})
7995 @cindex title line length register (@code{.lt})
7996 The title line is printed using its own line length, which is
7997 specified (or incremented or decremented) with the @code{lt} request.
7998 Initially, the title line length is set to 6.5@dmn{i}.  If a negative
7999 line length is specified (which is not allowed), @code{gtroff} emits a
8000 warning of type @samp{range} and sets the title line length to zero.
8001 The default scaling indicator is @samp{m}.  If @code{lt} is called
8002 without an argument, the title length is reset to the previous value
8003 before the last call to @code{lt}.
8005 The current setting of this is available in the @code{.lt} read-only
8006 number register; it is associated with the current environment
8007 (@pxref{Environments}).
8008 @endDefreq
8010 @DefreqList {pn, page}
8011 @DefreqItem {pn, @t{+}@Var{page}}
8012 @DefreqItem {pn, @t{-}@Var{page}}
8013 @DefregListEnd {.pn}
8014 @cindex page number (@code{pn})
8015 @cindex number, page (@code{pn})
8016 Change (increase or decrease) the page number of the @emph{next} page.
8017 The only argument is the page number; the request is ignored without a
8018 parameter.
8020 The read-only number register @code{.pn} contains the number of the next
8021 page: either the value set by a @code{pn} request, or the number of the
8022 current page plus@tie{}1.
8023 @endDefreq
8025 @Defreq {pc, [@Var{char}]}
8026 @cindex changing the page number character (@code{pc})
8027 @cindex page number character, changing (@code{pc})
8028 @vindex %
8029 Change the page number character (used by the @code{tl} request) to a
8030 different character.  With no argument, this mechanism is disabled.
8031 Note that this doesn't affect the number register@tie{}@code{%}.
8032 @endDefreq
8034 @xref{Traps}.
8037 @c =====================================================================
8039 @node Page Control, Fonts and Symbols, Page Layout, gtroff Reference
8040 @section Page Control
8041 @cindex page control
8042 @cindex control, page
8044 @DefreqList {bp, [@Var{page}]}
8045 @DefreqItem {bp, @t{+}@Var{page}}
8046 @DefreqItem {bp, @t{-}@Var{page}}
8047 @DefregListEnd {%}
8048 @cindex new page (@code{bp})
8049 @cindex page, new (@code{bp})
8050 Stop processing the current page and move to the next page.  This
8051 request causes a break.  It can also take an argument to set
8052 (increase, decrease) the page number of the next page (which actually
8053 becomes the current page after @code{bp} has finished).  The
8054 difference between @code{bp} and @code{pn} is that @code{pn} does not
8055 cause a break or actually eject a page.  @xref{Page Layout}.
8057 @Example
8058 .de newpage                         \" define macro
8059 'bp                                 \" begin page
8060 'sp .5i                             \" vertical space
8061 .tl 'left top'center top'right top' \" title
8062 'sp .3i                             \" vertical space
8063 ..                                  \" end macro
8064 @endExample
8066 @cindex @code{bp} request, and top-level diversion
8067 @cindex top-level diversion, and @code{bp}
8068 @cindex diversion, top-level, and @code{bp}
8069 @code{bp} has no effect if not called within the top-level diversion
8070 (@pxref{Diversions}).
8072 @cindex page number register (@code{%})
8073 @cindex current page number (@code{%})
8074 The read-write register@tie{}@code{%} holds the current page number.
8076 The number register @code{.pe} is set to@tie{}1 while @code{bp} is
8077 active.  @xref{Page Location Traps}.
8078 @endDefreq
8080 @Defreq {ne, [@Var{space}]}
8081 @cindex orphan lines, preventing with @code{ne}
8082 @cindex conditional page break (@code{ne})
8083 @cindex page break, conditional (@code{ne})
8084 It is often necessary to force a certain amount of space before a new
8085 page occurs.  This is most useful to make sure that there is not a
8086 single @dfn{orphan} line left at the bottom of a page.  The @code{ne}
8087 request ensures that there is a certain distance, specified by the
8088 first argument, before the next page is triggered (see @ref{Traps},
8089 for further information).  The default scaling indicator for @code{ne}
8090 is @samp{v}; the default value of @var{space} is@tie{}1@dmn{v} if no
8091 argument is given.
8093 For example, to make sure that no fewer than 2@tie{}lines get orphaned,
8094 do the following before each paragraph:
8096 @Example
8097 .ne 2
8098 text text text
8099 @endExample
8101 @code{ne} will then automatically cause a page break if there is space
8102 for one line only.
8103 @endDefreq
8105 @DefreqList {sv, [@Var{space}]}
8106 @DefreqListEnd {os, }
8107 @cindex @code{ne} request, comparison with @code{sv}
8108 @code{sv} is similar to the @code{ne} request; it reserves the
8109 specified amount of vertical space.  If the desired amount of space
8110 exists before the next trap (or the bottom page boundary if no trap is
8111 set), the space is output immediately (ignoring a partially filled line
8112 which stays untouched).  If there is not enough space, it is stored for
8113 later output via the @code{os} request.  The default value is@tie{}1@dmn{v}
8114 if no argument is given; the default scaling indicator is @samp{v}.
8116 @cindex @code{sv} request, and no-space mode
8117 @cindex @code{os} request, and no-space mode
8118 Both @code{sv} and @code{os} ignore no-space mode.  While the @code{sv}
8119 request allows negative values for @var{space}, @code{os} will ignore
8120 them.
8121 @endDefreq
8123 @Defreg {nl}
8124 @cindex current vertical position (@code{nl})
8125 @cindex vertical position, current (@code{nl})
8126 @cindex position, vertical, current (@code{nl})
8127 This register contains the current vertical position.  If the vertical
8128 position is zero and the top of page transition hasn't happened yet,
8129 @code{nl} is set to negative value.  @code{gtroff} itself does this at
8130 the very beginning of a document before anything has been printed, but
8131 the main usage is to plant a header trap on a page if this page has
8132 already started.
8134 Consider the following:
8136 @Example
8137 .de xxx
8138 .  sp
8139 .  tl ''Header''
8140 .  sp
8143 First page.
8145 .wh 0 xxx
8146 .nr nl (-1)
8147 Second page.
8148 @endExample
8150 @noindent
8151 Result:
8153 @Example
8154 First page.
8158                              Header
8160 Second page.
8163 @endExample
8165 @noindent
8166 Without resetting @code{nl} to a negative value, the just planted trap
8167 would be active beginning with the @emph{next} page, not the current
8168 one.
8170 @xref{Diversions}, for a comparison with the @code{.h} and @code{.d}
8171 registers.
8172 @endDefreg
8174 @c =====================================================================
8176 @node Fonts and Symbols, Sizes, Page Control, gtroff Reference
8177 @section Fonts and Symbols
8178 @cindex fonts
8180 @code{gtroff} can switch fonts at any point in the text.
8182 The basic set of fonts is @samp{R}, @samp{I}, @samp{B}, and @samp{BI}.
8183 These are Times Roman, Italic, Bold, and Bold Italic.  For non-TTY
8184 devices, there is also at least one symbol font which contains various
8185 special symbols (Greek, mathematics).
8187 @menu
8188 * Changing Fonts::
8189 * Font Families::
8190 * Font Positions::
8191 * Using Symbols::
8192 * Special Fonts::
8193 * Artificial Fonts::
8194 * Ligatures and Kerning::
8195 @end menu
8197 @c ---------------------------------------------------------------------
8199 @node Changing Fonts, Font Families, Fonts and Symbols, Fonts and Symbols
8200 @subsection Changing Fonts
8201 @cindex fonts
8203 @DefreqList {ft, [@Var{font}]}
8204 @DefescItem {\\f, , f, }
8205 @DefescItem {\\f, @lparen{}, fn, }
8206 @DefescListEnd {\\f, @lbrack{}, font, @rbrack}
8207 @cindex changing fonts (@code{ft}, @code{\f})
8208 @cindex fonts, changing (@code{ft}, @code{\f})
8209 @cindex @code{sty} request, and changing fonts
8210 @cindex @code{fam} request, and changing fonts
8211 @cindex @code{\F}, and changing fonts
8212 @kindex styles
8213 @kindex family
8214 @pindex DESC
8215 The @code{ft} request and the @code{\f} escape change the current font
8216 to @var{font} (one-character name@tie{}@var{f}, two-character name
8217 @var{fn}).
8219 If @var{font} is a style name (as set with the @code{sty} request or
8220 with the @code{styles} command in the @file{DESC} file), use it within
8221 the current font family (as set with the @code{fam} request, @code{\F}
8222 escape, or with the @code{family} command in the @file{DESC} file).
8224 @cindex previous font (@code{ft}, @code{\f[]}, @code{\fP})
8225 @cindex font, previous (@code{ft}, @code{\f[]}, @code{\fP})
8226 With no argument or using @samp{P} as an argument, @code{.ft} switches
8227 to the previous font.  Use @code{\f[]} to do this with the escape.  The
8228 old syntax forms @code{\fP} or @code{\f[P]} are also supported.
8230 Fonts are generally specified as upper-case strings, which are usually
8231 1@tie{}to 4 characters representing an abbreviation or acronym of the
8232 font name.  This is no limitation, just a convention.
8234 The example below produces two identical lines.
8236 @Example
8237 eggs, bacon,
8238 .ft B
8239 spam
8241 and sausage.
8243 eggs, bacon, \fBspam\fP and sausage.
8244 @endExample
8246 Note that @code{\f} doesn't produce an input token in @code{gtroff}.
8247 As a consequence, it can be used in requests like @code{mc} (which
8248 expects a single character as an argument) to change the font on
8249 the fly:
8251 @Example
8252 .mc \f[I]x\f[]
8253 @endExample
8255 @xref{Font Positions}, for an alternative syntax.
8256 @endDefreq
8258 @Defreq {ftr, f [@Var{g}]}
8259 @cindex @code{ft} request, and font translations
8260 @cindex @code{ul} request, and font translations
8261 @cindex @code{bd} request, and font translations
8262 @cindex @code{\f}, and font translations
8263 @cindex @code{cs} request, and font translations
8264 @cindex @code{tkf} request, and font translations
8265 @cindex @code{special} request, and font translations
8266 @cindex @code{fspecial} request, and font translations
8267 @cindex @code{fp} request, and font translations
8268 @cindex @code{sty} request, and font translations
8269 Translate font@tie{}@var{f} to font@tie{}@var{g}.  Whenever a font
8270 named@tie{}@var{f} is referred to in a @code{\f} escape sequence, or in the
8271 @code{ft}, @code{ul}, @code{bd}, @code{cs}, @code{tkf},
8272 @code{special}, @code{fspecial}, @code{fp}, or @code{sty} requests,
8273 font@tie{}@var{g} is used.  If @var{g} is missing or equal to@tie{}@var{f}
8274 the translation is undone.
8275 @endDefreq
8277 @c ---------------------------------------------------------------------
8279 @node Font Families, Font Positions, Changing Fonts, Fonts and Symbols
8280 @subsection Font Families
8281 @cindex font families
8282 @cindex families, font
8283 @cindex font styles
8284 @cindex styles, font
8286 Due to the variety of fonts available, @code{gtroff} has added the
8287 concept of @dfn{font families} and @dfn{font styles}.  The fonts are
8288 specified as the concatenation of the font family and style.  Specifying
8289 a font without the family part causes @code{gtroff} to use that style of
8290 the current family.
8292 @cindex PostScript fonts
8293 @cindex fonts, PostScript
8294 Currently, fonts for the devices @option{-Tps}, @option{-Tdvi}, and
8295 @option{-Tlbp} are set up to this mechanism.
8296 By default, @code{gtroff} uses the Times family with the four styles
8297 @samp{R}, @samp{I}, @samp{B}, and @samp{BI}.
8299 This way, it is possible to use the basic four fonts and to select a
8300 different font family on the command line (@pxref{Groff Options}).
8302 @DefreqList {fam, [@Var{family}]}
8303 @DefregItem {.fam}
8304 @DefescItem {\\F, , f, }
8305 @DefescItem {\\F, @lparen{}, fm, }
8306 @DefescItem {\\F, @lbrack{}, family, @rbrack}
8307 @DefregListEnd {.fn}
8308 @cindex changing font family (@code{fam}, @code{\F})
8309 @cindex font family, changing (@code{fam}, @code{\F})
8310 Switch font family to @var{family} (one-character name@tie{}@var{f},
8311 two-character name @var{fm}).  If no argument is given, switch
8312 back to the previous font family.  Use @code{\F[]} to do this with the
8313 escape.  Note that @code{\FP} doesn't work; it selects font family
8314 @samp{P} instead.
8316 The value at start-up is @samp{T}.
8317 The current font family is available in the read-only number register
8318 @samp{.fam} (this is a string-valued register); it is associated with
8319 the current environment.
8321 @Example
8322 spam,
8323 .fam H    \" helvetica family
8324 spam,     \" used font is family H + style R = HR
8325 .ft B     \" family H + style B = font HB
8326 spam,
8327 .fam T    \" times family
8328 spam,     \" used font is family T + style B = TB
8329 .ft AR    \" font AR (not a style)
8330 baked beans,
8331 .ft R     \" family T + style R = font TR
8332 and spam.
8333 @endExample
8335 Note that @code{\F} doesn't produce an input token in @code{gtroff}.
8336 As a consequence, it can be used in requests like @code{mc} (which
8337 expects a single character as an argument) to change the font family on
8338 the fly:
8340 @Example
8341 .mc \F[P]x\F[]
8342 @endExample
8344 The @samp{.fn} register contains the current @dfn{real font name}
8345 of the current font.
8346 This is a string-valued register.
8347 If the current font is a style, the value of @code{\n[.fn]}
8348 is the proper concatenation of family and style name.
8349 @endDefreq
8351 @Defreq {sty, n style}
8352 @cindex changing font style (@code{sty})
8353 @cindex font style, changing (@code{sty})
8354 @cindex @code{cs} request, and font styles
8355 @cindex @code{bd} request, and font styles
8356 @cindex @code{tkf} request, and font styles
8357 @cindex @code{uf} request, and font styles
8358 @cindex @code{fspecial} request, and font styles
8359 Associate @var{style} with font position@tie{}@var{n}.  A font position
8360 can be associated either with a font or with a style.  The current
8361 font is the index of a font position and so is also either a font or a
8362 style.  If it is a style, the font that is actually used is the font
8363 which name is the concatenation of the name of the current
8364 family and the name of the current style.  For example, if the current
8365 font is@tie{}1 and font position@tie{}1 is associated with style
8366 @samp{R} and the current font family is @samp{T}, then font
8367 @samp{TR} will be used.  If the current font is not a style, then the
8368 current family is ignored.  If the requests @code{cs}, @code{bd},
8369 @code{tkf}, @code{uf}, or @code{fspecial} are applied to a style,
8370 they will instead be applied to the member of the current family
8371 corresponding to that style.
8373 @var{n}@tie{}must be a non-negative integer value.
8375 @pindex DESC
8376 @kindex styles
8377 The default family can be set with the @option{-f} option
8378 (@pxref{Groff Options}).  The @code{styles} command in the @file{DESC}
8379 file controls which font positions (if any) are initially associated
8380 with styles rather than fonts.  For example, the default setting for
8381 @sc{PostScript} fonts
8383 @Example
8384 styles R I B BI
8385 @endExample
8387 @noindent
8388 is equivalent to
8390 @Example
8391 .sty 1 R
8392 .sty 2 I
8393 .sty 3 B
8394 .sty 4 BI
8395 @endExample
8397 @code{fam} and @code{\F} always check whether the current font position
8398 is valid; this can give surprising results if the current font position is
8399 associated with a style.
8401 In the following example, we want to access the @sc{PostScript} font
8402 @code{FooBar} from the font family @code{Foo}:
8404 @Example
8405 .sty \n[.fp] Bar
8406 .fam Foo
8407     @result{} warning: can't find font `FooR'
8408 @endExample
8410 @noindent
8411 The default font position at start-up is@tie{}1; for the
8412 @sc{PostScript} device, this is associated with style @samp{R}, so
8413 @code{gtroff} tries to open @code{FooR}.
8415 A solution to this problem is to use a dummy font like the following:
8417 @Example
8418 .fp 0 dummy TR    \" set up dummy font at position 0
8419 .sty \n[.fp] Bar  \" register style `Bar'
8420 .ft 0             \" switch to font at position 0
8421 .fam Foo          \" activate family `Foo'
8422 .ft Bar           \" switch to font `FooBar'
8423 @endExample
8425 @xref{Font Positions}.
8426 @endDefreq
8428 @c ---------------------------------------------------------------------
8430 @node Font Positions, Using Symbols, Font Families, Fonts and Symbols
8431 @subsection Font Positions
8432 @cindex font positions
8433 @cindex positions, font
8435 For the sake of old phototypesetters and compatibility with old versions
8436 of @code{troff}, @code{gtroff} has the concept of font @dfn{positions},
8437 on which various fonts are mounted.
8439 @DefreqList {fp, pos font [@Var{external-name}]}
8440 @DefregItem {.f}
8441 @DefregListEnd {.fp}
8442 @cindex mounting font (@code{fp})
8443 @cindex font, mounting (@code{fp})
8444 Mount font @var{font} at position @var{pos} (which must be a
8445 non-negative integer).  This numeric position can then be referred to
8446 with font changing commands.  When @code{gtroff} starts it is using
8447 font position@tie{}1 (which must exist; position@tie{}0 is unused
8448 usually at start-up).
8450 @cindex font position register (@code{.f})
8451 The current font in use, as a font position, is available in the
8452 read-only number register @samp{.f}.  This can be useful to remember the
8453 current font for later recall.  It is associated with the current
8454 environment (@pxref{Environments}).
8456 @Example
8457 .nr save-font \n[.f]
8458 .ft B
8459 ... text text text ...
8460 .ft \n[save-font]
8461 @endExample
8463 @cindex next free font position register (@code{.fp})
8464 The number of the next free font position is available in the read-only
8465 number register @samp{.fp}.  This is useful when mounting a new font,
8466 like so:
8468 @Example
8469 .fp \n[.fp] NEATOFONT
8470 @endExample
8472 @pindex DESC@r{, and font mounting}
8473 Fonts not listed in the @file{DESC} file are automatically mounted on
8474 the next available font position when they are referenced.  If a font
8475 is to be mounted explicitly with the @code{fp} request on an unused
8476 font position, it should be mounted on the first unused font position,
8477 which can be found in the @code{.fp} register.  Although @code{gtroff}
8478 does not enforce this strictly, it is not allowed to mount a font at a
8479 position whose number is much greater (approx.@: 1000 positions) than
8480 that of any currently used position.
8482 The @code{fp} request has an optional third argument.  This argument
8483 gives the external name of the font, which is used for finding the font
8484 description file.  The second argument gives the internal name of the
8485 font which is used to refer to the font in @code{gtroff} after it has
8486 been mounted.  If there is no third argument then the internal name is
8487 used as the external name.  This feature makes it possible to use
8488 fonts with long names in compatibility mode.
8489 @endDefreq
8491 Both the @code{ft} request and the @code{\f} escape have alternative
8492 syntax forms to access font positions.
8494 @DefreqList {ft, nnn}
8495 @DefescItem {\\f, , n, }
8496 @DefescItem {\\f, @lparen{}, nn, }
8497 @DefescListEnd {\\f, @lbrack{}, nnn, @rbrack}
8498 @cindex changing font position (@code{\f})
8499 @cindex font position, changing (@code{\f})
8500 @cindex @code{sty} request, and font positions
8501 @cindex @code{fam} request, and font positions
8502 @cindex @code{\F}, and font positions
8503 @kindex styles
8504 @kindex family
8505 @pindex DESC
8506 Change the current font position to @var{nnn} (one-digit
8507 position@tie{}@var{n}, two-digit position @var{nn}), which must be a
8508 non-negative integer.
8510 If @var{nnn} is associated with a style (as set with the @code{sty}
8511 request or with the @code{styles} command in the @file{DESC} file), use
8512 it within the current font family (as set with the @code{fam} request,
8513 the @code{\F} escape, or with the @code{family} command in the @file{DESC}
8514 file).
8516 @Example
8517 this is font 1
8518 .ft 2
8519 this is font 2
8520 .ft                   \" switch back to font 1
8521 .ft 3
8522 this is font 3
8524 this is font 1 again
8525 @endExample
8527 @xref{Changing Fonts}, for the standard syntax form.
8528 @endDefreq
8530 @c ---------------------------------------------------------------------
8532 @node Using Symbols, Special Fonts, Font Positions, Fonts and Symbols
8533 @subsection Using Symbols
8534 @cindex using symbols
8535 @cindex symbols, using
8537 @cindex glyph
8538 @cindex character
8539 @cindex ligature
8540 A @dfn{glyph} is a graphical representation of a @dfn{character}.
8541 While a character is an abstract entity containing semantic
8542 information, a glyph is something which can be actually seen on screen
8543 or paper.  It is possible that a character has multiple glyph
8544 representation forms (for example, the character `A' can be either
8545 written in a roman or an italic font, yielding two different glyphs);
8546 sometimes more than one character maps to a single glyph (this is a
8547 @dfn{ligature} -- the most common is `fi').
8549 @cindex symbol
8550 @cindex special fonts
8551 @kindex fonts
8552 @pindex DESC
8553 @cindex @code{special} request, and glyph search order
8554 @cindex @code{fspecial} request, and glyph search order
8555 A @dfn{symbol} is simply a named glyph.  Within @code{gtroff}, all
8556 glyph names of a particular font are defined in its font file.  If the
8557 user requests a glyph not available in this font, @code{gtroff} looks
8558 up an ordered list of @dfn{special fonts}.  By default, the
8559 @sc{PostScript} output device supports the two special fonts @samp{SS}
8560 (slanted symbols) and @samp{S} (symbols) (the former is looked up
8561 before the latter).  Other output devices use different names for
8562 special fonts.  Fonts mounted with the @code{fonts} keyword in the
8563 @file{DESC} file are globally available.  To install additional
8564 special fonts locally (i.e.@: for a particular font), use the
8565 @code{fspecial} request.
8567 Here the exact rules how @code{gtroff} searches a given symbol:
8569 @itemize @bullet
8570 @item
8571 If the symbol has been defined with the @code{char} request, use it.
8572 This hides a symbol with the same name in the current font.
8574 @item
8575 Check the current font.
8577 @item
8578 If the symbol has been defined with the @code{fchar} request, use it.
8580 @item
8581 Check whether the current font has a font-specific list of special fonts;
8582 test all fonts in the order of appearance in the last @code{fspecial}
8583 call if appropriate.
8585 @item
8586 If the symbol has been defined with the @code{fschar} request for the
8587 current font, use it.
8589 @item
8590 Check all fonts in the order of appearance in the last @code{special}
8591 call.
8593 @item
8594 If the symbol has been defined with the @code{schar} request, use it.
8596 @item
8597 As a last resort, consult all fonts loaded up to now for special fonts
8598 and check them, starting with the lowest font number.  Note that this can
8599 sometimes lead to surprising results since the @code{fonts} line in the
8600 @file{DESC} file often contains empty positions which are filled later
8601 on.  For example, consider the following:
8603 @Example
8604 fonts 3 0 0 FOO
8605 @endExample
8607 @noindent
8608 This mounts font @code{foo} at font position@tie{}3.  We assume that
8609 @code{FOO} is a special font, containing glyph @code{foo},
8610 and that no font has been loaded yet.  The line
8612 @Example
8613 .fspecial BAR BAZ
8614 @endExample
8616 @noindent
8617 makes font @code{BAZ} special only if font @code{BAR} is active.  We
8618 further assume that @code{BAZ} is really a special font, i.e., the font
8619 description file contains the @code{special} keyword, and that it
8620 also contains glyph @code{foo} with a special shape fitting to font
8621 @code{BAR}.  After executing @code{fspecial}, font @code{BAR} is loaded at
8622 font position@tie{}1, and @code{BAZ} at position@tie{}2.
8624 We now switch to a new font @code{XXX}, trying to access glyph @code{foo}
8625 which is assumed to be missing.  There are neither font-specific special
8626 fonts for @code{XXX} nor any other fonts made special with the
8627 @code{special} request, so @code{gtroff} starts the search for special
8628 fonts in the list of already mounted fonts, with increasing font
8629 positions.  Consequently, it finds @code{BAZ} before @code{FOO} even for
8630 @code{XXX} which is not the intended behaviour.
8631 @end itemize
8633 @xref{Font Files}, and @ref{Special Fonts}, for more details.
8635 @cindex list of available glyphs (@cite{groff_char(7)} man page)
8636 @cindex available glyphs, list (@cite{groff_char(7)} man page)
8637 @cindex glyphs, available, list (@cite{groff_char(7)} man page)
8638 The list of available symbols is device dependent; see the
8639 @cite{groff_char(7)} man page for a complete list of all glyphs.  For
8640 example, say
8642 @Example
8643 man -Tdvi groff_char > groff_char.dvi
8644 @endExample
8646 @noindent
8647 for a list using the default DVI fonts (not all versions of the
8648 @code{man} program support the @option{-T} option).  If you want to
8649 use an additional macro package to change the used fonts, @code{groff}
8650 must be called directly:
8652 @Example
8653 groff -Tdvi -mec -man groff_char.7 > groff_char.dvi
8654 @endExample
8656 @cindex composite glyph names
8657 @cindex glyph names, composite
8658 @cindex groff glyph list (GGL)
8659 @cindex GGL (groff glyph list)
8660 @cindex adobe glyph list (AGL)
8661 @cindex AGL (adobe glyph list)
8662 Glyph names not listed in groff_char(7) are derived algorithmically,
8663 using a simplified version of the Adobe Glyph List (AGL) algorithm
8664 which is described in
8665 @uref{http://partners.adobe.com@//asn@//tech@//type@//unicodegn.jsp}.
8666 The (frozen) set of glyph names which can't be derived algorithmically
8667 is called @dfn{groff glyph list (GGL)}.
8669 @itemize @bullet
8670 @item
8671 A glyph for Unicode character U+@var{XXXX}[@var{X}[@var{X}]] which is
8672 not a composite character will be named
8673 @code{u@var{XXXX}@r{[}@var{X}@r{[}@var{X}@r{]]}}.  @var{X} must be an
8674 uppercase hexadecimal digit.  Examples: @code{u1234}, @code{u008E},
8675 @code{u12DB8}.  The largest Unicode value is 0x10FFFF.  There must be at
8676 least four @code{X} digits; if necessary, add leading zeroes (after the
8677 @samp{u}).  No zero padding is allowed for character codes greater than
8678 0xFFFF.  Surrogates (i.e., Unicode values greater than 0xFFFF
8679 represented with character codes from the surrogate area U+D800-U+DFFF)
8680 are not allowed too.
8682 @item
8683 A glyph representing more than a single input character will be named
8685 @display
8686 @samp{u} @var{component1} @samp{_} @var{component2} @samp{_} @var{component3} @dots{}
8687 @end display
8689 @noindent
8690 Example: @code{u0045_0302_0301}.
8692 For simplicity, all Unicode characters which are composites must be
8693 decomposed maximally (this is normalization form@tie{}D in the Unicode
8694 standard); for example, @code{u00CA_0301} is not a valid glyph name
8695 since U+00CA (@sc{latin capital letter e with circumflex}) can be
8696 further decomposed into U+0045 (@sc{latin capital letter e}) and U+0302
8697 (@sc{combining circumflex accent}).  @code{u0045_0302_0301} is thus the
8698 glyph name for U+1EBE, @sc{latin capital letter e with circumflex and
8699 acute}.
8701 @item
8702 groff maintains a table to decompose all algorithmically derived glyph
8703 names which are composites itself.  For example, @code{u0100} (@sc{latin
8704 letter a with macron}) will be automatically decomposed into
8705 @code{u0041_0304}.  Additionally, a glyph name of the GGL is preferred
8706 to an algorithmically derived glyph name; groff also automatically does
8707 the mapping.  Example: The glyph @code{u0045_0302} will be mapped to
8708 @code{^E}.
8710 @item
8711 glyph names of the GGL can't be used in composite glyph names; for
8712 example, @code{^E_u0301} is invalid.
8713 @end itemize
8715 @DefescList {\\, @lparen{}, nm, }
8716 @DefescItem {\\, @lbrack{}, name, @rbrack}
8717 @DefescListEnd {\\, @lbrack{}, component1 component2 @dots{}, @rbrack}
8718 Insert a symbol @var{name} (two-character name @var{nm}) or a composite
8719 glyph with component glyphs @var{component1}, @var{component2},
8720 @enddots{} There is no special syntax for one-character names -- the
8721 natural form @samp{\@var{n}} would collide with escapes.@footnote{Note
8722 that a one-character symbol is not the same as an input character, i.e.,
8723 the character @code{a} is not the same as @code{\[a]}.  By default,
8724 @code{groff} defines only a single one-character symbol, @code{\[-]}; it
8725 is usually accessed as @code{\-}.  On the other hand, @code{gtroff} has
8726 the special feature that @code{\[char@var{XXX}]} is the same as the
8727 input character with character code @var{XXX}.  For example,
8728 @code{\[char97]} is identical to the letter @code{a} if @acronym{ASCII}
8729 encoding is active.}
8731 If @var{name} is undefined, a warning of type @samp{char} is generated,
8732 and the escape is ignored.  @xref{Debugging}, for information about
8733 warnings.
8735 groff resolves @code{\[...]} with more than a single component as
8736 follows:
8738 @itemize @bullet
8739 @item
8740 Any component which is found in the GGL will be converted to the
8741 @code{u@var{XXXX}} form.
8743 @item
8744 Any component @code{u@var{XXXX}} which is found in the list of
8745 decomposable glyphs will be decomposed.
8747 @item
8748 The resulting elements are then concatenated with @samp{_} inbetween,
8749 dropping the leading @samp{u} in all elements but the first.
8750 @end itemize
8752 No check for the existence of any component (similar to @code{tr}
8753 request) will be done.
8755 Examples:
8757 @table @code
8758 @item \[A ho]
8759 @samp{A} maps to @code{u0041}, @samp{ho} maps to @code{u02DB}, thus the
8760 final glyph name would be @code{u0041_02DB}.  Note this is not the
8761 expected result: The ogonek glyph @samp{ho} is a spacing ogonek, but for
8762 a proper composite a non-spacing ogonek (U+0328) is necessary.  Looking
8763 into the file @file{composite.tmac} one can find @w{@samp{.composite ho
8764 u0328}} which changes the mapping of @samp{ho} while a composite glyph
8765 name is constructed, causing the final glyph name to be
8766 @code{u0041_0328}.
8768 @item \[^E u0301]
8769 @itemx \[^E aa]
8770 @itemx \[E a^ aa]
8771 @itemx \[E ^ ']
8772 @samp{^E} maps to @code{u0045_0302}, thus the final glyph name is
8773 @code{u0045_0302_0301} in all forms (assuming proper calls of the
8774 @code{composite} request).
8775 @end table
8777 It is not possible to define glyphs with names like @w{@samp{A ho}}
8778 within a groff font file.  This is not really a limitation; instead, you
8779 have to define @code{u0041_0328}.
8780 @endDefesc
8782 @Defesc {\\C, ', xxx, '}
8783 @cindex named character (@code{\C})
8784 @cindex character, named (@code{\C})
8785 Typeset the glyph named @var{xxx}.@footnote{@code{\C} is actually a
8786 misnomer since it accesses an output glyph.}  Normally it is more
8787 convenient to use @code{\[@var{xxx}]}, but @code{\C} has the advantage
8788 that it is compatible with newer versions of @acronym{AT&T}
8789 @code{troff} and is available in compatibility mode.
8790 @endDefesc
8792 @Defreq {composite, from to}
8793 @pindex composite.tmac
8794 Map glyph name @var{from} to glyph name @var{to} if it is used in
8795 @code{\[...]} with more than one component.  See above for examples.
8797 This mapping is based on glyph names only; no check for the existence of
8798 either glyph is done.
8800 A set of default mappings for many accents can be found in the file
8801 @file{composite.tmac} which is loaded at start-up.
8802 @endDefreq
8804 @Defesc {\\N, ', n, '}
8805 @cindex numbered glyph (@code{\N})
8806 @cindex glyph, numbered (@code{\N})
8807 @cindex @code{char} request, used with @code{\N}
8808 @cindex Unicode
8809 Typeset the glyph with code@tie{}@var{n} in the current font
8810 (@code{n}@tie{}is @strong{not} the input character code).  The
8811 number @var{n}@tie{}can be any non-negative decimal integer.  Most devices
8812 only have glyphs with codes between 0 and@tie{}255; the Unicode
8813 output device uses codes in the range 0--65535.  If the current
8814 font does not contain a glyph with that code, special fonts are
8815 @emph{not} searched.  The @code{\N} escape sequence can be
8816 conveniently used in conjunction with the @code{char} request:
8818 @Example
8819 .char \[phone] \f[ZD]\N'37'
8820 @endExample
8822 @noindent
8823 @pindex DESC
8824 @cindex unnamed glyphs
8825 @cindex glyphs, unnamed
8826 The code of each glyph is given in the fourth column in the font
8827 description file after the @code{charset} command.  It is possible to
8828 include unnamed glyphs in the font description file by using a
8829 name of @samp{---}; the @code{\N} escape sequence is the only way to
8830 use these.
8832 No kerning is applied to glyphs accessed with @code{\N}.
8833 @endDefesc
8835 Some escape sequences directly map onto special glyphs.
8837 @Defesc {\\', , , }
8838 This is a backslash followed by the apostrophe character, @acronym{ASCII}
8839 character @code{0x27} (@acronym{EBCDIC} character @code{0x7D}).  The same
8840 as @code{\[aa]}, the acute accent.
8841 @endDefesc
8843 @Defesc {\\`, , , }
8844 This is a backslash followed by @acronym{ASCII} character @code{0x60}
8845 (@acronym{EBCDIC} character @code{0x79} usually).  The same as
8846 @code{\[ga]}, the grave accent.
8847 @endDefesc
8849 @Defesc {\\-, , , }
8850 This is the same as @code{\[-]}, the minus sign in the current font.
8851 @endDefesc
8853 @Defreq {cflags, n c1 c2 @dots{}}
8854 @cindex glyph properties (@code{cflags})
8855 @cindex character properties (@code{cflags})
8856 @cindex properties of glyphs (@code{cflags})
8857 @cindex properties of characters (@code{cflags})
8858 Input characters and symbols have certain properties associated
8859 with it.@footnote{Note that the output glyphs themselves don't have
8860 such properties.  For @code{gtroff}, a glyph is a numbered box with
8861 a given width, depth, and height, nothing else.  All manipulations
8862 with the @code{cflags} request work on the input level.}  These
8863 properties can be modified with the @code{cflags} request.  The
8864 first argument is the sum of the desired flags and the remaining
8865 arguments are the characters or symbols to have those properties.
8866 It is possible to omit the spaces between the characters or symbols.
8868 @table @code
8869 @item 1
8870 @cindex end-of-sentence characters
8871 @cindex characters, end-of-sentence
8872 The character ends sentences (initially characters @samp{.?!} have this
8873 property).
8875 @item 2
8876 @cindex hyphenating characters
8877 @cindex characters, hyphenation
8878 Lines can be broken before the character (initially no characters have
8879 this property).
8881 @item 4
8882 @cindex @code{hy} glyph, and @code{cflags}
8883 @cindex @code{em} glyph, and @code{cflags}
8884 Lines can be broken after the character (initially the character
8885 @samp{-} and the symbols @samp{\[hy]} and @samp{\[em]} have this property).
8887 @item 8
8888 @cindex overlapping characters
8889 @cindex characters, overlapping
8890 @cindex @code{ul} glyph, and @code{cflags}
8891 @cindex @code{rn} glyph, and @code{cflags}
8892 @cindex @code{ru} glyph, and @code{cflags}
8893 @cindex @code{radicalex} glyph, and @code{cflags}
8894 @cindex @code{sqrtex} glyph, and @code{cflags}
8895 The character overlaps horizontally (initially the symbols
8896 @samp{\[ul]}, @samp{\[rn]}, @samp{\[ru]}, @samp{\[radicalex}, and
8897 @samp{\[sqrtex]} have this property).
8899 @item 16
8900 @cindex @code{br} glyph, and @code{cflags}
8901 The character overlaps vertically (initially symbol @samp{\[br]} has
8902 this property).
8904 @item 32
8905 @cindex transparent characters
8906 @cindex character, transparent
8907 @cindex @code{"}, at end of sentence
8908 @cindex @code{'}, at end of sentence
8909 @cindex @code{)}, at end of sentence
8910 @cindex @code{]}, at end of sentence
8911 @cindex @code{*}, at end of sentence
8912 @cindex @code{dg} glyph, at end of sentence
8913 @cindex @code{rq} glyph, at end of sentence
8914 An end-of-sentence character followed by any number of characters with
8915 this property is treated as the end of a sentence if followed by a
8916 newline or two spaces; in other words the character is
8917 @dfn{transparent} for the purposes of end-of-sentence recognition --
8918 this is the same as having a zero space factor in @TeX{} (initially
8919 characters @samp{"')]*} and the symbols @samp{\[dg]} and @samp{\[rq]} have
8920 this property).
8921 @end table
8922 @endDefreq
8924 @DefreqList {char, g [@Var{string}]}
8925 @DefreqItem {fchar, g [@Var{string}]}
8926 @DefreqItem {fschar, f g [@Var{string}]}
8927 @DefreqListEnd {schar, g [@Var{string}]}
8928 @cindex defining character (@code{char})
8929 @cindex defining fallback character (@code{fchar}, @code{fschar}, @code{schar})
8930 @cindex character, defining (@code{char})
8931 @cindex character, defining fallback (@code{fchar}, @code{fschar}, @code{schar})
8932 @cindex fallback character, defining (@code{fchar}, @code{fschar}, @code{schar})
8933 @cindex creating new characters (@code{char})
8934 @cindex defining symbol (@code{char})
8935 @cindex symbol, defining (@code{char})
8936 @cindex defining glyph (@code{char})
8937 @cindex glyph, defining (@code{char})
8938 @cindex escape character, while defining glyph
8939 @cindex character, escape, while defining glyph
8940 @cindex @code{tr} request, and glyph definitions
8941 @cindex @code{cp} request, and glyph definitions
8942 @cindex @code{rc} request, and glyph definitions
8943 @cindex @code{lc} request, and glyph definitions
8944 @cindex @code{\l}, and glyph definitions
8945 @cindex @code{\L}, and glyph definitions
8946 @cindex @code{\&}, and glyph definitions
8947 @cindex @code{\e}, and glyph definitions
8948 @cindex @code{hcode} request, and glyph definitions
8949 Define a new glyph@tie{}@var{g} to be @var{string} (which can be
8950 empty).@footnote{@code{char} is a misnomer since an output glyph is
8951 defined.}  Every time glyph@tie{}@var{g} needs to be printed,
8952 @var{string} is processed in a temporary environment and the result is
8953 wrapped up into a single object.  Compatibility mode is turned off and
8954 the escape character is set to @samp{\} while @var{string} is being
8955 processed.  Any emboldening, constant spacing or track kerning is
8956 applied to this object rather than to individual characters in
8957 @var{string}.
8959 A glyph defined by these requests can be used just
8960 like a normal glyph provided by the output device.  In particular,
8961 other characters can be translated to it with the @code{tr} or
8962 @code{trin} requests; it can be made the leader character by the
8963 @code{lc} request; repeated patterns can be drawn with the glyph
8964 using the @code{\l} and @code{\L} escape sequences; words containing
8965 the glyph can be hyphenated correctly if the @code{hcode} request
8966 is used to give the glyph's symbol a hyphenation code.
8968 There is a special anti-recursion feature: Use of @code{g} within
8969 the glyph's definition is handled like normal characters and symbols
8970 not defined with @code{char}.
8972 Note that the @code{tr} and @code{trin} requests take precedence if
8973 @code{char} accesses the same symbol.
8975 @Example
8976 .tr XY
8978     @result{} Y
8979 .char X Z
8981     @result{} Y
8982 .tr XX
8984     @result{} Z
8985 @endExample
8987 The @code{fchar} request defines a fallback glyph:
8988 @code{gtroff} only checks for glyphs defined with @code{fchar}
8989 if it cannot find the glyph in the current font.
8990 @code{gtroff} carries out this test before checking special fonts.
8992 @code{fschar} defines a fallback glyph for font@tie{}@var{f}: @code{gtroff}
8993 checks for glyphs defined with @code{fschar} after the list of fonts
8994 declared as font-specific special fonts with the @code{fspecial} request,
8995 but before the list of fonts declared as global special fonts with the
8996 @code{special} request.
8998 Finally, the @code{schar} request defines a global fallback glyph:
8999 @code{gtroff} checks for glyphs defined with @code{schar} after the list
9000 of fonts declared as global special fonts with the @code{special} request,
9001 but before the already mounted special fonts.
9003 @xref{Using Symbols}, for a detailed description of the glyph
9004 searching mechanism in @code{gtroff}.
9005 @endDefreq
9007 @DefreqList {rchar, c1 c2 @dots{}}
9008 @DefreqListEnd {rfschar, f c1 c2 @dots{}}
9009 @cindex removing glyph definition (@code{rchar}, @code{rfschar})
9010 @cindex glyph, removing definition (@code{rchar}, @code{rfschar})
9011 @cindex fallback glyph, removing definition (@code{rchar}, @code{rfschar})
9012 Remove the definitions of glyphs @var{c1}, @var{c2},@tie{}@enddots{}
9013 This undoes the effect of a @code{char}, @code{fchar}, or
9014 @code{schar} request.
9016 It is possible to omit the whitespace between arguments.
9018 The request @code{rfschar} removes glyph definitions defined with
9019 @code{fschar} for glyph@tie{}f.
9020 @endDefreq
9022 @xref{Special Characters}.
9024 @c ---------------------------------------------------------------------
9026 @node Special Fonts, Artificial Fonts, Using Symbols, Fonts and Symbols
9027 @subsection Special Fonts
9028 @cindex special fonts
9029 @cindex fonts, special
9031 Special fonts are those that @code{gtroff} searches
9032 when it cannot find the requested glyph in the current font.
9033 The Symbol font is usually a special font.
9035 @code{gtroff} provides the following two requests to add more special
9036 fonts.  @xref{Using Symbols}, for a detailed description of the glyph
9037 searching mechanism in @code{gtroff}.
9039 Usually, only non-TTY devices have special fonts.
9041 @DefreqList {special, [@Var{s1} @Var{s2} @dots{}]}
9042 @DefreqListEnd {fspecial, f [@Var{s1} @Var{s2} @dots{}]}
9043 @kindex fonts
9044 @pindex DESC
9045 Use the @code{special} request to define special fonts.  Initially, this
9046 list is empty.
9048 Use the @code{fspecial} request to designate special fonts only when
9049 font@tie{}@var{f} is active.  Initially, this list is empty.
9051 Previous calls to @code{special} or @code{fspecial} are overwritten;
9052 without arguments, the particular list of special fonts is set to empty.
9053 Special fonts are searched in the order they appear as arguments.
9055 All fonts which appear in a call to @code{special} or @code{fspecial} are
9056 loaded.
9058 @xref{Using Symbols}, for the exact search order of glyphs.
9059 @endDefreq
9061 @c ---------------------------------------------------------------------
9063 @node Artificial Fonts, Ligatures and Kerning, Special Fonts, Fonts and Symbols
9064 @subsection Artificial Fonts
9065 @cindex artificial fonts
9066 @cindex fonts, artificial
9068 There are a number of requests and escapes for artificially creating
9069 fonts.  These are largely vestiges of the days when output devices
9070 did not have a wide variety of fonts, and when @code{nroff} and
9071 @code{troff} were separate programs.  Most of them are no longer
9072 necessary in GNU @code{troff}.  Nevertheless, they are supported.
9074 @DefescList {\\H, ', height, '}
9075 @DefescItem {\\H, ', @t{+}height, '}
9076 @DefescItem {\\H, ', @t{-}height, '}
9077 @DefregListEnd {.height}
9078 @cindex changing the font height (@code{\H})
9079 @cindex font height, changing (@code{\H})
9080 @cindex height, font, changing (@code{\H})
9081 Change (increment, decrement) the height of the current font, but not
9082 the width.  If @var{height} is zero, restore the original height.
9083 Default scaling indicator is @samp{z}.
9085 The read-only number register @code{.height} contains the font height as
9086 set by @code{\H}.
9088 Currently, only the @option{-Tps} device supports this feature.
9090 Note that @code{\H} doesn't produce an input token in @code{gtroff}.
9091 As a consequence, it can be used in requests like @code{mc} (which
9092 expects a single character as an argument) to change the font on
9093 the fly:
9095 @Example
9096 .mc \H'+5z'x\H'0'
9097 @endExample
9099 In compatibility mode, @code{gtroff} behaves differently:  If an
9100 increment or decrement is used, it is always taken relative to the
9101 current point size and not relative to the previously selected font
9102 height.  Thus,
9104 @Example
9105 .cp 1
9106 \H'+5'test \H'+5'test
9107 @endExample
9109 @noindent
9110 prints the word @samp{test} twice with the same font height (five
9111 points larger than the current font size).
9112 @endDefesc
9114 @DefescList {\\S, ', slant, '}
9115 @DefregListEnd {.slant}
9116 @cindex changing the font slant (@code{\S})
9117 @cindex font slant, changing (@code{\S})
9118 @cindex slant, font, changing (@code{\S})
9119 Slant the current font by @var{slant} degrees.  Positive values slant
9120 to the right.  Only integer values are possible.
9122 The read-only number register @code{.slant} contains the font slant as
9123 set by @code{\S}.
9125 Currently, only the @option{-Tps} device supports this feature.
9127 Note that @code{\S} doesn't produce an input token in @code{gtroff}.
9128 As a consequence, it can be used in requests like @code{mc} (which
9129 expects a single character as an argument) to change the font on
9130 the fly:
9132 @Example
9133 .mc \S'20'x\S'0'
9134 @endExample
9136 This request is incorrectly documented in the original @acronym{UNIX}
9137 troff manual; the slant is always set to an absolute value.
9138 @endDefesc
9140 @Defreq {ul, [@Var{lines}]}
9141 @cindex underlining (@code{ul})
9142 The @code{ul} request normally underlines subsequent lines if a TTY
9143 output device is used.  Otherwise, the lines are printed in italics
9144 (only the term `underlined' is used in the following).  The single
9145 argument is the number of input lines to be underlined; with no
9146 argument, the next line is underlined.  If @var{lines} is zero or
9147 negative, stop the effects of @code{ul} (if it was active).  Requests
9148 and empty lines do not count for computing the number of underlined
9149 input lines, even if they produce some output like @code{tl}.  Lines
9150 inserted by macros (e.g.@: invoked by a trap) do count.
9152 At the beginning of @code{ul}, the current font is stored and the
9153 underline font is activated.  Within the span of a @code{ul} request,
9154 it is possible to change fonts, but after the last line affected by
9155 @code{ul} the saved font is restored.
9157 This number of lines still to be underlined is associated with the
9158 current environment (@pxref{Environments}).  The underline font can be
9159 changed with the @code{uf} request.
9161 @c XXX @xref should be changed to grotty
9163 @c @xref{Troff and Nroff Mode}, for a discussion how underlining is
9164 @c implemented in for TTY output devices, and which problems can arise.
9166 The @code{ul} request does not underline spaces.
9167 @endDefreq
9169 @Defreq {cu, [@Var{lines}]}
9170 @cindex continuous underlining (@code{cu})
9171 @cindex underlining, continuous (@code{cu})
9172 The @code{cu} request is similar to @code{ul} but underlines spaces as
9173 well (if a TTY output device is used).
9174 @endDefreq
9176 @Defreq {uf, font}
9177 @cindex underline font (@code{uf})
9178 @cindex font for underlining (@code{uf})
9179 Set the underline font (globally) used by @code{ul} and @code{cu}.  By
9180 default, this is the font at position@tie{}2.  @var{font} can be either
9181 a non-negative font position or the name of a font.
9182 @endDefreq
9184 @DefreqList {bd, font [@Var{offset}]}
9185 @DefreqItem {bd, font1 font2 [@Var{offset}]}
9186 @DefregListEnd {.b}
9187 @cindex imitating bold face (@code{bd})
9188 @cindex bold face, imitating (@code{bd})
9189 Artificially create a bold font by printing each glyph twice,
9190 slightly offset.
9192 Two syntax forms are available.
9194 @itemize @bullet
9195 @item
9196 Imitate a bold font unconditionally.  The first argument specifies the
9197 font to embolden, and the second is the number of basic units, minus
9198 one, by which the two glyphs are offset.  If the second argument is
9199 missing, emboldening is turned off.
9201 @var{font} can be either a non-negative font position or the name of a
9202 font.
9204 @var{offset} is available in the @code{.b} read-only register if a
9205 special font is active; in the @code{bd} request, its default unit is
9206 @samp{u}.
9208 @cindex @code{fspecial} request, and imitating bold
9209 @kindex special
9210 @cindex embolding of special fonts
9211 @cindex special fonts, emboldening
9212 @item
9213 Imitate a bold form conditionally.  Embolden @var{font1} by
9214 @var{offset} only if font @var{font2} is the current font.  This
9215 command can be issued repeatedly to set up different emboldening
9216 values for different current fonts.  If the second argument is
9217 missing, emboldening is turned off for this particular current font.
9219 This affects special fonts only (either set up with the @code{special}
9220 command in font files or with the @code{fspecial} request).
9221 @end itemize
9222 @endDefreq
9224 @Defreq {cs, font [@Var{width} [@Var{em-size}]]}
9225 @cindex constant glyph space mode (@code{cs})
9226 @cindex mode for constant glyph space (@code{cs})
9227 @cindex glyph, constant space
9228 @cindex @code{ps} request, and constant glyph space mode
9229 Switch to and from @dfn{constant glyph space mode}.  If activated, the
9230 width of every glyph is @math{@var{width}/36} ems.  The em size is
9231 given absolutely by @var{em-size}; if this argument is missing, the em
9232 value is taken from the current font size (as set with the @code{ps}
9233 request) when the font is effectively in use.  Without second and
9234 third argument, constant glyph space mode is deactivated.
9236 Default scaling indicator for @var{em-size} is @samp{z}; @var{width} is
9237 an integer.
9238 @endDefreq
9240 @c ---------------------------------------------------------------------
9242 @node Ligatures and Kerning,  , Artificial Fonts, Fonts and Symbols
9243 @subsection Ligatures and Kerning
9244 @cindex ligatures and kerning
9245 @cindex kerning and ligatures
9247 Ligatures are groups of characters that are run together, i.e, producing
9248 a single glyph.  For example, the letters `f' and `i' can form a
9249 ligature `fi' as in the word `file'.  This produces a cleaner look
9250 (albeit subtle) to the printed output.  Usually, ligatures are not
9251 available in fonts for TTY output devices.
9253 Most @sc{PostScript} fonts support the fi and fl ligatures.  The C/A/T
9254 typesetter that was the target of @acronym{AT&T} @code{troff} also
9255 supported `ff', `ffi', and `ffl' ligatures.  Advanced typesetters or
9256 `expert' fonts may include ligatures for `ft' and `ct', although GNU
9257 @code{troff} does not support these (yet).
9259 Only the current font is checked for ligatures and kerns; neither special
9260 fonts nor entities defined with the @code{char} request (and its siblings)
9261 are taken into account.
9263 @DefreqList {lg, [@Var{flag}]}
9264 @DefregListEnd {.lg}
9265 @cindex activating ligatures (@code{lg})
9266 @cindex ligatures, activating (@code{lg})
9267 @cindex ligatures enabled register (@code{.lg})
9268 Switch the ligature mechanism on or off; if the parameter is non-zero
9269 or missing, ligatures are enabled, otherwise disabled.  Default is on.
9270 The current ligature mode can be found in the read-only number register
9271 @code{.lg} (set to 1 or@tie{}2 if ligatures are enabled, 0@tie{}otherwise).
9273 Setting the ligature mode to@tie{}2 enables the two-character ligatures
9274 (fi, fl, and ff) and disables the three-character ligatures (ffi and
9275 ffl).
9276 @endDefreq
9278 @dfn{Pairwise kerning} is another subtle typesetting mechanism that
9279 modifies the distance between a glyph pair to improve readability.
9280 In most cases (but not always) the distance is decreased.
9281 @ifnotinfo
9282 For example, compare the combination of the letters `V' and `A'.  With
9283 kerning, `VA' is printed.  Without kerning it appears as `V@w{}A'.
9284 @end ifnotinfo
9285 Typewriter-like fonts and fonts for terminals where all glyphs
9286 have the same width don't use kerning.
9288 @DefreqList {kern, [@Var{flag}]}
9289 @DefregListEnd {.kern}
9290 @cindex activating kerning (@code{kern})
9291 @cindex kerning, activating (@code{kern})
9292 @cindex kerning enabled register (@code{.kern})
9293 Switch kerning on or off.  If the parameter is non-zero or missing,
9294 enable pairwise kerning, otherwise disable it.  The read-only number
9295 register @code{.kern} is set to@tie{}1 if pairwise kerning is enabled,
9296 0@tie{}otherwise.
9298 @cindex zero width space character (@code{\&})
9299 @cindex character, zero width space (@code{\&})
9300 @cindex space character, zero width (@code{\&})
9301 If the font description file contains pairwise kerning information,
9302 glyphs from that font are kerned.  Kerning between two glyphs
9303 can be inhibited by placing @code{\&} between them: @samp{V\&A}.
9305 @xref{Font File Format}.
9306 @endDefreq
9308 @cindex track kerning
9309 @cindex kerning, track
9310 @dfn{Track kerning} expands or reduces the space between glyphs.
9311 This can be handy, for example, if you need to squeeze a long word
9312 onto a single line or spread some text to fill a narrow column.  It
9313 must be used with great care since it is usually considered bad
9314 typography if the reader notices the effect.
9316 @Defreq {tkf, f s1 n1 s2 n2}
9317 @cindex activating track kerning (@code{tkf})
9318 @cindex track kerning, activating (@code{tkf})
9319 Enable track kerning for font@tie{}@var{f}.  If the current font
9320 is@tie{}@var{f} the width of every glyph is increased by an amount
9321 between @var{n1} and @var{n2} (@var{n1}, @var{n2} can be negative); if
9322 the current point size is less than or equal to @var{s1} the width is
9323 increased by @var{n1}; if it is greater than or equal to @var{s2} the
9324 width is increased by @var{n2}; if the point size is greater than or
9325 equal to @var{s1} and less than or equal to @var{s2} the increase in
9326 width is a linear function of the point size.
9328 The default scaling indicator is @samp{z} for @var{s1} and @var{s2},
9329 @samp{p} for @var{n1} and @var{n2}.
9331 Note that the track kerning amount is added even to the rightmost glyph
9332 in a line; for large values it is thus recommended to increase the line
9333 length by the same amount to compensate it.
9334 @endDefreq
9336 Sometimes, when typesetting letters of different fonts, more or less
9337 space at such boundaries are needed.  There are two escapes to help
9338 with this.
9340 @Defesc {\\/, , , }
9341 @cindex italic correction (@code{\/})
9342 @cindex correction, italic (@code{\/})
9343 @cindex correction between italic and roman glyph (@code{\/}, @code{\,})
9344 @cindex roman glyph, correction after italic glyph (@code{\/})
9345 @cindex italic glyph, correction before roman glyph (@code{\/})
9346 @cindex glyph, italic correction (@code{\/})
9347 Increase the width of the preceding glyph so that the spacing
9348 between that glyph and the following glyph is correct if the
9349 following glyph is a roman glyph.  For example, if an
9350 italic@tie{}@code{f} is immediately followed by a roman right
9351 parenthesis, then in many fonts the top right portion of the@tie{}@code{f}
9352 overlaps the top left of the right parenthesis.  Use this escape
9353 sequence whenever an italic glyph is immediately followed by a
9354 roman glyph without any intervening space.  This small amount of
9355 space is also called @dfn{italic correction}.
9357 @iftex
9358 @example
9359 @group
9360 \f[I]f\f[R])
9361     @result{} {@it f}@r{)}
9362 \f[I]f\/\f[R])
9363     @result{} @i{f}@r{)}
9364 @end group
9365 @end example
9366 @end iftex
9367 @endDefesc
9369 @Defesc {\\\,, , , }
9370 @cindex left italic correction (@code{\,})
9371 @cindex correction, left italic (@code{\,})
9372 @cindex glyph, left italic correction (@code{\,})
9373 @cindex roman glyph, correction before italic glyph (@code{\,})
9374 @cindex italic glyph, correction after roman glyph (@code{\,})
9375 Modify the spacing of the following glyph so that the spacing
9376 between that glyph and the preceding glyph is correct if the
9377 preceding glyph is a roman glyph.  Use this escape sequence
9378 whenever a roman glyph is immediately followed by an italic
9379 glyph without any intervening space.  In analogy to above, this
9380 space could be called @dfn{left italic correction}, but this term
9381 isn't used widely.
9383 @iftex
9384 @example
9385 @group
9386 q\f[I]f
9387     @result{} @r{q}@i{f}
9388 q\,\f[I]f
9389     @result{} @r{q}@math{@ptexcomma}@i{f}
9390 @end group
9391 @end example
9392 @end iftex
9393 @endDefesc
9395 @Defesc {\\&, , , }
9396 Insert a zero-width character, which is invisible.  Its intended use
9397 is to stop interaction of a character with its surrounding.
9399 @itemize @bullet
9400 @item
9401 It prevents the insertion of extra space after an end-of-sentence
9402 character.
9404 @Example
9405 Test.
9406 Test.
9407     @result{} Test.  Test.
9408 Test.\&
9409 Test.
9410     @result{} Test. Test.
9411 @endExample
9413 @item
9414 It prevents interpretation of a control character at the beginning of
9415 an input line.
9417 @Example
9418 .Test
9419     @result{} warning: `Test' not defined
9420 \&.Test
9421     @result{} .Test
9422 @endExample
9424 @item
9425 It prevents kerning between two glyphs.
9427 @ifnotinfo
9428 @example
9429 @group
9431     @result{} @r{VA}
9432 V\&A
9433     @result{} @r{V@w{}A}
9434 @end group
9435 @end example
9436 @end ifnotinfo
9438 @item
9439 It is needed to map an arbitrary character to nothing in the @code{tr}
9440 request (@pxref{Character Translations}).
9441 @end itemize
9442 @endDefesc
9444 @Defesc {\\), , , }
9445 This escape is similar to @code{\&} except that it behaves like a
9446 character declared with the @code{cflags} request to be transparent
9447 for the purposes of an end-of-sentence character.
9449 Its main usage is in macro definitions to protect against arguments
9450 starting with a control character.
9452 @Example
9453 .de xxx
9454 \)\\$1
9456 .de yyy
9457 \&\\$1
9459 This is a test.\c
9460 .xxx '
9461 This is a test.
9462     @result{}This is a test.'  This is a test.
9463 This is a test.\c
9464 .yyy '
9465 This is a test.
9466     @result{}This is a test.' This is a test.
9467 @endExample
9468 @endDefesc
9471 @c =====================================================================
9473 @node Sizes, Strings, Fonts and Symbols, gtroff Reference
9474 @section Sizes
9475 @cindex sizes
9477 @cindex baseline
9478 @cindex type size
9479 @cindex size of type
9480 @cindex vertical spacing
9481 @cindex spacing, vertical
9482 @code{gtroff} uses two dimensions with each line of text, type size
9483 and vertical spacing.  The @dfn{type size} is approximately the height
9484 of the tallest glyph.@footnote{This is usually the parenthesis.
9485 Note that in most cases the real dimensions of the glyphs in a font
9486 are @emph{not} related to its type size!  For example, the standard
9487 @sc{PostScript} font families `Times Roman', `Helvetica', and
9488 `Courier' can't be used together at 10@dmn{pt}; to get acceptable
9489 output, the size of `Helvetica' has to be reduced by one point, and
9490 the size of `Courier' must be increased by one point.}  @dfn{Vertical
9491 spacing} is the amount of space @code{gtroff} allows for a line of
9492 text; normally, this is about 20%@tie{}larger than the current type
9493 size.  Ratios smaller than this can result in hard-to-read text;
9494 larger than this, it spreads the text out more vertically (useful for
9495 term papers).  By default, @code{gtroff} uses 10@tie{}point type on
9496 12@tie{}point spacing.
9498 @cindex leading
9499 The difference between type size and vertical spacing is known, by
9500 typesetters, as @dfn{leading} (this is pronounced `ledding').
9502 @menu
9503 * Changing Type Sizes::
9504 * Fractional Type Sizes::
9505 @end menu
9507 @c ---------------------------------------------------------------------
9509 @node Changing Type Sizes, Fractional Type Sizes, Sizes, Sizes
9510 @subsection Changing Type Sizes
9512 @DefreqList {ps, [@Var{size}]}
9513 @DefreqItem {ps, @t{+}@Var{size}}
9514 @DefreqItem {ps, @t{-}@Var{size}}
9515 @DefescItem {\\s, , size, }
9516 @DefregListEnd {.s}
9517 @cindex changing type sizes (@code{ps}, @code{\s})
9518 @cindex type sizes, changing (@code{ps}, @code{\s})
9519 @cindex point sizes, changing (@code{ps}, @code{\s})
9520 Use the @code{ps} request or the @code{\s} escape to change (increase,
9521 decrease) the type size (in points).  Specify @var{size} as either an
9522 absolute point size, or as a relative change from the current size.
9523 The size@tie{}0, or no argument, goes back to the previous size.
9525 Default scaling indicator of @code{size} is @samp{z}.  If @code{size}
9526 is zero or negative, it is set to 1@dmn{u}.
9528 @cindex type size registers (@code{.s}, @code{.ps})
9529 @cindex point size registers (@code{.s}, @code{.ps})
9530 The read-only number register @code{.s} returns the point size in
9531 points as a decimal fraction.  This is a string.  To get the point
9532 size in scaled points, use the @code{.ps} register instead.
9534 @code{.s} is associated with the current environment
9535 (@pxref{Environments}).
9537 @Example
9538 snap, snap,
9539 .ps +2
9540 grin, grin,
9541 .ps +2
9542 wink, wink, \s+2nudge, nudge,\s+8 say no more!
9543 .ps 10
9544 @endExample
9546 The @code{\s} escape may be called in a variety of ways.  Much like
9547 other escapes there must be a way to determine where the argument ends
9548 and the text begins.  Any of the following forms are valid:
9550 @table @code
9551 @item \s@var{n}
9552 Set the point size to @var{n}@tie{}points.  @var{n}@tie{}must be either
9553 0 or in the range 4 to@tie{}39.
9555 @item \s+@var{n}
9556 @itemx \s-@var{n}
9557 Increase or decrease the point size by @var{n}@tie{}points.
9558 @var{n}@tie{}must be exactly one digit.
9560 @item \s(@var{nn}
9561 Set the point size to @var{nn}@tie{}points.  @var{nn} must be exactly
9562 two digits.
9564 @item \s+(@var{nn}
9565 @itemx \s-(@var{nn}
9566 @itemx \s(+@var{nn}
9567 @itemx \s(-@var{nn}
9568 Increase or decrease the point size by @var{nn}@tie{}points.  @var{nn}
9569 must be exactly two digits.
9570 @end table
9572 Note that @code{\s} doesn't produce an input token in @code{gtroff}.
9573 As a consequence, it can be used in requests like @code{mc} (which
9574 expects a single character as an argument) to change the font on
9575 the fly:
9577 @Example
9578 .mc \s[20]x\s[0]
9579 @endExample
9581 @xref{Fractional Type Sizes}, for yet another syntactical form of
9582 using the @code{\s} escape.
9583 @endDefreq
9585 @Defreq {sizes, s1 s2 @dots{} sn [0]}
9586 Some devices may only have certain permissible sizes, in which case
9587 @code{gtroff} rounds to the nearest permissible size.
9588 The @file{DESC} file specifies which sizes are permissible for the device.
9590 Use the @code{sizes} request to change the permissible sizes
9591 for the current output device.
9592 Arguments are in scaled points;
9593 the @code{sizescale} line in the
9594 @file{DESC} file for the output device
9595 provides the scaling factor.
9596 For example, if the scaling factor is 1000,
9597 then the value 12000 is 12@tie{}points.
9599 Each argument can be a single point size (such as @samp{12000}),
9600 or a range of sizes (such as @samp{4000-72000}).
9601 You can optionally end the list with a zero.
9602 @endDefreq
9604 @DefreqList {vs, [@Var{space}]}
9605 @DefreqItem {vs, @t{+}@Var{space}}
9606 @DefreqItem {vs, @t{-}@Var{space}}
9607 @DefregListEnd {.v}
9608 @cindex changing vertical line spacing (@code{vs})
9609 @cindex vertical line spacing, changing (@code{vs})
9610 @cindex vertical line spacing register (@code{.v})
9611 Change (increase, decrease) the vertical spacing by @var{space}.  The
9612 default scaling indicator is @samp{p}.
9614 If @code{vs} is called without an argument, the vertical spacing is
9615 reset to the previous value before the last call to @code{vs}.
9617 @cindex @code{.V} register, and @code{vs}
9618 @code{gtroff} creates a warning of type @samp{range} if @var{space} is
9619 negative; the vertical spacing is then set to the vertical
9620 resolution (as given in the @code{.V} register).
9622 The read-only number register @code{.v} contains the current vertical
9623 spacing; it is associated with the current environment
9624 (@pxref{Environments}).
9625 @endDefreq
9627 @cindex vertical line spacing, effective value
9628 The effective vertical line spacing consists of four components.  Breaking
9629 a line causes the following actions (in the given order).
9631 @itemize @bullet
9632 @item
9633 @cindex extra pre-vertical line space (@code{\x})
9634 @cindex line space, extra pre-vertical (@code{\x})
9635 Move the current point vertically by the @dfn{extra pre-vertical line
9636 space}.  This is the minimum value of all @code{\x} escapes with a
9637 negative argument in the current output line.
9639 @item
9640 Move the current point vertically by the vertical line spacing as set with
9641 the @code{vs} request.
9643 @item
9644 Output the current line.
9646 @item
9647 @cindex extra post-vertical line space (@code{\x})
9648 @cindex line space, extra post-vertical (@code{\x})
9649 Move the current point vertically by the @dfn{extra post-vertical line
9650 space}.  This is the maximum value of all @code{\x} escapes with a
9651 positive argument in the line which has just been output.
9653 @item
9654 @cindex post-vertical line spacing
9655 @cindex line spacing, post-vertical (@code{pvs})
9656 Move the current point vertically by the @dfn{post-vertical line spacing}
9657 as set with the @code{pvs} request.
9658 @end itemize
9660 @cindex double-spacing (@code{vs}, @code{pvs})
9661 It is usually better to use @code{vs} or @code{pvs} instead of @code{ls}
9662 to produce double-spaced documents: @code{vs} and @code{pvs} have a finer
9663 granularity for the inserted vertical space compared to @code{ls};
9664 furthermore, certain preprocessors assume single-spacing.
9666 @xref{Manipulating Spacing}, for more details on the @code{\x} escape
9667 and the @code{ls} request.
9669 @DefreqList {pvs, [@Var{space}]}
9670 @DefreqItem {pvs, @t{+}@Var{space}}
9671 @DefreqItem {pvs, @t{-}@Var{space}}
9672 @DefregListEnd {.pvs}
9673 @cindex @code{ls} request, alternative to (@code{pvs})
9674 @cindex post-vertical line spacing, changing (@code{pvs})
9675 @cindex post-vertical line spacing register (@code{.pvs})
9676 Change (increase, decrease) the post-vertical spacing by
9677 @var{space}.  The default scaling indicator is @samp{p}.
9679 If @code{pvs} is called without an argument, the post-vertical spacing is
9680 reset to the previous value before the last call to @code{pvs}.
9682 @code{gtroff} creates a warning of type @samp{range} if @var{space} is
9683 zero or negative; the vertical spacing is then set to zero.
9685 The read-only number register @code{.pvs} contains the current
9686 post-vertical spacing; it is associated with the current environment
9687 (@pxref{Environments}).
9688 @endDefreq
9690 @c ---------------------------------------------------------------------
9692 @node Fractional Type Sizes,  , Changing Type Sizes, Sizes
9693 @subsection Fractional Type Sizes
9694 @cindex fractional type sizes
9695 @cindex fractional point sizes
9696 @cindex type sizes, fractional
9697 @cindex point sizes, fractional
9698 @cindex sizes, fractional
9700 @cindex @code{s} unit
9701 @cindex unit, @code{s}
9702 @cindex @code{z} unit
9703 @cindex unit, @code{z}
9704 @cindex @code{ps} request, with fractional type sizes
9705 @cindex @code{cs} request, with fractional type sizes
9706 @cindex @code{tkf} request, with fractional type sizes
9707 @cindex @code{\H}, with fractional type sizes
9708 @cindex @code{\s}, with fractional type sizes
9709 A @dfn{scaled point} is equal to @math{1/@var{sizescale}} points,
9710 where @var{sizescale} is specified in the @file{DESC} file (1@tie{}by
9711 default).  There is a new scale indicator @samp{z} which has the
9712 effect of multiplying by @var{sizescale}.  Requests and escape
9713 sequences in @code{gtroff} interpret arguments that represent a point
9714 size as being in units of scaled points, but they evaluate each such
9715 argument using a default scale indicator of @samp{z}.  Arguments
9716 treated in this way are the argument to the @code{ps} request, the
9717 third argument to the @code{cs} request, the second and fourth
9718 arguments to the @code{tkf} request, the argument to the @code{\H}
9719 escape sequence, and those variants of the @code{\s} escape sequence
9720 that take a numeric expression as their argument (see below).
9722 For example, suppose @var{sizescale} is@tie{}1000; then a scaled point
9723 is equivalent to a millipoint; the request @w{@samp{.ps 10.25}} is
9724 equivalent to @w{@samp{.ps 10.25z}} and thus sets the point size to
9725 10250@tie{}scaled points, which is equal to 10.25@tie{}points.
9727 @code{gtroff} disallows the use of the @samp{z} scale indicator in
9728 instances where it would make no sense, such as a numeric
9729 expression whose default scale indicator was neither @samp{u} nor
9730 @samp{z}.  Similarly it would make
9731 no sense to use a scaling indicator other than @samp{z} or @samp{u} in a
9732 numeric expression whose default scale indicator was @samp{z}, and so
9733 @code{gtroff} disallows this as well.
9735 There is also new scale indicator @samp{s} which multiplies by the
9736 number of units in a scaled point.  So, for example, @samp{\n[.ps]s} is
9737 equal to @samp{1m}.  Be sure not to confuse the @samp{s} and @samp{z}
9738 scale indicators.
9740 @Defreg {.ps}
9741 A read-only number register returning the point size in scaled points.
9743 @code{.ps} is associated with the current environment
9744 (@pxref{Environments}).
9745 @endDefreg
9747 @DefregList {.psr}
9748 @DefregListEnd {.sr}
9749 @cindex last-requested point size registers (@code{.psr}, @code{.sr})
9750 @cindex point size registers, last-requested (@code{.psr}, @code{.sr})
9751 @cindex @code{.ps} register, in comparison with @code{.psr}
9752 @cindex @code{.s} register, in comparison with @code{.sr}
9753 The last-requested point size in scaled points is contained in the
9754 @code{.psr} read-only number register.  The last requested point size
9755 in points as a decimal fraction can be found in @code{.sr}.  This is a
9756 string-valued read-only number register.
9758 Note that the requested point sizes are device-independent, whereas
9759 the values returned by the @code{.ps} and @code{.s} registers are not.
9760 For example, if a point size of 11@dmn{pt} is requested, and a
9761 @code{sizes} request (or a @code{sizescale} line in a @file{DESC} file)
9762 specifies 10.95@dmn{pt} instead, this value is actually used.
9764 Both registers are associated with the current environment
9765 (@pxref{Environments}).
9766 @endDefreg
9768 The @code{\s} escape has the following syntax for working with
9769 fractional type sizes:
9771 @table @code
9772 @item \s[@var{n}]
9773 @itemx \s'@var{n}'
9774 Set the point size to @var{n}@tie{}scaled points; @var{n}@tie{}is a numeric
9775 expression with a default scale indicator of @samp{z}.
9777 @item \s[+@var{n}]
9778 @itemx \s[-@var{n}]
9779 @itemx \s+[@var{n}]
9780 @itemx \s-[@var{n}]
9781 @itemx \s'+@var{n}'
9782 @itemx \s'-@var{n}'
9783 @itemx \s+'@var{n}'
9784 @itemx \s-'@var{n}'
9785 Increase or or decrease the point size by @var{n}@tie{}scaled points;
9786 @var{n}@tie{}is a numeric expression with a default scale indicator of
9787 @samp{z}.
9788 @end table
9790 @xref{Font Files}.
9793 @c =====================================================================
9795 @node Strings, Conditionals and Loops, Sizes, gtroff Reference
9796 @section Strings
9797 @cindex strings
9799 @code{gtroff} has string variables, which are entirely for user
9800 convenience (i.e.@: there are no built-in strings exept @code{.T}, but
9801 even this is a read-write string variable).
9803 @DefreqList {ds, name [@Var{string}]}
9804 @DefreqItem {ds1, name [@Var{string}]}
9805 @DefescItem {\\*, , n, }
9806 @DefescItem {\\*, @lparen{}, nm, }
9807 @DefescListEnd {\\*, @lbrack{}, name arg1 arg2 @dots{}, @rbrack{}}
9808 @cindex string interpolation (@code{\*})
9809 @cindex string expansion (@code{\*})
9810 @cindex interpolation of strings (@code{\*})
9811 @cindex expansion of strings (@code{\*})
9812 @cindex string arguments
9813 @cindex arguments, of strings
9814 Define and access a string variable @var{name} (one-character
9815 name@tie{}@var{n}, two-character name @var{nm}).  If @var{name} already
9816 exists, @code{ds} overwrites the previous definition.  Only the syntax form
9817 using brackets can take arguments which are handled identically to
9818 macro arguments; the single exception is that a closing bracket as an
9819 argument must be enclosed in double quotes.  @xref{Request and Macro
9820 Arguments}, and @ref{Parameters}.
9822 Example:
9824 @Example
9825 .ds foo a \\$1 test
9827 This is \*[foo nice].
9828     @result{} This is a nice test.
9829 @endExample
9831 The @code{\*} escape @dfn{interpolates} (expands in-place) a
9832 previously-defined string variable.  To be more precise, the stored
9833 string is pushed onto the input stack which is then parsed by
9834 @code{gtroff}.  Similar to number registers, it is possible to nest
9835 strings, i.e. string variables can be called within string variables.
9837 If the string named by the @code{\*} escape does not exist, it is
9838 defined as empty, and a warning of type @samp{mac} is emitted (see
9839 @ref{Debugging}, for more details).
9841 @cindex comments, with @code{ds}
9842 @cindex @code{ds} request, and comments
9843 @strong{Caution:} Unlike other requests, the second argument to the
9844 @code{ds} request takes up the entire line including trailing spaces.
9845 This means that comments on a line with such a request can introduce
9846 unwanted space into a string.
9848 @Example
9849 .ds UX \s-1UNIX\s0\u\s-3tm\s0\d \" UNIX trademark
9850 @endExample
9852 @noindent
9853 Instead the comment should be put on another line or have the comment
9854 escape adjacent with the end of the string.
9856 @Example
9857 .ds UX \s-1UNIX\s0\u\s-3tm\s0\d\"  UNIX trademark
9858 @endExample
9860 @cindex trailing quotes
9861 @cindex quotes, trailing
9862 @cindex leading spaces with @code{ds}
9863 @cindex spaces with @code{ds}
9864 @cindex @code{ds} request, and leading spaces
9865 To produce leading space the string can be started with a double
9866 quote.  No trailing quote is needed; in fact, any trailing quote is
9867 included in your string.
9869 @Example
9870 .ds sign "           Yours in a white wine sauce,
9871 @endExample
9873 @cindex multi-line strings
9874 @cindex strings, multi-line
9875 @cindex newline character, in strings, escaping
9876 @cindex escaping newline characters, in strings
9877 Strings are not limited to a single line of text.  A string can span
9878 several lines by escaping the newlines with a backslash.  The
9879 resulting string is stored @emph{without} the newlines.
9881 @Example
9882 .ds foo lots and lots \
9883 of text are on these \
9884 next several lines
9885 @endExample
9887 It is not possible to have real newlines in a string.  To put a single
9888 double quote character into a string, use two consecutive double quote
9889 characters.
9891 The @code{ds1} request turns off compatibility mode
9892 while interpreting a string.  To be more precise, a @dfn{compatibility
9893 save} input token is inserted at the beginning of  the string, and a
9894 @dfn{compatibility restore} input token at the end.
9896 @Example
9897 .nr xxx 12345
9898 .ds aa The value of xxx is \\n[xxx].
9899 .ds1 bb The value of xxx ix \\n[xxx].
9901 .cp 1
9903 \*(aa
9904     @result{} warning: number register `[' not defined
9905     @result{} The value of xxx is 0xxx].
9906 \*(bb
9907     @result{} The value of xxx ix 12345.
9908 @endExample
9910 @cindex name space, common, of macros, diversions, and strings
9911 @cindex common name space of macros, diversions, and strings
9912 @cindex macros, shared name space with strings and diversions
9913 @cindex strings, shared name space with macros and diversions
9914 @cindex diversions, shared name space with macros and strings
9915 Strings, macros, and diversions (and boxes) share the same name space.
9916 Internally, even the same mechanism is used to store them.  This has
9917 some interesting consequences.  For example, it is possible to call a
9918 macro with string syntax and vice versa.
9920 @Example
9921 .de xxx
9922 a funny test.
9924 This is \*[xxx]
9925     @result{} This is a funny test.
9927 .ds yyy a funny test
9928 This is
9929 .yyy
9930     @result{} This is a funny test.
9931 @endExample
9933 Diversions and boxes can be also called with string syntax.
9935 Another consequence is that you can copy one-line diversions or boxes
9936 to a string.
9938 @Example
9939 .di xxx
9940 a \fItest\fR
9943 .ds yyy This is \*[xxx]\c
9944 \*[yyy].
9945     @result{} @r{This is a }@i{test}.
9946 @endExample
9948 @noindent
9949 As the previous example shows, it is possible to store formatted
9950 output in strings.  The @code{\c} escape prevents the insertion of an
9951 additional blank line in the output.
9953 Copying diversions longer than a single output line produces
9954 unexpected results.
9956 @Example
9957 .di xxx
9958 a funny
9960 test
9963 .ds yyy This is \*[xxx]\c
9964 \*[yyy].
9965     @result{} test This is a funny.
9966 @endExample
9968 Usually, it is not predictable whether a diversion contains one or
9969 more output lines, so this mechanism should be avoided.  With
9970 @acronym{UNIX} @code{troff}, this was the only solution to strip off a
9971 final newline from a diversion.  Another disadvantage is that the
9972 spaces in the copied string are already formatted, making them
9973 unstretchable.  This can cause ugly results.
9975 @cindex stripping final newline in diversions
9976 @cindex diversion, stripping final newline
9977 @cindex final newline, stripping in diversions
9978 @cindex newline, final, stripping in diversions
9979 @cindex horizontal space, unformatting
9980 @cindex space, horizontal, unformatting
9981 @cindex unformatting horizontal space
9982 A clean solution to this problem is available in GNU @code{troff},
9983 using the requests @code{chop} to remove the final newline of a
9984 diversion, and @code{unformat} to make the horizontal spaces
9985 stretchable again.
9987 @Example
9988 .box xxx
9989 a funny
9991 test
9993 .box
9994 .chop xxx
9995 .unformat xxx
9996 This is \*[xxx].
9997     @result{} This is a funny test.
9998 @endExample
10000 @xref{Gtroff Internals}, for more information.
10001 @endDefreq
10003 @DefreqList {as, name [@Var{string}]}
10004 @DefreqListEnd {as1, name [@Var{string}]}
10005 @cindex appending to a string (@code{as})
10006 @cindex string, appending (@code{as})
10007 The @code{as} request is similar to @code{ds} but appends @var{string}
10008 to the string stored as @var{name} instead of redefining it.  If
10009 @var{name} doesn't exist yet, it is created.
10011 @Example
10012 .as sign " with shallots, onions and garlic,
10013 @endExample
10015 The @code{as1} request is similar to @code{as}, but compatibility mode
10016 is switched off while the appended string is interpreted.  To be more
10017 precise, a @dfn{compatibility save} input token is inserted at the
10018 beginning of the appended string, and a @dfn{compatibility restore}
10019 input token at the end.
10020 @endDefreq
10022 Rudimentary string manipulation routines are given with the next two
10023 requests.
10025 @Defreq {substring, str n1 [@Var{n2}]}
10026 @cindex substring (@code{substring})
10027 Replace the string named @var{str} with the substring
10028 defined by the indices @var{n1} and@tie{}@var{n2}.  The first character
10029 in the string has index@tie{}0.  If @var{n2} is omitted, it is taken to
10030 be equal to the string's length.  If the index value @var{n1} or
10031 @var{n2} is negative, it is counted from the end of the
10032 string, going backwards: The last character has index@tie{}@minus{}1, the
10033 character before the last character has index@tie{}@minus{}2, etc.
10035 @Example
10036 .ds xxx abcdefgh
10037 .substring xxx 1 -4
10038 \*[xxx]
10039     @result{} bcde
10040 @endExample
10041 @endDefreq
10043 @Defreq {length, reg str}
10044 @cindex length of a string (@code{length})
10045 @cindex string, length of (@code{length})
10046 Compute the number of characters of @var{str} and return it in the
10047 number register @var{reg}.  If @var{reg} doesn't exist, it is created.
10048 @code{str} is read in copy mode.
10050 @Example
10051 .ds xxx abcd\h'3i'efgh
10052 .length yyy \*[xxx]
10053 \n[yyy]
10054     @result{} 14
10055 @endExample
10056 @endDefreq
10058 @Defreq {rn, xx yy}
10059 @cindex renaming request (@code{rn})
10060 @cindex request, renaming (@code{rn})
10061 @cindex renaming macro (@code{rn})
10062 @cindex macro, renaming (@code{rn})
10063 @cindex renaming string (@code{rn})
10064 @cindex string, renaming (@code{rn})
10065 @cindex renaming diversion (@code{rn})
10066 @cindex diversion, renaming (@code{rn})
10067 Rename the request, macro, diversion, or string @var{xx} to @var{yy}.
10068 @endDefreq
10070 @Defreq {rm, xx}
10071 @cindex removing request (@code{rm})
10072 @cindex request, removing (@code{rm})
10073 @cindex removing macro (@code{rm})
10074 @cindex macro, removing (@code{rm})
10075 @cindex removing string (@code{rm})
10076 @cindex string, removing (@code{rm})
10077 @cindex removing diversion (@code{rm})
10078 @cindex diversion, removing (@code{rm})
10079 Remove the request, macro, diversion, or string @var{xx}.  @code{gtroff}
10080 treats subsequent invocations as if the object had never been defined.
10081 @endDefreq
10083 @Defreq {als, new old}
10084 @cindex alias, string, creating (@code{als})
10085 @cindex alias, macro, creating (@code{als})
10086 @cindex alias, diversion, creating (@code{als})
10087 @cindex creating alias, for string (@code{als})
10088 @cindex creating alias, for macro (@code{als})
10089 @cindex creating alias, for diversion (@code{als})
10090 @cindex string, creating alias (@code{als})
10091 @cindex macro, creating alias (@code{als})
10092 @cindex diversion, creating alias (@code{als})
10093 Create an alias named @var{new} for the request, string, macro, or
10094 diversion object named @var{old}.  The new name and the old name are
10095 exactly equivalent (it is similar to a hard rather than a soft
10096 link). If @var{old} is undefined, @code{gtroff} generates a warning of
10097 type @samp{mac} and ignores the request.
10098 @endDefreq
10100 @Defreq {chop, xx}
10101 Remove (chop) the last character from the macro, string, or diversion
10102 named @var{xx}.  This is useful for removing the newline from the end
10103 of diversions that are to be interpolated as strings.  This command
10104 can be used repeatedly; see @ref{Gtroff Internals}, for details on
10105 nodes inserted additionally by @code{gtroff}.
10106 @endDefreq
10108 @xref{Identifiers}, and @ref{Comments}.
10111 @c =====================================================================
10113 @node Conditionals and Loops, Writing Macros, Strings, gtroff Reference
10114 @section Conditionals and Loops
10115 @cindex conditionals and loops
10116 @cindex loops and conditionals
10118 @menu
10119 * Operators in Conditionals::
10120 * if-else::
10121 * while::
10122 @end menu
10124 @c ---------------------------------------------------------------------
10126 @node Operators in Conditionals, if-else, Conditionals and Loops, Conditionals and Loops
10127 @subsection Operators in Conditionals
10129 @cindex @code{if} request, operators to use with
10130 @cindex @code{while} request, operators to use with
10131 In @code{if} and @code{while} requests, there are several more
10132 operators available:
10134 @table @code
10135 @item e
10136 @itemx o
10137 True if the current page is even or odd numbered (respectively).
10139 @item n
10140 True if the document is being processed in nroff mode (i.e., the
10141 @code{.nroff} command has been issued).
10143 @item t
10144 True if the document is being processed in troff mode (i.e., the
10145 @code{.troff} command has been issued).
10147 @item v
10148 Always false.  This condition is for compatibility with other
10149 @code{troff} versions only (identifying a @code{-Tversatec} device).
10151 @item '@var{xxx}'@var{yyy}'
10152 True if the string @var{xxx} is equal to the string @var{yyy}.  Other
10153 characters can be used in place of the single quotes; the same set of
10154 delimiters as for the @code{\D} escape is used (@pxref{Escapes}).
10155 @code{gtroff} formats the strings before being compared:
10157 @Example
10158 .ie "|"\fR|\fP" \
10159 true
10160 .el \
10161 false
10162     @result{} true
10163 @endExample
10165 @noindent
10166 The resulting motions, glyph sizes, and fonts have to
10167 match,@footnote{The created output nodes must be identical.
10168 @xref{Gtroff Internals}.} and not the individual motion, size, and
10169 font requests.  In the previous example, @samp{|} and @samp{\fR|\fP}
10170 both result in a roman @samp{|} glyph with the same point size and
10171 at the same location on the page, so the strings are equal.  If
10172 @samp{.ft@tie{}I} had been added before the @samp{.ie}, the result
10173 would be ``false'' because (the first) @samp{|} produces an italic
10174 @samp{|} rather than a roman one.
10176 @item r @var{xxx}
10177 True if there is a number register named @var{xxx}.
10179 @item d @var{xxx}
10180 True if there is a string, macro, diversion, or request named @var{xxx}.
10182 @item m @var{xxx}
10183 True if there is a color named @var{xxx}.
10185 @item c @var{g}
10186 True if there is a glyph @var{g} available@footnote{The name of this
10187 conditional operator is a misnomer since it tests names of output
10188 glyphs.}; @var{g} is either an @acronym{ASCII} character or a special
10189 character (@code{\(@var{gg}} or @code{\[@var{ggg}]}); the condition
10190 is also true if @var{g} has been defined by the @code{char} request.
10191 @end table
10193 Note that these operators can't be combined with other operators like
10194 @samp{:} or @samp{&}; only a leading @samp{!} (without whitespace
10195 between the exclamation mark and the operator) can be used to negate
10196 the result.
10198 @Example
10199 .nr xxx 1
10200 .ie !r xxx \
10201 true
10202 .el \
10203 false
10204     @result{} false
10205 @endExample
10207 A whitespace after @samp{!} always evaluates to zero (this bizarre
10208 behaviour is due to compatibility with @acronym{UNIX} @code{troff}).
10210 @Example
10211 .nr xxx 1
10212 .ie ! r xxx \
10213 true
10214 .el \
10215 false
10216     @result{} r xxx true
10217 @endExample
10219 It is possible to omit the whitespace before the argument to the
10220 @samp{r}, @samp{d}, and @samp{c} operators.
10222 @xref{Expressions}.
10224 @c ---------------------------------------------------------------------
10226 @node if-else, while, Operators in Conditionals, Conditionals and Loops
10227 @subsection if-else
10228 @cindex if-else
10230 @code{gtroff} has if-then-else constructs like other languages, although
10231 the formatting can be painful.
10233 @Defreq {if, expr anything}
10235 Evaluate the expression @var{expr}, and executes @var{anything} (the
10236 remainder of the line) if @var{expr} evaluates to a value greater than
10237 zero (true).  @var{anything} is interpreted as though it was on a line
10238 by itself (except that leading spaces are swallowed).
10239 @xref{Expressions}, for more info.
10241 @Example
10242 .nr xxx 1
10243 .nr yyy 2
10244 .if ((\n[xxx] == 1) & (\n[yyy] == 2)) true
10245     @result{} true
10246 @endExample
10247 @endDefreq
10249 @Defreq{nop, anything}
10250 Executes @var{anything}.
10251 This is similar to @code{.if@tie{}1}.
10252 @endDefreq
10254 @DefreqList {ie, expr anything}
10255 @DefreqListEnd {el, anything}
10256 Use the @code{ie} and @code{el} requests to write an if-then-else.
10257 The first request is the `if' part and the latter is the `else' part.
10259 @Example
10260 .ie n .ls 2 \" double-spacing in nroff
10261 .el   .ls 1 \" single-spacing in troff
10262 @endExample
10263 @endDefreq
10265 @c there is a bug in makeinfo <= 4.1a: you can't have `@{' as an argument
10266 @c to @deffn
10268 @c and in 4.2 you still can't use @{ in macros.
10270 @c @DefescList {\@{, , , }
10271 @c @DefescListEnd {\@}, , , }
10272 @deffn Escape @t{\@{}
10273 @deffnx Escape @t{\@}}
10274 @esindex \@{
10275 @esindex \@}
10276 @cindex begin of conditional block (@code{\@{})
10277 @cindex end of conditional block (@code{\@}})
10278 @cindex conditional block, begin (@code{\@{})
10279 @cindex conditional block, end (@code{\@}})
10280 @cindex block, conditional, begin (@code{\@{})
10281 @cindex block, condititional, end (@code{\@}})
10282 In many cases, an if (or if-else) construct needs to execute more than
10283 one request.  This can be done using the @code{\@{} and @code{\@}}
10284 escapes.  The following example shows the possible ways to use these
10285 escapes (note the position of the opening and closing braces).
10287 @Example
10288 .ie t \@{\
10289 .    ds lq ``
10290 .    ds rq ''
10291 .\@}
10292 .el \
10293 .\@{\
10294 .    ds lq "
10295 .    ds rq "\@}
10296 @endExample
10297 @c @endDefesc
10298 @end deffn
10300 @xref{Expressions}.
10302 @c ---------------------------------------------------------------------
10304 @node while,  , if-else, Conditionals and Loops
10305 @subsection while
10306 @cindex while
10308 @code{gtroff} provides a looping construct using the @code{while}
10309 request, which is used much like the @code{if} (and related) requests.
10311 @Defreq {while, expr anything}
10312 Evaluate the expression @var{expr}, and repeatedly execute
10313 @var{anything} (the remainder of the line) until @var{expr} evaluates
10314 to@tie{}0.
10316 @Example
10317 .nr a 0 1
10318 .while (\na < 9) \@{\
10319 \n+a,
10320 .\@}
10321 \n+a
10322     @result{} 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
10323 @endExample
10325 Some remarks.
10327 @cindex @code{de} request, and @code{while}
10328 @itemize @bullet
10329 @item
10330 The body of a @code{while} request is treated like the body of a
10331 @code{de} request: @code{gtroff} temporarily stores it in a macro
10332 which is deleted after the loop has been exited.  It can considerably
10333 slow down a macro if the body of the @code{while} request (within the
10334 macro) is large.  Each time the macro is executed, the @code{while}
10335 body is parsed and stored again as a temporary macro.
10337 @Example
10338 .de xxx
10339 .  nr num 10
10340 .  while (\\n[num] > 0) \@{\
10341 .    \" many lines of code
10342 .    nr num -1
10343 .  \@}
10345 @endExample
10347 @cindex recursive macros
10348 @cindex macros, recursive
10349 @noindent
10350 The traditional and ofter better solution (@acronym{UNIX} @code{troff}
10351 doesn't have the @code{while} request) is to use a recursive macro
10352 instead which is parsed only once during its definition.
10354 @Example
10355 .de yyy
10356 .  if (\\n[num] > 0) \@{\
10357 .    \" many lines of code
10358 .    nr num -1
10359 .    yyy
10360 .  \@}
10363 .de xxx
10364 .  nr num 10
10365 .  yyy
10367 @endExample
10369 @noindent
10370 Note that the number of available recursion levels is set to@tie{}1000
10371 (this is a compile-time constant value of @code{gtroff}).
10373 @item
10374 The closing brace of a @code{while} body must end a line.
10376 @Example
10377 .if 1 \@{\
10378 .  nr a 0 1
10379 .  while (\n[a] < 10) \@{\
10380 .    nop \n+[a]
10381 .\@}\@}
10382     @result{} unbalanced \@{ \@}
10383 @endExample
10384 @end itemize
10385 @endDefreq
10387 @Defreq {break, }
10388 @cindex @code{while} request, confusing with @code{br}
10389 @cindex @code{break} request, in a @code{while} loop
10390 @cindex @code{continue} request, in a @code{while} loop
10391 Break out of a @code{while} loop.  Be sure not to confuse this with
10392 the @code{br} request (causing a line break).
10393 @endDefreq
10395 @Defreq {continue, }
10396 Finish the current iteration of a @code{while} loop, immediately
10397 restarting the next iteration.
10398 @endDefreq
10400 @xref{Expressions}.
10403 @c =====================================================================
10405 @node Writing Macros, Page Motions, Conditionals and Loops, gtroff Reference
10406 @section Writing Macros
10407 @cindex writing macros
10408 @cindex macros, writing
10410 A @dfn{macro} is a collection of text and embedded commands which can
10411 be invoked multiple times.  Use macros to define common operations.
10413 @DefreqList {de, name [@Var{end}]}
10414 @DefreqItem {de1, name [@Var{end}]}
10415 @DefreqItem {dei, name [@Var{end}]}
10416 @DefreqListEnd {dei1, name [@Var{end}]}
10417 Define a new macro named @var{name}.  @code{gtroff} copies subsequent
10418 lines (starting with the next one) into an internal buffer until it
10419 encounters the line @samp{..} (two dots).  The optional second
10420 argument to @code{de} changes this to a macro to @samp{.@var{end}}.
10422 There can be whitespace after the first dot in the line containing the
10423 ending token (either @samp{.} or macro @samp{@var{end}}).
10425 Here a small example macro called @samp{P} which causes a break and
10426 inserts some vertical space.  It could be used to separate paragraphs.
10428 @Example
10429 .de P
10430 .  br
10431 .  sp .8v
10433 @endExample
10435 The following example defines a macro within another.  Remember that
10436 expansion must be protected twice; once for reading the macro and
10437 once for executing.
10439 @Example
10440 \# a dummy macro to avoid a warning
10441 .de end
10444 .de foo
10445 .  de bar end
10446 .    nop \f[B]Hallo \\\\$1!\f[]
10447 .  end
10450 .foo
10451 .bar Joe
10452     @result{} @b{Hallo Joe!}
10453 @endExample
10455 @noindent
10456 Since @code{\f} has no expansion, it isn't necessary to protect its
10457 backslash.  Had we defined another macro within @code{bar} which takes
10458 a parameter, eight backslashes would be necessary before @samp{$1}.
10460 The @code{de1} request turns off compatibility mode
10461 while executing the macro.  On entry, the current compatibility mode
10462 is saved and restored at exit.
10464 @Example
10465 .nr xxx 12345
10467 .de aa
10468 The value of xxx is \\n[xxx].
10470 .de1 bb
10471 The value of xxx ix \\n[xxx].
10474 .cp 1
10477     @result{} warning: number register \e' not defined
10478     @result{} The value of xxx is 0xxx].
10480     @result{} The value of xxx ix 12345.
10481 @endExample
10483 The @code{dei} request defines a macro indirectly.
10484 That is, it expands strings whose names
10485 are @var{name} or @var{end} before performing the append.
10487 This:
10489 @Example
10490 .ds xx aa
10491 .ds yy bb
10492 .dei xx yy
10493 @endExample
10495 @noindent
10496 is equivalent to:
10498 @Example
10499 .de aa bb
10500 @endExample
10502 The @code{dei1} request is similar to @code{dei} but with compatibility
10503 mode switched off during execution of the defined macro.
10505 @pindex trace.tmac
10506 Using @file{trace.tmac}, you can trace calls to @code{de} and @code{de1}.
10508 Note that macro identifiers are shared with identifiers for strings and
10509 diversions.
10510 @endDefreq
10512 @DefreqList {am, name [@Var{end}]}
10513 @DefreqItem {am1, name [@Var{end}]}
10514 @DefreqItem {ami, name [@Var{end}]}
10515 @DefreqListEnd {ami1, name [@Var{end}]}
10516 @cindex appending to a macro (@code{am})
10517 @cindex macro, appending (@code{am})
10518 Works similarly to @code{de} except it appends onto the macro named
10519 @var{name}.  So, to make the previously defined @samp{P} macro actually
10520 do indented instead of block paragraphs, add the necessary code to the
10521 existing macro like this:
10523 @Example
10524 .am P
10525 .ti +5n
10527 @endExample
10529 The @code{am1} request turns off compatibility mode
10530 while executing the appended macro piece.  To be more precise, a
10531 @dfn{compatibility save} input token is inserted at the beginning of
10532 the appended code, and a @dfn{compatibility restore} input token at
10533 the end.
10535 The @code{ami} request appends indirectly,
10536 meaning that @code{gtroff} expands strings whose names
10537 are @var{name} or @var{end} before performing the append.
10539 The @code{ami1} request is similar to @code{ami} but compatibility mode
10540 is switched off during execution of the defined macro.
10542 @pindex trace.tmac
10543 Using @file{trace.tmac}, you can trace calls to @code{am} and @code{am1}.
10544 @endDefreq
10546 @xref{Strings}, for the @code{als} request to rename a macro.
10548 The @code{de}, @code{am}, @code{di}, @code{da}, @code{ds}, and
10549 @code{as} requests (together with its variants) only create a new object
10550 if the name of the macro, diversion or string diversion is currently
10551 undefined or if it is defined to be a request; normally they modify the
10552 value of an existing object.
10554 @Defreq {return, [@Var{anything}]}
10555 Exit a macro, immediately returning to the caller.
10557 If called with an argument, exit twice, namely the current macro and the
10558 macro one level higher.  This is used to define a wrapper macro for
10559 @code{return} in @file{trace.tmac}.
10560 @endDefreq
10562 @menu
10563 * Copy-in Mode::
10564 * Parameters::
10565 @end menu
10567 @c ---------------------------------------------------------------------
10569 @node Copy-in Mode, Parameters, Writing Macros, Writing Macros
10570 @subsection Copy-in Mode
10571 @cindex copy-in mode
10572 @cindex mode, copy-in
10574 @cindex @code{\n}, when reading text for a macro
10575 @cindex @code{\$}, when reading text for a macro
10576 @cindex @code{\*}, when reading text for a macro
10577 @cindex @code{\\}, when reading text for a macro
10578 @cindex \@key{RET}, when reading text for a macro
10579 When @code{gtroff} reads in the text for a macro, string, or diversion,
10580 it copies the text (including request lines, but excluding escapes) into
10581 an internal buffer.  Escapes are converted into an internal form,
10582 except for @code{\n}, @code{\$}, @code{\*}, @code{\\} and
10583 @code{\@key{RET}} which are evaluated and inserted into the text where
10584 the escape was located.  This is known as @dfn{copy-in} mode or
10585 @dfn{copy} mode.
10587 What this means is that you can specify when these escapes are to be
10588 evaluated (either at copy-in time or at the time of use) by insulating
10589 the escapes with an extra backslash.  Compare this to the @code{\def}
10590 and @code{\edef} commands in @TeX{}.
10592 The following example prints the numbers 20 and@tie{}10:
10594 @Example
10595 .nr x 20
10596 .de y
10597 .nr x 10
10598 \&\nx
10599 \&\\nx
10602 @endExample
10604 @c ---------------------------------------------------------------------
10606 @node Parameters,  , Copy-in Mode, Writing Macros
10607 @subsection Parameters
10608 @cindex parameters
10610 The arguments to a macro or string can be examined using a variety of
10611 escapes.
10613 @Defreg {.$}
10614 @cindex number of arguments register (@code{.$})
10615 The number of arguments passed to a macro or string.  This is a read-only
10616 number register.
10618 Note that the @code{shift} request can change its value.
10619 @endDefreg
10621 Any individual argument can be retrieved with one of the following
10622 escapes:
10624 @DefescList {\\$, , n, }
10625 @DefescItem {\\$, @lparen{}, nn, }
10626 @DefescListEnd {\\$, @lbrack{}, nnn, @rbrack{}}
10627 @cindex copy-in mode, and macro arguments
10628 @cindex macro, arguments (@code{\$})
10629 @cindex arguments, macro (@code{\$})
10630 Retrieve the @var{n}@dmn{th}, @var{nn}@dmn{th} or @var{nnn}@dmn{th}
10631 argument.  As usual, the first form only accepts a single number
10632 (larger than zero), the second a two-digit number (larger or equal
10633 to@tie{}10), and the third any positive integer value (larger
10634 than zero).  Macros and strings can have an unlimited number of arguments.
10635 Note that due to copy-in mode, use two backslashes on these in actual use
10636 to prevent interpolation until the macro is actually invoked.
10637 @endDefesc
10639 @Defreq {shift, [@Var{n}]}
10640 Shift the arguments 1@tie{}position, or as
10641 many positions as specified by its argument.  After executing this
10642 request, argument@tie{}@var{i} becomes argument @math{@var{i}-@var{n}};
10643 arguments 1 to@tie{}@var{n} are no longer available.  Shifting by
10644 negative amounts is currently undefined.
10646 The register @code{.$} is adjusted accordingly.
10647 @endDefreq
10649 @DefescList {\\$*, , , }
10650 @DefescListEnd {\\$@@, , , }
10651 In some cases it is convenient to use all of the arguments at once (for
10652 example, to pass the arguments along to another macro).  The @code{\$*}
10653 escape concatenates all the arguments separated by spaces.  A
10654 similar escape is @code{\$@@}, which concatenates all the
10655 arguments with each surrounded by double quotes, and separated by
10656 spaces.  If not in compatibility mode, the input level of double quotes
10657 is preserved (see @ref{Request and Macro Arguments}).
10658 @endDefesc
10660 @Defesc {\\$0, , , }
10661 @cindex macro name register (@code{\$0})
10662 @cindex @code{als} request, and @code{\$0}
10663 The name used to invoke the current macro.
10664 The @code{als} request can make a macro have more than one name.
10666 @Example
10667 .de generic-macro
10668 .  ...
10669 .  if \\n[error] \@{\
10670 .    tm \\$0: Houston, we have a problem.
10671 .    return
10672 .  \@}
10675 .als foo generic-macro
10676 .als bar generic-macro
10677 @endExample
10678 @endDefesc
10680 @xref{Request and Macro Arguments}.
10683 @c =====================================================================
10685 @node Page Motions, Drawing Requests, Writing Macros, gtroff Reference
10686 @section Page Motions
10687 @cindex page motions
10688 @cindex motions, page
10690 @xref{Manipulating Spacing}, for a discussion of the main request for
10691 vertical motion, @code{sp}.
10693 @DefreqList {mk, [@Var{reg}]}
10694 @DefreqListEnd {rt, [@Var{dist}]}
10695 @cindex marking vertical page location (@code{mk})
10696 @cindex page location, vertical, marking (@code{mk})
10697 @cindex location, vertical, page, marking (@code{mk})
10698 @cindex vertical page location, marking (@code{mk})
10699 @cindex returning to marked vertical page location (@code{rt})
10700 @cindex page location, vertical, returning to marked (@code{rt})
10701 @cindex location, vertical, page, returning to marked (@code{rt})
10702 @cindex vertical page location, returning to marked (@code{rt})
10703 The request @code{mk} can be used to mark a location on a page, for
10704 movement to later.  This request takes a register name as an argument
10705 in which to store the current page location.  With no argument it
10706 stores the location in an internal register.  The results of this can
10707 be used later by the @code{rt} or the @code{sp} request (or the
10708 @code{\v} escape).
10710 The @code{rt} request returns @emph{upwards} to the location marked
10711 with the last @code{mk} request.  If used with an argument, return to
10712 a position which distance from the top of the page is @var{dist} (no
10713 previous call to @code{mk} is necessary in this case).  Default scaling
10714 indicator is @samp{v}.
10716 Here a primitive solution for a two-column macro.
10718 @Example
10719 .nr column-length 1.5i
10720 .nr column-gap 4m
10721 .nr bottom-margin 1m
10723 @endExample
10724 @Example
10725 .de 2c
10726 .  br
10727 .  mk
10728 .  ll \\n[column-length]u
10729 .  wh -\\n[bottom-margin]u 2c-trap
10730 .  nr right-side 0
10733 @endExample
10734 @Example
10735 .de 2c-trap
10736 .  ie \\n[right-side] \@{\
10737 .    nr right-side 0
10738 .    po -(\\n[column-length]u + \\n[column-gap]u)
10739 .    \" remove trap
10740 .    wh -\\n[bottom-margin]u
10741 .  \@}
10742 .  el \@{\
10743 .    \" switch to right side
10744 .    nr right-side 1
10745 .    po +(\\n[column-length]u + \\n[column-gap]u)
10746 .    rt
10747 .  \@}
10750 @endExample
10751 @Example
10752 .pl 1.5i
10753 .ll 4i
10754 This is a small test which shows how the
10755 rt request works in combination with mk.
10758 Starting here, text is typeset in two columns.
10759 Note that this implementation isn't robust
10760 and thus not suited for a real two-column
10761 macro.
10762 @endExample
10764 Result:
10766 @Example
10767 This is a small test which shows how the
10768 rt request works in combination with mk.
10770 Starting  here,    isn't    robust
10771 text is typeset    and   thus  not
10772 in two columns.    suited  for   a
10773 Note that  this    real two-column
10774 implementation     macro.
10775 @endExample
10776 @endDefreq
10778 The following escapes give fine control of movements about the page.
10780 @Defesc {\\v, ', e, '}
10781 @cindex vertical motion (@code{\v})
10782 @cindex motion, vertical (@code{\v})
10783 Move vertically, usually from the current location on the page (if no
10784 absolute position operator @samp{|} is used).  The
10785 argument@tie{}@var{e} specifies the distance to move; positive is
10786 downwards and negative upwards.  The default scaling indicator for this
10787 escape is @samp{v}.  Beware, however, that @code{gtroff} continues text
10788 processing at the point where the motion ends, so you should always
10789 balance motions to avoid interference with text processing.
10791 @code{\v} doesn't trigger a trap.  This can be quite useful; for example,
10792 consider a page bottom trap macro which prints a marker in the margin to
10793 indicate continuation of a footnote or something similar.
10794 @endDefesc
10796 There are some special-case escapes for vertical motion.
10798 @Defesc {\\r, , , }
10799 Move upwards@tie{}1@dmn{v}.
10800 @endDefesc
10802 @Defesc {\\u, , , }
10803 Move upwards@tie{}.5@dmn{v}.
10804 @endDefesc
10806 @Defesc {\\d, , , }
10807 Move down@tie{}.5@dmn{v}.
10808 @endDefesc
10810 @Defesc {\\h, ', e, '}
10811 @cindex inserting horizontal space (@code{\h})
10812 @cindex horizontal space (@code{\h})
10813 @cindex space, horizontal (@code{\h})
10814 @cindex horizontal motion (@code{\h})
10815 @cindex motion, horizontal (@code{\h})
10816 Move horizontally, usually from the current location (if no absolute
10817 position operator @samp{|} is used).  The expression@tie{}@var{e}
10818 indicates how far to move: positive is rightwards and negative
10819 leftwards.  The default scaling indicator for this escape is @samp{m}.
10821 This horizontal space is not discarded at the end of a line.  To insert
10822 discardable space of a certain length use the @code{ss} request.
10823 @endDefesc
10825 There are a number of special-case escapes for horizontal motion.
10827 @Defesc {\\@key{SP}, , , }
10828 @cindex space, unbreakable
10829 @cindex unbreakable space
10830 An unbreakable and unpaddable (i.e.@: not expanded during filling)
10831 space.  (Note: This is a backslash followed by a space.)
10832 @endDefesc
10834 @Defesc {\\~, , , }
10835 An unbreakable space that stretches like a normal inter-word space
10836 when a line is adjusted.
10837 @endDefesc
10839 @Defesc {\\|, , , }
10840 A 1/6@dmn{th} em space.  Ignored for TTY output devices (rounded to
10841 zero).
10842 @endDefesc
10844 @Defesc {\\^, , , }
10845 A 1/12@dmn{th} em space.  Ignored for TTY output devices (rounded to
10846 zero).
10847 @endDefesc
10849 @Defesc {\\0, , , }
10850 @cindex space, width of a digit (@code{\0})
10851 @cindex digit width space (@code{\0})
10852 A space the size of a digit.
10853 @endDefesc
10855 The following string sets the @TeX{} logo:
10857 @Example
10858 .ds TeX T\h'-.1667m'\v'.224m'E\v'-.224m'\h'-.125m'X
10859 @endExample
10861 @DefescList {\\w, ', text, '}
10862 @DefregItem {st}
10863 @DefregItem {sb}
10864 @DefregItem {rst}
10865 @DefregItem {rsb}
10866 @DefregItem {ct}
10867 @DefregItem {ssc}
10868 @DefregListEnd {skw}
10869 @cindex width escape (@code{\w})
10870 Return the width of the specified @var{text} in basic units.
10871 This allows horizontal movement based on the width of some
10872 arbitrary text (e.g.@: given as an argument to a macro).
10874 @Example
10875 The length of the string `abc' is \w'abc'u.
10876     @result{} The length of the string `abc' is 72u.
10877 @endExample
10879 Font changes may occur in @var{text} which don't affect current
10880 settings.
10882 After use, @code{\w} sets several registers:
10884 @table @code
10885 @item st
10886 @itemx sb
10887 The highest and lowest point of the baseline, respectively, in @var{text}.
10889 @item rst
10890 @itemx rsb
10891 Like the @code{st} and @code{sb} registers, but takes account of the
10892 heights and depths of glyphs.  With other words, this gives the
10893 highest and lowest point of @var{text}.  Values below the baseline are
10894 negative.
10896 @item ct
10897 Defines the kinds of glyphs occurring in @var{text}:
10899 @table @asis
10900 @item 0
10901 only short glyphs, no descenders or tall glyphs.
10903 @item 1
10904 at least one descender.
10906 @item 2
10907 at least one tall glyph.
10909 @item 3
10910 at least one each of a descender and a tall glyph.
10911 @end table
10913 @item ssc
10914 The amount of horizontal space (possibly negative) that should be added
10915 to the last glyph before a subscript.
10917 @item skw
10918 How far to right of the center of the last glyph in the @code{\w}
10919 argument, the center of an accent from a roman font should be placed
10920 over that glyph.
10921 @end table
10922 @endDefesc
10924 @DefescList {\\k, , p, }
10925 @DefescItem {\\k, @lparen{}, ps, }
10926 @DefescListEnd {\\k, @lbrack{}, position, @rbrack}
10927 @cindex saving horizontal input line position (@code{\k})
10928 @cindex horizontal input line position, saving (@code{\k})
10929 @cindex input line position, horizontal, saving (@code{\k})
10930 @cindex position, horizontal input line, saving (@code{\k})
10931 @cindex line, input, horizontal position, saving (@code{\k})
10932 Store the current horizontal position in the @emph{input} line in
10933 number register with name @var{position} (one-character name@tie{}@var{p},
10934 two-character name @var{ps}).  Use this, for example, to return to the
10935 beginning of a string for highlighting or other decoration.
10936 @endDefesc
10938 @Defreg {hp}
10939 @cindex horizontal input line position register (@code{hp})
10940 @cindex input line, horizontal position, register (@code{hp})
10941 @cindex position, horizontal, in input line, register (@code{hp})
10942 @cindex line, input, horizontal position, register (@code{hp})
10943 The current horizontal position at the input line.
10944 @endDefreg
10946 @Defreg {.k}
10947 @cindex horizontal output line position register (@code{.k})
10948 @cindex output line, horizontal position, register (@code{.k})
10949 @cindex position, horizontal, in output line, register (@code{.k})
10950 @cindex line, output, horizontal position, register (@code{.k})
10951 A read-only number register containing the current horizontal output
10952 position (relative to the current indentation).
10953 @endDefreg
10955 @Defesc {\\o, ', abc, '}
10956 @cindex overstriking glyphs (@code{\o})
10957 @cindex glyphs, overstriking (@code{\o})
10958 Overstrike glyphs @var{a}, @var{b}, @var{c}, @dots{}; the glyphs
10959 are centered, and the resulting spacing is the largest width of the
10960 affected glyphs.
10961 @endDefesc
10963 @Defesc {\\z, , g, , }
10964 @cindex zero-width printing (@code{\z}, @code{\Z})
10965 @cindex printing, zero-width (@code{\z}, @code{\Z})
10966 Print glyph @var{g} with zero width, i.e., without spacing.  Use
10967 this to overstrike glyphs left-aligned.
10968 @endDefesc
10970 @Defesc {\\Z, ', anything, '}
10971 @cindex zero-width printing (@code{\z}, @code{\Z})
10972 @cindex printing, zero-width (@code{\z}, @code{\Z})
10973 Print @var{anything}, then restore the horizontal and vertical position.
10974 The argument may not contain tabs or leaders.
10976 The following is an example of a strike-through macro:
10978 @Example
10979 .de ST
10980 .nr ww \w'\\$1'
10981 \Z@@\v'-.25m'\l'\\n[ww]u'@@\\$1
10984 This is
10985 .ST "a test"
10986 an actual emergency!
10987 @endExample
10988 @endDefesc
10991 @c =====================================================================
10993 @node Drawing Requests, Traps, Page Motions, gtroff Reference
10994 @section Drawing Requests
10995 @cindex drawing requests
10996 @cindex requests for drawing
10998 @code{gtroff} provides a number of ways to draw lines and other figures
10999 on the page.  Used in combination with the page motion commands (see
11000 @ref{Page Motions}, for more info), a wide variety of figures can be
11001 drawn.  However, for complex drawings these operations can be quite
11002 cumbersome, and it may be wise to use graphic preprocessors like
11003 @code{gpic} or @code{ggrn}.  @xref{gpic}, and @ref{ggrn}, for more
11004 information.
11006 All drawing is done via escapes.
11008 @DefescList {\\l, ', l, '}
11009 @DefescListEnd {\\l, ', lg, '}
11010 @cindex drawing horizontal lines (@code{\l})
11011 @cindex horizontal line, drawing (@code{\l})
11012 @cindex line, horizontal, drawing (@code{\l})
11013 Draw a line horizontally.  @var{l} is the length of the line to be
11014 drawn.  If it is positive, start the line at the current location and
11015 draw to the right; its end point is the new current location.  Negative
11016 values are handled differently: The line starts at the current location
11017 and draws to the left, but the current location doesn't move.
11019 @var{l} can also be specified absolutely (i.e.@: with a leading
11020 @samp{|}) which draws back to the beginning of the input line.
11021 Default scaling indicator is @samp{m}.
11023 @cindex underscore glyph (@code{\[ru]})
11024 @cindex glyph, underscore (@code{\[ru]})
11025 @cindex line drawing glyph
11026 @cindex glyph, for line drawing
11027 The optional second parameter@tie{}@var{g} is a glyph to draw the line
11028 with.  If this second argument is not specified, @code{gtroff} uses
11029 the underscore glyph, @code{\[ru]}.
11031 @cindex zero width space character (@code{\&})
11032 @cindex character, zero width space (@code{\&})
11033 @cindex space character, zero width (@code{\&})
11034 To separate the two arguments (to prevent @code{gtroff} from
11035 interpreting a drawing glyph as a scaling indicator if the glyph is
11036 represented by a single character) use @code{\&}.
11038 Here a small useful example:
11040 @Example
11041 .de box
11042 \[br]\\$*\[br]\l'|0\[rn]'\l'|0\[ul]'
11044 @endExample
11046 @noindent
11047 Note that this works by outputting a box rule (a vertical line), then
11048 the text given as an argument and then another box rule.  Finally, the
11049 line drawing escapes both draw from the current location to the
11050 beginning of the @emph{input} line -- this works because the line
11051 length is negative, not moving the current point.
11052 @endDefesc
11054 @DefescList {\\L, ', l, '}
11055 @DefescListEnd {\\L, ', lg, '}
11056 @cindex drawing vertical lines (@code{\L})
11057 @cindex vertical line drawing (@code{\L})
11058 @cindex line, vertical, drawing (@code{\L})
11059 @cindex line drawing glyph
11060 @cindex glyph for line drawing
11061 @cindex box rule glyph (@code{\[br]})
11062 @cindex glyph, box rule (@code{\[br]})
11063 Draw vertical lines.  Its parameters are
11064 similar to the @code{\l} escape, except that the default scaling
11065 indicator is @samp{v}.  The movement is downwards for positive values,
11066 and upwards for negative values.  The default glyph is the box rule
11067 glyph, @code{\[br]}.  As with the vertical motion escapes, text
11068 processing blindly continues where the line ends.
11070 @Example
11071 This is a \L'3v'test.
11072 @endExample
11074 @noindent
11075 Here the result, produced with @code{grotty}.
11077 @Example
11078 This is a
11079           |
11080           |
11081           |test.
11082 @endExample
11083 @endDefesc
11085 @Defesc {\\D, ', command arg @dots{}, '}
11086 The @code{\D} escape provides a variety of drawing functions.
11087 Note that on character devices, only vertical and horizontal lines are
11088 supported within @code{grotty}; other devices may only support a subset
11089 of the available drawing functions.
11091 The default scaling indicator for all subcommands of @code{\D} is
11092 @samp{m} for horizontal distances and @samp{v} for vertical ones.
11093 Exceptions are @w{@code{\D'f @dots{}'}} and @w{@code{\D't @dots{}'}}
11094 which use @code{u} as the default, and @w{@code{\D'F@var{x} @dots{}'}}
11095 which arguments are treated similar to the @code{defcolor} request.
11097 @table @code
11098 @item \D'l @var{dx} @var{dy}'
11099 @cindex line, drawing (@w{@code{\D'l @dots{}'}})
11100 @cindex drawing a line (@w{@code{\D'l @dots{}'}})
11101 Draw a line from the current location to the relative point specified by
11102 (@var{dx},@var{dy}), where positive values mean down and right,
11103 respectively.  The end point of the line is the new current location.
11105 The following example is a macro for creating a box around a text string;
11106 for simplicity, the box margin is taken as a fixed value, 0.2@dmn{m}.
11108 @Example
11109 .de BOX
11110 .  nr @@wd \w'\\$1'
11111 \h'.2m'\
11112 \h'-.2m'\v'(.2m - \\n[rsb]u)'\
11113 \D'l 0 -(\\n[rst]u - \\n[rsb]u + .4m)'\
11114 \D'l (\\n[@@wd]u + .4m) 0'\
11115 \D'l 0 (\\n[rst]u - \\n[rsb]u + .4m)'\
11116 \D'l -(\\n[@@wd]u + .4m) 0'\
11117 \h'.2m'\v'-(.2m - \\n[rsb]u)'\
11118 \\$1\
11119 \h'.2m'
11121 @endExample
11123 @noindent
11124 First, the width of the string is stored in register @code{@@wd}.  Then,
11125 four lines are drawn to form a box, properly offset by the box margin.
11126 The registers @code{rst} and @code{rsb} are set by the @code{\w} escape,
11127 containing the largest height and depth of the whole string.
11129 @item \D'c @var{d}'
11130 @cindex circle, drawing (@w{@code{\D'c @dots{}'}})
11131 @cindex drawing a circle (@w{@code{\D'c @dots{}'}})
11132 Draw a circle with a diameter of@tie{}@var{d} with the leftmost point at the
11133 current position.  After drawing, the current location is positioned at the
11134 rightmost point of the circle.
11136 @item \D'C @var{d}'
11137 @cindex circle, solid, drawing (@w{@code{\D'C @dots{}'}})
11138 @cindex drawing a solid circle (@w{@code{\D'C @dots{}'}})
11139 @cindex solid circle, drawing (@w{@code{\D'C @dots{}'}})
11140 Draw a solid circle with the same parameters and behaviour as an outlined
11141 circle.  No outline is drawn.
11143 @item \D'e @var{x} @var{y}'
11144 @cindex drawing an ellipse (@w{@code{\D'e @dots{}'}})
11145 @cindex ellipse, drawing (@w{@code{\D'e @dots{}'}})
11146 Draw an ellipse with a horizontal diameter of @var{x} and a vertical
11147 diameter of @var{y} with the leftmost point at the current position.
11148 After drawing, the current location is positioned at the rightmost point of
11149 the ellipse.
11151 @item \D'E @var{x} @var{y}'
11152 @cindex ellipse, solid, drawing (@w{@code{\D'E @dots{}'}})
11153 @cindex drawing a solid ellipse (@w{@code{\D'E @dots{}'}})
11154 @cindex solid ellipse, drawing (@w{@code{\D'E @dots{}'}})
11155 Draw a solid ellipse with the same parameters and behaviour as an
11156 outlined ellipse.  No outline is drawn.
11158 @item \D'a @var{dx1} @var{dy1} @var{dx2} @var{dy2}'
11159 @cindex arc, drawing (@w{@code{\D'a @dots{}'}})
11160 @cindex drawing an arc (@w{@code{\D'a @dots{}'}})
11161 Draw an arc clockwise from the current location through the two
11162 specified relative locations (@var{dx1},@var{dy1}) and
11163 (@var{dx2},@var{dy2}).  The coordinates of the first point are relative
11164 to the current position, and the coordinates of the second point are
11165 relative to the first point.  After drawing, the current position is moved
11166 to the final point of the arc.
11168 @item \D'~ @var{dx1} @var{dy1} @var{dx2} @var{dy2} @dots{}'
11169 @cindex drawing a spline (@w{@code{\D'~ @dots{}'}})
11170 @cindex spline, drawing (@w{@code{\D'~ @dots{}'}})
11171 Draw a spline from the current location to the relative point
11172 (@var{dx1},@var{dy1}) and then to (@var{dx2},@var{dy2}), and so on.
11173 The current position is moved to the terminal point of the drawn curve.
11175 @item \D'f @var{n}'
11176 @cindex gray shading (@w{@code{\D'f @dots{}'}})
11177 @cindex shading filled objects (@w{@code{\D'f @dots{}'}})
11178 Set the shade of gray to be used for filling solid objects to@tie{}@var{n};
11179 @var{n}@tie{}must be an integer between 0 and@tie{}1000, where 0
11180 corresponds solid white and 1000 to solid black, and values in between
11181 correspond to intermediate shades of gray.  This applies only to solid
11182 circles, solid ellipses, and solid polygons.  By default, a level of
11183 1000 is used.
11185 Despite of being silly, the current point is moved horizontally to the
11186 right by@tie{}@var{n}.
11188 @cindex @w{@code{\D'f @dots{}'}} and horizontal resolution
11189 Don't use this command!  It has the serious drawback that it will be
11190 always rounded to the next integer multiple of the horizontal resolution
11191 (the value of the @code{hor} keyword in the @file{DESC} file).  Use
11192 @code{\M} (@pxref{Colors}) or @w{@code{\D'Fg @dots{}'}} instead.
11194 @item \D'p @var{dx1} @var{dy1} @var{dx2} @var{dy2} @dots{}'
11195 @cindex drawing a polygon (@w{@code{\D'p @dots{}'}})
11196 @cindex polygon, drawing (@w{@code{\D'p @dots{}'}})
11197 Draw a polygon from the current location to the relative position
11198 (@var{dx1},@var{dy1}) and then to (@var{dx2},@var{dy2}) and so on.
11199 When the specified data points are exhausted, a line is drawn back
11200 to the starting point.  The current position is changed by adding the
11201 sum of all arguments with odd index to the actual horizontal position and
11202 the even ones to the vertical position.
11204 @item \D'P @var{dx1} @var{dy1} @var{dx2} @var{dy2} @dots{}'
11205 @cindex polygon, solid, drawing (@w{@code{\D'P @dots{}'}})
11206 @cindex drawing a solid polygon (@w{@code{\D'P @dots{}'}})
11207 @cindex solid polygon, drawing (@w{@code{\D'P @dots{}'}})
11208 Draw a solid polygon with the same parameters and behaviour as an
11209 outlined polygon.  No outline is drawn.
11211 Here a better variant of the box macro to fill the box with some color.
11212 Note that the box must be drawn before the text since colors in
11213 @code{gtroff} are not transparent; the filled polygon would hide the
11214 text completely.
11216 @Example
11217 .de BOX
11218 .  nr @@wd \w'\\$1'
11219 \h'.2m'\
11220 \h'-.2m'\v'(.2m - \\n[rsb]u)'\
11221 \M[lightcyan]\
11222 \D'P 0 -(\\n[rst]u - \\n[rsb]u + .4m) \
11223      (\\n[@@wd]u + .4m) 0 \
11224      0 (\\n[rst]u - \\n[rsb]u + .4m) \
11225      -(\\n[@@wd]u + .4m) 0'\
11226 \h'.2m'\v'-(.2m - \\n[rsb]u)'\
11227 \M[]\
11228 \\$1\
11229 \h'.2m'
11231 @endExample
11233 @item \D't @var{n}'
11234 @cindex line thickness (@w{@code{\D't @dots{}'}})
11235 @cindex thickness of lines (@w{@code{\D't @dots{}'}})
11236 Set the current line thickness to @var{n}@tie{}machine units.  A value of
11237 zero selects the smallest available line thickness.  A negative value
11238 makes the line thickness proportional to the current point size (this is
11239 the default behaviour of @acronym{AT&T} @code{troff}).
11241 Despite of being silly, the current point is moved horizontally to the
11242 right by@tie{}@var{n}.
11244 @item \D'F@var{scheme} @var{color_components}'
11245 @cindex unnamed fill colors (@code{\D'F@dots{}'})
11246 @cindex fill colors, unnamed (@code{\D'F@dots{}'})
11247 @cindex colors, fill, unnamed (@code{\D'F@dots{}'})
11248 Change current fill color.  @var{scheme} is a single letter denoting the
11249 color scheme: @samp{r} (rgb), @samp{c} (cmy), @samp{k} (cmyk), @samp{g}
11250 (gray), or @samp{d} (default color).  The color components use exactly
11251 the same syntax as in the @code{defcolor} request (@pxref{Colors}); the
11252 command @code{\D'Fd'} doesn't take an argument.
11254 @emph{No} position changing!
11256 Examples:
11258 @Example
11259 @endExample
11260 \D'Fg .3'      \" same gray as \D'f 700'
11261 \D'Fr #0000ff' \" blue
11262 @end table
11263 @endDefesc
11265 @xref{Graphics Commands}.
11267 @Defesc {\\b, ', string, '}
11268 @cindex pile, glyph (@code{\b})
11269 @cindex glyph pile (@code{\b})
11270 @cindex stacking glyphs (@code{\b})
11271 @dfn{Pile} a sequence of glyphs vertically, and center it vertically
11272 on the current line.  Use it to build large brackets and braces.
11274 Here an example how to create a large opening brace:
11276 @Example
11277 \b'\[lt]\[bv]\[lk]\[bv]\[lb]'
11278 @endExample
11280 @cindex @code{\b}, limitations
11281 @cindex limitations of @code{\b} escape
11282 The first glyph is on the top, the last glyph in @var{string} is
11283 at the bottom.  Note that @code{gtroff} separates the glyphs
11284 vertically by 1@dmn{m}, and the whole object is centered 0.5@dmn{m}
11285 above the current baseline; the largest glyph width is used as the
11286 width for the whole object.  This rather unflexible positioning
11287 algorithm doesn't work with @option{-Tdvi} since the bracket pieces vary
11288 in height for this device.  Instead, use the @code{eqn} preprocessor.
11290 @xref{Manipulating Spacing}, how to adjust the vertical spacing with
11291 the @code{\x} escape.
11292 @endDefesc
11295 @c =====================================================================
11297 @node Traps, Diversions, Drawing Requests, gtroff Reference
11298 @section Traps
11299 @cindex traps
11301 @dfn{Traps} are locations, which, when reached, call a specified
11302 macro.  These traps can occur at a given location on the page, at a
11303 given location in the current diversion, at a blank line,
11304 after a certain number of input lines, or at the end of input.
11306 @cindex planting a trap
11307 @cindex trap, planting
11308 Setting a trap is also called @dfn{planting}.
11309 @cindex trap, springing
11310 @cindex springing a trap
11311 It is also said that a trap is @dfn{sprung} if the associated macro
11312 is executed.
11314 @menu
11315 * Page Location Traps::
11316 * Diversion Traps::
11317 * Input Line Traps::
11318 * Blank Line Traps::
11319 * End-of-input Traps::
11320 @end menu
11322 @c ---------------------------------------------------------------------
11324 @node Page Location Traps, Diversion Traps, Traps, Traps
11325 @subsection Page Location Traps
11326 @cindex page location traps
11327 @cindex traps, page location
11329 @dfn{Page location traps} perform an action when @code{gtroff}
11330 reaches or passes a certain vertical location on the page.  Page
11331 location traps have a variety of purposes, including:
11333 @itemize
11334 @item
11335 setting headers and footers
11337 @item
11338 setting body text in multiple columns
11340 @item
11341 setting footnotes
11342 @end itemize
11344 @DefreqList {vpt, flag}
11345 @DefregListEnd {.vpt}
11346 @cindex enabling vertical position traps (@code{vpt})
11347 @cindex vertical position traps, enabling (@code{vpt})
11348 @cindex vertical position trap enable register (@code{.vpt})
11349 Enable vertical position traps if @var{flag} is non-zero, or disables
11350 them otherwise.  Vertical position traps are traps set by the @code{wh}
11351 or @code{dt} requests.  Traps set by the @code{it} request are not
11352 vertical position traps.  The parameter that controls whether vertical
11353 position traps are enabled is global.  Initially vertical position traps
11354 are enabled.  The current setting of this is available in the
11355 @code{.vpt} read-only number register.
11357 Note that a page can't be ejected if @code{vpt} is set to zero.
11358 @endDefreq
11360 @Defreq {wh, dist [@Var{macro}]}
11361 Set a page location trap.  Non-negative values for @var{dist} set
11362 the trap relative to the top of the page; negative values set
11363 the trap relative to the bottom of the page.  Default scaling
11364 indicator is @samp{v}.
11366 @var{macro} is the name of the macro to execute when the
11367 trap is sprung.  If @var{macro} is missing, remove the first trap
11368 (if any) at @var{dist}.
11370 @cindex page headers
11371 @cindex page footers
11372 @cindex headers
11373 @cindex footers
11374 The following is a simple example of how many macro packages
11375 set headers and footers.
11377 @Example
11378 .de hd                \" Page header
11379 '  sp .5i
11380 .  tl 'Title''date'
11381 '  sp .3i
11384 .de fo                \" Page footer
11385 '  sp 1v
11386 .  tl ''%''
11387 '  bp
11390 .wh 0   hd            \" trap at top of the page
11391 .wh -1i fo            \" trap one inch from bottom
11392 @endExample
11394 A trap at or below the bottom of the page is ignored; it can be made
11395 active by either moving it up or increasing the page length so that the
11396 trap is on the page.
11398 It is possible to have more than one trap at the same location; to do so,
11399 the traps must be defined at different locations, then moved together with
11400 the @code{ch} request; otherwise the second trap would replace the first
11401 one.  Earlier defined traps hide later defined traps if moved to the same
11402 position (the many empty lines caused by the @code{bp} request are omitted
11403 in the following example):
11405 @Example
11406 .de a
11407 .  nop a
11409 .de b
11410 .  nop b
11412 .de c
11413 .  nop c
11416 .wh 1i a
11417 .wh 2i b
11418 .wh 3i c
11420     @result{} a b c
11421 @endExample
11422 @Example
11423 .ch b 1i
11424 .ch c 1i
11426     @result{} a
11427 @endExample
11428 @Example
11429 .ch a 0.5i
11431     @result{} a b
11432 @endExample
11433 @endDefreq
11435 @Defreg {.t}
11436 @cindex distance to next trap register (@code{.t})
11437 @cindex trap, distance, register (@code{.t})
11438 A read-only number register holding the distance to the next trap.
11440 If there are no traps between the current position and the bottom of the
11441 page, it contains the distance to the page bottom.  In a diversion, the
11442 distance to the page bottom is infinite (the returned value is the biggest
11443 integer which can be represented in @code{groff}) if there are no diversion
11444 traps.
11445 @endDefreg
11447 @Defreq {ch, macro [@Var{dist}]}
11448 @cindex changing trap location (@code{ch})
11449 @cindex trap, changing location (@code{ch})
11450 Change the location of a trap.
11451 The first argument is the name of the macro to be invoked at
11452 the trap, and the second argument is the new location for the trap
11453 (note that the parameters are specified in opposite order as in the
11454 @code{wh} request).  This is useful for building up footnotes in a
11455 diversion to allow more space at the bottom of the page for them.
11457 Default scaling indicator for @var{dist} is @samp{v}.  If @var{dist}
11458 is missing, the trap is removed.
11460 @c XXX
11462 @ignore
11463 @Example
11464 ... (simplified) footnote example ...
11465 @endExample
11466 @end ignore
11467 @endDefreq
11469 @Defreg {.ne}
11470 The read-only number register @code{.ne} contains the amount of space
11471 that was needed in the last @code{ne} request that caused a trap to be
11472 sprung.  Useful in conjunction with the @code{.trunc} register.
11473 @xref{Page Control}, for more information.
11475 Since the @code{.ne} register is only set by traps it doesn't make
11476 much sense to use it outside of trap macros.
11477 @endDefreg
11479 @Defreg {.trunc}
11480 @cindex @code{ne} request, and the @code{.trunc} register
11481 @cindex truncated vertical space register (@code{.trunc})
11482 A read-only register containing the amount of vertical space truncated
11483 by the most recently sprung vertical position trap, or, if the trap was
11484 sprung by an @code{ne} request, minus the amount of vertical motion
11485 produced by the @code{ne} request.  In other words, at the point a trap
11486 is sprung, it represents the difference of what the vertical position
11487 would have been but for the trap, and what the vertical position
11488 actually is.
11490 Since the @code{.trunc} register is only set by traps and it doesn't make
11491 much sense to use it outside of trap macros.
11492 @endDefreg
11494 @Defreg {.pe}
11495 @cindex @code{bp} request, and traps (@code{.pe})
11496 @cindex traps, sprung by @code{bp} request (@code{.pe})
11497 @cindex page ejecting register (@code{.pe})
11498 A read-only register which is set to@tie{}1 while a page is ejected with
11499 the @code{bp} request (or by the end of input).
11501 Outside of traps this register is always zero.  In the following example,
11502 only the second call to@tie{}@code{x} is caused by @code{bp}.
11504 @Example
11505 .de x
11506 \&.pe=\\n[.pe]
11509 .wh 1v x
11510 .wh 4v x
11511 A line.
11513 Another line.
11515     @result{} A line.
11516               .pe=0
11517               Another line.
11519               .pe=1
11520 @endExample
11521 @endDefreg
11523 @cindex diversions, and traps
11524 @cindex traps, and diversions
11525 An important fact to consider while designing macros is that diversions and
11526 traps do not interact normally.  For example, if a trap invokes a header
11527 macro (while outputting a diversion) which tries to change the font on the
11528 current page, the effect will not be visible before the diversion has
11529 completely been printed (except for input protected with @code{\!} or
11530 @code{\?}) since the data in the diversion is already formatted.  In most
11531 cases, this is not the expected behaviour.
11533 @c ---------------------------------------------------------------------
11535 @node Diversion Traps, Input Line Traps, Page Location Traps, Traps
11536 @subsection Diversion Traps
11537 @cindex diversion traps
11538 @cindex traps, diversion
11540 @Defreq {dt, dist macro}
11541 @cindex @code{.t} register, and diversions
11542 @cindex setting diversion trap (@code{dt})
11543 @cindex diversion trap, setting (@code{dt})
11544 @cindex trap, diversion, setting (@code{dt})
11545 Set a trap @emph{within} a diversion.
11546 @var{dist} is the location of the trap
11547 (identical to the @code{wh} request; default scaling indicator is
11548 @samp{v}) and @var{macro} is the name of the macro to be invoked.  The
11549 number register @code{.t} still works within diversions.
11550 @xref{Diversions}, for more information.
11551 @endDefreq
11553 @c ---------------------------------------------------------------------
11555 @node Input Line Traps, Blank Line Traps, Diversion Traps, Traps
11556 @subsection Input Line Traps
11557 @cindex input line traps
11558 @cindex traps, input line
11560 @DefreqList {it, n macro}
11561 @DefreqItem {itc, n macro}
11562 @cindex setting input line trap (@code{it})
11563 @cindex input line trap, setting (@code{it})
11564 @cindex trap, input line, setting (@code{it})
11565 Set an input line trap.
11566 @var{n}@tie{}is the number of lines of input which may be read before
11567 springing the trap, @var{macro} is the macro to be invoked.
11568 Request lines are not counted as input lines.
11570 For example, one possible use is to have a macro which prints the
11571 next @var{n}@tie{}lines in a bold font.
11573 @Example
11574 .de B
11575 .  it \\$1 B-end
11576 .  ft B
11579 .de B-end
11580 .  ft R
11582 @endExample
11584 @cindex input line traps and interrupted lines (@code{itc})
11585 @cindex interrupted lines and input line traps (@code{itc})
11586 @cindex traps, input line, and interrupted lines (@code{itc})
11587 @cindex lines, interrupted, and input line traps (@code{itc})
11588 The @code{itc} request is identical
11589 except that an interrupted text line (ending with @code{\c})
11590 is not counted as a separate line.
11592 Both requests are associated with the current environment
11593 (@pxref{Environments}); switching to another environment disables the
11594 current input trap, and going back reactivates it, restoring the number
11595 of already processed lines.
11596 @endDefreq
11598 @c ---------------------------------------------------------------------
11600 @node Blank Line Traps, End-of-input Traps, Input Line Traps, Traps
11601 @subsection Blank Line Traps
11602 @cindex blank line traps
11603 @cindex traps, blank line
11605 @Defreq {blm, macro}
11606 @cindex blank line macro (@code{blm})
11607 Set a blank line trap.
11608 @code{gtroff} executes @var{macro} when it encounters a blank line in
11609 the input file.
11610 @endDefreq
11612 @c ---------------------------------------------------------------------
11614 @node End-of-input Traps,  , Blank Line Traps, Traps
11615 @subsection End-of-input Traps
11616 @cindex end-of-input traps
11617 @cindex traps, end-of-input
11619 @Defreq {em, macro}
11620 @cindex setting end-of-input trap (@code{em})
11621 @cindex end-of-input trap, setting (@code{em})
11622 @cindex trap, end-of-input, setting (@code{em})
11623 @cindex end-of-input macro (@code{em})
11624 @cindex macro, end-of-input (@code{em})
11625 Set a trap at the end of input.  @var{macro} is executed after the
11626 last line of the input file has been processed.
11628 For example, if the document had to have a section at the bottom of the
11629 last page for someone to approve it, the @code{em} request could be
11630 used.
11632 @Example
11633 .de approval
11634 .  ne 5v
11635 .  sp |(\\n[.t] - 6v)
11636 .  in +4i
11637 .  lc _
11638 .  br
11639 Approved:\t\a
11640 .  sp
11641 Date:\t\t\a
11644 .em approval
11645 @endExample
11646 @endDefreq
11649 @c =====================================================================
11651 @node Diversions, Environments, Traps, gtroff Reference
11652 @section Diversions
11653 @cindex diversions
11655 In @code{gtroff} it is possible to @dfn{divert} text into a named
11656 storage area.  Due to the similarity to defining macros it is sometimes
11657 said to be stored in a macro.  This is used for saving text for output
11658 at a later time, which is useful for keeping blocks of text on the same
11659 page, footnotes, tables of contents, and indices.
11661 @cindex top-level diversion
11662 @cindex diversion, top-level
11663 For orthogonality it is said that @code{gtroff} is in the @dfn{top-level
11664 diversion} if no diversion is active (i.e., the data is diverted to the
11665 output device).
11667 @DefreqList {di, macro}
11668 @DefreqListEnd {da, macro}
11669 @cindex beginning diversion (@code{di})
11670 @cindex diversion, beginning (@code{di})
11671 @cindex ending diversion (@code{di})
11672 @cindex diversion, ending (@code{di})
11673 @cindex appending to a diversion (@code{da})
11674 @cindex diversion, appending (@code{da})
11675 Begin a diversion.  Like the @code{de}
11676 request, it takes an argument of a macro name to divert subsequent text
11677 into.  The @code{da} macro appends to an existing diversion.
11679 @code{di} or @code{da} without an argument ends the diversion.
11680 @endDefreq
11682 @DefreqList {box, macro}
11683 @DefreqListEnd {boxa, macro}
11684 Begin (or appends to) a diversion like the
11685 @code{di} and @code{da} requests.
11686 The difference is that @code{box} and @code{boxa}
11687 do not include a partially-filled line in the diversion.
11689 Compare this:
11691 @Example
11692 Before the box.
11693 .box xxx
11694 In the box.
11696 .box
11697 After the box.
11699     @result{} Before the box.  After the box.
11700 .xxx
11701     @result{} In the box.
11702 @endExample
11704 @noindent
11705 with this:
11707 @Example
11708 Before the diversion.
11709 .di yyy
11710 In the diversion.
11713 After the diversion.
11715     @result{} After the diversion.
11716 .yyy
11717     @result{} Before the diversion.  In the diversion.
11718 @endExample
11720 @code{box} or @code{boxa} without an argument ends the diversion.
11721 @endDefreq
11723 @DefregList {.z}
11724 @DefregListEnd {.d}
11725 @cindex @code{nl} register, and @code{.d}
11726 @cindex nested diversions
11727 @cindex diversion, nested
11728 @cindex diversion name register (@code{.z})
11729 @cindex vertical position in diversion register (@code{.d})
11730 @cindex position, vertical, in diversion, register (@code{.d})
11731 @cindex diversion, vertical position in, register (@code{.d})
11732 Diversions may be nested.  The read-only number register @code{.z}
11733 contains the name of the current diversion (this is a string-valued
11734 register).  The read-only number register @code{.d} contains the current
11735 vertical place in the diversion.  If not in a diversion it is the same
11736 as register @code{nl}.
11737 @endDefreg
11739 @Defreg {.h}
11740 @cindex high-water mark register (@code{.h})
11741 @cindex mark, high-water, register (@code{.h})
11742 @cindex position of lowest text line (@code{.h})
11743 @cindex text line, position of lowest (@code{.h})
11744 The @dfn{high-water mark} on the current page.  It corresponds to the
11745 text baseline of the lowest line on the page.  This is a read-only
11746 register.
11748 @Example
11749 .tm .h==\n[.h], nl==\n[nl]
11750     @result{} .h==0, nl==-1
11751 This is a test.
11753 .sp 2
11754 .tm .h==\n[.h], nl==\n[nl]
11755     @result{} .h==40, nl==120
11756 @endExample
11758 @cindex @code{.h} register, difference to @code{nl}
11759 @cindex @code{nl} register, difference to @code{.h}
11760 @noindent
11761 As can be seen in the previous example, empty lines are not considered
11762 in the return value of the @code{.h} register.
11763 @endDefreg
11765 @DefregList {dn}
11766 @DefregListEnd {dl}
11767 @cindex @code{dn} register, and @code{da} (@code{boxa})
11768 @cindex @code{dl} register, and @code{da} (@code{boxa})
11769 @cindex @code{da} request, and @code{dn} (@code{dl})
11770 @cindex @code{boxa} request, and @code{dn} (@code{dl})
11771 After completing a diversion, the read-write number registers @code{dn}
11772 and @code{dl} contain the vertical and horizontal size of the diversion.
11773 Note that only the just processed lines are counted: For the computation
11774 of @code{dn} and @code{dl}, the requests @code{da} and @code{boxa} are
11775 handled as if @code{di} and @code{box} had been used -- lines which have
11776 been already stored in a macro are not taken into account.
11778 @Example
11779 .\" Center text both horizontally & vertically
11781 .\" Enclose macro definitions in .eo and .ec
11782 .\" to avoid the doubling of the backslash
11784 .\" macro .(c starts centering mode
11785 .de (c
11786 .  br
11787 .  ev (c
11788 .  evc 0
11789 .  in 0
11790 .  nf
11791 .  di @@c
11793 @endExample
11794 @Example
11795 .\" macro .)c terminates centering mode
11796 .de )c
11797 .  br
11798 .  ev
11799 .  di
11800 .  nr @@s (((\n[.t]u - \n[dn]u) / 2u) - 1v)
11801 .  sp \n[@@s]u
11802 .  ce 1000
11803 .  @@c
11804 .  ce 0
11805 .  sp \n[@@s]u
11806 .  br
11807 .  fi
11808 .  rr @@s
11809 .  rm @@s
11810 .  rm @@c
11812 .\" End of macro definitions, restore escape mechanism
11814 @endExample
11815 @endDefreg
11817 @DefescList {\\!, , , }
11818 @DefescListEnd {\\?, , anything, \\?}
11819 @cindex transparent output (@code{\!}, @code{\?})
11820 @cindex output, transparent (@code{\!}, @code{\?})
11821 Prevent requests, macros, and escapes from being
11822 interpreted when read into a diversion.  Both escapes take the given text
11823 and @dfn{transparently} embed it into the diversion.  This is useful for
11824 macros which shouldn't be invoked until the diverted text is actually
11825 output.
11827 The @code{\!} escape transparently embeds text up to
11828 and including the end of the line.
11829 The @code{\?} escape transparently embeds text until the next
11830 occurrence of the @code{\?} escape.  Example:
11832 @Example
11833 \?@var{anything}\?
11834 @endExample
11836 @noindent
11837 @var{anything} may not contain newlines; use @code{\!}  to embed
11838 newlines in a diversion.  The escape sequence @code{\?} is also
11839 recognized in copy mode and turned into a single internal code; it is
11840 this code that terminates @var{anything}.  Thus the following example
11841 prints@tie{}4.
11843 @Example
11844 .nr x 1
11846 .di d
11847 \?\\?\\\\?\\\\\\\\nx\\\\?\\?\?
11849 .nr x 2
11850 .di e
11853 .nr x 3
11854 .di f
11857 .nr x 4
11859 @endExample
11861 Both escapes read the data in copy mode.
11863 @cindex @code{\!}, in top-level diversion
11864 @cindex top-level diversion, and @code{\!}
11865 @cindex diversion, top-level, and @code{\!}
11866 If @code{\!} is used in the top-level diversion, its argument is
11867 directly embedded into the @code{gtroff} intermediate output.  This can
11868 be used for example to control a postprocessor which processes the data
11869 before it is sent to the device driver.
11871 @cindex @code{\?}, in top-level diversion
11872 @cindex top-level diversion, and @code{\?}
11873 @cindex diversion, top-level, and @code{\?}
11874 The @code{\?} escape used in the top-level diversion produces no output
11875 at all; its argument is simply ignored.
11876 @endDefesc
11878 @cindex @code{\!}, and @code{output}
11879 @cindex @code{output} request, and @code{\!}
11880 @Defreq {output, string}
11881 Emit @var{string} directly to the @code{gtroff} intermediate output
11882 (subject to copy-mode interpretation); this is similar to @code{\!} used
11883 at the top level.  An initial double quote in @var{string} is stripped off
11884 to allow initial blanks.
11886 This request can't be used before the first page has started -- if you get
11887 an error, simply insert @code{.br} before the @code{output} request.
11889 Without argument, @code{output} is ignored.
11891 Use with caution!  It is normally only needed for mark-up used by a
11892 postprocessor which does something with the output before sending it to
11893 the output device, filtering out @var{string} again.
11894 @endDefreq
11896 @Defreq {asciify, div}
11897 @cindex unformatting diversions (@code{asciify})
11898 @cindex diversion, unformatting (@code{asciify})
11899 @cindex @code{trin} request, and @code{asciify}
11900 @dfn{Unformat} the diversion specified by @var{div}
11901 in such a way that @acronym{ASCII} characters, characters translated with
11902 the @code{trin} request, space characters, and some escape sequences that
11903 were formatted and diverted are treated like ordinary input
11904 characters when the diversion is reread.  It can be also used for gross
11905 hacks; for example, the following sets register@tie{}@code{n} to@tie{}1.
11907 @Example
11908 .tr @@.
11909 .di x
11910 @@nr n 1
11913 .tr @@@@
11914 .asciify x
11916 @endExample
11918 @xref{Copy-in Mode}.
11919 @endDefreq
11921 @Defreq {unformat, div}
11922 Like @code{asciify}, unformat the specified diversion.
11923 However, @code{unformat} only unformats spaces and tabs
11924 between words.
11925 Unformatted tabs are treated as input tokens,
11926 and spaces are stretchable again.
11928 The vertical size of lines is not preserved; glyph information (font,
11929 font size, space width, etc.)@: is retained.
11930 @endDefreq
11933 @c =====================================================================
11935 @node Environments, Suppressing output, Diversions, gtroff Reference
11936 @section Environments
11937 @cindex environments
11939 It happens frequently that some text should be printed in a certain
11940 format regardless of what may be in effect at the time, for example, in
11941 a trap invoked macro to print headers and footers.  To solve this
11942 @code{gtroff} processes text in @dfn{environments}.  An
11943 environment contains most of the parameters that control text
11944 processing.  It is possible to switch amongst these environments; by
11945 default @code{gtroff} processes text in environment@tie{}0.  The
11946 following is the information kept in an environment.
11948 @itemize @bullet
11949 @item
11950 font parameters (size, family, style, glyph height and slant, space
11951 and sentence space size)
11953 @item
11954 page parameters (line length, title length, vertical spacing,
11955 line spacing, indentation, line numbering, centering, right-justifying,
11956 underlining, hyphenation data)
11958 @item
11959 fill and adjust mode
11961 @item
11962 tab stops, tab and leader characters, escape character,
11963 no-break and hyphen indicators, margin character data
11965 @item
11966 partially collected lines
11968 @item
11969 input traps
11971 @item
11972 drawing and fill colours
11973 @end itemize
11975 These environments may be given arbitrary names (see @ref{Identifiers},
11976 for more info).  Old versions of @code{troff} only had environments
11977 named @samp{0}, @samp{1}, and @samp{2}.
11979 @DefreqList {ev, [@Var{env}]}
11980 @DefregListEnd {.ev}
11981 @cindex switching environments (@code{ev})
11982 @cindex environment, switching (@code{ev})
11983 @cindex environment number/name register (@code{.ev})
11984 Switch to another environment.  The argument @var{env} is the name of
11985 the environment to switch to.  With no argument, @code{gtroff} switches
11986 back to the previous environment.  There is no limit on the number of
11987 named environments; they are created the first time that they are
11988 referenced.  The @code{.ev} read-only register contains the name or
11989 number of the current environment.  This is a string-valued register.
11991 Note that a call to @code{ev} (with argument) pushes the previously
11992 active environment onto a stack.  If, say, environments @samp{foo},
11993 @samp{bar}, and @samp{zap} are called (in that order), the first
11994 @code{ev} request without parameter switches back to environment
11995 @samp{bar} (which is popped off the stack), and a second call
11996 switches back to environment @samp{foo}.
11998 Here is an example:
12000 @Example
12001 .ev footnote-env
12002 .fam N
12003 .ps 6
12004 .vs 8
12005 .ll -.5i
12010 .ev footnote-env
12011 \(dg Note the large, friendly letters.
12013 @endExample
12014 @endDefreq
12016 @Defreq {evc, env}
12017 @cindex copying environment (@code{evc})
12018 @cindex environment, copying (@code{evc})
12019 Copy the environment @var{env} into the current environment.
12021 The following environment data is not copied:
12023 @itemize @bullet
12024 @item
12025 Partially filled lines.
12027 @item
12028 The status whether the previous line was interrupted.
12030 @item
12031 The number of lines still to center, or to right-justify, or to underline
12032 (with or without underlined spaces); they are set to zero.
12034 @item
12035 The status whether a temporary indent is active.
12037 @item
12038 Input traps and its associated data.
12040 @item
12041 Line numbering mode is disabled; it can be reactivated with
12042 @w{@samp{.nm +0}}.
12044 @item
12045 The number of consecutive hyphenated lines (set to zero).
12046 @end itemize
12047 @endDefreq
12049 @DefregList {.w}
12050 @DefregItem {.cht}
12051 @DefregItem {.cdp}
12052 @DefregListEnd {.csk}
12053 @cindex environment, dimensions of last glyph (@code{.w}, @code{.cht}, @code{.cdp}, @code{.csk})
12054 @cindex width, of last glyph (@code{.w})
12055 @cindex height, of last glyph (@code{.cht})
12056 @cindex depth, of last glyph (@code{.cdp})
12057 @cindex skew, of last glyph (@code{.csk})
12058 @cindex last glyph, dimensions (@code{.w}, @code{.cht}, @code{.cdp}, @code{.csk})
12059 @cindex glyph, last, dimensions (@code{.w}, @code{.cht}, @code{.cdp}, @code{.csk})
12060 The @code{\n[.w]} register contains the
12061 width of the last glyph added to the current environment.
12063 The @code{\n[.cht]} register contains the
12064 height of the last glyph added to the current environment.
12066 The @code{\n[.cdp]} register contains the
12067 depth of the last glyph added to the current environment.
12068 It is positive for glyphs extending below the baseline.
12070 The @code{\n[.csk]} register contains the
12071 @dfn{skew} (how far to the right of the glyph's center
12072 that @code{gtroff} should place an accent)
12073 of the last glyph added to the current environment.
12074 @endDefreg
12076 @Defreg {.n}
12077 @cindex environment, previous line length (@code{.n})
12078 @cindex line length, previous (@code{.n})
12079 @cindex length of previous line (@code{.n})
12080 @cindex previous line length (@code{.n})
12081 The @code{\n[.n]} register contains the
12082 length of the previous output line in the current environment.
12083 @endDefreg
12086 @c =====================================================================
12088 @node Suppressing output, Colors, Environments, gtroff Reference
12089 @section Suppressing output
12091 @Defesc {\\O, , num, }
12092 @cindex suppressing output (@code{\O})
12093 @cindex output, suppressing (@code{\O})
12094 Disable or enable output depending on the value of @var{num}:
12096 @table @samp
12097 @item \O0
12098 Disable any glyphs from being emitted to the device driver, provided that
12099 the escape occurs at the outer level (see @code{\O[3]} and @code{\O[4]}).
12100 Motion is not suppressed so effectively @code{\O[0]} means @emph{pen up}.
12102 @item \O1
12103 Enable output of glyphs, provided that the escape occurs at the outer
12104 level.
12105 @end table
12107 @vindex opminx
12108 @vindex opminy
12109 @vindex opmaxx
12110 @vindex opmaxy
12111 @code{\O0} and @code{\O1} also reset the four registers @samp{opminx},
12112 @samp{opminy}, @samp{opmaxx}, and @samp{opmaxy} to @minus{}1.
12113 @xref{Register Index}.  These four registers mark the top left and
12114 bottom right hand corners of a box which encompasses all written glyphs.
12116 For example the input text:
12118 @Example
12119 Hello \O[0]world \O[1]this is a test.
12120 @endExample
12122 @noindent
12123 produces the following output:
12125 @Example
12126 Hello       this is a test.
12127 @endExample
12129 @table @samp
12130 @item \O2
12131 Provided that the escape occurs at the outer level, enable output of
12132 glyphs and also write out to @code{stderr} the page number and four
12133 registers encompassing the glyphs previously written since the last call
12134 to @code{\O}.
12136 @item \O3
12137 Begin a nesting level.  At start-up, @code{gtroff} is at outer level.
12139 @item \O4
12140 End a nesting level.
12142 @item \O[5@var{P}@var{filename}]
12143 This escape is @code{grohtml} specific.  Provided that this escape
12144 occurs at the outer nesting level write the @code{filename} to
12145 @code{stderr}.  The position of the image, @var{P}, must be specified
12146 and must be one of @code{l}, @code{r}, @code{c}, or@tie{}@code{i} (left,
12147 right, centered, inline).  @var{filename} will be associated with the
12148 production of the next inline image.
12149 @end table
12150 @endDefesc
12152 @c =====================================================================
12154 @node Colors, I/O, Suppressing output, gtroff Reference
12155 @section Colors
12156 @cindex colors
12158 @DefreqList {color, [@Var{n}]}
12159 @DefregListEnd {.color}
12160 If @var{n} is missing or non-zero, activate colors (this is the default);
12161 otherwise, turn it off.
12163 The read-only number register @code{.color} is@tie{}1 if colors are active,
12164 0@tie{}otherwise.
12166 Internally, @code{color} sets a global flag; it does not produce a token.
12167 Similar to the @code{cp} request, you should use it at the beginning of
12168 your document to control color output.
12170 Colors can be also turned off with the @option{-c} command line option.
12171 @endDefreq
12173 @Defreq {defcolor, ident scheme color_components}
12174 Define color with name @var{ident}.  @var{scheme} can be one of  the
12175 following values: @code{rgb} (three components), @code{cmy} (three
12176 components), @code{cmyk} (four components), and @code{gray} or
12177 @code{grey} (one component).
12179 @cindex default color
12180 @cindex color, default
12181 Color components can be given either as a hexadecimal string or as
12182 positive decimal integers in the range 0--65535.  A hexadecimal string
12183 contains all color components concatenated.  It must start with either
12184 @code{#} or @code{##}; the former specifies hex values in the range
12185 0--255 (which are internally multiplied by@tie{}257), the latter in the
12186 range 0--65535.  Examples: @code{#FFC0CB} (pink), @code{##ffff0000ffff}
12187 (magenta).  The default color name @c{default} can't be redefined; its
12188 value is device-specific (usually black).  It is possible that the
12189 default color for @code{\m} and @code{\M} is not identical.
12191 @cindex @code{f} unit, and colors
12192 @cindex unit, @code{f}, and colors
12193 A new scaling indicator@tie{}@code{f} has been introduced which multiplies
12194 its value by 65536; this makes it convenient to specify color components
12195 as fractions in the range 0 to@tie{}1 (1f equals 65536u).  Example:
12197 @Example
12198 .defcolor darkgreen rgb 0.1f 0.5f 0.2f
12199 @endExample
12201 Note that @code{f} is the default scaling indicator for the
12202 @code{defcolor} request, thus the above statement is equivalent to
12204 @Example
12205 .defcolor darkgreen rgb 0.1 0.5 0.2
12206 @endExample
12207 @endDefreq
12209 @DefescList {\\m, , c, }
12210 @DefescItem {\\m, @lparen{}, co, }
12211 @DefescListEnd {\\m, @lbrack{}, color, @rbrack}
12212 Set drawing color.  The following example shows how to turn the next four
12213 words red.
12215 @Example
12216 \m[red]these are in red\m[] and these words are in black.
12217 @endExample
12219 The escape @code{\m[]} returns to the previous color.
12221 The drawing color is associated with the current environment
12222 (@pxref{Environments}).
12224 Note that @code{\m} doesn't produce an input token in @code{gtroff}.
12225 As a consequence, it can be used in requests like @code{mc} (which
12226 expects a single character as an argument) to change the color on
12227 the fly:
12229 @Example
12230 .mc \m[red]x\m[]
12231 @endExample
12232 @endDefesc
12234 @DefescList {\\M, , c, }
12235 @DefescItem {\\M, @lparen{}, co, }
12236 @DefescListEnd {\\M, @lbrack{}, color, @rbrack}
12237 Set background color for filled objects drawn with the
12238 @code{\D'@dots{}'} commands.
12240 A red ellipse can be created with the following code:
12242 @Example
12243 \M[red]\h'0.5i'\D'E 2i 1i'\M[]
12244 @endExample
12246 The escape @code{\M[]} returns to the previous fill color.
12248 The fill color is associated with the current environment
12249 (@pxref{Environments}).
12251 Note that @code{\M} doesn't produce an input token in @code{gtroff}.
12252 @endDefesc
12255 @c =====================================================================
12257 @node I/O, Postprocessor Access, Colors, gtroff Reference
12258 @section I/O
12259 @cindex i/o
12260 @cindex input and output requests
12261 @cindex requests for input and output
12262 @cindex output and input requests
12264 @code{gtroff} has several requests for including files:
12266 @Defreq {so, file}
12267 @cindex including a file (@code{so})
12268 @cindex file, inclusion (@code{so})
12269 Read in the specified @var{file} and
12270 includes it in place of the @code{so} request.  This is quite useful for
12271 large documents, e.g.@: keeping each chapter in a separate file.
12272 @xref{gsoelim}, for more information.
12274 Since @code{gtroff} replaces the @code{so} request with the contents
12275 of @code{file}, it makes a difference whether the data is terminated with
12276 a newline or not: Assuming that file @file{xxx} contains the word
12277 @samp{foo} without a final newline, this
12279 @Example
12280 This is
12281 .so xxx
12283 @endExample
12285 @noindent
12286 yields @samp{This is foobar}.
12288 The search path for @var{file} can be controlled with the @option{-I} command
12289 line option.
12290 @endDefreq
12292 @Defreq {pso, command}
12293 Read the standard output from the specified @var{command}
12294 and includes it in place of the @code{pso} request.
12296 @cindex safer mode
12297 @cindex mode, safer
12298 @cindex unsafe mode
12299 @cindex mode, unsafe
12300 This request causes an error if used in safer mode (which is the default).
12301 Use @code{groff}'s or @code{troff}'s @option{-U} option to activate unsafe
12302 mode.
12304 The comment regarding a final newline for the @code{so} request is valid
12305 for @code{pso} also.
12306 @endDefreq
12308 @Defreq {mso, file}
12309 Identical to the @code{so} request except that @code{gtroff} searches for
12310 the specified @var{file} in the same directories as macro files for the
12311 the @option{-m} command line option.  If the file name to be included
12312 has the form @file{@var{name}.tmac} and it isn't found, @code{mso} tries
12313 to include @file{tmac.@var{name}} and vice versa.
12314 @endDefreq
12316 @DefreqList {trf, file}
12317 @DefreqListEnd {cf, file}
12318 @cindex transparent output (@code{cf}, @code{trf})
12319 @cindex output, transparent (@code{cf}, @code{trf})
12320 Transparently output the contents of @var{file}.  Each line is output
12321 as if it were preceded by @code{\!}; however, the lines are not subject
12322 to copy mode interpretation.  If the file does not end with a newline,
12323 then a newline is added (@code{trf} only).  For example, to define a
12324 macro@tie{}@code{x} containing the contents of file@tie{}@file{f}, use
12326 @Example
12327 .di x
12328 .trf f
12330 @endExample
12332 Both @code{trf} and @code{cf}, when used in a diversion,
12333 embeds an object in the diversion which, when reread, causes the
12334 contents of @var{file} to be transparently copied through to the
12335 output.  In @acronym{UNIX} @code{troff}, the contents of @var{file}
12336 is immediately copied through to the output regardless of whether there
12337 is a current diversion; this behaviour is so anomalous that it must be
12338 considered a bug.
12340 @cindex @code{trf} request, and invalid characters
12341 @cindex characters, invalid for @code{trf} request
12342 @cindex invalid characters for @code{trf} request
12343 While @code{cf} copies the contents of @var{file} completely unprocessed,
12344 @code{trf} disallows characters such as NUL that are not valid
12345 @code{gtroff} input characters (@pxref{Identifiers}).
12347 Both requests cause a line break.
12348 @endDefreq
12350 @Defreq {nx, [@Var{file}]}
12351 @cindex processing next file (@code{nx})
12352 @cindex file, processing next (@code{nx})
12353 @cindex next file, processing (@code{nx})
12354 Force @code{gtroff} to continue processing of
12355 the file specified as an argument.  If no argument is given, immediately
12356 jump to the end of file.
12357 @endDefreq
12359 @Defreq {rd, [@Var{prompt} [@Var{arg1} @Var{arg2} @dots{}]]}
12360 @cindex reading from standard input (@code{rd})
12361 @cindex standard input, reading from (@code{rd})
12362 @cindex input, standard, reading from (@code{rd})
12363 Read from standard input, and include what is read as though it
12364 were part of the input file.  Text is read until a blank line
12365 is encountered.
12367 If standard input is a TTY input device (keyboard), write @var{prompt}
12368 to standard error, followed by a colon (or send BEL for a beep if no
12369 argument is given).
12371 Arguments after @var{prompt} are available for the input.  For example,
12372 the line
12374 @Example
12375 .rd data foo bar
12376 @endExample
12378 with the input @w{@samp{This is \$2.}} prints
12380 @Example
12381 This is bar.
12382 @endExample
12383 @endDefreq
12385 @cindex form letters
12386 @cindex letters, form
12387 Using the @code{nx} and @code{rd} requests,
12388 it is easy to set up form letters.  The form
12389 letter template is constructed like this, putting the following lines
12390 into a file called @file{repeat.let}:
12392 @Example
12394 \*(td
12395 .sp 2
12401 Body of letter.
12403 .nx repeat.let
12404 @endExample
12406 @cindex @code{ex} request, used with @code{nx} and @code{rd}
12407 @noindent
12408 When this is run, a file containing the following lines should be
12409 redirected in.  Note that requests included in this file are executed
12410 as though they were part of the form letter.  The last block of input
12411 is the @code{ex} request which tells @code{groff} to stop processing.  If
12412 this was not there, @code{groff} would not know when to stop.
12414 @Example
12415 Trent A. Fisher
12416 708 NW 19th Av., #202
12417 Portland, OR  97209
12419 Dear Trent,
12421 Len Adollar
12422 4315 Sierra Vista
12423 San Diego, CA  92103
12425 Dear Mr. Adollar,
12428 @endExample
12430 @Defreq {pi, pipe}
12431 Pipe the output of @code{gtroff} to the shell command(s)
12432 specified by @var{pipe}.  This request must occur before
12433 @code{gtroff} has a chance to print anything.
12435 @cindex safer mode
12436 @cindex mode, safer
12437 @cindex unsafe mode
12438 @cindex mode, unsafe
12439 @code{pi} causes an error if used in safer mode (which is the default).
12440 Use @code{groff}'s or @code{troff}'s @option{-U} option to activate unsafe
12441 mode.
12443 Multiple calls to @code{pi} are allowed, acting as a chain.  For example,
12445 @Example
12446 .pi foo
12447 .pi bar
12449 @endExample
12451 is the same as @w{@samp{.pi foo | bar}}.
12453 @cindex @code{groff}, and @code{pi} request
12454 @cindex @code{pi} request, and @code{groff}
12455 Note that the intermediate output format of @code{gtroff} is piped to
12456 the specified commands.  Consequently, calling @code{groff} without the
12457 @option{-Z} option normally causes a fatal error.
12458 @endDefreq
12460 @DefreqList {sy, cmds}
12461 @DefregListEnd {systat}
12462 Execute the shell command(s) specified by @var{cmds}.  The output is not
12463 saved anyplace, so it is up to the user to do so.
12465 @cindex safer mode
12466 @cindex mode, safer
12467 @cindex unsafe mode
12468 @cindex mode, unsafe
12469 This request causes an error if used in safer mode (which is the default).
12470 Use @code{groff}'s or @code{troff}'s @option{-U} option to activate unsafe
12471 mode.
12473 For example, the following code fragment introduces the current time into a
12474 document:
12476 @cindex time, current
12477 @cindex current time
12478 @pindex perl
12479 @Example
12480 .sy perl -e 'printf ".nr H %d\\n.nr M %d\\n.nr S %d\\n",\
12481              (localtime(time))[2,1,0]' > /tmp/x\n[$$]
12482 .so /tmp/x\n[$$]
12483 .sy rm /tmp/x\n[$$]
12484 \nH:\nM:\nS
12485 @endExample
12487 @noindent
12488 Note that this works by having the @code{perl} script (run by @code{sy})
12489 print out the @code{nr} requests which set the number registers
12490 @code{H}, @code{M}, and @code{S}, and then reads those commands in with
12491 the @code{so} request.
12493 For most practical purposes, the number registers @code{seconds},
12494 @code{minutes}, and @code{hours} which are initialized at start-up of
12495 @code{gtroff} should be sufficient.  Use the @code{af} request to get a
12496 formatted output:
12498 @Example
12499 .af hours 00
12500 .af minutes 00
12501 .af seconds 00
12502 \n[hours]:\n[minutes]:\n[seconds]
12503 @endExample
12505 @cindex @code{system()} return value register (@code{systat})
12506 The @code{systat} read-write number register contains the return value
12507 of the @code{system()} function executed by the last @code{sy} request.
12508 @endDefreq
12510 @DefreqList {open, stream file}
12511 @DefreqListEnd {opena, stream file}
12512 @cindex opening file (@code{open})
12513 @cindex file, opening (@code{open})
12514 @cindex appending to a file (@code{opena})
12515 @cindex file, appending to (@code{opena})
12516 Open the specified @var{file} for writing and
12517 associates the specified @var{stream} with it.
12519 The @code{opena} request is like @code{open}, but if the file exists,
12520 append to it instead of truncating it.
12522 @cindex safer mode
12523 @cindex mode, safer
12524 @cindex unsafe mode
12525 @cindex mode, unsafe
12526 Both @code{open} and @code{opena} cause an error if used in safer mode
12527 (which is the default).  Use @code{groff}'s or @code{troff}'s @option{-U}
12528 option to activate unsafe mode.
12529 @endDefreq
12531 @DefreqList {write, stream data}
12532 @DefreqListEnd {writec, stream data}
12533 @cindex copy-in mode, and @code{write} requests
12534 @cindex mode, copy-in, and @code{write} requests
12535 @cindex writing to file (@code{write})
12536 @cindex file, writing to (@code{write})
12537 Write to the file associated with the specified @var{stream}.
12538 The stream must previously have
12539 been the subject of an open request.  The remainder of the line is
12540 interpreted as the @code{ds} request reads its second argument: A
12541 leading @samp{"} is stripped, and it is read in copy-in mode.
12543 The @code{writec} request is like @code{write}, but only
12544 @code{write} appends a newline to the data.
12545 @endDefreq
12547 @Defreq {writem, stream xx}
12548 @cindex @code{asciify} request, and @code{writem}
12549 Write the contents of the macro or string @var{xx}
12550 to the file associated with the specified @var{stream}.
12552 @var{xx} is read in copy mode, i.e., already formatted elements are
12553 ignored.  Consequently, diversions must be unformatted with the
12554 @code{asciify} request before calling @code{writem}.  Usually, this
12555 means a loss of information.
12556 @endDefreq
12558 @Defreq {close, stream}
12559 @cindex closing file (@code{close})
12560 @cindex file, closing (@code{close})
12561 Close the specified @var{stream};
12562 the stream is no longer an acceptable argument to the
12563 @code{write} request.
12565 Here a simple macro to write an index entry.
12567 @Example
12568 .open idx test.idx
12570 .de IX
12571 .  write idx \\n[%] \\$*
12574 .IX test entry
12576 .close idx
12577 @endExample
12578 @endDefreq
12580 @DefescList {\\V, , e, }
12581 @DefescItem {\\V, @lparen{}, ev, }
12582 @DefescListEnd {\\V, @lbrack{}, env, @rbrack}
12583 Interpolate the contents of the specified environment variable
12584 @var{env} (one-character name@tie{}@var{e}, two-character name @var{ev})
12585 as returned by the function @code{getenv}.  @code{\V} is interpreted
12586 in copy-in mode.
12587 @endDefesc
12590 @c =====================================================================
12592 @node Postprocessor Access, Miscellaneous, I/O, gtroff Reference
12593 @section Postprocessor Access
12594 @cindex postprocessor access
12595 @cindex access of postprocessor
12597 There are two escapes which give information directly to the
12598 postprocessor.  This is particularly useful for embedding
12599 @sc{PostScript} into the final document.
12601 @Defesc {\\X, ', xxx, '}
12602 Embeds its argument into the @code{gtroff}
12603 output preceded with @w{@samp{x X}}.
12605 @cindex @code{\&}, in @code{\X}
12606 @cindex @code{\)}, in @code{\X}
12607 @cindex @code{\%}, in @code{\X}
12608 @ifnotinfo
12609 @cindex @code{\:}, in @code{\X}
12610 @end ifnotinfo
12611 @ifinfo
12612 @cindex @code{\@r{<colon>}}, in @code{\X}
12613 @end ifinfo
12614 The escapes @code{\&}, @code{\)}, @code{\%}, and @code{\:} are ignored
12615 within @code{\X}, @w{@samp{\ }} and @code{\~} are converted to single
12616 space characters.  All other escapes (except @code{\\} which produces a
12617 backslash) cause an error.
12619 @kindex use_charnames_in_special
12620 @pindex DESC@r{, and @code{use_charnames_in_special}}
12621 @cindex @code{\X}, and special characters
12622 If the @samp{use_charnames_in_special} keyword is set in the @file{DESC}
12623 file, special characters no longer cause an error; the name @var{xx} is
12624 represented as @samp{\(@var{xx})} in the @w{@samp{x X}} output command.
12625 Additionally, the backslash is represented as @code{\\}.
12627 @samp{use_charnames_in_special} is currently used by @code{grohtml} only.
12628 @endDefesc
12630 @DefescList {\\Y, , n, }
12631 @DefescItem {\\Y, @lparen{}, nm, }
12632 @DefescListEnd {\\Y, @lbrack{}, name, @rbrack}
12633 This is approximately equivalent to @samp{\X'\*[@var{name}]'}
12634 (one-character name@tie{}@var{n}, two-character name @var{nm}).
12635 However, the contents of the string or macro @var{name} are not
12636 interpreted; also it is permitted for @var{name} to have been defined
12637 as a macro and thus contain newlines (it is not permitted for the
12638 argument to @code{\X} to contain newlines).  The inclusion of
12639 newlines requires an extension to the @acronym{UNIX} @code{troff}
12640 output format, and confuses drivers that do not know about this
12641 extension (@pxref{Device Control Commands}).
12642 @endDefesc
12644 @xref{Output Devices}.
12647 @c =====================================================================
12649 @node Miscellaneous, Gtroff Internals, Postprocessor Access, gtroff Reference
12650 @section Miscellaneous
12652 This section documents parts of @code{gtroff} which cannot (yet) be
12653 categorized elsewhere in this manual.
12655 @Defreq {nm, [@Var{start} [@Var{inc} [@Var{space} [@Var{indent}]]]]}
12656 @cindex printing line numbers (@code{nm})
12657 @cindex line numbers, printing (@code{nm})
12658 @cindex numbers, line, printing (@code{nm})
12659 Print line numbers.
12660 @var{start} is the line number of the @emph{next}
12661 output line.  @var{inc} indicates which line numbers are printed.
12662 For example, the value@tie{}5 means to emit only line numbers which
12663 are multiples of@tie{}5; this defaults to@tie{}1.  @var{space} is the
12664 space to be left between the number and the text; this defaults to
12665 one digit space.  The fourth argument is the indentation of the line
12666 numbers, defaulting to zero.  Both @var{space} and @var{indent} are
12667 given as multiples of digit spaces; they can be negative also.
12668 Without any arguments, line numbers are turned off.
12670 @code{gtroff} reserves three digit spaces for the line number (which is
12671 printed right-justified) plus the amount given by @var{indent}; the
12672 output lines are concatenated to the line numbers, separated by
12673 @var{space}, and @emph{without} reducing the line length.  Depending
12674 on the value of the horizontal page offset (as set with the
12675 @code{po} request), line numbers which are longer than the reserved
12676 space stick out to the left, or the whole line is moved to the right.
12678 Parameters corresponding to missing arguments are not changed; any
12679 non-digit argument (to be more precise, any argument starting with a
12680 character valid as a delimiter for identifiers) is also treated as
12681 missing.
12683 If line numbering has been disabled with a call to @code{nm} without
12684 an argument, it can be reactivated with @samp{.nm +0}, using the
12685 previously active line numbering parameters.
12687 The parameters of @code{nm} are associated with the current environment
12688 (@pxref{Environments}).  The current output line number is available
12689 in the number register @code{ln}.
12691 @Example
12692 .po 1m
12693 .ll 2i
12694 This test shows how line numbering works with groff.
12695 .nm 999
12696 This test shows how line numbering works with groff.
12698 .nm xxx 3 2
12699 .ll -\w'0'u
12700 This test shows how line numbering works with groff.
12701 .nn 2
12702 This test shows how line numbering works with groff.
12703 @endExample
12705 @noindent
12706 And here the result:
12708 @Example
12709  This  test shows how
12710  line numbering works
12711  999 with   groff.   This
12712 1000 test shows how  line
12713 1001 numbering works with
12714 1002 groff.
12715       This test shows how
12716       line      numbering
12717  works  with  groff.
12718  This test shows how
12719 1005  line      numbering
12720       works with groff.
12721 @endExample
12722 @endDefreq
12724 @Defreq {nn, [@Var{skip}]}
12725 Temporarily turn off line numbering.  The argument is the number
12726 of lines not to be numbered; this defaults to@tie{}1.
12727 @endDefreq
12729 @Defreq {mc, glyph [@Var{dist}]}
12730 @cindex margin glyph (@code{mc})
12731 @cindex glyph, for margins (@code{mc})
12732 Print a @dfn{margin character} to the right of the
12733 text.@footnote{@dfn{Margin character} is a misnomer since it is an
12734 output glyph.}  The first argument is the glyph to be
12735 printed.  The second argument is the distance away from the right
12736 margin.  If missing, the previously set value is used; default is
12737 10@dmn{pt}).  For text lines that are too long (that is, longer than
12738 the text length plus @var{dist}), the margin character is directly
12739 appended to the lines.
12741 With no arguments the margin character is turned off.
12742 If this occurs before a break, no margin character is printed.
12744 For compatibility with @acronym{AT&T} @code{troff}, a call to @code{mc}
12745 to set the margin character can't be undone immediately; at least one
12746 line gets a margin character.  Thus
12748 @Example
12749 .ll 1i
12750 .mc \[br]
12755 @endExample
12757 @noindent
12758 produces
12760 @Example
12761 xxx        |
12763 @endExample
12765 @cindex @code{tl} request, and @code{mc}
12766 For empty lines and lines produced by the @code{tl} request no margin
12767 character is emitted.
12769 The margin character is associated with the current environment
12770 (@pxref{Environments}).
12772 @pindex nrchbar
12773 @pindex changebar
12774 This is quite useful for indicating text that has changed, and, in fact,
12775 there are programs available for doing this (they are called
12776 @code{nrchbar} and @code{changebar} and can be found in any
12777 @samp{comp.sources.unix} archive).
12779 @Example
12780 .ll 3i
12781 .mc |
12782 This paragraph is highlighted with a margin
12783 character.
12785 Note that vertical space isn't marked.
12789 But we can fake it with `\&'.
12790 @endExample
12792 Result:
12794 @Example
12795 This  paragraph is highlighted |
12796 with a margin character.       |
12798 Note that vertical space isn't |
12799 marked.                        |
12800                                |
12801 But we can fake it with `\&'.  |
12802 @endExample
12803 @endDefreq
12805 @DefreqList {psbb, filename}
12806 @DefregItem {llx}
12807 @DefregItem {lly}
12808 @DefregItem {urx}
12809 @DefregListEnd {ury}
12810 @cindex PostScript, bounding box
12811 @cindex bounding box
12812 Retrieve the bounding box of the PostScript image
12813 found in @var{filename}.
12814 The file must conform to
12815 Adobe's @dfn{Document Structuring Conventions} (DSC);
12816 the command searches for a @code{%%BoundingBox} comment
12817 and extracts the bounding box values into the number registers
12818 @code{llx}, @code{lly}, @code{urx}, and @code{ury}.
12819 If an error occurs (for example, @code{psbb} cannot find
12820 the @code{%%BoundingBox} comment),
12821 it sets the four number registers to zero.
12823 The search path for @var{filename} can be controlled with the @option{-I}
12824 command line option.
12825 @endDefreq
12828 @c =====================================================================
12830 @node Gtroff Internals, Debugging, Miscellaneous, gtroff Reference
12831 @section @code{gtroff} Internals
12833 @cindex input token
12834 @cindex token, input
12835 @cindex output node
12836 @cindex node, output
12837 @code{gtroff} processes input in three steps.  One or more input
12838 characters are converted to an @dfn{input token}.@footnote{Except the
12839 escapes @code{\f}, @code{\F}, @code{\H}, @code{\m}, @code{\M}, @code{\R},
12840 @code{\s}, and @code{\S} which are processed immediately if not in
12841 copy-in mode.}  Then, one or more input tokens are converted to an
12842 @dfn{output node}.  Finally, output nodes are converted to the
12843 intermediate output language understood by all output devices.
12845 Actually, before step one happens, @code{gtroff} converts certain
12846 escape sequences into reserved input characters (not accessible by
12847 the user); such reserved characters are used for other internal
12848 processing also -- this is the very reason why not all characters
12849 are valid input.  @xref{Identifiers}, for more on this topic.
12851 For example, the input string @samp{fi\[:u]} is converted into a
12852 character token @samp{f}, a character token @samp{i}, and a special
12853 token @samp{:u} (representing u@tie{}umlaut).  Later on, the character
12854 tokens @samp{f} and @samp{i} are merged to a single output node
12855 representing the ligature glyph @samp{fi} (provided the current font
12856 has a glyph for this ligature); the same happens with @samp{:u}.  All
12857 output glyph nodes are `processed' which means that they are invariably
12858 associated with a given font, font size, advance width, etc.  During
12859 the formatting process, @code{gtroff} itself adds various nodes to
12860 control the data flow.
12862 Macros, diversions, and strings collect elements in two chained lists:
12863 a list of input tokens which have been passed unprocessed, and a list
12864 of output nodes.  Consider the following the diversion.
12866 @Example
12867 .di xxx
12873 @endExample
12875 @noindent
12876 It contains these elements.
12878 @multitable {@i{vertical size node}} {token list} {element number}
12879 @item node list               @tab token list @tab element number
12881 @item @i{line start node}     @tab ---        @tab 1
12882 @item @i{glyph node @code{a}} @tab ---        @tab 2
12883 @item @i{word space node}     @tab ---        @tab 3
12884 @item ---                     @tab @code{b}   @tab 4
12885 @item ---                     @tab @code{\n}  @tab 5
12886 @item @i{glyph node @code{c}} @tab ---        @tab 6
12887 @item @i{vertical size node}  @tab ---        @tab 7
12888 @item @i{vertical size node}  @tab ---        @tab 8
12889 @item ---                     @tab @code{\n}  @tab 9
12890 @end multitable
12892 @cindex @code{\v}, internal representation
12893 @noindent
12894 Elements 1, 7, and@tie{}8 are inserted by @code{gtroff}; the latter two
12895 (which are always present) specify the vertical extent of the last
12896 line, possibly modified by @code{\x}.  The @code{br} request finishes
12897 the current partial line, inserting a newline input token which is
12898 subsequently converted to a space when the diversion is reread.  Note
12899 that the word space node has a fixed width which isn't stretchable
12900 anymore.  To convert horizontal space nodes back to input tokens, use
12901 the @code{unformat} request.
12903 Macros only contain elements in the token list (and the node list is
12904 empty); diversions and strings can contain elements in both lists.
12906 Note that the @code{chop} request simply reduces the number of elements in a
12907 macro, string, or diversion by one.  Exceptions are @dfn{compatibility save}
12908 and @dfn{compatibility ignore} input tokens which are ignored.  The
12909 @code{substring} request also ignores those input tokens.
12911 Some requests like @code{tr} or @code{cflags} work on glyph
12912 identifiers only; this means that the associated glyph can be changed
12913 without destroying this association.  This can be very helpful for
12914 substituting glyphs.  In the following example, we assume that
12915 glyph @samp{foo} isn't available by default, so we provide a
12916 substitution using the @code{fchar} request and map it to input
12917 character @samp{x}.
12919 @Example
12920 .fchar \[foo] foo
12921 .tr x \[foo]
12922 @endExample
12924 @noindent
12925 Now let us assume that we install an additional special font
12926 @samp{bar} which has glyph @samp{foo}.
12928 @Example
12929 .special bar
12930 .rchar \[foo]
12931 @endExample
12933 @noindent
12934 Since glyphs defined with @code{fchar} are searched before glyphs
12935 in special fonts, we must call @code{rchar} to remove the definition
12936 of the fallback glyph.  Anyway, the translation is still active;
12937 @samp{x} now maps to the real glyph @samp{foo}.
12940 @c =====================================================================
12942 @node Debugging, Implementation Differences, Gtroff Internals, gtroff Reference
12943 @section Debugging
12944 @cindex debugging
12946 @code{gtroff} is not easy to debug, but there are some useful features
12947 and strategies for debugging.
12949 @Defreq {lf, line [@Var{filename}]}
12950 @pindex soelim
12951 @cindex multi-file documents
12952 @cindex documents, multi-file
12953 @cindex setting input line number (@code{lf})
12954 @cindex input line number, setting (@code{lf})
12955 @cindex number, input line, setting (@code{lf})
12956 Change the line number and optionally the file name @code{gtroff} shall
12957 use for error and warning messages.  @var{line} is the input line number
12958 of the @emph{next} line.
12960 Without argument, the request is ignored.
12962 This is a debugging aid for documents which are split into many files,
12963 then put together with @code{soelim} and other preprocessors.  Usually,
12964 it isn't invoked manually.
12966 Note that other @code{troff} implementations (including the original
12967 @acronym{AT&T} version) handle @code{lf} differently.  For them,
12968 @var{line} changes the line number of the @emph{current} line.
12969 @endDefreq
12971 @DefreqList {tm, string}
12972 @DefreqItem {tm1, string}
12973 @DefreqListEnd {tmc, string}
12974 @cindex printing to stderr (@code{tm}, @code{tm1}, @code{tmc})
12975 @cindex stderr, printing to (@code{tm}, @code{tm1}, @code{tmc})
12976 Send @var{string} to the standard error output;
12977 this is very useful for printing debugging messages among other things.
12979 @var{string} is read in copy mode.
12981 The @code{tm} request ignores leading spaces of @var{string}; @code{tm1}
12982 handles its argument similar to the @code{ds} request: a leading double
12983 quote in @var{string} is stripped to allow initial blanks.
12985 The @code{tmc} request is similar to @code{tm1} but does
12986 not append a newline (as is done in @code{tm} and @code{tm1}).
12987 @endDefreq
12989 @Defreq {ab, [@Var{string}]}
12990 @cindex aborting (@code{ab})
12991 Similar to the @code{tm} request, except that
12992 it causes @code{gtroff} to stop processing.  With no argument it
12993 prints @samp{User Abort.} to standard error.
12994 @endDefreq
12996 @Defreq {ex, }
12997 @cindex @code{ex} request, use in debugging
12998 @cindex exiting (@code{ex})
12999 The @code{ex} request also causes @code{gtroff} to stop processing;
13000 see also @ref{I/O}.
13001 @endDefreq
13003 When doing something involved it is useful to leave the debugging
13004 statements in the code and have them turned on by a command line flag.
13006 @Example
13007 .if \n(DB .tm debugging output
13008 @endExample
13010 @noindent
13011 To activate these statements say
13013 @Example
13014 groff -rDB=1 file
13015 @endExample
13017 If it is known in advance that there will be many errors and no useful
13018 output, @code{gtroff} can be forced to suppress formatted output with
13019 the @option{-z} flag.
13021 @Defreq {pm, }
13022 @cindex dumping symbol table (@code{pm})
13023 @cindex symbol table, dumping (@code{pm})
13024 Print the entire symbol table on @code{stderr}.  Names of all defined
13025 macros, strings, and diversions are print together with their size in
13026 bytes.  Since @code{gtroff} sometimes adds nodes by itself, the
13027 returned size can be larger than expected.
13029 This request differs from @acronym{UNIX} @code{troff}: @code{gtroff}
13030 reports the sizes of diversions, ignores an additional argument to
13031 print only the total of the sizes, and the size isn't returned in
13032 blocks of 128 characters.
13033 @endDefreq
13035 @Defreq {pnr, }
13036 @cindex dumping number registers (@code{pnr})
13037 @cindex number registers, dumping (@code{pnr})
13038 Print the names and contents of all
13039 currently defined number registers on @code{stderr}.
13040 @endDefreq
13042 @Defreq {ptr, }
13043 @cindex dumping traps (@code{ptr})
13044 @cindex traps, dumping (@code{ptr})
13045 Print the names and positions of all traps
13046 (not including input line traps and diversion traps) on @code{stderr}.
13047 Empty slots in the page trap list are printed as well, because they can
13048 affect the priority of subsequently planted traps.
13049 @endDefreq
13051 @Defreq {fl, }
13052 @cindex flush output (@code{fl})
13053 @cindex output, flush (@code{fl})
13054 @cindex interactive use of @code{gtroff}
13055 @cindex @code{gtroff}, interactive use
13056 Instruct @code{gtroff} to flush its output immediately.  The intent
13057 is for interactive use, but this behaviour is currently not
13058 implemented in @code{gtroff}.  Contrary to @acronym{UNIX} @code{troff},
13059 TTY output is sent to a device driver also (@code{grotty}), making it
13060 non-trivial to communicate interactively.
13062 This request causes a line break.
13063 @endDefreq
13065 @Defreq {backtrace, }
13066 @cindex backtrace of input stack (@code{backtrace})
13067 @cindex input stack, backtrace (@code{backtrace})
13068 Print a backtrace of the input stack to the standard error stream.
13070 Consider the following in file @file{test}:
13072 @Example
13073 .de xxx
13074 .  backtrace
13076 .de yyy
13077 .  xxx
13080 .yyy
13081 @endExample
13083 @noindent
13084 On execution, @code{gtroff} prints the following:
13086 @Example
13087 test:2: backtrace: macro `xxx'
13088 test:5: backtrace: macro `yyy'
13089 test:8: backtrace: file `test'
13090 @endExample
13092 The option @option{-b} of @code{gtroff} internally calls a variant of
13093 this request on each error and warning.
13094 @endDefreq
13096 @Defreg {slimit}
13097 @cindex input stack, setting limit
13098 Use the @code{slimit} number register
13099 to set the maximum number of objects on the input stack.
13100 If @code{slimit} is less than or equal to@tie{}0,
13101 there is no limit set.
13102 With no limit, a buggy recursive macro can exhaust virtual memory.
13104 The default value is 1000; this is a compile-time constant.
13105 @endDefreg
13107 @Defreq {warnscale, si}
13108 Set the scaling indicator used in warnings to @var{si}.  Valid values for
13109 @var{si} are @samp{u}, @samp{i}, @samp{c}, @samp{p}, and @samp{P}.  At
13110 startup, it is set to @samp{i}.
13111 @endDefreq
13113 @Defreq {spreadwarn, [@Var{limit}]}
13114 Make @code{gtroff} emit a warning if the additional space inserted for
13115 each space between words in an output line is larger or equal to
13116 @var{limit}.  A negative value is changed to zero; no argument toggles the
13117 warning on and off without changing @var{limit}.  The default scaling
13118 indicator is @samp{m}.  At startup, @code{spreadwarn} is deactivated, and
13119 @var{limit} is set to 3@dmn{m}.
13121 For example,
13123 @Example
13124 .spreadwarn 0.2m
13125 @endExample
13127 @noindent
13128 will cause a warning if @code{gtroff} must add 0.2@dmn{m} or more for each
13129 interword space in a line.
13131 This request is active only if text is justified to both margins (using
13132 @w{@samp{.ad b}}).
13133 @endDefreq
13135 @cindex warnings
13136 @code{gtroff} has command line options for printing out more warnings
13137 (@option{-w}) and for printing backtraces (@option{-b}) when a warning
13138 or an error occurs.  The most verbose level of warnings is @option{-ww}.
13140 @DefreqList {warn, [@Var{flags}]}
13141 @DefregListEnd {.warn}
13142 @cindex level of warnings (@code{warn})
13143 @cindex warnings, level (@code{warn})
13144 Control the level of warnings checked for.  The @var{flags} are the sum
13145 of the numbers associated with each warning that is to be enabled; all
13146 other warnings are disabled.  The number associated with each warning is
13147 listed below.  For example, @w{@code{.warn 0}} disables all warnings,
13148 and @w{@code{.warn 1}} disables all warnings except that about missing
13149 glyphs.  If no argument is given, all warnings are enabled.
13151 The read-only number register @code{.warn} contains the current warning
13152 level.
13153 @endDefreq
13155 @menu
13156 * Warnings::
13157 @end menu
13159 @c ---------------------------------------------------------------------
13161 @node Warnings,  , Debugging, Debugging
13162 @subsection Warnings
13163 @cindex warnings
13165 The warnings that can be given to @code{gtroff} are divided into the
13166 following categories.  The name associated with each warning is used by
13167 the @option{-w} and @option{-W} options; the number is used by the
13168 @code{warn} request and by the @code{.warn} register.
13170 @table @samp
13171 @item char
13172 @itemx 1
13173 Non-existent glyphs.@footnote{@code{char} is a misnomer since it reports
13174 missing glyphs -- there aren't missing input characters, only invalid
13175 ones.}  This is enabled by default.
13177 @item number
13178 @itemx 2
13179 Invalid numeric expressions.  This is enabled by default.
13180 @xref{Expressions}.
13182 @item break
13183 @itemx 4
13184 @cindex fill mode
13185 @cindex mode, fill
13186 In fill mode, lines which could not be broken so that their length was
13187 less than the line length.  This is enabled by default.
13189 @item delim
13190 @itemx 8
13191 Missing or mismatched closing delimiters.
13193 @item el
13194 @itemx 16
13195 @cindex @code{ie} request, and warnings
13196 @cindex @code{el} request, and warnings
13197 Use of the @code{el} request with no matching @code{ie} request.
13198 @xref{if-else}.
13200 @item scale
13201 @itemx 32
13202 Meaningless scaling indicators.
13204 @item range
13205 @itemx 64
13206 Out of range arguments.
13208 @item syntax
13209 @itemx 128
13210 Dubious syntax in numeric expressions.
13212 @item di
13213 @itemx 256
13214 @cindex @code{di} request, and warnings
13215 @cindex @code{da} request, and warnings
13216 Use of @code{di} or @code{da} without an argument when there is no
13217 current diversion.
13219 @item mac
13220 @itemx 512
13221 @cindex @code{de}, @code{de1}, @code{dei} requests, and warnings
13222 @cindex @code{am}, @code{am1}, @code{ami} requests, and warnings
13223 @cindex @code{ds}, @code{ds1} requests, and warnings
13224 @cindex @code{as}, @code{as1} requests, and warnings
13225 @cindex @code{di} request, and warnings
13226 @cindex @code{da} request, and warnings
13227 @cindex @code{box}, @code{boxa} requests, and warnings
13228 @cindex @code{\*}, and warnings
13229 Use of undefined strings, macros and diversions.  When an undefined
13230 string, macro, or diversion is used, that string is automatically
13231 defined as empty.  So, in most cases, at most one warning is given
13232 for each name.
13234 @item reg
13235 @itemx 1024
13236 @cindex @code{nr} request, and warnings
13237 @cindex @code{\R}, and warnings
13238 @cindex @code{\n}, and warnings
13239 Use of undefined number registers.  When an undefined number register is
13240 used, that register is automatically defined to have a value of@tie{}0.
13241 So, in most cases, at most one warning is given for use of a particular
13242 name.
13244 @item tab
13245 @itemx 2048
13246 @cindex @code{\t}, and warnings
13247 Use of a tab character where a number was expected.
13249 @item right-brace
13250 @itemx 4096
13251 @cindex @code{\@}}, and warnings
13252 Use of @code{\@}} where a number was expected.
13254 @item missing
13255 @itemx 8192
13256 Requests that are missing non-optional arguments.
13258 @item input
13259 @itemx 16384
13260 Invalid input characters.
13262 @item escape
13263 @itemx 32768
13264 Unrecognized escape sequences.  When an unrecognized escape sequence
13265 @code{\@var{X}} is encountered, the escape character is ignored, and
13266 @var{X} is printed.
13268 @item space
13269 @itemx 65536
13270 @cindex compatibility mode
13271 Missing space between a request or macro and its argument.  This warning
13272 is given when an undefined name longer than two characters is
13273 encountered, and the first two characters of the name make a defined
13274 name.  The request or macro is not invoked.  When this warning is
13275 given, no macro is automatically defined.  This is enabled by default.
13276 This warning never occurs in compatibility mode.
13278 @item font
13279 @itemx 131072
13280 Non-existent fonts.  This is enabled by default.
13282 @item ig
13283 @itemx 262144
13284 Invalid escapes in text ignored with the @code{ig} request.  These are
13285 conditions that are errors when they do not occur in ignored text.
13287 @item color
13288 @itemx 524288
13289 Color related warnings.
13291 @item all
13292 All warnings except @samp{di}, @samp{mac} and @samp{reg}.  It is
13293 intended that this covers all warnings that are useful with traditional
13294 macro packages.
13296 @item w
13297 All warnings.
13298 @end table
13301 @c =====================================================================
13303 @node Implementation Differences,  , Debugging, gtroff Reference
13304 @section Implementation Differences
13305 @cindex implementation differences
13306 @cindex differences in implementation
13307 @cindex incompatibilities with @acronym{AT&T} @code{troff}
13308 @cindex compatibility mode
13309 @cindex mode, compatibility
13311 GNU @code{troff} has a number of features which cause incompatibilities
13312 with documents written with old versions of @code{troff}.
13314 @cindex long names
13315 @cindex names, long
13316 Long names cause some incompatibilities.  @acronym{UNIX} @code{troff}
13317 interprets
13319 @Example
13320 .dsabcd
13321 @endExample
13323 @cindex @code{\*}, incompatibilities with @acronym{AT&T} @code{troff}
13324 @cindex @code{\n}, incompatibilities with @acronym{AT&T} @code{troff}
13325 @noindent
13326 as defining a string @samp{ab} with contents @samp{cd}.  Normally, GNU
13327 @code{troff} interprets this as a call of a macro named
13328 @code{dsabcd}.  Also @acronym{UNIX} @code{troff} interprets
13329 @code{\*[} or @code{\n[} as references to a string or number register
13330 called @samp{[}.  In GNU @code{troff}, however, this is normally
13331 interpreted as the start of a long name.  In compatibility mode GNU
13332 @code{troff} interprets long names in the traditional way
13333 (which means that they are not recognized as names).
13335 @DefreqList {cp, [@Var{n}]}
13336 @DefreqItem {do, cmd}
13337 @DefregListEnd {.C}
13338 If @var{n} is missing or non-zero, turn on compatibility mode;
13339 otherwise, turn it off.
13341 The read-only number register @code{.C} is@tie{}1 if compatibility mode is
13342 on, 0@tie{}otherwise.
13344 Compatibility mode can be also turned on with the @option{-C} command line
13345 option.
13347 The @code{do} request turns off compatibility mode
13348 while executing its arguments as a @code{gtroff} command.
13350 @Example
13351 .do fam T
13352 @endExample
13354 @noindent
13355 executes the @code{fam} request when compatibility mode
13356 is enabled.
13358 @code{gtroff} restores the previous compatibility setting
13359 before interpreting any files sourced by the @var{cmd}.
13360 @endDefreq
13362 @cindex input level in delimited arguments
13363 @cindex delimited arguments, incompatibilities with @acronym{AT&T} @code{troff}
13364 Two other features are controlled by @option{-C}.  If not in
13365 compatibility mode, GNU @code{troff} preserves the input level in
13366 delimited arguments:
13368 @Example
13369 .ds xx '
13370 \w'abc\*(xxdef'
13371 @endExample
13373 @noindent
13374 In compatibility mode, the string @samp{72def'} is returned; without
13375 @option{-C} the resulting string is @samp{168} (assuming a TTY output
13376 device).
13378 @cindex @code{\f}, incompatibilities with @acronym{AT&T} @code{troff}
13379 @cindex @code{\H}, incompatibilities with @acronym{AT&T} @code{troff}
13380 @cindex @code{\s}, incompatibilities with @acronym{AT&T} @code{troff}
13381 @cindex @code{\S}, incompatibilities with @acronym{AT&T} @code{troff}
13382 Finally, the escapes @code{\f}, @code{\H}, @code{\m}, @code{\M},
13383 @code{\R}, @code{\s}, and @code{\S} are transparent for recognizing the
13384 beginning of a line only in compatibility mode (this is a rather obscure
13385 feature).  For example, the code
13387 @Example
13388 .de xx
13389 Hallo!
13391 \fB.xx\fP
13392 @endExample
13394 @noindent
13395 prints @samp{Hallo!} in bold face if in compatibility mode, and
13396 @samp{.xx} in bold face otherwise.
13398 @cindex @code{\A}, incompatibilities with @acronym{AT&T} @code{troff}
13399 @cindex @code{\|}, incompatibilities with @acronym{AT&T} @code{troff}
13400 @cindex @code{\^}, incompatibilities with @acronym{AT&T} @code{troff}
13401 @cindex @code{\&}, incompatibilities with @acronym{AT&T} @code{troff}
13402 @cindex @code{\@{}, incompatibilities with @acronym{AT&T} @code{troff}
13403 @cindex @code{\@}}, incompatibilities with @acronym{AT&T} @code{troff}
13404 @cindex @code{\@key{SP}}, incompatibilities with @acronym{AT&T} @code{troff}
13405 @cindex @code{\'}, incompatibilities with @acronym{AT&T} @code{troff}
13406 @cindex @code{\`}, incompatibilities with @acronym{AT&T} @code{troff}
13407 @cindex @code{\-}, incompatibilities with @acronym{AT&T} @code{troff}
13408 @cindex @code{\_}, incompatibilities with @acronym{AT&T} @code{troff}
13409 @cindex @code{\!}, incompatibilities with @acronym{AT&T} @code{troff}
13410 @cindex @code{\%}, incompatibilities with @acronym{AT&T} @code{troff}
13411 @cindex @code{\c}, incompatibilities with @acronym{AT&T} @code{troff}
13412 GNU @code{troff} does not allow the use of the escape sequences
13413 @code{\|}, @code{\^}, @code{\&}, @code{\@{}, @code{\@}},
13414 @code{\@key{SP}}, @code{\'}, @code{\`}, @code{\-}, @code{\_}, @code{\!},
13415 @code{\%}, and @code{\c} in names of strings, macros, diversions, number
13416 registers, fonts or environments; @acronym{UNIX} @code{troff} does.  The
13417 @code{\A} escape sequence (@pxref{Identifiers}) may be helpful in
13418 avoiding use of these escape sequences in names.
13420 @cindex fractional point sizes
13421 @cindex fractional type sizes
13422 @cindex point sizes, fractional
13423 @cindex type sizes, fractional
13424 @cindex sizes, fractional
13425 @cindex @code{ps} request, incompatibilities with @acronym{AT&T} @code{troff}
13426 Fractional point sizes cause one noteworthy incompatibility.  In
13427 @acronym{UNIX} @code{troff} the @code{ps} request ignores scale
13428 indicators and thus
13430 @Example
13431 .ps 10u
13432 @endExample
13434 @noindent
13435 sets the point size to 10@tie{}points, whereas in GNU @code{troff} it
13436 sets the point size to 10@tie{}scaled points.  @xref{Fractional Type
13437 Sizes}, for more information.
13439 @cindex @code{bd} request, incompatibilities with @acronym{AT&T} @code{troff}
13440 @cindex @code{cs} request, incompatibilities with @acronym{AT&T} @code{troff}
13441 @cindex @code{tr} request, incompatibilities with @acronym{AT&T} @code{troff}
13442 @cindex @code{fp} request, incompatibilities with @acronym{AT&T} @code{troff}
13443 @cindex input characters and output glyphs, compatibility with @acronym{AT&T} @code{troff}
13444 @cindex output glyphs, and input characters,compatibility with @acronym{AT&T} @code{troff}
13445 @cindex characters, input, and output glyphs, compatibility with @acronym{AT&T} @code{troff}
13446 @cindex glyphs, output, and input characters, compatibility with @acronym{AT&T} @code{troff}
13447 In GNU @code{troff} there is a fundamental difference between
13448 (unformatted) input characters and (formatted) output glyphs.
13449 Everything that affects how a glyph is output is stored
13450 with the glyph node; once a glyph node has been constructed it is
13451 unaffected by any subsequent requests that are executed, including
13452 @code{bd}, @code{cs}, @code{tkf}, @code{tr}, or @code{fp} requests.
13453 Normally glyphs are constructed from input characters at the
13454 moment immediately before the glyph is added to the current output
13455 line.  Macros, diversions and strings are all, in fact, the same type of
13456 object; they contain lists of input characters and glyph nodes in
13457 any combination.  A glyph node does not behave like an input
13458 character for the purposes of macro processing; it does not inherit any
13459 of the special properties that the input character from which it was
13460 constructed might have had.  For example,
13462 @Example
13463 .di x
13464 \\\\
13468 @endExample
13470 @cindex printing backslash (@code{\\}, @code{\e}, @code{\E}, @code{\[rs]})
13471 @cindex backslash, printing (@code{\\}, @code{\e}, @code{\E}, @code{\[rs]})
13472 @cindex @code{\e}, incompatibilities with @acronym{AT&T} @code{troff}
13473 @cindex @code{\!}, incompatibilities with @acronym{AT&T} @code{troff}
13474 @cindex @code{\?}, incompatibilities with @acronym{AT&T} @code{troff}
13475 @cindex transparent output, incompatibilities with @acronym{AT&T} @code{troff}
13476 @cindex output, transparent, incompatibilities with @acronym{AT&T} @code{troff}
13477 @noindent
13478 prints @samp{\\} in GNU @code{troff}; each pair of input backslashes
13479 is turned into one output backslash and the resulting output backslashes
13480 are not interpreted as escape characters when they are reread.
13481 @acronym{UNIX} @code{troff} would interpret them as escape characters
13482 when they were reread and would end up printing one @samp{\}.  The
13483 correct way to obtain a printable backslash is to use the @code{\e}
13484 escape sequence: This always prints a single instance of the current
13485 escape character, regardless of whether or not it is used in a
13486 diversion; it also works in both GNU @code{troff} and @acronym{UNIX}
13487 @code{troff}.@footnote{To be completely independent of the current
13488 escape character, use @code{\(rs} which represents a reverse solidus
13489 (backslash) glyph.}  To store, for some reason, an escape sequence in a
13490 diversion that will be interpreted when the diversion is reread, either
13491 use the traditional @code{\!} transparent output facility, or, if this
13492 is unsuitable, the new @code{\?} escape sequence.
13494 @xref{Diversions}, and @ref{Gtroff Internals}, for more information.
13498 @c =====================================================================
13499 @c =====================================================================
13501 @node Preprocessors, Output Devices, gtroff Reference, Top
13502 @chapter Preprocessors
13503 @cindex preprocessors
13505 This chapter describes all preprocessors that come with @code{groff} or
13506 which are freely available.
13508 @menu
13509 * geqn::
13510 * gtbl::
13511 * gpic::
13512 * ggrn::
13513 * grap::
13514 * grefer::
13515 * gsoelim::
13516 @end menu
13519 @c =====================================================================
13521 @node geqn, gtbl, Preprocessors, Preprocessors
13522 @section @code{geqn}
13523 @cindex @code{eqn}, the program
13524 @cindex @code{geqn}, the program
13526 @c XXX
13528 @menu
13529 * Invoking geqn::
13530 @end menu
13532 @c ---------------------------------------------------------------------
13534 @node Invoking geqn,  , geqn, geqn
13535 @subsection Invoking @code{geqn}
13536 @cindex invoking @code{geqn}
13537 @cindex @code{geqn}, invoking
13539 @c XXX
13542 @c =====================================================================
13544 @node gtbl, gpic, geqn, Preprocessors
13545 @section @code{gtbl}
13546 @cindex @code{tbl}, the program
13547 @cindex @code{gtbl}, the program
13549 @c XXX
13551 @menu
13552 * Invoking gtbl::
13553 @end menu
13555 @c ---------------------------------------------------------------------
13557 @node Invoking gtbl,  , gtbl, gtbl
13558 @subsection Invoking @code{gtbl}
13559 @cindex invoking @code{gtbl}
13560 @cindex @code{gtbl}, invoking
13562 @c XXX
13565 @c =====================================================================
13567 @node gpic, ggrn, gtbl, Preprocessors
13568 @section @code{gpic}
13569 @cindex @code{pic}, the program
13570 @cindex @code{gpic}, the program
13572 @c XXX
13574 @menu
13575 * Invoking gpic::
13576 @end menu
13578 @c ---------------------------------------------------------------------
13580 @node Invoking gpic,  , gpic, gpic
13581 @subsection Invoking @code{gpic}
13582 @cindex invoking @code{gpic}
13583 @cindex @code{gpic}, invoking
13585 @c XXX
13588 @c =====================================================================
13590 @node ggrn, grap, gpic, Preprocessors
13591 @section @code{ggrn}
13592 @cindex @code{grn}, the program
13593 @cindex @code{ggrn}, the program
13595 @c XXX
13597 @menu
13598 * Invoking ggrn::
13599 @end menu
13601 @c ---------------------------------------------------------------------
13603 @node Invoking ggrn,  , ggrn, ggrn
13604 @subsection Invoking @code{ggrn}
13605 @cindex invoking @code{ggrn}
13606 @cindex @code{ggrn}, invoking
13608 @c XXX
13611 @c =====================================================================
13613 @node grap, grefer, ggrn, Preprocessors
13614 @section @code{grap}
13615 @cindex @code{grap}, the program
13617 A free implementation of @code{grap}, written by Ted Faber,
13618 is available as an extra package from the following address:
13620 @display
13621 @uref{http://www.lunabase.org/~faber/Vault/software/grap/}
13622 @end display
13625 @c =====================================================================
13627 @node grefer, gsoelim, grap, Preprocessors
13628 @section @code{grefer}
13629 @cindex @code{refer}, the program
13630 @cindex @code{grefer}, the program
13632 @c XXX
13634 @menu
13635 * Invoking grefer::
13636 @end menu
13638 @c ---------------------------------------------------------------------
13640 @node Invoking grefer,  , grefer, grefer
13641 @subsection Invoking @code{grefer}
13642 @cindex invoking @code{grefer}
13643 @cindex @code{grefer}, invoking
13645 @c XXX
13648 @c =====================================================================
13650 @node gsoelim,  , grefer, Preprocessors
13651 @section @code{gsoelim}
13652 @cindex @code{soelim}, the program
13653 @cindex @code{gsoelim}, the program
13655 @c XXX
13657 @menu
13658 * Invoking gsoelim::
13659 @end menu
13661 @c ---------------------------------------------------------------------
13663 @node Invoking gsoelim,  , gsoelim, gsoelim
13664 @subsection Invoking @code{gsoelim}
13665 @cindex invoking @code{gsoelim}
13666 @cindex @code{gsoelim}, invoking
13668 @c XXX
13672 @c =====================================================================
13673 @c =====================================================================
13675 @node Output Devices, File formats, Preprocessors, Top
13676 @chapter Output Devices
13677 @cindex output devices
13678 @cindex devices for output
13680 @c XXX
13682 @menu
13683 * Special Characters::
13684 * grotty::
13685 * grops::
13686 * grodvi::
13687 * grolj4::
13688 * grolbp::
13689 * grohtml::
13690 * gxditview::
13691 @end menu
13694 @c =====================================================================
13696 @node Special Characters, grotty, Output Devices, Output Devices
13697 @section Special Characters
13698 @cindex special characters
13699 @cindex characters, special
13701 @c XXX
13703 @xref{Font Files}.
13706 @c =====================================================================
13708 @node grotty, grops, Special Characters, Output Devices
13709 @section @code{grotty}
13710 @cindex @code{grotty}, the program
13712 @c XXX
13714 @menu
13715 * Invoking grotty::
13716 @end menu
13718 @c ---------------------------------------------------------------------
13720 @node Invoking grotty,  , grotty, grotty
13721 @subsection Invoking @code{grotty}
13722 @cindex invoking @code{grotty}
13723 @cindex @code{grotty}, invoking
13725 @c XXX
13727 @c The following is no longer true; fix and extend it.
13729 @c @pindex less
13730 @c @cindex Teletype
13731 @c @cindex ISO 6249 SGR
13732 @c @cindex terminal control sequences
13733 @c @cindex control sequences, for terminals
13734 @c For TTY output devices, underlining is done by emitting sequences of
13735 @c @samp{_} and @samp{\b} (the backspace character) before the actual
13736 @c character.  Literally, this is printing an underline character, then
13737 @c moving back one character position, and printing the actual character
13738 @c at the same position as the underline character (similar to a
13739 @c typewriter).  Usually, a modern terminal can't interpret this (and the
13740 @c original Teletype machines for which this sequence was appropriate are
13741 @c no longer in use).  You need a pager program like @code{less} which
13742 @c translates this into ISO 6429 SGR sequences to control terminals.
13745 @c =====================================================================
13747 @node grops, grodvi, grotty, Output Devices
13748 @section @code{grops}
13749 @cindex @code{grops}, the program
13751 @c XXX
13753 @menu
13754 * Invoking grops::
13755 * Embedding PostScript::
13756 @end menu
13758 @c ---------------------------------------------------------------------
13760 @node Invoking grops, Embedding PostScript, grops, grops
13761 @subsection Invoking @code{grops}
13762 @cindex invoking @code{grops}
13763 @cindex @code{grops}, invoking
13765 @c XXX
13767 @c ---------------------------------------------------------------------
13769 @node Embedding PostScript,  , Invoking grops, grops
13770 @subsection Embedding @sc{PostScript}
13771 @cindex embedding PostScript
13772 @cindex PostScript, embedding
13774 @c XXX
13777 @c =====================================================================
13779 @node grodvi, grolj4, grops, Output Devices
13780 @section @code{grodvi}
13781 @cindex @code{grodvi}, the program
13783 @c XXX
13785 @menu
13786 * Invoking grodvi::
13787 @end menu
13789 @c ---------------------------------------------------------------------
13791 @node Invoking grodvi,  , grodvi, grodvi
13792 @subsection Invoking @code{grodvi}
13793 @cindex invoking @code{grodvi}
13794 @cindex @code{grodvi}, invoking
13796 @c XXX
13799 @c =====================================================================
13801 @node grolj4, grolbp, grodvi, Output Devices
13802 @section @code{grolj4}
13803 @cindex @code{grolj4}, the program
13805 @c XXX
13807 @menu
13808 * Invoking grolj4::
13809 @end menu
13811 @c ---------------------------------------------------------------------
13813 @node Invoking grolj4,  , grolj4, grolj4
13814 @subsection Invoking @code{grolj4}
13815 @cindex invoking @code{grolj4}
13816 @cindex @code{grolj4}, invoking
13818 @c XXX
13821 @c =====================================================================
13823 @node grolbp, grohtml, grolj4, Output Devices
13824 @section @code{grolbp}
13825 @cindex @code{grolbp}, the program
13827 @c XXX
13829 @menu
13830 * Invoking grolbp::
13831 @end menu
13833 @c ---------------------------------------------------------------------
13835 @node Invoking grolbp,  , grolbp, grolbp
13836 @subsection Invoking @code{grolbp}
13837 @cindex invoking @code{grolbp}
13838 @cindex @code{grolbp}, invoking
13840 @c XXX
13843 @c =====================================================================
13845 @node grohtml, gxditview, grolbp, Output Devices
13846 @section @code{grohtml}
13847 @cindex @code{grohtml}, the program
13849 @c XXX
13851 @menu
13852 * Invoking grohtml::
13853 * grohtml specific registers and strings::
13854 @end menu
13856 @c ---------------------------------------------------------------------
13858 @node Invoking grohtml, grohtml specific registers and strings, grohtml, grohtml
13859 @subsection Invoking @code{grohtml}
13860 @cindex invoking @code{grohtml}
13861 @cindex @code{grohtml}, invoking
13863 @c XXX
13865 @c ---------------------------------------------------------------------
13867 @node grohtml specific registers and strings,  , Invoking grohtml, grohtml
13868 @subsection @code{grohtml} specific registers and strings
13869 @cindex registers specific to @code{grohtml}
13870 @cindex strings specific to @code{grohtml}
13871 @cindex @code{grohtml}, registers and strings
13873 @DefmpregList {ps4html, grohtml}
13874 @DefstrListEnd {www-image-template, grohtml}
13875 The registers @code{ps4html} and @code{www-image-template} are defined
13876 by the @code{pre-grohtml} preprocessor.  @code{pre-grohtml} reads in
13877 the @code{troff} input, marks up the inline equations and passes the
13878 result firstly to
13880 @Example
13881 troff -Tps -rps4html=1 -dwww-image-template=@var{template}
13882 @endExample
13884 @noindent
13885 and secondly to
13887 @Example
13888 troff -Thtml
13889 @endExample
13891 The PostScript device is used to create all the image files, and the
13892 register @code{ps4html} enables the macro sets to ignore floating
13893 keeps, footers, and headings.
13895 The register @code{www-image-template} is set to the user specified
13896 template name or the default name.
13897 @endDefmpreg
13900 @c =====================================================================
13902 @node gxditview,  , grohtml, Output Devices
13903 @section @code{gxditview}
13904 @cindex @code{gxditview}, the program
13906 @c XXX
13908 @menu
13909 * Invoking gxditview::
13910 @end menu
13912 @c ---------------------------------------------------------------------
13914 @node Invoking gxditview,  , gxditview, gxditview
13915 @subsection Invoking @code{gxditview}
13916 @cindex invoking @code{gxditview}
13917 @cindex @code{gxditview}, invoking
13919 @c XXX
13920 @c X11's xditview
13924 @c =====================================================================
13925 @c =====================================================================
13927 @node File formats, Installation, Output Devices, Top
13928 @chapter File formats
13929 @cindex file formats
13930 @cindex formats, file
13932 All files read and written by @code{gtroff} are text files.  The
13933 following two sections describe their format.
13935 @menu
13936 * gtroff Output::
13937 * Font Files::
13938 @end menu
13941 @c =====================================================================
13943 @node gtroff Output, Font Files, File formats, File formats
13944 @section @code{gtroff} Output
13945 @cindex @code{gtroff}, output
13946 @cindex output, @code{gtroff}
13948 This section describes the intermediate output format of GNU
13949 @code{troff}.  This output is produced by a run of @code{gtroff}
13950 before it is fed into a device postprocessor program.
13952 As @code{groff} is a wrapper program around @code{gtroff} that
13953 automatically calls a postprocessor, this output does not show up
13954 normally.  This is why it is called @dfn{intermediate}.
13955 @code{groff} provides the option @option{-Z} to inhibit postprocessing,
13956 such that the produced intermediate output is sent to standard output
13957 just like calling @code{gtroff} manually.
13959 @cindex troff output
13960 @cindex output, troff
13961 @cindex intermediate output
13962 @cindex output, intermediate
13963 Here, the term @dfn{troff output} describes what is output by
13964 @code{gtroff}, while @dfn{intermediate output} refers to the language
13965 that is accepted by the parser that prepares this output for the
13966 postprocessors.  This parser is smarter on whitespace and implements
13967 obsolete elements for compatibility, otherwise both formats are the
13968 same.@footnote{The parser and postprocessor for intermediate output
13969 can be found in the file@*
13970 @file{@var{groff-source-dir}/src/libs/libdriver/input.cpp}.}
13972 The main purpose of the intermediate output concept is to facilitate
13973 the development of postprocessors by providing a common programming
13974 interface for all devices.  It has a language of its own that is
13975 completely different from the @code{gtroff} language.  While the
13976 @code{gtroff} language is a high-level programming language for text
13977 processing, the intermediate output language is a kind of low-level
13978 assembler language by specifying all positions on the page for writing
13979 and drawing.
13981 The intermediate output produced by @code{gtroff} is fairly readable,
13982 while output from @acronym{AT&T} @code{troff} is rather hard to
13983 understand because of strange habits that are still supported, but not
13984 used any longer by @code{gtroff}.
13986 @menu
13987 * Language Concepts::
13988 * Command Reference::
13989 * Intermediate Output Examples::
13990 * Output Language Compatibility::
13991 @end menu
13993 @c ---------------------------------------------------------------------
13995 @node Language Concepts, Command Reference, gtroff Output, gtroff Output
13996 @subsection Language Concepts
13998 During the run of @code{gtroff}, the input data is cracked down to the
13999 information on what has to be printed at what position on the intended
14000 device.  So the language of the intermediate output format can be quite
14001 small.  Its only elements are commands with and without arguments.
14002 In this section, the term @dfn{command} always refers to the intermediate
14003 output language, and never to the @code{gtroff} language used for document
14004 formatting.  There are commands for positioning and text writing, for drawing, and
14005 for device controlling.
14007 @menu
14008 * Separation::
14009 * Argument Units::
14010 * Document Parts::
14011 @end menu
14013 @node Separation, Argument Units, Language Concepts, Language Concepts
14014 @subsubsection Separation
14016 @acronym{AT&T} @code{troff} output has strange requirements on whitespace.
14017 The @code{gtroff} output parser, however, is smart about whitespace by
14018 making it maximally optional.  The whitespace characters, i.e., the
14019 tab, space, and newline characters, always have a syntactical meaning.
14020 They are never printable because spacing within the output is always
14021 done by positioning commands.
14023 Any sequence of space or tab characters is treated as a single
14024 @dfn{syntactical space}.  It separates commands and arguments, but is
14025 only required when there would occur a clashing between the command code
14026 and the arguments without the space.  Most often, this happens when
14027 variable-length command names, arguments, argument lists, or command
14028 clusters meet.  Commands and arguments with a known, fixed length need
14029 not be separated by syntactical space.
14031 A line break is a syntactical element, too.  Every command argument can be
14032 followed by whitespace, a comment, or a newline character.  Thus a
14033 @dfn{syntactical line break} is defined to consist of optional
14034 syntactical space that is optionally followed by a comment, and a
14035 newline character.
14037 The normal commands, those for positioning and text, consist of a
14038 single letter taking a fixed number of arguments.  For historical reasons,
14039 the parser allows to stack such commands on the same line, but
14040 fortunately, in @code{gtroff}'s intermediate output, every command with
14041 at least one argument is followed by a line break, thus providing
14042 excellent readability.
14044 The other commands -- those for drawing and device controlling --
14045 have a more complicated structure; some recognize long command names,
14046 and some take a variable number of arguments.  So all @samp{D} and
14047 @samp{x} commands were designed to request a syntactical line break
14048 after their last argument.  Only one command, @w{@samp{x X}},
14049 has an argument that can stretch over several lines; all other
14050 commands must have all of their arguments on the same line as the
14051 command, i.e., the arguments may not be splitted by a line break.
14053 Empty lines (these are lines containing only space and/or a comment), can
14054 occur everywhere.  They are just ignored.
14056 @node Argument Units, Document Parts, Separation, Language Concepts
14057 @subsubsection Argument Units
14059 Some commands take integer arguments that are assumed to represent
14060 values in a measurement unit, but the letter for the corresponding
14061 scale indicator is not written with the output command arguments.
14062 Most commands assume the scale indicator @samp{u}, the basic unit of
14063 the device, some use @samp{z}, the scaled point unit of the device,
14064 while others, such as the color commands, expect plain integers.
14066 Note that single characters can have the eighth bit set, as can the
14067 names of fonts and special characters.  The names of characters and
14068 fonts can be of arbitrary length.  A character that is to be printed
14069 will always be in the current font.
14071 A string argument is always terminated by the next whitespace
14072 character (space, tab, or newline); an embedded @samp{#} character is
14073 regarded as part of the argument, not as the beginning of a comment
14074 command.  An integer argument is already terminated by the next
14075 non-digit character, which then is regarded as the first character of
14076 the next argument or command.
14078 @node Document Parts,  , Argument Units, Language Concepts
14079 @subsubsection Document Parts
14081 A correct intermediate output document consists of two parts, the
14082 @dfn{prologue} and the @dfn{body}.
14084 The task of the prologue is to set the general device parameters
14085 using three exactly specified commands.  @code{gtroff}'s prologue
14086 is guaranteed to consist of the following three lines (in that order):
14088 @Example
14089 x T @var{device}
14090 x res @var{n} @var{h} @var{v}
14091 x init
14092 @endExample
14094 @noindent
14095 with the arguments set as outlined in @ref{Device Control Commands}.
14096 Note that the parser for the intermediate output format is able to
14097 swallow additional whitespace and comments as well even in the
14098 prologue.
14100 The body is the main section for processing the document data.
14101 Syntactically, it is a sequence of any commands different from the
14102 ones used in the prologue.  Processing is terminated as soon as the
14103 first @w{@samp{x stop}} command is encountered; the last line of any
14104 @code{gtroff} intermediate output always contains such a command.
14106 Semantically, the body is page oriented.  A new page is started by a
14107 @samp{p} command.  Positioning, writing, and drawing commands are
14108 always done within the current page, so they cannot occur before the
14109 first @samp{p} command.  Absolute positioning (by the @samp{H} and
14110 @samp{V} commands) is done relative to the current page; all other
14111 positioning is done relative to the current location within this page.
14113 @c ---------------------------------------------------------------------
14115 @node Command Reference, Intermediate Output Examples, Language Concepts, gtroff Output
14116 @subsection Command Reference
14118 This section describes all intermediate output commands, both from
14119 @acronym{AT&T} @code{troff} as well as the @code{gtroff} extensions.
14121 @menu
14122 * Comment Command::
14123 * Simple Commands::
14124 * Graphics Commands::
14125 * Device Control Commands::
14126 * Obsolete Command::
14127 @end menu
14129 @node Comment Command, Simple Commands, Command Reference, Command Reference
14130 @subsubsection Comment Command
14132 @table @code
14133 @item #@var{anything}@angles{end of line}
14134 A comment.  Ignore any characters from the @samp{#} character up to
14135 the next newline character.
14137 This command is the only possibility for commenting in the intermediate
14138 output.  Each comment can be preceded by arbitrary syntactical space;
14139 every command can be terminated by a comment.
14140 @end table
14142 @node Simple Commands, Graphics Commands, Comment Command, Command Reference
14143 @subsubsection Simple Commands
14145 The commands in this subsection have a command code consisting of a
14146 single character, taking a fixed number of arguments.  Most of them
14147 are commands for positioning and text writing.  These commands are
14148 smart about whitespace.  Optionally, syntactical space can be inserted
14149 before, after, and between the command letter and its arguments.
14150 All of these commands are stackable, i.e., they can be preceded by
14151 other simple commands or followed by arbitrary other commands on the
14152 same line.  A separating syntactical space is only necessary when two
14153 integer arguments would clash or if the preceding argument ends with a
14154 string argument.
14156 @table @code
14157 @ignore
14158 .if (\n[@USE_ENV_STACK] == 1) \{\
14159 .command {
14160 Open a new environment by copying the actual device configuration data
14161 to the environment stack.
14163 The current environment is setup by the device specification and
14164 manipulated by the setting commands.
14167 .command }
14168 Close the actual environment (opened by a preceding
14169 .BR { \~command)
14170 and restore the previous environment from the environment
14171 stack as the actual device configuration data.
14173 \}              \" endif @USE_ENV_STACK
14174 @end ignore
14176 @item C @var{xxx}@angles{whitespace}
14177 Print a special character named @var{xxx}.  The trailing
14178 syntactical space or line break is necessary to allow glyph names
14179 of arbitrary length.  The glyph is printed at the current print
14180 position; the glyph's size is read from the font file.  The print
14181 position is not changed.
14183 @item c @var{g}
14184 Print glyph@tie{}@var{g} at the current print position;@footnote{@samp{c}
14185 is actually a misnomer since it outputs a glyph.} the glyph's size is
14186 read from the font file.  The print position is not changed.
14188 @item f @var{n}
14189 Set font to font number@tie{}@var{n} (a non-negative integer).
14191 @item H @var{n}
14192 Move right to the absolute vertical position@tie{}@var{n} (a
14193 non-negative integer in basic units @samp{u} relative to left edge
14194 of current page.
14196 @item h @var{n}
14197 Move @var{n} (a non-negative integer) basic units @samp{u} horizontally
14198 to the right.  The original @acronym{UNIX} troff manual allows negative
14199 values for @var{n} also, but @code{gtroff} doesn't use this.
14201 @item m @var{color-scheme} @r{[}@var{component} @dots{}@r{]}
14202 Set the color for text (glyphs), line drawing, and the outline of
14203 graphic objects using different color schemes; the analoguous command
14204 for the filling color of graphic objects is @samp{DF}.  The color
14205 components are specified as integer arguments between 0 and 65536.
14206 The number of color components and their meaning vary for the
14207 different color schemes.  These commands are generated by
14208 @code{gtroff}'s escape sequence @code{\m}.  No position changing.
14209 These commands are a @code{gtroff} extension.
14211 @table @code
14212 @item mc @var{cyan} @var{magenta} @var{yellow}
14213 Set color using the CMY color scheme, having the 3@tie{}color components
14214 @var{cyan}, @var{magenta}, and @var{yellow}.
14216 @item md
14217 Set color to the default color value (black in most cases).
14218 No component arguments.
14220 @item mg @var{gray}
14221 Set color to the shade of gray given by the argument, an integer
14222 between 0 (black) and 65536 (white).
14224 @item mk @var{cyan} @var{magenta} @var{yellow} @var{black}
14225 Set color using the CMYK color scheme, having the 4@tie{}color components
14226 @var{cyan}, @var{magenta}, @var{yellow}, and @var{black}.
14228 @item mr @var{red} @var{green} @var{blue}
14229 Set color using the RGB color scheme, having the 3@tie{}color components
14230 @var{red}, @var{green}, and @var{blue}.
14231 @end table
14233 @item N @var{n}
14234 Print glyph with index@tie{}@var{n} (a non-negative integer) of the
14235 current font.  This command is a @code{gtroff} extension.
14237 @item n @var{b} @var{a}
14238 Inform the device about a line break, but no positioning is done by
14239 this command.  In @acronym{AT&T} @code{troff}, the integer arguments
14240 @var{b} and@tie{}@var{a} informed about the space before and after the
14241 current line to make the intermediate output more human readable
14242 without performing any action.  In @code{groff}, they are just ignored, but
14243 they must be provided for compatibility reasons.
14245 @item p @var{n}
14246 Begin a new page in the outprint.  The page number is set
14247 to@tie{}@var{n}.  This page is completely independent of pages formerly
14248 processed even if those have the same page number.  The vertical
14249 position on the outprint is automatically set to@tie{}0.  All
14250 positioning, writing, and drawing is always done relative to a page,
14251 so a @samp{p} command must be issued before any of these commands.
14253 @item s @var{n}
14254 Set point size to @var{n}@tie{}scaled points (this is unit @samp{z}).
14255 @acronym{AT&T} @code{troff} used the unit points (@samp{p}) instead.
14256 @xref{Output Language Compatibility}.
14258 @item t @var{xxx}@angles{whitespace}
14259 @itemx t @var{xxx} @var{dummy-arg}@angles{whitespace}
14260 Print a word, i.e., a sequence of characters @var{xxx} representing
14261 output glyphs which names are single characters, terminated by
14262 a space character or a line break; an optional second integer argument
14263 is ignored (this allows the formatter to generate an even number of
14264 arguments).  The first glyph should be printed at the current
14265 position, the current horizontal position should then be increased by
14266 the width of the first glyph, and so on for each glyph.
14267 The widths of the glyphs are read from the font file, scaled for the
14268 current point size, and rounded to a multiple of the horizontal
14269 resolution.  Special characters cannot be printed using this command
14270 (use the @samp{C} command for special characters).  This command is a
14271 @code{gtroff} extension; it is only used for devices whose @file{DESC}
14272 file contains the @code{tcommand} keyword (@pxref{DESC File Format}).
14274 @item u @var{n} @var{xxx}@angles{whitespace}
14275 Print word with track kerning.  This is the same as the @samp{t}
14276 command except that after printing each glyph, the current
14277 horizontal position is increased by the sum of the width of that
14278 glyph and@tie{}@var{n} (an integer in basic units @samp{u}).
14279 This command is a @code{gtroff} extension; it is only used for devices
14280 whose @file{DESC} file contains the @code{tcommand} keyword
14281 (@pxref{DESC File Format}).
14283 @item V @var{n}
14284 Move down to the absolute vertical position@tie{}@var{n} (a
14285 non-negative integer in basic units @samp{u}) relative to upper edge
14286 of current page.
14288 @item v @var{n}
14289 Move @var{n}@tie{}basic units @samp{u} down (@var{n} is a non-negative
14290 integer).  The original @acronym{UNIX} troff manual allows negative
14291 values for @var{n} also, but @code{gtroff} doesn't use this.
14293 @item w
14294 Informs about a paddable white space to increase readability.
14295 The spacing itself must be performed explicitly by a move command.
14296 @end table
14298 @node Graphics Commands, Device Control Commands, Simple Commands, Command Reference
14299 @subsubsection Graphics Commands
14301 Each graphics or drawing command in the intermediate output starts
14302 with the letter @samp{D}, followed by one or two characters that
14303 specify a subcommand; this is followed by a fixed or variable number
14304 of integer arguments that are separated by a single space character.
14305 A @samp{D} command may not be followed by another command on the same line
14306 (apart from a comment), so each @samp{D} command is terminated by a
14307 syntactical line break.
14309 @code{gtroff} output follows the classical spacing rules (no space
14310 between command and subcommand, all arguments are preceded by a
14311 single space character), but the parser allows optional space between
14312 the command letters and makes the space before the first argument
14313 optional.  As usual, each space can be any sequence of tab and space
14314 characters.
14316 Some graphics commands can take a variable number of arguments.
14317 In this case, they are integers representing a size measured in basic
14318 units @samp{u}.  The arguments called @var{h1}, @var{h2}, @dots{},
14319 @var{hn} stand for horizontal distances where positive means right,
14320 negative left.  The arguments called @var{v1}, @var{v2}, @dots{},
14321 @var{vn} stand for vertical distances where positive means down,
14322 negative up.  All these distances are offsets relative to the current
14323 location.
14325 Each graphics command directly corresponds to a similar @code{gtroff}
14326 @code{\D} escape sequence.  @xref{Drawing Requests}.
14328 Unknown @samp{D} commands are assumed to be device-specific.
14329 Its arguments are parsed as strings; the whole information is then
14330 sent to the postprocessor.
14332 In the following command reference, the syntax element
14333 @angles{line break} means a syntactical line break as defined above.
14335 @table @code
14336 @item D~ @var{h1} @var{v1} @var{h2} @var{v2} @dots{} @var{hn} @var{vn}@angles{line break}
14337 Draw B-spline from current position to offset (@var{h1},@var{v1}),
14338 then to offset (@var{h2},@var{v2}), if given, etc.@: up to
14339 (@var{hn},@var{vn}).  This command takes a variable number of argument
14340 pairs; the current position is moved to the terminal point of the drawn
14341 curve.
14343 @item Da @var{h1} @var{v1} @var{h2} @var{v2}@angles{line break}
14344 Draw arc from current position to
14345 (@var{h1},@var{v1})@math{+}(@var{h2},@var{v2}) with center at
14346 (@var{h1},@var{v1}); then move the current position to the final point
14347 of the arc.
14349 @item DC @var{d}@angles{line break}
14350 @itemx DC @var{d} @var{dummy-arg}@angles{line break}
14351 Draw a solid circle using the current fill color with
14352 diameter@tie{}@var{d} (integer in basic units @samp{u}) with leftmost
14353 point at the current position; then move the current position to the
14354 rightmost point of the circle.  An optional second integer argument is
14355 ignored (this allows the formatter to generate an even number of
14356 arguments).  This command is a @code{gtroff} extension.
14358 @item Dc @var{d}@angles{line break}
14359 Draw circle line with diameter@tie{}@var{d} (integer in basic units
14360 @samp{u}) with leftmost point at the current position; then move the
14361 current position to the rightmost point of the circle.
14363 @item DE @var{h} @var{v}@angles{line break}
14364 Draw a solid ellipse in the current fill color with a horizontal
14365 diameter of@tie{}@var{h} and a vertical diameter of@tie{}@var{v} (both
14366 integers in basic units @samp{u}) with the leftmost point at the
14367 current position; then move to the rightmost point of the ellipse.
14368 This command is a @code{gtroff} extension.
14370 @item De @var{h} @var{v}@angles{line break}
14371 Draw an outlined ellipse with a horizontal diameter of@tie{}@var{h}
14372 and a vertical diameter of@tie{}@var{v} (both integers in basic units
14373 @samp{u}) with the leftmost point at current position; then move to
14374 the rightmost point of the ellipse.
14376 @item DF @var{color-scheme} @r{[}@var{component} @dots{}@r{]}@angles{line break}
14377 Set fill color for solid drawing objects using different color
14378 schemes; the analoguous command for setting the color of text, line
14379 graphics, and the outline of graphic objects is @samp{m}.
14380 The color components are specified as integer arguments between 0 and
14381 65536.  The number of color components and their meaning vary for the
14382 different color schemes.  These commands are generated by @code{gtroff}'s
14383 escape sequences @w{@code{\D'F @dots{}'}} and @code{\M} (with no other
14384 corresponding graphics commands).  No position changing.  This command
14385 is a @code{gtroff} extension.
14387 @table @code
14388 @item DFc @var{cyan} @var{magenta} @var{yellow}@angles{line break}
14389 Set fill color for solid drawing objects using the CMY color scheme,
14390 having the 3@tie{}color components @var{cyan}, @var{magenta}, and
14391 @var{yellow}.
14393 @item DFd@angles{line break}
14394 Set fill color for solid drawing objects to the default fill color value
14395 (black in most cases).  No component arguments.
14397 @item DFg @var{gray}@angles{line break}
14398 Set fill color for solid drawing objects to the shade of gray given by
14399 the argument, an integer between 0 (black) and 65536 (white).
14401 @item DFk @var{cyan} @var{magenta} @var{yellow} @var{black}@angles{line break}
14402 Set fill color for solid drawing objects using the CMYK color scheme,
14403 having the 4@tie{}color components @var{cyan}, @var{magenta}, @var{yellow},
14404 and @var{black}.
14406 @item DFr @var{red} @var{green} @var{blue}@angles{line break}
14407 Set fill color for solid drawing objects using the RGB color scheme,
14408 having the 3@tie{}color components @var{red}, @var{green}, and @var{blue}.
14409 @end table
14411 @item Df @var{n}@angles{line break}
14412 The argument@tie{}@var{n} must be an integer in the range @math{-32767}
14413 to 32767.
14415 @table @asis
14416 @item @math{0 @LE @var{n} @LE 1000}
14417 Set the color for filling solid drawing objects to a shade of gray,
14418 where 0 corresponds to solid white, 1000 (the default) to solid black,
14419 and values in between to intermediate shades of gray; this is
14420 obsoleted by command @samp{DFg}.
14422 @item @math{@var{n} < 0} or @math{@var{n} > 1000}
14423 Set the filling color to the color that is currently being used for
14424 the text and the outline, see command @samp{m}.  For example, the
14425 command sequence
14427 @Example
14428 mg 0 0 65536
14429 Df -1
14430 @endExample
14432 @noindent
14433 sets all colors to blue.
14434 @end table
14436 @noindent
14437 No position changing.  This command is a @code{gtroff} extension.
14439 @item Dl @var{h} @var{v}@angles{line break}
14440 Draw line from current position to offset (@var{h},@var{v}) (integers
14441 in basic units @samp{u}); then set current position to the end of the
14442 drawn line.
14444 @item Dp @var{h1} @var{v1} @var{h2} @var{v2} @dots{} @var{hn} @var{vn}@angles{line break}
14445 Draw a polygon line from current position to offset (@var{h1},@var{v1}),
14446 from there to offset (@var{h2},@var{v2}), etc.@: up to offset
14447 (@var{hn},@var{vn}), and from there back to the starting position.
14448 For historical reasons, the position is changed by adding the sum of
14449 all arguments with odd index to the actual horizontal position and the
14450 even ones to the vertical position.  Although this doesn't make sense
14451 it is kept for compatibility.
14452 @ignore
14453 As the polygon is closed, the end of drawing is the starting point, so
14454 the position doesn't change.
14455 @end ignore
14456 This command is a @code{gtroff} extension.
14458 @item Dp @var{h1} @var{v1} @var{h2} @var{v2} @dots{} @var{hn} @var{vn}@angles{line break}
14459 Draw a solid polygon in the current fill color rather than an outlined
14460 polygon, using the same arguments and positioning as the corresponding
14461 @samp{Dp} command.
14462 @ignore
14463 No position changing.
14464 @end ignore
14465 This command is a @code{gtroff} extension.
14467 @item Dt @var{n}@angles{line break}
14468 Set the current line thickness to@tie{}@var{n} (an integer in basic
14469 units @samp{u}) if @math{@var{n}>0}; if @math{@var{n}=0} select the
14470 smallest available line thickness; if @math{@var{n}<0} set the line
14471 thickness proportional to the point size (this is the default before
14472 the first @samp{Dt} command was specified).  For historical reasons,
14473 the horizontal position is changed by adding the argument to the actual
14474 horizontal position, while the vertical position is not changed.
14475 Although this doesn't make sense it is kept for compatibility.
14476 @ignore
14477 No position changing.
14478 @end ignore
14479 This command is a @code{gtroff} extension.
14480 @end table
14482 @node Device Control Commands, Obsolete Command, Graphics Commands, Command Reference
14483 @subsubsection Device Control Commands
14485 Each device control command starts with the letter @samp{x},
14486 followed by a space character (optional or arbitrary space or tab in
14487 @code{gtroff}) and a subcommand letter or word; each argument (if any)
14488 must be preceded by a syntactical space.  All @samp{x} commands are
14489 terminated by a syntactical line break; no device control command can
14490 be followed by another command on the same line (except a comment).
14492 The subcommand is basically a single letter, but to increase
14493 readability, it can be written as a word, i.e., an arbitrary sequence
14494 of characters terminated by the next tab, space, or newline character.
14495 All characters of the subcommand word but the first are simply ignored.
14496 For example, @code{gtroff} outputs the initialization command
14497 @w{@samp{x i}} as @w{@samp{x init}} and the resolution command
14498 @w{@samp{x r}} as @w{@samp{x res}}.
14500 In the following, the syntax element @angles{line break} means a
14501 syntactical line break (@pxref{Separation}).
14503 @table @code
14504 @item xF @var{name}@angles{line break}
14505 The @samp{F} stands for @var{Filename}.
14507 Use @var{name} as the intended name for the current file in error
14508 reports.  This is useful for remembering the original file name when
14509 @code{gtroff} uses an internal piping mechanism.  The input file is
14510 not changed by this command.  This command is a @code{gtroff} extension.
14512 @item xf @var{n} @var{s}@angles{line break}
14513 The @samp{f} stands for @var{font}.
14515 Mount font position@tie{}@var{n} (a non-negative integer) with font
14516 named@tie{}@var{s} (a text word).  @xref{Font Positions}.
14518 @item xH @var{n}@angles{line break}
14519 The @samp{H} stands for @var{Height}.
14521 Set glyph height to@tie{}@var{n} (a positive integer in scaled
14522 points @samp{z}).  @acronym{AT&T} @code{troff} uses the unit points
14523 (@samp{p}) instead.  @xref{Output Language Compatibility}.
14525 @item xi@angles{line break}
14526 The @samp{i} stands for @var{init}.
14528 Initialize device.  This is the third command of the prologue.
14530 @item xp@angles{line break}
14531 The @samp{p} stands for @var{pause}.
14533 Parsed but ignored.  The original @acronym{UNIX} troff manual writes
14535 @display
14536 pause device, can be restarted
14537 @end display
14539 @item xr @var{n} @var{h} @var{v}@angles{line break}
14540 The @samp{r} stands for @var{resolution}.
14542 Resolution is@tie{}@var{n}, while @var{h} is the minimal horizontal
14543 motion, and @var{v} the minimal vertical motion possible with this
14544 device; all arguments are positive integers in basic units @samp{u}
14545 per inch.  This is the second command of the prologue.
14547 @item xS @var{n}@angles{line break}
14548 The @samp{S} stands for @var{Slant}.
14550 Set slant to@tie{}@var{n} (an integer in basic units @samp{u}).
14552 @item xs@angles{line break}
14553 The @samp{s} stands for @var{stop}.
14555 Terminates the processing of the current file; issued as the last
14556 command of any intermediate troff output.
14558 @item xt@angles{line break}
14559 The @samp{t} stands for @var{trailer}.
14561 Generate trailer information, if any.  In @var{gtroff}, this is
14562 actually just ignored.
14564 @item xT @var{xxx}@angles{line break}
14565 The @samp{T} stands for @var{Typesetter}.
14567 Set name of device to word @var{xxx}, a sequence of characters ended
14568 by the next white space character.  The possible device names coincide
14569 with those from the @code{groff} @option{-T} option.  This is the first
14570 command of the prologue.
14572 @item xu @var{n}@angles{line break}
14573 The @samp{u} stands for @var{underline}.
14575 Configure underlining of spaces.  If @var{n} is@tie{}1, start
14576 underlining of spaces; if @var{n} is@tie{}0, stop underlining of spaces.
14577 This is needed for the @code{cu} request in nroff mode and is ignored
14578 otherwise.  This command is a @code{gtroff} extension.
14580 @item xX @var{anything}@angles{line break}
14581 The @samp{x} stands for @var{X-escape}.
14583 Send string @var{anything} uninterpreted to the device.  If the line
14584 following this command starts with a @samp{+} character this line is
14585 interpreted as a continuation line in the following sense.  The
14586 @samp{+} is ignored, but a newline character is sent instead to the
14587 device, the rest of the line is sent uninterpreted.  The same applies
14588 to all following lines until the first character of a line is not a
14589 @samp{+} character.  This command is generated by the @code{gtroff}
14590 escape sequence @code{\X}.  The line-continuing feature is a
14591 @code{gtroff} extension.
14592 @end table
14594 @node Obsolete Command,  , Device Control Commands, Command Reference
14595 @subsubsection Obsolete Command
14596 In @acronym{AT&T} @code{troff} output, the writing of a single
14597 glyph is mostly done by a very strange command that combines a
14598 horizontal move and a single character giving the glyph name.  It
14599 doesn't have a command code, but is represented by a 3-character
14600 argument consisting of exactly 2@tie{}digits and a character.
14602 @table @asis
14603 @item @var{dd}@var{g}
14604 Move right @var{dd} (exactly two decimal digits) basic units @samp{u},
14605 then print glyph@tie{}@var{g} (represented as a single character).
14607 In @code{gtroff}, arbitrary syntactical space around and within this
14608 command is allowed to be added.  Only when a preceding command on the
14609 same line ends with an argument of variable length a separating space
14610 is obligatory.  In @acronym{AT&T} @code{troff}, large clusters of these
14611 and other commands are used, mostly without spaces; this made such output
14612 almost unreadable.
14613 @end table
14615 For modern high-resolution devices, this command does not make sense
14616 because the width of the glyphs can become much larger than two
14617 decimal digits.  In @code{gtroff}, this is only used for the devices
14618 @code{X75}, @code{X75-12}, @code{X100}, and @code{X100-12}.  For other
14619 devices, the commands @samp{t} and @samp{u} provide a better
14620 functionality.
14622 @c ---------------------------------------------------------------------
14624 @node Intermediate Output Examples, Output Language Compatibility, Command Reference, gtroff Output
14625 @subsection Intermediate Output Examples
14627 This section presents the intermediate output generated from the same
14628 input for three different devices.  The input is the sentence
14629 @samp{hell world} fed into @code{gtroff} on the command line.
14631 @table @asis
14632 @item High-resolution device @code{ps}
14634 This is the standard output of @code{gtroff} if no @option{-T} option
14635 is given.
14637 @example
14638 @group
14639 shell> echo "hell world" | groff -Z -T ps
14641 x T ps
14642 x res 72000 1 1
14643 x init
14644 @end group
14646 x font 5 TR
14648 s10000
14649 V12000
14650 H72000
14651 thell
14652 wh2500
14654 H96620
14655 torld
14656 n12000 0
14657 @group
14658 x trailer
14659 V792000
14660 x stop
14661 @end group
14662 @end example
14664 @noindent
14665 This output can be fed into @code{grops} to get its representation as
14666 a PostScript file.
14668 @item Low-resolution device @code{latin1}
14670 This is similar to the high-resolution device except that the
14671 positioning is done at a minor scale.  Some comments (lines starting
14672 with @samp{#}) were added for clarification; they were not generated
14673 by the formatter.
14675 @example
14676 @group
14677 shell> echo "hell world" | groff -Z -T latin1
14679 # prologue
14680 x T latin1
14681 x res 240 24 40
14682 x init
14683 @end group
14684 # begin a new page
14686 # font setup
14687 x font 1 R
14690 # initial positioning on the page
14693 # write text `hell'
14694 thell
14695 # inform about space, and issue a horizontal jump
14696 wh24
14697 # write text `world'
14698 tworld
14699 # announce line break, but do nothing because ...
14700 n40 0
14701 @group
14702 # ... the end of the document has been reached
14703 x trailer
14704 V2640
14705 x stop
14706 @end group
14707 @end example
14709 @noindent
14710 This output can be fed into @code{grotty} to get a formatted text
14711 document.
14713 @item @acronym{AT&T} @code{troff} output
14714 Since a computer monitor has a very low resolution compared to modern
14715 printers the intermediate output for the X@tie{}Window devices can use
14716 the jump-and-write command with its 2-digit displacements.
14718 @example
14719 @group
14720 shell> echo "hell world" | groff -Z -T X100
14722 x T X100
14723 x res 100 1 1
14724 x init
14725 @end group
14727 x font 5 TR
14731 H100
14732 # write text with jump-and-write commands
14733 ch07e07l03lw06w11o07r05l03dh7
14734 n16 0
14735 @group
14736 x trailer
14737 V1100
14738 x stop
14739 @end group
14740 @end example
14742 @noindent
14743 This output can be fed into @code{xditview} or @code{gxditview}
14744 for displaying in@tie{}X.
14746 Due to the obsolete jump-and-write command, the text clusters in the
14747 @acronym{AT&T} @code{troff} output are almost unreadable.
14748 @end table
14750 @c ---------------------------------------------------------------------
14752 @node Output Language Compatibility,  , Intermediate Output Examples, gtroff Output
14753 @subsection Output Language Compatibility
14755 The intermediate output language of @acronym{AT&T} @code{troff}
14756 was first documented in the @acronym{UNIX} troff manual, with later
14757 additions documented in @cite{A Typesetter-indenpendent TROFF},
14758 written by Brian Kernighan.
14760 The @code{gtroff} intermediate output format is compatible with this
14761 specification except for the following features.
14763 @itemize @bullet
14764 @item
14765 The classical quasi device independence is not yet implemented.
14767 @item
14768 The old hardware was very different from what we use today.  So the
14769 @code{groff} devices are also fundamentally different from the ones in
14770 @acronym{AT&T} @code{troff}.  For example, the @acronym{AT&T}
14771 PostScript device is called @code{post} and has a resolution of only
14772 720 units per inch, suitable for printers 20 years ago, while
14773 @code{groff}'s @code{ps} device has a resolution of
14774 72000 units per inch.  Maybe, by implementing some rescaling
14775 mechanism similar to the classical quasi device independence,
14776 @code{groff} could emulate @acronym{AT&T}'s @code{post} device.
14778 @item
14779 The B-spline command @samp{D~} is correctly handled by the
14780 intermediate output parser, but the drawing routines aren't
14781 implemented in some of the postprocessor programs.
14783 @item
14784 The argument of the commands @samp{s} and @w{@samp{x H}} has the
14785 implicit unit scaled point @samp{z} in @code{gtroff}, while
14786 @acronym{AT&T} @code{troff} has point (@samp{p}).  This isn't an
14787 incompatibility but a compatible extension, for both units coincide
14788 for all devices without a @code{sizescale} parameter in the @file{DESC}
14789 file, including all postprocessors from @acronym{AT&T} and
14790 @code{groff}'s text devices.  The few @code{groff} devices with
14791 a @code{sizescale} parameter either do not exist for @acronym{AT&T}
14792 @code{troff}, have a different name, or seem to have a different
14793 resolution.  So conflicts are very unlikely.
14795 @item
14796 The position changing after the commands @samp{Dp}, @samp{DP}, and
14797 @samp{Dt} is illogical, but as old versions of @code{gtroff} used this
14798 feature it is kept for compatibility reasons.
14800 @ignore
14801 Temporarily, there existed some confusion on the positioning after the
14802 @samp{D} commands that are groff extensions.  This has been clarified
14803 by establishing the classical rule for all @code{groff} drawing commands:
14805 @itemize
14806 @item
14807 The position after a graphic object has been drawn is at its end;
14808 for circles and ellipses, the `end' is at the right side.
14810 @item
14811 From this, the positionings specified for the drawing commands above
14812 follow quite naturally.
14813 @end itemize
14814 @end ignore
14816 @end itemize
14819 @c =====================================================================
14821 @node Font Files,  , gtroff Output, File formats
14822 @section Font Files
14823 @cindex font files
14824 @cindex files, font
14826 The @code{gtroff} font format is roughly a superset of the
14827 @code{ditroff} font format (as used in later versions of @acronym{AT&T}
14828 @code{troff} and its descendants).  Unlike the @code{ditroff} font
14829 format, there is no associated binary format; all files are text
14830 files.@footnote{Plan@tie{}9 @code{troff} has also abandoned the binary
14831 format.}  The font files for device @var{name} are stored in a directory
14832 @file{dev@var{name}}.  There are two types of file: a device description
14833 file called @file{DESC} and for each font@tie{}@var{f} a font file
14834 called@tie{}@file{@var{f}}.
14836 @menu
14837 * DESC File Format::
14838 * Font File Format::
14839 @end menu
14841 @c ---------------------------------------------------------------------
14843 @node DESC File Format, Font File Format, Font Files, Font Files
14844 @subsection @file{DESC} File Format
14845 @cindex @file{DESC} file, format
14846 @cindex font description file, format
14847 @cindex format of font description file
14848 @pindex DESC@r{ file format}
14850 The @file{DESC} file can contain the following types of line.  Except
14851 for the @code{charset} keyword which must comes last (if at all), the
14852 order of the lines is not important.
14854 @table @code
14855 @item res @var{n}
14856 @kindex res
14857 @cindex device resolution
14858 @cindex resolution, device
14859 There are @var{n}@tie{}machine units per inch.
14861 @item hor @var{n}
14862 @kindex hor
14863 @cindex horizontal resolution
14864 @cindex resolution, horizontal
14865 The horizontal resolution is @var{n}@tie{}machine units.  All horizontal
14866 quantities are rounded to be multiples of this value.
14868 @item vert @var{n}
14869 @kindex vert
14870 @cindex vertical resolution
14871 @cindex resolution, vertical
14872 The vertical resolution is @var{n}@tie{}machine units.  All vertical
14873 quantities are rounded to be multiples of this value.
14875 @item sizescale @var{n}
14876 @kindex sizescale
14877 The scale factor for point sizes.  By default this has a value of@tie{}1.
14878 One scaled point is equal to one point/@var{n}.  The arguments to the
14879 @code{unitwidth} and @code{sizes} commands are given in scaled points.
14880 @xref{Fractional Type Sizes}, for more information.
14882 @item unitwidth @var{n}
14883 @kindex unitwidth
14884 Quantities in the font files are given in machine units for fonts whose
14885 point size is @var{n}@tie{}scaled points.
14887 @item prepro @var{program}
14888 @kindex prepro
14889 Call @var{program} as a preprocessor.  Currently, this keyword is used
14890 by @code{groff} with option @option{-Thtml} only.
14892 @item postpro @var{program}
14893 @kindex postpro
14894 Call @var{program} as a postprocessor.  For example, the line
14896 @Example
14897 postpro grodvi
14898 @endExample
14900 @noindent
14901 in the file @file{devdvi/DESC} makes @code{groff} call @code{grodvi}
14902 if option @option{-Tdvi} is given (and @option{-Z} isn't used).
14904 @item tcommand
14905 @kindex tcommand
14906 This means that the postprocessor can handle the @samp{t} and @samp{u}
14907 intermediate output commands.
14909 @item sizes @var{s1} @var{s2} @dots{} @var{sn} 0
14910 @kindex sizes
14911 This means that the device has fonts at @var{s1}, @var{s2}, @dots{}
14912 @var{sn} scaled points.  The list of sizes must be terminated by@tie{}0
14913 (this is digit zero).  Each @var{si} can also be a range of sizes
14914 @var{m}-@var{n}.  The list can extend over more than one line.
14916 @item styles @var{S1} @var{S2} @dots{} @var{Sm}
14917 @kindex styles
14918 The first @var{m}@tie{}font positions are associated with styles
14919 @var{S1} @dots{} @var{Sm}.
14921 @item fonts @var{n} @var{F1} @var{F2} @var{F3} @dots{} @var{Fn}
14922 @kindex fonts
14923 Fonts @var{F1} @dots{} @var{Fn} are mounted in the font positions
14924 @var{m}+1, @dots{}, @var{m}+@var{n} where @var{m} is the number of
14925 styles.  This command may extend over more than one line.  A font name
14926 of@tie{}0 means no font is mounted on the corresponding font position.
14928 @item family @var{fam}
14929 @kindex family
14930 The default font family is @var{fam}.
14932 @item use_charnames_in_special
14933 @kindex use_charnames_in_special
14934 This command indicates that @code{gtroff} should encode special
14935 characters inside special commands.  Currently, this is only used
14936 by the @acronym{HTML} output device.  @xref{Postprocessor Access}.
14938 @item papersize @var{string} @dots{}
14939 @kindex papersize
14940 Select a paper size.  Valid values for @var{string} are the ISO paper
14941 types @code{A0}-@code{A7}, @code{B0}-@code{B7}, @code{C0}-@code{C7},
14942 @code{D0}-@code{D7}, @code{DL}, and the US paper types @code{letter},
14943 @code{legal}, @code{tabloid}, @code{ledger}, @code{statement},
14944 @code{executive}, @code{com10}, and @code{monarch}.  Case is not significant
14945 for @var{string} if it holds predefined paper types.  Alternatively,
14946 @var{string} can be a file name (e.g.@: @file{/etc/papersize}); if the file
14947 can be opened, @code{groff} reads the first line and tests for the above
14948 paper sizes.  Finally, @var{string} can be a custom paper size in the format
14949 @code{@var{length},@var{width}} (no spaces before and after the comma).
14950 Both @var{length} and @var{width} must have a unit appended; valid values
14951 are @samp{i} for inches, @samp{C} for centimeters, @samp{p} for points, and
14952 @samp{P} for picas.  Example: @code{12c,235p}.  An argument which starts
14953 with a digit is always treated as a custom paper format.  @code{papersize}
14954 sets both the vertical and horizontal dimension of the output medium.
14956 More than one argument can be specified; @code{groff} scans from left to
14957 right and uses the first valid paper specification.
14959 @item pass_filenames
14960 @kindex pass_filenames
14961 Tell @code{gtroff} to emit the name of the source file currently
14962 being processed.  This is achieved by the intermediate output command
14963 @samp{F}.  Currently, this is only used by the @acronym{HTML} output
14964 device.
14966 @item print @var{program}
14967 @kindex print
14968 Use @var{program} as a spooler program for printing.  If omitted,
14969 the @option{-l} and @option{-L} options of @code{groff} are ignored.
14971 @item charset
14972 @kindex charset
14973 This line and everything following in the file are ignored.  It is
14974 allowed for the sake of backwards compatibility.
14975 @end table
14977 The @code{res}, @code{unitwidth}, @code{fonts}, and @code{sizes} lines
14978 are mandatory.  Other commands are ignored by @code{gtroff} but may be
14979 used by postprocessors to store arbitrary information about the device
14980 in the @file{DESC} file.
14982 @kindex spare1
14983 @kindex spare2
14984 @kindex biggestfont
14985 Here a list of obsolete keywords which are recognized by @code{groff}
14986 but completely ignored: @code{spare1}, @code{spare2},
14987 @code{biggestfont}.
14989 @c ---------------------------------------------------------------------
14991 @node Font File Format,  , DESC File Format, Font Files
14992 @subsection Font File Format
14993 @cindex font file, format
14994 @cindex font description file, format
14995 @cindex format of font files
14996 @cindex format of font description files
14998 A @dfn{font file}, also (and probably better) called a @dfn{font
14999 description file}, has two sections.  The first section is a sequence
15000 of lines each containing a sequence of blank delimited words; the first
15001 word in the line is a key, and subsequent words give a value for that
15002 key.
15004 @table @code
15005 @item name @var{f}
15006 @kindex name
15007 The name of the font is@tie{}@var{f}.
15009 @item spacewidth @var{n}
15010 @kindex spacewidth
15011 The normal width of a space is@tie{}@var{n}.
15013 @item slant @var{n}
15014 @kindex slant
15015 The glyphs of the font have a slant of @var{n}@tie{}degrees.
15016 (Positive means forward.)
15018 @item ligatures @var{lig1} @var{lig2} @dots{} @var{lign} [0]
15019 @kindex ligatures
15020 Glyphs @var{lig1}, @var{lig2}, @dots{}, @var{lign} are ligatures;
15021 possible ligatures are @samp{ff}, @samp{fi}, @samp{fl}, @samp{ffi} and
15022 @samp{ffl}.  For backwards compatibility, the list of ligatures may be
15023 terminated with a@tie{}0.  The list of ligatures may not extend over more
15024 than one line.
15026 @item special
15027 @cindex special fonts
15028 @kindex special
15029 The font is @dfn{special}; this means that when a glyph is requested
15030 that is not present in the current font, it is searched for in any
15031 special fonts that are mounted.
15032 @end table
15034 Other commands are ignored by @code{gtroff} but may be used by
15035 postprocessors to store arbitrary information about the font in the font
15036 file.
15038 @cindex comments in font files
15039 @cindex font files, comments
15040 @kindex #
15041 The first section can contain comments which start with the @samp{#}
15042 character and extend to the end of a line.
15044 The second section contains one or two subsections.  It must contain a
15045 @code{charset} subsection and it may also contain a @code{kernpairs}
15046 subsection.  These subsections can appear in any order.  Each
15047 subsection starts with a word on a line by itself.
15049 @kindex charset
15050 The word @code{charset} starts the character set
15051 subsection.@footnote{This keyword is misnamed since it starts a list
15052 of ordered glyphs, not characters.}  The @code{charset} line is
15053 followed by a sequence of lines.  Each line gives information for one
15054 glyph.  A line comprises a number of fields separated by blanks or
15055 tabs.  The format is
15057 @quotation
15058 @var{name} @var{metrics} @var{type} @var{code}
15059 [@var{entity-name}] [@code{--} @var{comment}]
15060 @end quotation
15062 @cindex 8-bit input
15063 @cindex input, 8-bit
15064 @cindex accessing unnamed glyphs with @code{\N}
15065 @cindex unnamed glyphs, accessing with @code{\N}
15066 @cindex characters, unnamed, accessing with @code{\N}
15067 @cindex glyphs, unnamed, accessing with @code{\N}
15068 @kindex ---
15069 @noindent
15070 @var{name} identifies the glyph name@footnote{The distinction between
15071 input, characters, and output, glyphs, is not clearly separated in the
15072 terminology of @code{groff}; for example, the @code{char} request
15073 should be called @code{glyph} since it defines an output entity.}:
15074 If @var{name} is a single character@tie{}@var{c} then it corresponds
15075 to the @code{gtroff} input character@tie{}@var{c}; if it is of the form
15076 @samp{\@var{c}} where @var{c} is a single character, then it
15077 corresponds to the special character @code{\[@var{c}]}; otherwise it
15078 corresponds to the special character @samp{\[@var{name}]}.  If it
15079 is exactly two characters @var{xx} it can be entered as
15080 @samp{\(@var{xx}}.  Note that single-letter special characters can't
15081 be accessed as @samp{\@var{c}}; the only exception is @samp{\-} which
15082 is identical to @code{\[-]}.
15084 @code{gtroff} supports 8-bit input characters; however some utilities
15085 have difficulties with eight-bit characters.  For this reason, there is
15086 a convention that the entity name @samp{char@var{n}} is equivalent to
15087 the single input character whose code is@tie{}@var{n}.  For example,
15088 @samp{char163} would be equivalent to the character with code@tie{}163
15089 which is the pounds sterling sign in the ISO@tie{}@w{Latin-1} character set.
15090 You shouldn't use @samp{char@var{n}} entities in font description files
15091 since they are related to input, not output.  Otherwise, you get
15092 hard-coded connections between input and output encoding which
15093 prevents use of different (input) character sets.
15095 The name @samp{---} is special and indicates that the glyph is
15096 unnamed; such glyphs can only be used by means of the @code{\N}
15097 escape sequence in @code{gtroff}.
15099 The @var{type} field gives the glyph type:
15101 @table @code
15102 @item 1
15103 the glyph has a descender, for example, @samp{p};
15105 @item 2
15106 the glyph has an ascender, for example, @samp{b};
15108 @item 3
15109 the glyph has both an ascender and a descender, for example, @samp{(}.
15110 @end table
15112 The @var{code} field gives the code which the postprocessor uses to
15113 print the glyph.  The glyph can also be input to @code{gtroff}
15114 using this code by means of the @code{\N} escape sequence.  @var{code}
15115 can be any integer.  If it starts with @samp{0} it is interpreted as
15116 octal; if it starts with @samp{0x} or @samp{0X} it is interpreted as
15117 hexadecimal.  Note, however, that the @code{\N} escape sequence only
15118 accepts a decimal integer.
15120 The @var{entity-name} field gives an @acronym{ASCII} string
15121 identifying the glyph which the postprocessor uses to print the
15122 @code{gtroff} glyph @var{name}.  This field is optional and has been
15123 introduced so that the @acronym{HTML} device driver can encode its
15124 character set.  For example, the glyph @samp{\[Po]} is
15125 represented as @samp{&pound;} in @acronym{HTML} 4.0.
15127 Anything on the line after the @var{entity-name} field resp.@: after
15128 @samp{--} will be ignored.
15130 The @var{metrics} field has the form:
15132 @display
15133 @group
15134 @var{width}[@code{,}@var{height}[@code{,}@var{depth}[@code{,}@var{italic-correction}
15135   [@code{,}@var{left-italic-correction}[@code{,}@var{subscript-correction}]]]]]
15136 @end group
15137 @end display
15139 @noindent
15140 There must not be any spaces between these subfields (it has been split
15141 here into two lines for better legibility only).  Missing subfields are
15142 assumed to be@tie{}0.  The subfields are all decimal integers.  Since
15143 there is no associated binary format, these values are not required to
15144 fit into a variable of type @samp{char} as they are in @code{ditroff}.
15145 The @var{width} subfield gives the width of the glyph.  The @var{height}
15146 subfield gives the height of the glyph (upwards is positive); if a
15147 glyph does not extend above the baseline, it should be given a zero
15148 height, rather than a negative height.  The @var{depth} subfield gives
15149 the depth of the glyph, that is, the distance from the baseline to the
15150 lowest point below the baseline to which the glyph extends (downwards is
15151 positive); if a glyph does not extend below the baseline, it should be
15152 given a zero depth, rather than a negative depth.  The
15153 @var{italic-correction} subfield gives the amount of space that should
15154 be added after the glyph when it is immediately to be followed by a
15155 glyph from a roman font.  The @var{left-italic-correction} subfield
15156 gives the amount of space that should be added before the glyph when it
15157 is immediately to be preceded by a glyph from a roman font.  The
15158 @var{subscript-correction} gives the amount of space that should be
15159 added after a glyph before adding a subscript.  This should be less
15160 than the italic correction.
15162 A line in the @code{charset} section can also have the format
15164 @Example
15165 @var{name} "
15166 @endExample
15168 @noindent
15169 This indicates that @var{name} is just another name for the glyph
15170 mentioned in the preceding line.
15172 @kindex kernpairs
15173 The word @code{kernpairs} starts the kernpairs section.  This contains a
15174 sequence of lines of the form:
15176 @Example
15177 @var{c1} @var{c2} @var{n}
15178 @endExample
15180 @noindent
15181 This means that when glyph @var{c1} appears next to glyph @var{c2}
15182 the space between them should be increased by@tie{}@var{n}.  Most
15183 entries in the kernpairs section have a negative value for@tie{}@var{n}.
15187 @c =====================================================================
15188 @c =====================================================================
15190 @node Installation, Copying This Manual, File formats, Top
15191 @chapter Installation
15192 @cindex installation
15194 @c XXX
15198 @c =====================================================================
15199 @c =====================================================================
15201 @node Copying This Manual, Request Index, Installation, Top
15202 @appendix Copying This Manual
15204 @menu
15205 * GNU Free Documentation License::  License for copying this manual.
15206 @end menu
15208 @include fdl.texi
15212 @c =====================================================================
15213 @c =====================================================================
15215 @node Request Index, Escape Index, Copying This Manual, Top
15216 @appendix Request Index
15218 Requests appear without the leading control character (normally either
15219 @samp{.} or @samp{'}).
15221 @printindex rq
15225 @c =====================================================================
15226 @c =====================================================================
15228 @node Escape Index, Operator Index, Request Index, Top
15229 @appendix Escape Index
15231 Any escape sequence @code{\@var{X}} with @var{X} not in the list below
15232 emits a warning, printing glyph @var{X}.
15234 @printindex es
15238 @c =====================================================================
15239 @c =====================================================================
15241 @node Operator Index, Register Index, Escape Index, Top
15242 @appendix Operator Index
15244 @printindex op
15248 @c =====================================================================
15249 @c =====================================================================
15251 @node Register Index, Macro Index, Operator Index, Top
15252 @appendix Register Index
15254 The macro package or program a specific register belongs to is appended in
15255 brackets.
15257 A register name@tie{}@code{x} consisting of exactly one character can be
15258 accessed as @samp{\nx}.  A register name @code{xx} consisting of exactly
15259 two characters can be accessed as @samp{\n(xx}.  Register names @code{xxx}
15260 of any length can be accessed as @samp{\n[xxx]}.
15262 @printindex vr
15266 @c =====================================================================
15267 @c =====================================================================
15269 @node Macro Index, String Index, Register Index, Top
15270 @appendix Macro Index
15272 The macro package a specific macro belongs to is appended in brackets.
15273 They appear without the leading control character (normally @samp{.}).
15275 @printindex ma
15279 @c =====================================================================
15280 @c =====================================================================
15282 @node String Index, Glyph Name Index, Macro Index, Top
15283 @appendix String Index
15285 The macro package or program a specific string belongs to is appended in
15286 brackets.
15288 A string name@tie{}@code{x} consisting of exactly one character can be
15289 accessed as @samp{\*x}.  A string name @code{xx} consisting of exactly
15290 two characters can be accessed as @samp{\*(xx}.  String names @code{xxx}
15291 of any length can be accessed as @samp{\*[xxx]}.
15294 @printindex st
15298 @c =====================================================================
15299 @c =====================================================================
15301 @node Glyph Name Index, Font File Keyword Index, String Index, Top
15302 @appendix Glyph Name Index
15304 A glyph name @code{xx} consisting of exactly two characters can be
15305 accessed as @samp{\(xx}.  Glyph names @code{xxx} of any length can be
15306 accessed as @samp{\[xxx]}.
15308 @c XXX
15312 @c =====================================================================
15313 @c =====================================================================
15315 @node Font File Keyword Index, Program and File Index, Glyph Name Index, Top
15316 @appendix Font File Keyword Index
15318 @printindex ky
15322 @c =====================================================================
15323 @c =====================================================================
15325 @node Program and File Index, Concept Index, Font File Keyword Index, Top
15326 @appendix Program and File Index
15328 @printindex pg
15332 @c =====================================================================
15333 @c =====================================================================
15335 @node Concept Index,  , Program and File Index, Top
15336 @appendix Concept Index
15338 @printindex cp
15341 @bye