summaryrefslogtreecommitdiffstats
path: root/TheOtherSide_of_the_Hill/The_Other_Side_of_the_Hill.lou
blob: c749fa2af8d6b57cfe31a9adf9def7589fcc788a (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
@SysInclude { langdefs }
@SysInclude { bsf }
@SysInclude { dsf }
@SysInclude { docf }
@SysInclude { tbl }
@SysInclude { xrgb }
@SysInclude { diag }

@Use { @BasicSetup
  @InitialFont      { Times Base 11p }
  @DisplayGap       { 0.00v @OrIfPlain 1f }
  #@ParaGap          { 1.50v @OrIfPlain 1f }
  @ListOuterGap     { 0.6f @OrIfPlain 1f }
  @ListGap          { 0.8f @OrIfPlain 1f }
  @ListIndent       { .8v   }
  @ListLabelWidth   { 0.60f @OrIfPlain 5s }
}
@Use { @DocumentSetup
  @PageType         { A4 }
  @PageHeaders      { None }
  @TopMargin        { .6c @OrIfPlain 6f }
  @FootMargin       { .6c @OrIfPlain 6f }
  @OddLeftMargin    { .6c @OrIfPlain 10s }
  @OddRightMargin   { .6c @OrIfPlain 10s }
  @EvenLeftMargin   { .6c @OrIfPlain 10s }
  @EvenRightMargin  { .6c @OrIfPlain 10s }
}
@Use { @OrdinarySetup
  #@SectionGap       { 0.7v @OrIfPlain 3f }
  #@SubSectionGap    { 0.5v @OrIfPlain 2f }
}
@SysDatabase @FontDef  { fontdefs }
@SysDatabase @RefStyle { refstyle }

def @Item { |.7v @Bullet }
def @Reff right x { {@Xrgb dodgerblue} @Colour {@SectSym @NumberOf{x}} }
def @Rules right x { 6p @Font {x} }
def @Prestige { {@Xrgb magenta2} @Colour PP }

@Include{ images.lou }

@Document
//
@Text @Begin

@CentredDisplay @Heading {The Other side of the Hill - I Nerd Rules - @Date}

@Include { sequence.lou }
@BeginSections

#@Section @Title {Game Sequence} @Begin
#@Include { sequence.lou }
#@End @Section

@Section @Title {Procedures} @NewPage {yes} @Begin
-1p @Font { @Include { procedures.lou } }
@End @Section

@Section @Title {Definitions} @NewPage {no} @Begin
@Include { definitions.lou }
@End @Section

#@Section @Title {Intrications} @NewPage {yes} @Begin
#@Include { intrications.lou }
#@End @Section

#@NP
@Include { cards.lou }

@EndSections

@End @Text