You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Alex Jordan 7d8af16059 fix joke 4 years ago
env finished functionality 4 years ago
.gitignore finished functionality 4 years ago
README.md fix joke 4 years ago
generate.py finished functionality 4 years ago

README.md

UA Ranger Environment Generator

A little program to generate Latex files for each D&D environment containing their respective list of monsters associated with said environment.

The raw list of monsters is copied from https://donjon.bin.sh/5e/monsters/ and pasted into emacs, then org-table-create-or-convert-from-region was run on it.

Disclaimer

This code works and does what I want, but it's neither good nor efficient. It could also break any second and take half my filesystem with it do something unexpected. So be careful and use at own risk.

Troubleshooting

  • The tables are not rendered as white -> grey -> white -> grey

The cause for this is a currently (2019-12-03) broken latex package called tabu. See this discussion for possible fix: https://github.com/tabu-issues-for-future-maintainer/tabu/issues/1

For me it worked to install the older versions of tabu and tools as mentioned here.