|
|
1.1 ! root 1: ! 2: ! 3: ! 4: ! 5: ! 6: ! 7: ! 8: ! 9: ! 10: ! 11: ! 12: ! 13: ! 14: ! 15: ! 16: ! 17: ! 18: ! 19: ! 20: ! 21: ! 22: ! 23: ! 24: ! 25: ! 26: ! 27: ! 28: |environment(name; ! 29: divert.string N0;) ! 30: |comment<summary: name (name for titlebox and signature)> ! 31: ! 32: |environment(department; ! 33: divert.string N1;) ! 34: |comment<summary: department (department for titlebox)> ! 35: ! 36: |environment(date; ! 37: divert.string DT;) ! 38: |comment<summary: date (date for signature)> ! 39: ! 40: |environment(titlebox; ! 41: ! 42: font bold, spacing on, goto .5i, blank.lines -1, ! 43: title "``Employee's Report on Activities and Accomplishments``", ! 44: blank.lines .5, ! 45: line.length -.5i, page.offset +.25i, ! 46: set string Ts "`", ! 47: add string.from.string Ts N0, ! 48: add string Ts "``Department ", ! 49: add string.from.string Ts N1, ! 50: add string Ts "`", ! 51: title Ts; ! 52: ! 53: page.offset -.25i, line.length +.5i, minimum.lines 1) ! 54: |comment<summary: titlebox (title box)> ! 55: ! 56: |associate(p; ! 57: minimum.lines .5, clear string Ts;;) ! 58: |comment<summary: p (paragraph)> ! 59: ! 60: |environment(signature; ! 61: minimum.lines 3, indent 3i, ! 62: line 3.0i, tab.stops 1.5iC, new.line, tab, string N0, ! 63: text ", ", string DT, tab;) ! 64: |comment<summary: signature (signature)> ! 65: ! 66: |environment(:document;;) ! 67: ! 68: |environment(:document_save; ! 69: ;) ! 70: ! 71: |environment(:document_restore; ! 72: ;)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.