From bccfb001ad3c250c2fd7c11b92c247abefe8233e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 18 Apr 2015 13:59:29 -0700 Subject: Move frontmatter to front-matter; add colophon --- templates/page.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/page.tex (limited to 'templates') 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 @@ +% use --no-tex-ligatures --smart +\object{$title$}{$id$} +$if(subtitle)$\subt{$subtitle$}$endif$ +$if(epigraph.content)$\epigraph{$epigraph.content$}{$epigraph.attrib$}$endif$ +$if(dedication)$\dedication{$dedication$}$endif$ +$if(ekphrastic.image)$\ekphrastic{$ekphrastic.image$}$endif$ +% Include project information? + +\begin{$genre$} + + $body$ + +\end{$genre$} -- cgit 1.4.1-21-gabe81