]> git.pond.sub.org Git - empserver/blob - info/route.t
Spelling fixes.
[empserver] / info / route.t
1 .TH Command ROUTE
2 .NA route "Display delivery routes"
3 .LV Expert
4 .SY "route <ITEM> <SECTS>"
5 The route command generates a graphic display
6 of the delivery arrangement
7 for a specific deliverable item
8 in a given sector area.
9 .s1
10 The <SECTS> argument is as described in \*Qinfo syntax\*U.
11 <ITEM> is one of the following:
12 .NF
13 u    uncompensated workers
14 f    food
15 s    shells
16 g    guns (not gold)
17 p    planes
18 i    iron ore
19 d    dust, (gold)
20 b    bars of gold
21 o    oil
22 l    light construction materials
23 h    heavy construction materials
24 r    radioactive materials
25 .FI
26
27 The delivery routes are indicated with \*Qgo-to\*Us
28 using the following codes, (assuming the sector in question is a mine):
29 .NF
30 .sp
31  m/     up-right        (u in census)
32  m>     right           (j in census)
33  m\e     down-right      (n in census)
34 /m      down-left       (b in census)
35 <m      left            (g in census)
36 \em      up-left         (y in census)
37 $m$     distribution    ($ in census)
38 <m$     left & distribution (g and $ in census)
39 etc.
40 .FI
41 .sp
42 An example:
43 .sp
44 .EX route f #
45 .NF
46 .eo
47      - - - 0 0 0 0 0 0 0 0 0 0 1 1 1
48      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1 2
49  -5         /a$ /a$             /a$   -5
50  -4       /k  <o              /g  <a$ -4
51  -3  a>  h> \j  \a$          +        -3
52  -2       \a$ \a$ $a\     /a$ /a$     -2
53  -1     /a$ $a\ /a$  b  /+   +        -1
54   0    m   c   u   t  \i              0
55   1     \a$ \l      \a  \a            1
56   2        a/ \a   a/     $a$         2
57      - - - 0 0 0 0 0 0 0 0 0 0 1 1 1
58      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1 2
59 .ec
60 .FI
61 .sp
62 .s1
63 .SA "deliver, census, Syntax, Distribution"