Annotation of coherent/a/usr/man/COHERENT/ms, revision 1.1

1.1     ! root        1: 
        !             2: 
        !             3: ms                    Technical Information                    ms
        !             4: 
        !             5: 
        !             6: 
        !             7: 
        !             8: Manuscript macro package
        !             9: 
        !            10: nnrrooffff -mmss _f_i_l_e ...
        !            11: 
        !            12: The nroff macro  package ms formats manuscripts.  The tutorial on
        !            13: nroff describes the ms macros in detail.
        !            14: 
        !            15: ms includes the following macros:
        !            16: 
        !            17: .AABB  Begin the abstract portion of a document's title page.
        !            18: 
        !            19: .AAEE  End the abstract
        !            20: 
        !            21: .AAII  Indicate author's institution on a document's title page.
        !            22: 
        !            23: .AAUU  Name the author on the title page of a document.
        !            24: 
        !            25: .BB   Boldface  font: set the following  argument in boldface.  If
        !            26:      the argument is longer than one word, it must be enclosed in
        !            27:      quotation marks.  Anything on the line after the argument is
        !            28:      thrown away.
        !            29: 
        !            30: .BBDD  Block-centered display.  Take  a portion of text; do not ad-
        !            31:      just it  or break it between  two lines, but center  it as a
        !            32:      whole.
        !            33: 
        !            34: .BBTT   Bottom title.   This controls  the  printing of  the footer
        !            35:      title, should  you want one.  It uses  three strings, all or
        !            36:      any of  which can be defined by the  user: LLFF, for left-hand
        !            37:      portion; CCFF, for center portion; and RRFF, for right-hand por-
        !            38:      tion.  CCFF  has the default  definition of printing  the page
        !            39:      number; the other two strings are undefined.
        !            40: 
        !            41: .CCDD  Centered  display.  Center individually every  line within a
        !            42:      display.
        !            43: 
        !            44: .DDAA  Set the date.
        !            45: 
        !            46: .DDEE  Mark the end of a display.  Do _n_o_t use after the macros .LLDD,
        !            47:      .CCDD, or .RRDD.
        !            48: 
        !            49: .DDSS  Mark  the beginning of  a display.  Do _n_o_t  use for displays
        !            50:      longer than one page.
        !            51: 
        !            52: .FFEE  Mark the end of a footnote entry.
        !            53: 
        !            54: .FFSS  Mark the beginning of a footenote entry.
        !            55: 
        !            56: .II   Italic font.  Used like .BB, above.
        !            57: 
        !            58: .IIDD  Indent a display 1/2 inch before printing.
        !            59: 
        !            60: .IIPP  Indent a paragraph  of text before printing.  This macro can
        !            61:      take  two arguments:  argument 1  is used as  a ttaagg  that is
        !            62: 
        !            63: 
        !            64: COHERENT Lexicon                                           Page 1
        !            65: 
        !            66: 
        !            67: 
        !            68: 
        !            69: ms                    Technical Information                    ms
        !            70: 
        !            71: 
        !            72: 
        !            73:      printed to the left of  the first line of the paragraph; ar-
        !            74:      gument  2 indicates  how  far to  indent  the paragraph,  in
        !            75:      characters (the default is five characters, or 1/2 inch).
        !            76: 
        !            77: .KKEE  Indicate the  end of a _k_e_e_p, or a  portion of text that must
        !            78:      not be broken between two pages.
        !            79: 
        !            80: .KKFF  Start floating keep.
        !            81: 
        !            82: .KKSS  Indicate the beginning of a _k_e_e_p.
        !            83: 
        !            84: .LLDD  Set a display flush left; used with displays that are longer
        !            85:      than one page.
        !            86: 
        !            87: .NNHH   Set a  numbered heading.  This  macro takes  two arguments.
        !            88:      Argument 1  is the text  of the heading; if  longer than one
        !            89:      word, it must be enclosed in quotation marks.  Argument 2 is
        !            90:      the _d_e_p_t_h of numbering;  for example, a `4' here would yield
        !            91:      a number  of the format ``1.1.1.1''.   No number higher than
        !            92:      five is accepted here.
        !            93: 
        !            94: .PPPP  Begin a new paragraph.
        !            95: 
        !            96: .QQEE  Mark the end of a quoted paragraph.
        !            97: 
        !            98: .QQPP  Quoted paragraph.  Used like .IIPP, above.
        !            99: 
        !           100: .QQSS  Mark the beginning of  quoted text; text is indented by five
        !           101:      characters (1/2 inch).
        !           102: 
        !           103: .RR   Roman font.  Used like .BB, above.
        !           104: 
        !           105: .RREE  Mark the end of a relative indentation.
        !           106: 
        !           107: .RRSS  Mark  the beginning of  a relative indentation.   A relative
        !           108:      indentation is a block of text that is indented five charac-
        !           109:      ters (1/2 inch) more than the text before it.
        !           110: 
        !           111: .SSHH   Subheading.   One  line  of  space  is  inserted,  and  the
        !           112:      following line of text is set boldface and centered.
        !           113: 
        !           114: .TTAA  Set tabs, in characters.
        !           115: 
        !           116: .TTLL  Title: format  the title entry on the cover  page of a docu-
        !           117:      ment.
        !           118: 
        !           119: ***** Files *****
        !           120: 
        !           121: /usr/lib/tmac.s
        !           122: 
        !           123: ***** See Also *****
        !           124: 
        !           125: man, nroff, technical information, troff
        !           126: _I_n_t_r_o_d_u_c_t_i_o_n _t_o _n_r_o_f_f, _T_e_x_t _P_r_o_c_e_s_s_i_n_g _L_a_n_g_u_a_g_e, tutorial
        !           127: 
        !           128: 
        !           129: 
        !           130: COHERENT Lexicon                                           Page 2
        !           131: 
        !           132: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.