Annotation of researchv10no/cmd/troff/ancient.nroff/macros.d/tmac.srefs, revision 1.1

1.1     ! root        1: .\" REFER macros .... citations
        !             2: .de []
        !             3: .][ \\$1
        !             4: ..
        !             5: .de ][
        !             6: .if \\$1>5 .tm Bad arg to []
        !             7: .[\\$1
        !             8: ..
        !             9: .if n .ds [. [
        !            10: .if t .ds [. \s-2\v'-.4m'\f1
        !            11: .if n .ds .] ]
        !            12: .if t .ds .] \v'.4m'\s+2\fP
        !            13: .if n .ds [o ""
        !            14: .if n .ds [c ""
        !            15: .if t .ds [o ``
        !            16: .if t .ds [c ''
        !            17: .\" the next lines deal with the problem of .[1] or [1].
        !            18: .\" refer will write "linexxx\*(<.[1]\*(>.
        !            19: .\" and either "<." or ">." should produce the .;
        !            20: .\" similarly for ,
        !            21: .if n .ds >. .
        !            22: .if t .ds <. .
        !            23: .if n .ds >, ,
        !            24: .if t .ds <, ,
        !            25: .de [5 \" tm style
        !            26: .FS
        !            27: .IP "\\*([F.\0" \\n([Wu
        !            28: .nr %T 2
        !            29: \\*([A, \\f2\\*([T\\f1,
        !            30: .ie \\n(TN \\*([M.
        !            31: .el Bell Laboratories internal memorandum (\\*([D).
        !            32: .RT
        !            33: .FE
        !            34: ..
        !            35: .de [0 \" other
        !            36: .FS
        !            37: .nr [: 0
        !            38: .if !"\\*([F"" .IP "\\*([F.\0" \\n([Wu
        !            39: .if !"\\*([A"" \{.nr [: 1
        !            40: \\*([A\c\}
        !            41: .if !"\\*([T"" \{.if \\n([:>0 ,
        !            42: .nr [: 1
        !            43: \\f2\\*([T\\f1\c\}
        !            44: .if !"\\*([p""\{.if \\n([:>0 ,
        !            45: .nr [: 1
        !            46: Patent No. \\*([p\c\}
        !            47: .if !"\\*([O""\{.if \\n([:>0 ,
        !            48: .nr [: 1
        !            49: .if \\n([O>0 .nr [: 0
        !            50: \\*([O\c
        !            51: .if \\n([O>0 \& \c\}
        !            52: .if !"\\*([C"" \{.if \\n([:>0 ,
        !            53: .nr [: 1
        !            54: \\*([C\c\}
        !            55: .if !"\\*([D"" \{.if \\n([:>0 ,
        !            56: .nr [: 1
        !            57: \\*([D\c\}
        !            58: .if \\n([:>0 \&.
        !            59: .RT
        !            60: .FE
        !            61: ..
        !            62: .de [1 \" journal article
        !            63: .nr %T 1 \" title font
        !            64: .FS
        !            65: .if !"\\*([R"" .rm [C
        !            66: .if !"\\*([F"" .IP "\\*([F.\0" \\n([Wu
        !            67: .if !"\\*([A"" \\*([A,
        !            68: .if !"\\*([T"" \\*([o\\*([T,\\*([c
        !            69: \\f2\\*([J\\f1\c
        !            70: .if !"\\*([C"" , \\*([C\c
        !            71: .if !"\\*([V"" .if n ,\& Vol.\&\c
        !            72: .if !"\\*([V"" \& \\f3\\*([V\\f1\c
        !            73: .if !"\\*([N"" (\\*([N)\c
        !            74: .if !"\\*([P"" \{\
        !            75: .ie \\n([P>0 , pp.\ \&\c
        !            76: .el , p.\ \&\c
        !            77: \\*([P\c\}
        !            78: .if !"\\*([I"" .if "\\*([R"" , \\*([I\c
        !            79: .if !"\\*([O"" .if \\n([O=0 , \\*([O\c
        !            80: .if !"\\*([D"" \& (\\*([D)\c
        !            81: \&.
        !            82: .if !"\\*([O"" .if \\n([O>0  \\*([O
        !            83: .RT
        !            84: .FE
        !            85: ..
        !            86: .de [2 \" book
        !            87: .FS
        !            88: .nr %T 2
        !            89: .if !"\\*([F"" .IP "\\*([F.\0" \\n([Wu
        !            90: .if !"\\*([A"" \\*([A,
        !            91: .if !"\\*([T"" \\f2\\*([T,\\f1
        !            92: \\*([I\c
        !            93: .if !"\\*([C"" , \\*([C\c
        !            94: .if !"\\*([D"" \& (\\*([D)\c
        !            95: \&.
        !            96: .if !"\\*([G"" Gov't. ordering no. \\*([G.
        !            97: .if !"\\*([O"" \\*([O
        !            98: .RT
        !            99: .FE
        !           100: ..
        !           101: .de [4 \" report
        !           102: .FS
        !           103: .if !"\\*([F"" .IP "\\*([F.\0" \\n([Wu
        !           104: .nr %T 1
        !           105: \\*([A, \\*([o\\*([T,\\*([c
        !           106: \\*([R\c
        !           107: .if !"\\*([G"" \& (\\*([G)\c
        !           108: .if !"\\*([I"" ,  \\*([I\c
        !           109: .if !"\\*([C"" ,  \\*([C\c
        !           110: .if !"\\*([D"" \& (\\*([D)\c
        !           111: \&.
        !           112: .if !"\\*([O"" \\*([O
        !           113: .RT
        !           114: .FE
        !           115: ..
        !           116: .de [3 \" article in book
        !           117: .FS
        !           118: .nr %T 1
        !           119: .if !"\\*([F"" .IP "\\*([F.\0" \\n([Wu
        !           120: .if !"\\*([A"" \\*([A,
        !           121: .if !"\\*([T"" \\*([o\\*([T,\\*([c
        !           122: .if !"\\*([P"" pp. \\*([P
        !           123: in \\f2\\*([B\\f1\c
        !           124: .if !"\\*([E"" , ed. \\*([E\c
        !           125: .if !"\\*([I"" , \\*([I\c
        !           126: .if !"\\*([C"" , \\*([C\c
        !           127: .if !"\\*([D"" \& (\\*([D)\c
        !           128: \&.
        !           129: .if !"\\*([O"" \\*([O
        !           130: .RT
        !           131: .FE
        !           132: ..
        !           133: .de ]<
        !           134: .[<
        !           135: ..
        !           136: .de [<
        !           137: .SH
        !           138: References
        !           139: .LP
        !           140: .rm FS FE
        !           141: .nr [W +\\w'. 'u
        !           142: .if \\n([W<5n .nr [W 5n
        !           143: ..
        !           144: .de [>
        !           145: .]>
        !           146: ..
        !           147: .de ]>
        !           148: .sp
        !           149: ..
        !           150: .de ]-
        !           151: .[-
        !           152: ..
        !           153: .de [-
        !           154: .rm [V [P [A [T
        !           155: .rm [N [C [B [O
        !           156: .rm [R [I [E [D
        !           157: ..
        !           158: .de ]]
        !           159: .\"this is never executed and just uses up an end-of-file bug.
        !           160: ..

unix.superglobalmegacorp.com

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