Annotation of researchv8dc/cmd/monk/db/preproc.m, revision 1.1.1.1

1.1       root        1: |environment(reference;
                      2:        verbatim on, reference on;)
                      3:        |comment<summary: reference (a reference in refer)>
                      4: 
                      5: |environment(picture;
                      6:        verbatim on, file.information, blank.lines 1, picture on;
                      7: 
                      8:        blank.lines 1)
                      9:        |comment<summary: picture (a picture in pic)>
                     10: 
                     11: |environment(picture_caption;
                     12:        incr figure_counter,
                     13:        blank.lines 1, fill on, center on, temporary.font bold,
                     14:        text "Figure ", number figure_counter, text ". ", temporary.font;
                     15: 
                     16:        blank.lines 1, store string.from.number remember_string figure_counter)
                     17:        |comment<summary: picture_caption (the picture's caption; IT)>
                     18: 
                     19: |environment(table;
                     20:        verbatim on, file.information, blank.lines 1, table on;
                     21: 
                     22:        blank.lines 1)
                     23:        |comment<summary: table (a table in tbl)>
                     24: 
                     25: |environment(table_caption;
                     26:        incr table_counter,
                     27:        blank.lines 1, fill on, center on, temporary.font bold,
                     28:        text "Table ", number table_counter, text ". ", temporary.font;
                     29: 
                     30:        blank.lines 1, store string.from.number remember_string table_counter)
                     31:        |comment<summary: table_caption (the table's caption; IT)>
                     32: 
                     33: |environment(e;
                     34:        |ifvalue verbatim off [
                     35:                file.information,
                     36:        ]
                     37:        inline.equation on;)
                     38:        |comment<summary: e (an inline equation in eqn)>
                     39: 
                     40: |environment(equation;
                     41:        verbatim on, file.information, blank.lines 1, equation on;
                     42: 
                     43:        blank.lines 1)
                     44:        |comment<summary: equation (an equation in eqn)>
                     45: 
                     46: |environment(equation_caption;
                     47:        incr figure_counter,
                     48:        blank.lines 1, fill on, center on, temporary.font bold,
                     49:        text "Figure ", number figure_counter, text ". ", temporary.font;
                     50: 
                     51:        blank.lines 1, store string.from.number remember_string figure_counter)
                     52:        |comment<summary: equation_caption (the equation's caption; IT)>
                     53: 
                     54: |associate(graph;
                     55:        verbatim on, file.information, blank.lines 1, graph on preproc_argument;
                     56: 
                     57:        blank.lines 1, clear string preproc_argument;
                     58: 
                     59:        [width $; set string preproc_argument $;])
                     60:        |comment<summary: graph (a graph in grap)>
                     61: 
                     62: |environment(graph_caption;
                     63:        incr figure_counter,
                     64:        blank.lines 1, fill on, center on, temporary.font bold,
                     65:        text "Figure ", number figure_counter, text ". ", temporary.font;
                     66: 
                     67:        blank.lines 1, store string.from.number remember_string figure_counter)
                     68:        |comment<summary: graph_caption (the graph's caption; IT)>
                     69: 
                     70: |environment(bargraph;
                     71:        verbatim on, file.information, blank.lines 1, bargraph on;
                     72: 
                     73:        blank.lines 1)
                     74:        |comment<summary: bargraph (a bar graph in bar)>
                     75: 
                     76: |environment(bargraph_caption;
                     77:        incr figure_counter,
                     78:        blank.lines 1, fill on, center on, temporary.font bold,
                     79:        text "Figure ", number figure_counter, text ". ", temporary.font;
                     80: 
                     81:        blank.lines 1, store string.from.number remember_string figure_counter)
                     82:        |comment<summary: bargraph_caption (the bar graph's caption; IT)>
                     83: 
                     84: |environment(figure;
                     85:        verbatim on, file.information, blank.lines 1, fill off;
                     86: 
                     87:        blank.lines 1)
                     88:        |comment<summary: figure (a figure)>
                     89: 
                     90: |environment(figure_caption;
                     91:        incr figure_counter,
                     92:        blank.lines 1, fill on, center on, temporary.font bold,
                     93:        text "Figure ", number figure_counter, text ". ", temporary.font;
                     94: 
                     95:        blank.lines 1, store string.from.number remember_string figure_counter)
                     96:        |comment<summary: figure_caption (the figures caption; IT)>
                     97: 
                     98: |environment(computeroutput;
                     99:        verbatim on, file.information, blank.lines 1, fill off, font cw;
                    100: 
                    101:        blank.lines 1)
                    102:        |comment<summary: computeroutput (computeroutput example using constant width)>
                    103: 
                    104: |environment(computeroutput_caption;
                    105:        incr figure_counter,
                    106:        blank.lines 1, fill on, center on, temporary.font bold,
                    107:        text "Figure ", number figure_counter, text ". ", temporary.font;
                    108: 
                    109:        blank.lines 1, store string.from.number remember_string figure_counter)
                    110:        |comment<summary: computeroutput_caption (computeroutput example's caption)>
                    111: 
                    112: |environment(save;
                    113:        verbatim on, citation save;
                    114: 
                    115:        citation save end remember_string)
                    116:        |comment<summary: save (save last important thing, shown as IT, in this label)>
                    117: 
                    118: |environment(savepage;
                    119:        verbatim on, citation save;
                    120: 
                    121:        citation savepage end)
                    122:        |comment<summary: savepage (save last page number in this label)>
                    123: 
                    124: |environment(remember;
                    125:        verbatim on, citation remember;
                    126: 
                    127:        citation remember end)
                    128:        |comment<summary: remember (remember the important thing or page number saved in this label)>

unix.superglobalmegacorp.com

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