Optional support in make_sheets.py for the dndbook LaTeX package with the `-F` flag.

Partially fixes: https://github.com/canismarko/dungeon-sheets/pull/18
This commit is contained in:
Mark Wolfman
2020-05-06 20:48:55 -05:00
parent 6a8b2a5793
commit 615275f1de
5 changed files with 95 additions and 50 deletions
+10 -5
View File
@@ -1,9 +1,14 @@
\documentclass[twocolumn,lettersize]{article}
%% \usepackage{fullpage}
\usepackage[margin=1.5cm]{geometry}
\usepackage[dvipsnames]{color}
\usepackage{indentfirst}
\newlength{\zerosep}
[% if use_dnd_decorations %]
\usepackage[layout=true]{dnd}
\setlength{\zerosep}{0em}
[% else %]
\usepackage[margin=1.5cm]{geometry}
\setlength{\zerosep}{-1em}
\usepackage[dvipsnames]{color}
[% endif %]
\definecolor{mygrey}{gray}{0.7}
\title{Wild Shapes}
@@ -37,7 +42,7 @@
[% if shape.description %]
\subsection*{[[ shape.description ]]}
[% endif %]
\begin{tabular}{c | c | c}
Armor Class & Hit Points & Speed \\
\hline