Skip to content
Snippets Groups Projects
Malin Freeborn's avatar
Malin Freeborn authored
This wider format should allow the glossary to sit at the front of books, and introduce the key concepts.  Each book should stand alone, to a degree, so the glossary can help bridge that gap.

The wider glossary should also act as a primer for the rest of the book - it will be the first thing people read as they open the book.
afe67f80
History

These config files make the BIND RPG books look and act the way they do.

Dependencies

  • inkscape
  • make
  • texlive-most
  • git-lfs
  • (optional) imagemagick

Usage

To make a book, start a git, then do:

git submodule add https://gitlab.com/bindrpg/config config

git commit -m"add config submodule"

cp config/main.tex config/.gitignore .

Edit 'main.tex', and input your tex files by writing \include{my_file.tex}.

Docs

You can create the documentation with

make docs

Test your changes before committing with

make test

TeXnical Details

This thing's handled as a submodule in the other documents, so changing it will change all BIND books. Any changes to the master branch should be tested in the core and aif projects first.

And when pulling, remember to do:

git pull --recurse-submodules