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

1.1       root        1: |environment(bold;
                      2:        temporary.font bold; temporary.font)
                      3:        |comment<summary: bold (alias for b)>
                      4: 
                      5: |environment(b;
                      6:        temporary.font bold; temporary.font)
                      7:        |comment<summary: b (bold)>
                      8: 
                      9: |environment(italics;
                     10:        temporary.font italics; temporary.font)
                     11:        |comment<summary: italics (alias for i)>
                     12: 
                     13: |environment(i;
                     14:        temporary.font italics; temporary.font)
                     15:        |comment<summary: i (italics)>
                     16: 
                     17: |environment(roman;
                     18:        temporary.font roman; temporary.font)
                     19:        |comment<summary: roman (alias for r)>
                     20: 
                     21: |environment(r;
                     22:        temporary.font roman; temporary.font)
                     23:        |comment<summary: r (roman)>
                     24: 
                     25: |environment(constant_width;
                     26:        temporary.font cw; temporary.font)
                     27:        |comment<summary: constant_width (alias for cw)>
                     28: 
                     29: |environment(cw;
                     30:        temporary.font cw; temporary.font)
                     31:        |comment<summary: cw (constant width)>
                     32: 
                     33: |environment(here;
                     34:        here on, fill off;)
                     35:        |comment<summary: here (keep a block together on this page or start a new page)>
                     36: 
                     37: |environment(around;
                     38:        around on, fill off;)
                     39:        |comment<summary: around (keep a block together here or move it to the next page)>
                     40: 
                     41: |environment(around_placement;;
                     42:        around_placement)
                     43:        |comment<summary: around_placement (output all arounds here)>
                     44: 
                     45: |environment(full;
                     46:        width full;)
                     47:        |comment<summary: full (use the whole page)>
                     48: 
                     49: |environment(narrow;
                     50:        width narrow;)
                     51:        |comment<summary: narrow (use the just this column)>
                     52: 
                     53: |associate(blank_space;;;
                     54: 
                     55:        [$; spacing on, blank.lines $;])
                     56:        |comment<summary: blank_space (leave this much blank space)>
                     57: 
                     58: |environment(new_page;
                     59: 
                     60:        new.page;)
                     61:        |comment<summary: new_page (skip to the next next page)>
                     62: 
                     63: |environment(indent;
                     64:        indent +5;)
                     65:        |comment<summary: indent (indent by standard amount)>
                     66: 
                     67: |environment(center;
                     68:        center on;)
                     69:        |comment<summary: center (center each line)>
                     70: 
                     71: |environment(center_block;
                     72:        fill off, center.block on;)
                     73:        |comment<summary: center_block (center all lines as a block)>
                     74: 
                     75: |environment(small;
                     76:        size -1;)
                     77:        |comment<summary: small (reduce the point size)>
                     78: 
                     79: |environment(s;
                     80:        size -1;)
                     81:        |comment<summary: s (alias for small)>
                     82: 
                     83: |environment(big;
                     84:        size +1;)
                     85:        |comment<summary: big (increase point size)>
                     86: 
                     87: |environment(u;
                     88:        underline on;)
                     89:        |comment<summary: u (underline)>
                     90: 
                     91: |environment(underline;
                     92:        underline on;)
                     93:        |comment<summary: underline (alias for u)>
                     94: 
                     95: |environment(text;
                     96:        fill off;)
                     97:        |comment<summary: text (fill the text)>
                     98: 
                     99: |environment(left_adjust;
                    100:        adjust left;)
                    101:        |comment<summary: left_adjust (left adjust the text)>
                    102: 
                    103: |environment(footnote;
                    104:        incr footnote_counter,
                    105:        size -2, vertical.motion -.4m, temporary.font roman,
                    106:        number footnote_counter, temporary.font, vertical.motion +.4m,
                    107:        footnote on, indent 0.2i, indent.line -0.2i,
                    108:        number footnote_counter, text ".", horizontal.motion "|0.2i";)
                    109:        |comment<summary: footnote (numbered footnote)>
                    110: 
                    111: |environment(dagnote;
                    112:        size -2, vertical.motion -.4m, temporary.font roman,
                    113:        text "\(dg", temporary.font, vertical.motion +.4m,
                    114:        footnote on, indent 0.2i, indent.line -0.2i,
                    115:        text "\(dg", horizontal.motion "|0.2i";)
                    116:        |comment<summary: dagnote (footnote marked with a dagger)>
                    117: 
                    118: |environment(comment;
                    119:        divert.input on remember_string;)
                    120:        |comment<summary: comment (kludge for sharon to comment out user text)>
                    121: 
                    122: |environment(notation;
                    123:        blank.lines, fill off;
                    124:        blank.lines)
                    125:        |comment<summary: notation (notation)>

unix.superglobalmegacorp.com

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