first pass at creating singular tex file

This commit is contained in:
matsavage
2021-05-04 21:06:14 +01:00
parent e66be2e60b
commit 508c93911f
8 changed files with 68 additions and 149 deletions
+1 -15
View File
@@ -1,15 +1,3 @@
\documentclass[10pt,twocolumn,lettersize]{article}
[% include 'preamble.tex' %]
\title{Features and Magic Items}
\author{[[ character.name ]]}
\date{}
\begin{document}
\maketitle
\section*{Subclasses}
[% for sc in character.subclasses if sc not in ['', None, 'None', 'none']%]
@@ -53,6 +41,4 @@
[[ mitem.__doc__|rst_to_latex ]]
[% endfor %]
\end{document}
[% endfor %]