about summary refs log tree commit diff stats
path: root/templates/page.tex
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.tex')
-rw-r--r--templates/page.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/page.tex b/templates/page.tex new file mode 100644 index 0000000..81a21f0 --- /dev/null +++ b/templates/page.tex
@@ -0,0 +1,13 @@
1% use --no-tex-ligatures --smart
2\object{$title$}{$id$}
3$if(subtitle)$\subt{$subtitle$}$endif$
4$if(epigraph.content)$\epigraph{$epigraph.content$}{$epigraph.attrib$}$endif$
5$if(dedication)$\dedication{$dedication$}$endif$
6$if(ekphrastic.image)$\ekphrastic{$ekphrastic.image$}$endif$
7% Include project information?
8
9\begin{$genre$}
10
11 $body$
12
13\end{$genre$}