templates/latex.erb in bookmaker-0.7.0.pre5 vs templates/latex.erb in bookmaker-0.7.0.pre9

- old
+ new

@@ -19,11 +19,11 @@ glossaries, titling, xspace, } \renewcommand*{\thefootnote}{\fnsymbol{footnote}} -\input{./extras/characters.tex} +%\input{./_extras/characters.tex} % Boolean-ness %============= \newcommand{\onlyfinal}[1]{\ifdefined\isfinal{#1}\fi}% \newcommand{\notfinal}[1]{\ifdefined\isfinal\else{#1}\fi}% @@ -303,11 +303,11 @@ \Large\textsf\theauthor \vspace*{\fill} \vspace*{\fill} - \includegraphics[width=0.75in]{images/dp-logo.png}\\[0cm] + \includegraphics[width=0.75in]{_images/dp-logo.png}\\[0cm] \hspace*{\fill}\textsf{Dausha}\hspace*{\fill}\newline% \textsf{Publishing} \end{center} \end{titlingpage} @@ -354,12 +354,13 @@ \par\noindent\textit{First Printing, \usmonthyear\displaydate{firstprint}} \newline \par\noindent <%= identifier['type'] %> <%= identifier['id'] %> \vspace*{\fill} + % r.5 - Dedication - <%= "\\begin{dedication}\n#{File.open('extras/dedication.tex').read}\\end{dedication}" if File.exist?('extras/dedication.tex') + <%= "\\begin{dedication}\n#{File.open('_extras/dedication.tex').read}\\end{dedication}" if File.exist?('_extras/dedication.tex') %> <%= (status != 'final') ? '\tableofcontents' : '' %> \newpage \ No newline at end of file