1
0
Fork
You've already forked burning-eberron
1
No description
  • TeX 100%
2021年09月27日 01:40:04 +02:00
content Adding shifter 2021年09月26日 19:10:21 -04:00
output/pdfs Small changes, regenned stuff 2021年09月22日 07:42:04 -04:00
templates Adding shifter 2021年09月26日 19:10:21 -04:00
.gitignore Initial commit. 2021年09月21日 18:39:02 -04:00
README.org Fixed some formatting in the README. 2021年09月21日 18:48:12 -04:00

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.