- TeX 97.5%
- Elixir 2%
- Shell 0.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| .vscode | ||
| items | ||
| lib | ||
| moves | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| .latexmkrc | ||
| abilities.txt | ||
| Chapter_1.tex | ||
| Chapter_2.tex | ||
| Chapter_3.tex | ||
| Chapter_4.tex | ||
| Chapter_5.tex | ||
| Chapter_6.tex | ||
| Chapter_7.tex | ||
| Chapter_8.tex | ||
| Chapter_9.tex | ||
| CONTRIBUTING.md | ||
| convertAbilities.exs | ||
| Core_Rules.tex | ||
| defs.tex | ||
| mix.exs | ||
| packages.tex | ||
| README.md | ||
| release_notes.md | ||
| ROADMAP.md | ||
| runCompilers.sh | ||
Pokemon Tabletop core rulebook
compiling
This document is written using LaTeX.
See packages.tex for the full list of packages used by this document
Windows
It is highly recommended to do all development tasks for this document either on a full linux system, or on a Windows Subsystem for Linux container. For WSL, I recommend Fedora as it includes the majority of the programs you will need out of the box, and its package manager is the easiest to use for a beginner.
Linux
Prerequisites:
- a text editor of your choice
- TeXLive with latexmk (I recommend just using
texlive-scheme-fullfrom the fedora package repo.) - Elixir
to compile the document, use latexmk in the root directory of this repo.
when you pull the repository and every time you update the ability or move lists, run runCompilers.sh to regenerate the ability and move .tex files.
helpers
in this repository there are helper scripts written in Elixir. a working elixir/erlang installation is required to use these scripts
AI disclosure
Large Language Models have been used to debug some of the code files in this repository. Every file that has been touched by a LLM has the following disclosure at line 1.
This file contains code generated or debugged by <List of LLMs>.
Additionally, each line that was altered by an LLM is marked with an end-of-line comment: AI.
No AI generated text is included in the LaTeX source code, nor in the output PDF.