raunc / eutpop-ref-sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EU:tPoP Reference Sheet

This is a reference sheet for those who want something more verbose than official Player Aid, but less verbose than Rules. It includes most of the rules and presents them as bullet points. It does not include setup rules and some things that are already presented in a concise way in the Rules (e.g. definitions on pages 3-5).

trifold

PDFs

Build

Latest version of PDFs were generated on Ubuntu 22.04.2 (Jammy Jellyfish) using LuaTeX version 1.14.0. For earlier versions, Ubuntu 18.04 (Bionic Beaver) has also been used, and it should still be possible, but different LuaTex version might render text a bit differently. We noticed a case where one LuaTex version managed to fit a sentence to a single line while another version failed at that.

Install dependencies:

apt-get install make texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-luatex imagemagick ghostscript

Build all by running make:

make

Troubleshooting

  • If pdf generation fails with the following error:
error:  (type 0): cannot find file ''
  ==> Fatal error occurred, no output PDF file produced!

try removing cache:

rm -rf ~/.texlive2017/texmf-var/luatex-cache/generic/*
  • Sometimes arrows do not render properly. Running make again has fixed it so far

Notes about source files

I do not have permission to publish files created by Aegir Games, i.e their custom font and images used for icons. So if you want to make changes and regenerate the PDFs, you need to obtain these from elsewhere, for example extract from PDF.

About


Languages

Language:TeX 98.1%Language:Makefile 1.9%