GROFF_MS(7) GROFF_MS(7) NNAAMMEE groff_ms - groff ms macros SSYYNNOOPPSSIISS ggrrooffff --mmggss [ _o_p_t_i_o_n_s... ] [ _f_i_l_e_s... ] DDEESSCCRRIIPPTTIIOONN This manual page describes the GNU version of the ms macros, which is part of the groff document formatting system. The groff ms macros are intended to be compatible with the 4.3 BSD Unix ms macros subject to the following limitations: +o the internals of groff ms are not similar to the internals of Unix ms and so documents that depend upon implementation details of Unix ms may well not work with groff ms; +o there is no support for typewriter-like devices; +o Berkeley localisms, in particular the TTMM and CCTT macros, are not implemented; +o groff ms does not provide cut marks; +o multiple line spacing is not allowed (use a larger vertical spacing instead); +o groff ms does not work in compatibility mode (eg with the --CC option); +o the error-handling policy of groff ms is to detect and report errors, rather than silently to ignore them. The groff ms macros make use of many features of GNU troff and therefore cannot be used with any other troff. Bell Labs localisms are not implemented in either the BSD ms macros or in the groff ms macros. Some Unix ms documentation says that the CCWW and GGWW number registers can be used to control the column width and gut- ter width respectively. This is not the case. These num- ber registers are not used in groff ms. Macros that cause a reset set the indent. Macros that change the indent do not increment or decrement the indent, but rather set it absolutely. This can cause problems for documents that define additional macros of their own. The solution is to use not the iinn request but instead the RRSS and RREE macros. The number register GGSS is set to 1 by the groff ms macros, Groff Version 1.08 6 August 1992 1 GROFF_MS(7) GROFF_MS(7) but is not used by the Unix ms macros. It is intended that documents that need to determine whether they are being formatted with Unix ms or groff ms make use of this number register. Footnotes are implemented so that they can safely be used within keeps and displays. Automatically numbered foot- notes within floating keeps are not recommended. It is safe to have another \\**** between a \\**** and the correspond- ing ..FFSS; it is required only that each ..FFSS occur after the corresponding \\**** and that the occurrences of ..FFSS are in the same order as the corresponding occurrences of \\****. The strings \\**{{ and \\**}} can be used to begin and end a superscript. Some Unix V10 ms features are implemented. The BB, II and BBII macros can have an optional third argument which will be printed in the current font before the first argument. There is a macro CCWW like BB that changes to a constant- width font. The following strings can be redefined to adapt the groff ms macros to languages other than English: String Default Value REFERENCES References ABSTRACT ABSTRACT TOC Table of Contents MONTH1 January MONTH2 February MONTH3 March MONTH4 April MONTH5 May MONTH6 June MONTH7 July MONTH8 August MONTH9 September MONTH10 October MONTH11 November MONTH12 December The font family is reset from the string FFAAMM; at initial- ization if this string is undefined it is set to the cur- rent font family. The point size, vertical spacing, and inter-paragraph spacing for footnotes are taken from the number registers FFPPSS, FFVVSS, and FFPPDD; at initialization these are set to \\nn((PPSS--22, \\nn[[FFPPSS]]++22, and \\nn((PPDD//22 respec- tively; however, if any of these registers has been defined before initialization, it will not be set. Right-aligned displays are available with ..DDSS RR and ..RRDD. The following conventions are used for names of macros, Groff Version 1.08 6 August 1992 2 GROFF_MS(7) GROFF_MS(7) strings and number registers. External names available to documents that use the groff ms macros contain only upper- case letters and digits. Internally the macros are divided into modules. Names used only within one module are of the form _m_o_d_u_l_e**_n_a_m_e. Names used outside the mod- ule in which they are defined are of the form _m_o_d_u_l_e@@_n_a_m_e. Names associated with a particular environment are of the form _e_n_v_i_r_o_n_m_e_n_t::_n_a_m_e_; these are used only within the ppaarr module, and _n_a_m_e does not have a module prefix. Con- structed names used to implement arrays are of the form _a_r_r_a_y!!_i_n_d_e_x. Thus the groff ms macros reserve the follow- ing names: +o names containing **; +o names containing @@; +o names containing ::; +o names containing only uppercase letters and digits. FFIILLEESS //uu11//ggnnuu//lliibb//ggrrooffff//ttmmaacc//ttmmaacc..ggss SSEEEE AALLSSOO ggrrooffff(1), ggttrrooffff(1), ggttbbll(1), ggppiicc(1), ggeeqqnn(1) mmss(7) Groff Version 1.08 6 August 1992 3 .