templates/latex.erb in bookmaker-0.5.0 vs templates/latex.erb in bookmaker-0.5.2
- old
+ new
@@ -1,7 +1,7 @@
\NeedsTeXFormat{LaTeX2e}[1996/06/01]
-\documentclass[11pt,twoside,makeidx,hidelinks]{memoir}
+\documentclass[12pt,twoside,makeidx,hidelinks]{memoir}
\usepackage{layouts}[2001/04/29]
\def\isfinal{<%= is_final %>}
% Packages
%=========
@@ -117,11 +117,13 @@
\newcommand{\Chapter}[1]{
\setcounter{renewsection}{\value{section}}
\chapter{#1}
\setcounter{section}{\value{renewsection}}
}
+\chapterstyle{<%= chapter_style || 'ell'%>}
+
% Section
%---------
\renewcommand{\thesection}{\arabic{section}.}
% Novel Tweaks
@@ -143,11 +145,11 @@
\notfinal{\section{#1}\slug{#2}}
\input{#3}
\pbreak
}%
-\newcommand{\smee}[1]{\Dash{}\textsc{\small#1}}
+\newcommand{\smee}[1]{\${-} \textsc{\small#1}}
\whenfinal%
{\newcommand{\pbreak}{\pfbreak}}%
{\newcommand{\pbreak}{\begin{center} \# \# \# \end{center}}}
% Indices
@@ -214,9 +216,10 @@
\Large\textsf\theauthor
\vspace*{\fill}
\vspace*{\fill}
+ \includegraphics[width=0.25\textwidth]{images/dp-logo.png}\\[0cm]
\hspace*{\fill}\textsf{Dausha}\hspace*{\fill}\newline%
\textsf{Communications}
\end{center}
\end{titlingpage}
\ No newline at end of file