Create a pdf with multiple indicated game rules concatenated together + Could more easily eyeball how changes affect multiple rulesets + In particular ensure pamphlets, pocketmod, 2-column rulesets are one-page * Could first generate individual pages and then concatenate + Could concatenate within XeLaTeX using `pdfpages` + Or perhaps concatenate outside `{qpdf}` package or some command-line tool * Could also add pdf table of contents either within XeLaTeX or add pdf table of contents afterwards with `gs` (like we do in `{piecepackr})` * [x] `save_ruleset()` basic support * [x] `save_ruleset()` also supports pdf table of contents * [x] `save_pamphlet()` basic support * [x] `save_pamphlet()` also supports pdf table of contents * [x] `save_pocketmod()` basic support * [x] `save_pocketmod()` also supports pdf table of contents
Create a pdf with multiple indicated game rules concatenated together
Could first generate individual pages and then concatenate
pdfpages{qpdf}package or some command-line toolCould also add pdf table of contents either within XeLaTeX or add pdf table of contents afterwards with
gs(like we do in{piecepackr})save_ruleset()basic supportsave_ruleset()also supports pdf table of contentssave_pamphlet()basic supportsave_pamphlet()also supports pdf table of contentssave_pocketmod()basic supportsave_pocketmod()also supports pdf table of contents