Annotation of researchv10no/cmd/monk/db/preproc.m, revision 1.1

1.1     ! root        1: |environment(reference;
        !             2:        verbatim on, reference on;
        !             3: 
        !             4:        sawreference on)
        !             5:        |comment<summary: reference (a reference in prefer)>
        !             6: 
        !             7: |environment(reference_database;
        !             8:        verbatim on, reference database;)
        !             9:        |comment<summary: reference_database (use this database file for prefer)>
        !            10: 
        !            11: |environment(reference_include;
        !            12:        verbatim on, reference include;)
        !            13:        |comment<summary: reference_include (include these reference in prefer)>
        !            14: 
        !            15: |environment(reference_list;
        !            16:        verbatim on, reference list;)
        !            17:        |comment<summary: reference_list (format these databases in prefer)>
        !            18: 
        !            19: |environment(reference_placement;
        !            20:        |ifvalue sawreference on [
        !            21:                new.page,
        !            22:                set string temporary_string "REFERENCES",
        !            23:                inline off, size +1, center on,
        !            24:                font bold, string temporary_string, font roman,
        !            25:                center off, size -1, inline on,
        !            26:                minimum.lines,
        !            27:                clear string remember_string,
        !            28:                contents section 1 remember_string temporary_string,
        !            29:                reference.placement
        !            30:        ];
        !            31: 
        !            32:        sawreference off)
        !            33:        |comment<summary: reference_placement (produce references here)>
        !            34: 
        !            35: |environment(table;
        !            36:        verbatim on, file.information, minimum.lines 1, line.spacing 1, adjust off,
        !            37:        table on;
        !            38: 
        !            39:        minimum.lines 1)
        !            40:        |comment<summary: table (a table in tbl)>
        !            41: 
        !            42: |environment(table_caption;
        !            43:        divert.string temporary_string;
        !            44: 
        !            45:        incr table_counter, minimum.lines 1, center on, font bold,
        !            46:        text "Table ", number table_counter, text ". ", font roman,
        !            47:        string temporary_string, center off, minimum.lines 1,
        !            48:        store string.from.number remember_string table_counter,
        !            49:        contents table 1 remember_string temporary_string)
        !            50:        |comment<summary: table_caption (the table's caption; IT)>
        !            51: 
        !            52: |environment(picture;
        !            53:        verbatim on, file.information, minimum.lines 1, line.spacing 1, fill off, picture on;
        !            54: 
        !            55:        minimum.lines 1)
        !            56:        |comment<summary: picture (a picture in pic)>
        !            57: 
        !            58: |environment(picture_caption;
        !            59:        divert.string temporary_string;
        !            60: 
        !            61:        incr figure_counter, minimum.lines 1, center on, font bold,
        !            62:        text "Figure ", number figure_counter, text ". ", font roman,
        !            63:        string temporary_string, center off, minimum.lines 1,
        !            64:        store string.from.number remember_string figure_counter,
        !            65:        contents figure 1 remember_string temporary_string)
        !            66:        |comment<summary: picture_caption (the picture's caption; IT)>
        !            67: 
        !            68: |environment(ped;
        !            69:        verbatim on, file.information, minimum.lines 1, line.spacing 1, ped on;
        !            70: 
        !            71:        minimum.lines 1)
        !            72:        |comment<summary: ped (a picture in ped)>
        !            73: 
        !            74: |environment(ped_caption;
        !            75:        divert.string temporary_string;
        !            76: 
        !            77:        incr figure_counter, minimum.lines 1, center on, font bold,
        !            78:        text "Figure ", number figure_counter, text ". ", font roman,
        !            79:        string temporary_string, center off, minimum.lines 1,
        !            80:        store string.from.number remember_string figure_counter,
        !            81:        contents figure 1 remember_string temporary_string)
        !            82:        |comment<summary: ped_caption (the ped's caption; IT)>
        !            83: 
        !            84: |environment(ideal;
        !            85:        verbatim on, file.information, minimum.lines 1, line.spacing 1, ideal on;
        !            86: 
        !            87:        minimum.lines 1)
        !            88:        |comment<summary: ideal (a picture in ideal)>
        !            89: 
        !            90: |environment(ideal_caption;
        !            91:        divert.string temporary_string;
        !            92: 
        !            93:        incr figure_counter, minimum.lines 1, center on, font bold,
        !            94:        text "Figure ", number figure_counter, text ". ", font roman,
        !            95:        string temporary_string, center off, minimum.lines 1,
        !            96:        store string.from.number remember_string figure_counter,
        !            97:        contents figure 1 remember_string temporary_string)
        !            98:        |comment<summary: ideal_caption (the ideal's caption; IT)>
        !            99: 
        !           100: |environment(equation;
        !           101:        verbatim on, file.information, minimum.lines 1, line.spacing 1,
        !           102:        equation on;
        !           103: 
        !           104:        clear string equation_string, minimum.lines 1)
        !           105:        |comment<summary: equation (an equation in eqn)>
        !           106: 
        !           107: |environment(equation_caption;
        !           108:        divert.string temporary_string;
        !           109: 
        !           110:        incr figure_counter, minimum.lines 1, center on, font bold,
        !           111:        text "Figure ", number figure_counter, text ". ", font roman,
        !           112:        string temporary_string, center off, minimum.lines 1,
        !           113:        store string.from.number remember_string figure_counter,
        !           114:        contents figure 1 remember_string temporary_string)
        !           115:        |comment<summary: equation_caption (the equation's caption; IT)>
        !           116: 
        !           117: |environment(equation_number;
        !           118:        divert.string equation_string;
        !           119: 
        !           120:        store string remember_string equation_string)
        !           121:        |comment<summary: equation_number (the equation's number; IT)>
        !           122: 
        !           123: |environment(e;
        !           124:        |ifvalue verbatim off [
        !           125:                concatenate, file.information,
        !           126:        ]
        !           127:        inline.equation on;)
        !           128:        |comment<summary: e (an inline equation in eqn)>
        !           129: 
        !           130: |environment(graph;
        !           131:        verbatim on, file.information, minimum.lines 1, line.spacing 1, graph on;
        !           132: 
        !           133:        minimum.lines 1)
        !           134:        |comment<summary: graph (a graph in grap)>
        !           135: 
        !           136: |environment(graph_caption;
        !           137:        divert.string temporary_string;
        !           138: 
        !           139:        incr figure_counter, minimum.lines 1, center on, font bold,
        !           140:        text "Figure ", number figure_counter, text ". ", font roman,
        !           141:        string temporary_string, center off, minimum.lines 1,
        !           142:        store string.from.number remember_string figure_counter,
        !           143:        contents figure 1 remember_string temporary_string)
        !           144:        |comment<summary: graph_caption (the graph's caption; IT)>
        !           145: 
        !           146: |environment(bargraph;
        !           147:        verbatim on, file.information, minimum.lines 1, line.spacing 1, bargraph on;
        !           148: 
        !           149:        minimum.lines 1)
        !           150:        |comment<summary: bargraph (a bar graph in bar)>
        !           151: 
        !           152: |environment(bargraph_caption;
        !           153:        divert.string temporary_string;
        !           154: 
        !           155:        incr figure_counter, minimum.lines 1, center on, font bold,
        !           156:        text "Figure ", number figure_counter, text ". ", font roman,
        !           157:        string temporary_string, center off, minimum.lines 1,
        !           158:        store string.from.number remember_string figure_counter,
        !           159:        contents figure 1 remember_string temporary_string)
        !           160:        |comment<summary: bargraph_caption (the bar graph's caption; IT)>
        !           161: 
        !           162: |environment(save;
        !           163:        verbatim on, citation save on;
        !           164: 
        !           165:        citation save off string remember_string)
        !           166:        |comment<summary: save (save last important thing, shown as IT, in this label)>
        !           167: 
        !           168: |environment(savepage;
        !           169:        verbatim on, citation save on;
        !           170: 
        !           171:        citation save off number page_counter)
        !           172:        |comment<summary: savepage (save last page number in this label)>
        !           173: 
        !           174: |associate(savestring;;;
        !           175:        [$name $string;
        !           176:                set string temporary_string $string,
        !           177:                citation save string $name temporary_string;])
        !           178:        |comment<summary: savestring (save string under this name)>
        !           179: 
        !           180: |environment(remember;
        !           181:        verbatim on, citation remember on;
        !           182: 
        !           183:        citation remember off)
        !           184:        |comment<summary: remember (remember the important thing or page number saved in this label)>
        !           185: 
        !           186: |environment(index;
        !           187:        index on;)
        !           188:        |comment<summary: index (save this item and page number for an index)>
        !           189: 
        !           190: |environment(figure;
        !           191:        verbatim on, file.information, minimum.lines 1, line.spacing 1, fill off;
        !           192: 
        !           193:        minimum.lines 1)
        !           194:        |comment<summary: figure (a figure)>
        !           195: 
        !           196: |environment(figure_caption;
        !           197:        divert.string temporary_string;
        !           198: 
        !           199:        incr figure_counter, minimum.lines 1, center on, font bold,
        !           200:        text "Figure ", number figure_counter, text ". ", font roman,
        !           201:        string temporary_string, center off, minimum.lines 1,
        !           202:        store string.from.number remember_string figure_counter,
        !           203:        contents figure 1 remember_string temporary_string)
        !           204:        |comment<summary: figure_caption (the figures caption; IT)>
        !           205: 
        !           206: |environment(computeroutput;
        !           207:        verbatim on, file.information, minimum.lines 1, line.spacing 1,
        !           208:        fill off, size -1, space -1, computeroutput on;
        !           209: 
        !           210:        SPACE, minimum.lines 1)
        !           211:        |comment<summary: computeroutput (computeroutput using cw)>
        !           212: 
        !           213: |environment(computeroutput_caption;
        !           214:        divert.string temporary_string;
        !           215: 
        !           216:        incr figure_counter, minimum.lines 1, center on, font bold,
        !           217:        text "Figure ", number figure_counter, text ". ", font roman,
        !           218:        string temporary_string, center off, minimum.lines 1,
        !           219:        store string.from.number remember_string figure_counter,
        !           220:        contents figure 1 remember_string temporary_string)
        !           221:        |comment<summary: computeroutput_caption (the computeroutput's caption; IT)>
        !           222: 
        !           223: |environment(ipa;
        !           224:        |ifvalue verbatim off [
        !           225:                concatenate, file.information,
        !           226:        ]
        !           227:        ipa on;)
        !           228:        |comment<summary: ipa (international phonetic alphabet)>

unix.superglobalmegacorp.com

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