Skip to content

LukaJuricic/eutpop-ref-sheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

PDFs

Build

PDF generation is currently tested only on Ubuntu 18.04.

Install dependencies:

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

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 98.3%
  • Makefile 1.7%