The compiled list of random tables from the RPG Geek 2022 R-A-N-D-O-M Design Experience.
Fork the repo and submit pull-requests in the usual way.
Requirements:
- Python 3
- A working Tex environment. I use
texlive-full
in Ubuntu. If you know what you are doing you could work out the required packages for a minimal Tex environment by looking atheader.tex
. - Install the DND 5e LaTeX Template package.
Make
to use theMakefile
. Or you could reconstruct the command line from the Makefile, but remember to compile twice so the layout and background images work correctly.
- Create a text file in the
text
directory. It should be named after the table name, but without spaces. It must end with the.txt
extension. The file prefix must bennn_
wherennn
is a 3 digit number that defines the order in which the table will appear in the PDF. - In the new text file, the first line is the table name as it should appear in
the PDF. Each subsequent line is the text for each entry in the table.
References to sub-tables must have the sub-table name in square brackets.
This will let you almost copy and paste directly from the RPGG thread.
Look at the existing
text/*.txt
files for examples. - Compile and test.