mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 21:01:26 +02:00
first pass at creating singular tex file
This commit is contained in:
@@ -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 %]
|
||||
Reference in New Issue
Block a user