summaryrefslogtreecommitdiffstats
path: root/2MinutesToMidnight/2M2M.lou
blob: 42bce95ca7870563cbdaff410847b28ec07916f3 (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# encoding : iso-8859-1

@SysInclude { langdefs }
@SysInclude { bsf }
@SysInclude { dsf }
@SysInclude { docf }
@SysInclude { tbl }
@SysInclude { xrgb }

@Use { @BasicSetup
  @InitialFont	  { Times Base 9p	}
  @ListOuterGap	  { 0.80v	@OrIfPlain 1f	}
  @ListGap		    { 0.70v	@OrIfPlain 1f	}
  @ListIndent		  { 3s			}
  @ListLabelWidth	{ 0.60f	@OrIfPlain 5s	}
}
@Use { @DocumentSetup
  @PageType		      { A4 }
  @PageOrientation	{ Landscape }
  @PageHeaders	    { None }
  @TopMargin		    { .5c }
  @FootMargin		    { .2c }
  @OddLeftMargin	  { .5c	}
  @OddRightMargin	  { .0c	}
  @EvenLeftMargin	  { .5c	}
  @EvenRightMargin	{ .0c	}
  @ColumnNumber		  { 3 }
  @ColumnGap		    { 0p	}
}
@Use { @OrdinarySetup }
@SysDatabase @FontDef  { fontdefs }
@SysDatabase @RefStyle { refstyle }

def @Red  {rgb 1 .1 0}
def @Blue  {rgb .06 .31 .62}
def @Grey  {rgb .5 .5 .5}
def @Green  {rgb .2 .76 .36}

def @USA { @Box margin {1p} paint {@Blue} white @Color USA }
def @USSR { @Box margin {1p} paint {@Red} white @Color USSR }
#def @US { @Box margin {1p} paint {@Blue} white @Color US }
#def @Soviet { @Box margin {1p} paint {@Red} white @Color Soviet }
def @US { @Blue @Color US }
def @Soviet { @Red @Color Soviet }
def @Democratic { @Blue @Color @B Democratic }
def @Authoritarian { @Grey @Color @B Authoritarian }
def @Communist { @Red @Color @B Communist }

def @MTitle right x { 11p @Font @B x }
def @MBox right x { @CurveBox margin {2p} paint {rgb .95 .95 .95} 10c @Wide x}

@Include { content.lou }

@Document
@InitialSpace { lout }
//
@Text @Begin
@LLP
@Tbl
  ruleright {yes}
  marginvertical {1.1vx}
  aformat { @Cell A }
  bformat { @Cell ra {yes} A }
  cformat { @Cell rr {no} A }
  dformat { @Cell ra {yes} rr {no} A }
  eformat { @Cell rr {no} rl {yes} A }
{
#@Rowa A{@Actions}
@Row format{ @Cell margin {0p} mb {10p} A} A{@Actions}
  #A{@CurveBox margin {2p} 9.5c @Wide @Actions}
@Rowb A{@Investment}
@Rowb A{@Influence}
@Rowa A{@PlaceSpy}
@Rowb A{@Technology}
@Rowd A{@Military}
@Rowd A{@Nuclear}
@Rowd A{@Occupied}
@Rowe A{@SpyActions}
@Row format{ @Cell rr {no} margin {0p} ml {2p} A} A{@MBox @MarkersActions}
  #A{@CurveBox margin {2p} 9c @Wide @MarkersActions}
}
@LLP
@Tbl
  aformat { @Cell A }
  bformat { @Cell rl {yes} rr{yes} A}
  cformat { @Cell rr{yes} A}
  dformat { @Cell marginabove {1.8v} A }
{
@Rowa A{@Aggression}
@Rowb  A{@Coup}
@Rowd  A{@MBox @MarkersCoup}
@Rowd  A{@MBox @MarkersAggression}
@Rowc  A{@CivilWar}
@Rowa  A{@MBox @MarkersCivilWar}
}
@LLP
@Tbl
  aformat { @Cell A }
  bformat { @Cell rl {yes} rr{yes} A}
  cformat { @Cell rr{yes} A}
  dformat { @Cell marginabove {1.8v} A }
{
@Rowa A{@EndOfTurn}
@Rowd  A{@MBox @NuclearBalance}
@Rowb  A{@USSpecific}
@Rowd  A{@MBox @ConventionalBalance}
@Rowd  A{@MBox @NavalBalance}
@Rowd  A{@MBox @IntelAssessment}
@Rowa  A{@SovietSpecific}
@Rowa  A{@MBox @Definitions}
}

@End @Text