Skip to content

Commit

Permalink
(c)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjhealy committed Oct 15, 2022
1 parent 035ab37 commit 9b74887
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions templates/latex-book.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[11pt]{memoir}
\documentclass[12pt]{memoir}
\usepackage[minion]{org-preamble-pdflatex}
\input{vc}

Expand Down Expand Up @@ -79,13 +79,36 @@ $endfor$
\frontmatter

\chapterstyle{minionbook}
\pagestyle{kjhbook}

\begin{titlingpage}
\published{$date$.}

$if(title)$
\maketitle
$endif$
\end{titlingpage}

\pagestyle{kjhbook}

%%% ------------------------------------------------------------------
%%% Copyright page
%%% ------------------------------------------------------------------
\clearpage

\begingroup
\footnotesize
\setlength{\parindent}{0pt}
\setlength{\parskip}{\baselineskip}
%%\ttfamily
\textcopyright{} $for(author)$$author.name$ \and $endfor$

\textbf{Draft Only. Please do not cite, circulate or quote.}


\endgroup
\clearpage
%%% ------------------------------------------------------------------


$if(toc)$
{
Expand Down

0 comments on commit 9b74887

Please sign in to comment.