-
Notifications
You must be signed in to change notification settings - Fork 0
new_books
If you want to make your own Side Quests, adventures, or whatever, it's pretty simple. Make a new git repo for your work, then:
git submodule add https://gitlab.com/bindrpg/config config
cp config/main.tex .
You can pull in remote changes to the configs with:
git subtree -P config pull https://gitlab.com/bindrpg/config master
If you want to reference an external book, such as the core book, add this command:
\externalRefrent{core}
The name of the project should be the default git name, so the core book is 'core', and 'Adventures in Fenestra' is 'aif'.
Both repositories should be in the same repo, so if you make myRPG
, then the directory contents should include core
and myRPG
for cross-referencing to work properly.
After this, you can write:
See the core book, \pageref{fate_points} for Fate Points.
...and that reference to the core book will be made automatically.