Skip to content
Snippets Groups Projects
Select Git revision
  • dev default
  • master
  • run
  • 0.9
4 results

config

  • Clone with SSH
  • Clone with HTTPS
  • Malin Freeborn's avatar
    fb14cdad
    History

    Configurations and Templates

    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

    Issues

    If you find issues, raise it on the issues board, or email the issue.

    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

    Docker

    Docker builds the books with a Gitlab pipeline, to check they compile properly.

    Docker also lets people build the book with docker from anywhere. List any BIND books you want, and build them locally like this:

    books="core oneshot stories"
    docker run -it --rm --name texbooks andonome/texbind gimme $books