Annotation of researchv10dc/vol2/index/example/ptemplate.m, revision 1.1

1.1     ! root        1: Each bibliographic reference may be classified as a particular type,
        !             2: e.g. book, article, thesis.
        !             3: Each type, in turn, is defined by a set of attributes.
        !             4: Below is a list of all such attributes.
        !             5: For any one type, some of the attributes are required, some
        !             6: optional, some undefined, and some ignored
        !             7: (e.g. the attribute is there for some purpose
        !             8: other than formatting such as indexing or recordkeeping).
        !             9: Next to each attribute name is a brief description of its function.
        !            10: 
        !            11: |begin(small)
        !            12: |begin(table)
        !            13: center;
        !            14: lFCW lw(2i).
        !            15: %type  document type
        !            16: %author        T{
        !            17: name of author (or editor in case of edited book)
        !            18: T}
        !            19: %title reference title
        !            20: %publisher     T{
        !            21: publisher, organization, institution, or school
        !            22: T}
        !            23: %address       address of publisher
        !            24: %booktitle     T{
        !            25: title of book, part of which is being cited
        !            26: T}
        !            27: %editor        T{
        !            28: editor of book, journal, proceedings or author of reviewed article
        !            29: T}
        !            30: %date  publication date
        !            31: %report        technical report number
        !            32: %tm    tm number
        !            33: %journal       T{
        !            34: name of journal, magazine, or proceedings
        !            35: T}
        !            36: %volume        book or journal volume number
        !            37: %number        journal number
        !            38: %part  journal part number
        !            39: %pages pages on which reference appears
        !            40: %also  refers by search keys to another entry
        !            41: %also_begin    begin another entry
        !            42: %also_end      end another entry
        !            43: %other T{
        !            44: any other information to be included with the reference
        !            45: T}
        !            46: %keywords      T{
        !            47: keywords used for searching (an ignored attribute)
        !            48: T}
        !            49: %X     T{
        !            50: location of the reference (an ignored attribute)
        !            51: T}
        !            52: %Y     read status (an ignored attribute)
        !            53: %Z     comments (an ignored attribute)
        !            54: |end(table)
        !            55: |end(small)
        !            56: 
        !            57: What follows is a list of currently defined bibliography types,
        !            58: along with their
        !            59: required and optional attributes.
        !            60: The only attributes that can appear more than once in a single reference
        !            61: are %author and %editor.
        !            62: The %type attribute is required by all types.
        !            63: The attributes %also, %also_begin, %also_end, and %other are optional
        !            64: for all types.
        !            65: Finally, %X, %Y, %Z, and %keywords are optional ignored attributes.
        !            66: 
        !            67: |new_page
        !            68: |begin(small)
        !            69: |begin(here)
        !            70: |begin(table)
        !            71: l l.
        !            72: article        journal or magazine article
        !            73: required:      optional:
        !            74:   %author        %volume
        !            75:   %title         %number
        !            76:   %journal       %part
        !            77:   %date          %pages
        !            78: |end(table)
        !            79: |end(here)
        !            80: |begin(here)
        !            81: |begin(table)
        !            82: l l.
        !            83: book   a published book
        !            84:        required:       optional:
        !            85:          %author         %address
        !            86:          %title          %volume
        !            87:          %publisher
        !            88:          %date
        !            89: |end(table)
        !            90: |end(here)
        !            91: |begin(here)
        !            92: |begin(table)
        !            93: l l.
        !            94: editedbook     an edited book  
        !            95: required:      optional:
        !            96:   %author        %address
        !            97:   %title         %volume
        !            98:   %publisher
        !            99:   %date
        !           100: |end(table)
        !           101: |end(here)
        !           102: |begin(here)
        !           103: |begin(table)
        !           104: l l.
        !           105: incollection   article or chapter in a collection
        !           106: required:      optional:
        !           107:   %author        %address
        !           108:   %title         %editor
        !           109:   %booktitle     %volume
        !           110:   %publisher     %pages
        !           111:   %date
        !           112: |end(table)
        !           113: |end(here)
        !           114: |begin(here)
        !           115: |begin(table)
        !           116: l l.
        !           117: inproceedings  paper in a proceedings
        !           118: required:      optional:
        !           119:   %author        %volume
        !           120:   %title         %number
        !           121:   %journal       %part
        !           122:   %date          %publisher
        !           123:          %address
        !           124:          %editor
        !           125:          %pages
        !           126: |end(table)
        !           127: |end(here)
        !           128: |begin(here)
        !           129: |begin(table)
        !           130: l l.
        !           131: manual a manual or guide
        !           132: required:      optional:
        !           133:   %title         %author
        !           134:   %date          %volume
        !           135:          %editor
        !           136:          %publisher
        !           137:          %address
        !           138: |end(table)
        !           139: |end(here)
        !           140: |begin(here)
        !           141: |begin(table)
        !           142: l l.
        !           143: mastersthesis  Master's Thesis
        !           144: required:      optional:
        !           145:   %author        %address
        !           146:   %title
        !           147:   %publisher
        !           148:   %date
        !           149: |end(table)
        !           150: |end(here)
        !           151: |begin(here)
        !           152: |begin(table)
        !           153: l l.
        !           154: misc   miscellaneous type
        !           155:        optional:
        !           156:          %author
        !           157:          %title
        !           158:          %volume
        !           159:          %publisher
        !           160:          %address
        !           161:          %pages
        !           162:          %date
        !           163: |end(table)
        !           164: |end(here)
        !           165: |begin(here)
        !           166: |begin(table)
        !           167: l l.
        !           168: pamphlet       a pamphlet or booklet
        !           169: required:      optional:
        !           170:   %title         %author
        !           171:          %date 
        !           172:          %publisher
        !           173:          %address
        !           174: |end(table)
        !           175: |end(here)
        !           176: |begin(here)
        !           177: |begin(table)
        !           178: l l.
        !           179: phdthesis      Ph.D. Thesis
        !           180: required:      optional:
        !           181:   %author        %address
        !           182:   %title
        !           183:   %publisher
        !           184:   %date
        !           185: |end(table)
        !           186: |end(here)
        !           187: |begin(here)
        !           188: |begin(table)
        !           189: l l.
        !           190: proceedings    an conference proceedings
        !           191: required:      optional:
        !           192:   %title         %author
        !           193:   %publisher     %volume
        !           194:   %date          %number
        !           195:          %part
        !           196:          %address
        !           197:          %editor
        !           198: |end(table)
        !           199: |end(here)
        !           200: |begin(here)
        !           201: |begin(table)
        !           202: l l.
        !           203: review a review of another piece
        !           204: required:      optional:
        !           205:   %author        %title
        !           206:   %journal       %booktitle
        !           207:   %date          %editor
        !           208:          %publisher
        !           209:          %volume
        !           210:          %number
        !           211:          %part
        !           212:          %pages
        !           213: |end(table)
        !           214: |end(here)
        !           215: |begin(here)
        !           216: |begin(table)
        !           217: l l.
        !           218: techreport     technical report
        !           219: required:      optional:
        !           220:   %author        %report
        !           221:   %title
        !           222:   %publisher
        !           223:   %date
        !           224: |end(table)
        !           225: |end(here)
        !           226: |begin(here)
        !           227: |begin(table)
        !           228: l l.
        !           229: tm     AT&T Bell Labs technical memorandum
        !           230: required:
        !           231:   %author
        !           232:   %title
        !           233:   %tm
        !           234:   %date
        !           235: |end(table)
        !           236: |end(here)
        !           237: |begin(here)
        !           238: |begin(table)
        !           239: l l.
        !           240: unpublished    unpublished manuscript
        !           241: required:      optional:
        !           242:   %author        %date
        !           243:   %title
        !           244: 
        !           245: |end(table)
        !           246: |end(here)
        !           247: |end(small)
        !           248: |style(one_column)

unix.superglobalmegacorp.com

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