diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2024-03-20 16:29:20 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2024-03-20 16:29:43 +0100 |
commit | edbd4a763fcae95e6ac3461e0279e6086a4b1c6d (patch) | |
tree | f954acd81765c29f4c3eb9eaed2a918ec5ebe3b3 /LastHundredYards/LHY-tables.lou | |
parent | 68de7f95d645d950ea993dac160822fd1ce1511e (diff) | |
download | asynk-rules-edbd4a763fcae95e6ac3461e0279e6086a4b1c6d.zip asynk-rules-edbd4a763fcae95e6ac3461e0279e6086a4b1c6d.tar.gz |
LHY : first shot
Diffstat (limited to 'LastHundredYards/LHY-tables.lou')
-rw-r--r-- | LastHundredYards/LHY-tables.lou | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/LastHundredYards/LHY-tables.lou b/LastHundredYards/LHY-tables.lou new file mode 100644 index 0000000..10de909 --- /dev/null +++ b/LastHundredYards/LHY-tables.lou @@ -0,0 +1,160 @@ +@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 } + @ListGap { 0.5f } + @ListOuterGap { 0.4f } + #@ParaGap { 1.50v @OrIfPlain 1f } + #@ListIndent { 0s } + @ListLabelWidth { 0.70f } +} +@Use { @DocumentSetup + @PageType { A4 } + @PageHeaders { None } + @PageOrientation { Landscape } + @TopMargin { .2c } + @FootMargin { .2c } + @OddLeftMargin { .2c } + @OddRightMargin { .2c } + @EvenLeftMargin { .2c } + @EvenRightMargin { .2c } +} +@Use { @OrdinarySetup + @SectionGap { 0.7v } + @SubSectionGap { 0.5v } +} +@SysDatabase @FontDef { fontdefs } +@SysDatabase @RefStyle { refstyle } + +@Include{ defs.lou } + +@Document +// +@Text @Begin + +@Tbl + #rule{yes} + i {ctr} + margin{.2c} + marginleft{.4c} +{ + @Row format { @Cell A | @Cell B } A { + @Include{ "./tables/sadrm.lou" } + } B { + @Include{ "./tables/atdrm.lou" } + } +} +@NP +@Tbl + #rule{yes} + i {ctr} + margin{.2c} + marginleft{.4c} +{ + @Row format { @Cell A | @Cell B } A { + @Include{ "./tables/mdrm.lou" } + } B { + @Include{ "./tables/recovery.lou" } + } +} +@NP +@Tbl + #rule{yes} + i {ctr} + margin{.2c} + marginleft{.4c} +{ + @Row format { @Cell A | @Cell B } A { + @Include{ "./tables/withdrawal.lou" } + } B { + @Include{ "./tables/concealed.lou" } + } +} +@NP +@Tbl + #rule{yes} + i {ctr} + margin{.05c} + marginleft{.4c} +{ + @Row format { @Cell A | @Cell B | @Cell C } A { + @Include{ "./tables/maneuver.lou" } + } B { + @Include{ "./tables/transport.lou" } + } C { + @Include{ "./tables/limited_reactions.lou" } + } +} +@NP +@Tbl + #rule{yes} + i {ctr} + margin{.2c} + marginleft{.4c} +{ + @Row format { @Cell A | @Cell B | @Cell C } A { + @Include{ "./tables/tems.lou" } + } B { + @Include{ "./tables/latw.lou" } + @LLP @LLP @LLP + @Include{ "./tables/fate.lou" } + } C { + } +} +@NP +@Tbl + #rule{yes} + i {ctr} + margin{.2c} + marginleft{.4c} +{ + @Row format { @Cell A | @Cell B } A { + @Include{ "./tables/leaders.lou" } + } B { + @Include{ "./tables/japanese.lou" } + } +} +@NP +@Tbl + #rule{yes} + i {ctr} + margin{.2c} + marginleft{.4c} +{ + @Row format { @Cell A | @Cell B } A { + @Include{ "./tables/mines.lou" } + } B { + @Include{ "./tables/assault_reactions.lou" } + } +} +@NP +@Tbl + #rule{yes} + i {ctr} + margin{.1c} + marginleft{.4c} +{ + @Row format { @Cell A | @Cell B | @Cell C } A { + @Include{ "./tables/colors.lou" } + } B { + @Include{ "./tables/deployment.lou" } + } C { + @Include{ "./tables/avfs.lou" } + } +} +#@NP /.5v +#@Include{ "./tables/setup.lou" } +@NP /.5v +@Include{ "./tables/assault.lou" } +@NP /.5v |.4v +@Include{ "./tables/tracks.lou" } +@LLP /2v |2v +90d @Rotate @Include{ "./tables/fire_resolution.lou" } +@End @Text |