Annotation of researchv10no/cmd/prefer/misc/ptemplate, revision 1.1

1.1     ! root        1: : REFER TEMPLATE FILE
        !             2: :
        !             3: : Format:  Each entry or field name appears on a separate line.
        !             4: : An entry name appears at the left margin; it is followed by all
        !             5: : of its component field names.  Each field name appears after
        !             6: : a single <TAB> character, and a possible modifier.
        !             7: : each field name is followed by a single <TAB> character and the
        !             8: : appropriate string to output for the first occurence of the field.
        !             9: : This field is followed by an optional <TAB> and the continue field to output
        !            10: : for the middle occurences of the field or the word "NULL".
        !            11: : This field is followed by an optional <TAB> and the continue field to output
        !            12: : for the last occurence of the field or the word "NULL".
        !            13: : Except as noted below, all fields are prompted for during
        !            14: : insert mode.
        !            15: :
        !            16: : Fields may be preceded by a single modifier character.  If no
        !            17: : modifier is present, the field is REQUIRED.  The modifiers are:
        !            18: : ?    Field is OPTIONAL.  It will be prompted for.
        !            19: : -    Field is EXTRA -- ignored by refer.  It will, however, be
        !            20: :      prompted for.  This is used, for example, for "Keywords".
        !            21: : !    Field is OCCASIONAL -- maybe used by refer, maybe not.  It
        !            22: :      will NOT be prompted for.  This is used for note, annote,
        !            23: :      editors, etc.; these are understood by refer, but are
        !            24: :      rather nonstandard, and probably should not be prompted for.
        !            25: : Fields may be followed by [default value], where the default value will be
        !            26: : used if a carriage return is given.  If no default value field is given
        !            27: : a carriage return will mean do not output this field.
        !            28: :
        !            29: : Comment lines are preceded by a colon.
        !            30: :
        !            31: article
        !            32:        author          %author %author %author
        !            33:        title           %title
        !            34:        journal         %journal
        !            35:        ?volume         %volume
        !            36:        ?number         %number
        !            37:        ?part           %part
        !            38:        date            %date
        !            39:        ?pages          %pages
        !            40:        ?other          %other
        !            41:        ?also           %also
        !            42:        -keywords       %keywords
        !            43:        ?location status [don't have]   %X
        !            44:        ?read status [haven't read]     %Y
        !            45:        ?comments       %Z
        !            46: book
        !            47:        author          %author %author %author
        !            48:        title           %title
        !            49:        publisher       %publisher
        !            50:        ?address        %address
        !            51:        date            %date
        !            52:        ?volume         %volume
        !            53:        ?other          %other
        !            54:        ?also           %also
        !            55:        -keywords       %keywords
        !            56:        ?location status [don't have]   %X
        !            57:        ?read status [haven't read]     %Y
        !            58:        ?comments       %Z
        !            59: editedbook
        !            60:        editor          %author %author %author
        !            61:        title           %title
        !            62:        publisher       %publisher
        !            63:        ?address        %address
        !            64:        date            %date
        !            65:        ?volume         %volume
        !            66:        ?other          %other
        !            67:        ?also           %also
        !            68:        -keywords       %keywords
        !            69:        ?location status [don't have]   %X
        !            70:        ?read status [haven't read]     %Y
        !            71:        ?comments       %Z
        !            72: incollection
        !            73:        author          %author %author %author
        !            74:        title           %title
        !            75:        booktitle       %booktitle
        !            76:        ?editor         %editor %editor %editor
        !            77:        publisher       %publisher
        !            78:        ?address        %address
        !            79:        date            %date
        !            80:        ?volume         %volume
        !            81:        ?pages          %pages
        !            82:        ?other          %other
        !            83:        ?also           %also
        !            84:        -keywords       %keywords
        !            85:        ?location status [don't have]   %X
        !            86:        ?read status [haven't read]     %Y
        !            87:        ?comments       %Z
        !            88: inproceedings
        !            89:        author          %author %author %author
        !            90:        title           %title
        !            91:        proceedings     %journal
        !            92:        ?volume         %volume
        !            93:        ?number         %number
        !            94:        ?part           %part
        !            95:        ?publisher or organization      %publisher
        !            96:        ?address        %address
        !            97:        ?editor         %editor %editor %editor
        !            98:        date            %date
        !            99:        ?pages          %pages
        !           100:        ?other          %other
        !           101:        ?also           %also
        !           102:        -keywords       %keywords
        !           103:        ?location status [don't have]   %X
        !           104:        ?read status [haven't read]     %Y
        !           105:        ?comments       %Z
        !           106: manual
        !           107:        ?author         %author %author %author
        !           108:        title           %title
        !           109:        ?volume         %volume
        !           110:        date            %date
        !           111:        ?editor         %editor %editor %editor
        !           112:        ?organization   %publisher
        !           113:        ?address        %address
        !           114:        ?other          %other
        !           115:        ?also           %also
        !           116:        -keywords       %keywords
        !           117:        ?location status [don't have]   %X
        !           118:        ?read status [haven't read]     %Y
        !           119:        ?comments       %Z
        !           120: mastersthesis
        !           121:        author          %author %author %author
        !           122:        title           %title
        !           123:        school          %publisher
        !           124:        date            %date
        !           125:        ?address        %address
        !           126:        ?other          %other
        !           127:        ?also           %also
        !           128:        -keywords       %keywords
        !           129:        ?location status [don't have]   %X
        !           130:        ?read status [haven't read]     %Y
        !           131:        ?comments       %Z
        !           132: misc
        !           133:        ?author         %author %author %author
        !           134:        ?title          %title
        !           135:        ?volume         %volume
        !           136:        ?howpublished   %publisher
        !           137:        ?address        %address
        !           138:        ?pages          %pages
        !           139:        ?date           %date
        !           140:        ?other          %other
        !           141:        ?also           %also
        !           142:        -keywords       %keywords
        !           143:        ?location status [don't have]   %X
        !           144:        ?read status [haven't read]     %Y
        !           145:        ?comments       %Z
        !           146: pamphlet
        !           147:        ?author         %author %author %author
        !           148:        title           %title
        !           149:        ?date           %date
        !           150:        ?howpublished   %publisher
        !           151:        ?address        %address
        !           152:        ?other          %other
        !           153:        ?also           %also
        !           154:        -keywords       %keywords
        !           155:        ?location status [don't have]   %X
        !           156:        ?read status [haven't read]     %Y
        !           157:        ?comments       %Z
        !           158: phdthesis
        !           159:        author          %author %author %author
        !           160:        title           %title
        !           161:        school          %publisher
        !           162:        date            %date
        !           163:        ?address        %address
        !           164:        ?other          %other
        !           165:        ?also           %also
        !           166:        -keywords       %keywords
        !           167:        ?location status [don't have]   %X
        !           168:        ?read status [haven't read]     %Y
        !           169:        ?comments       %Z
        !           170: proceedings
        !           171:        ?author         %author %author %author
        !           172:        title           %title
        !           173:        ?volume         %volume
        !           174:        ?number         %number
        !           175:        ?part           %part
        !           176:        organization or publisher       %publisher
        !           177:        ?address        %address
        !           178:        ?editor         %editor %editor %editor
        !           179:        date            %date
        !           180:        ?other          %other
        !           181:        ?also           %also
        !           182:        -keywords       %keywords
        !           183:        ?location status [don't have]   %X
        !           184:        ?read status [haven't read]     %Y
        !           185:        ?comments       %Z
        !           186: review
        !           187:        author          %author %author %author
        !           188:        ?title          %title
        !           189:        ?reviewed title %booktitle
        !           190:        ?reviewed author        %editor %editor %editor
        !           191:        ?reviewed publisher     %publisher
        !           192:        journal         %journal
        !           193:        ?volume         %volume
        !           194:        ?number         %number
        !           195:        ?part           %part
        !           196:        date            %date
        !           197:        ?pages          %pages
        !           198:        ?other          %other
        !           199:        ?also           %also
        !           200:        -keywords       %keywords
        !           201:        ?location status [don't have]   %X
        !           202:        ?read status [haven't read]     %Y
        !           203:        ?comments       %Z
        !           204: techreport
        !           205:        author          %author %author %author
        !           206:        title           %title
        !           207:        ?number         %report
        !           208:        institution     %publisher
        !           209:        date            %date
        !           210:        ?other          %other
        !           211:        ?also           %also
        !           212:        -keywords       %keywords
        !           213:        ?location status [don't have]   %X
        !           214:        ?read status [haven't read]     %Y
        !           215:        ?comments       %Z
        !           216: tm
        !           217:        author          %author %author %author
        !           218:        title           %title
        !           219:        number          %tm
        !           220:        date            %date
        !           221:        ?other          %other
        !           222:        ?also           %also
        !           223:        -keywords       %keywords
        !           224:        ?location status [don't have]   %X
        !           225:        ?read status [haven't read]     %Y
        !           226:        ?comments       %Z
        !           227: unpublished
        !           228:        author          %author %author %author
        !           229:        title           %title
        !           230:        ?date           %date
        !           231:        ?other          %other
        !           232:        ?also           %also
        !           233:        -keywords       %keywords
        !           234:        ?location status [don't have]   %X
        !           235:        ?read status [haven't read]     %Y
        !           236:        ?comments       %Z

unix.superglobalmegacorp.com

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