Skip to content

Krozark/RPG-LaTeX-Template

This branch is 56 commits ahead of, 311 commits behind rpgtex/DND-5e-LaTeX-Template:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 19, 2020
4a5c70c · Feb 19, 2020
Jun 28, 2018
Feb 19, 2020
Jul 14, 2018
Mar 6, 2016
Oct 5, 2016
Jul 2, 2018
Jul 14, 2018
Dec 13, 2017

Repository files navigation

RPG LaTeX Template

This is an attempt at a RPG LaTeX template. The template compiles with xetex and pdflatex.

Book

Full preview https://github.com/Krozark/RPG-LaTeX-Template/blob/master/sample/book.pdf

Preview

Cards

Preview

Installation

Just clone the repo. From terminal:

$ git clone https://github.com/Krozark/RPG-LaTeX-Template.git
$ cd RPG-Latex-Template
$ xelatex book.tex
$ pdflatex cards.tex

If you don't have LaTeX installed, the following should help you out:

Ubuntu

sudo apt-get install texlive-full

Arch

sudo pacman -S texlive-bin texlive-core texlive-latexextra

It's a bit unclear exactly what subset of features this module needs. As a general rule, we'd recommend installing one of larger ones.

Todo's

  • Consider implementing more complex tables for monsters, etc.
  • Clean up the table-preset
  • Create more elegant solution for spacing before and after boxes (using \vspace is rather rigid when two boxes follow in a row)
  • Add subtitle option for boxes
  • Sort out box-decals when boxes break column or page
  • Look into adding the ability to add large images to the document. There are some documents made with InDesign out there that accomplish this quite well.

Credit

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%