diff options
Diffstat (limited to 'TheOtherSide_of_the_Hill/The_Other_Side_of_the_Hill.lou')
| -rw-r--r-- | TheOtherSide_of_the_Hill/The_Other_Side_of_the_Hill.lou | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/TheOtherSide_of_the_Hill/The_Other_Side_of_the_Hill.lou b/TheOtherSide_of_the_Hill/The_Other_Side_of_the_Hill.lou new file mode 100644 index 0000000..c749fa2 --- /dev/null +++ b/TheOtherSide_of_the_Hill/The_Other_Side_of_the_Hill.lou @@ -0,0 +1,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 |
