| content | Adding shifter | |
| output/pdfs | Small changes, regenned stuff | |
| templates | Adding shifter | |
| .gitignore | Initial commit. | |
| README.org | Fixed some formatting in the README. | |
burning-eberron
This repository contains a bunch of resources for playing the Burning Wheel RPG in the Eberron setting.
Content
The content/ directory contains the written prose content, which should contain standard org-mode markup. There are files in the templates/ directory to render the content.
The overall idea is to separate the content so that it can be rendered into different formats.
Rendering
To render the content into PDFs, you should have a recent version of Emacs, org-mode and a LaTeX distribution installed.
The *.org files can be rendered into PDF format from Emacs by running the following command with the source file open in the buffer:
M-x org-latex-export-to-pdf
If it does not work on the first try, reload org-mode with the following command:
M-x org-reload
PDF templates
There are two different PDF designs:
- templates/pdf-plain.org: A plain, conventional LaTeX style PDF.
- templates/pdf-tufte.org: A PDF following the tufte-book conventions.
They both import a common .tex template (pdf-template.tex).
To render one of a PDF with one of these templates, open the template from a buffer within Emacs and run the export command mentioned above.
With the tufte-book version, there is some Emacs Lisp code at the beginning of the file. It needs to run to import and set up the tufte-book documentclass. Emacs should prompt before running this.
Output
Rendered files will appear in the output/ directory.