lib/review/layout.tex.erb in review-1.5.0 vs lib/review/layout.tex.erb in review-1.6.0

- old
+ new

@@ -50,11 +50,11 @@ <% if config["language"] == "ja" %> \usepackage{listings,jlisting} <% else %> \usepackage{listings} <% end %> -\renewcommand{\lstlistingname}{<%I18n.t("list")%>} +\renewcommand{\lstlistingname}{<%= I18n.t("list")%>} \lstset{% breaklines=true,% breakautoindent=false,% breakindent=0pt,% fontadjust=true,% @@ -248,20 +248,31 @@ \lineskip .75em \begin{tabular}[t]{c}% <%= authors %> \end{tabular}\par}% \vfill - {\large <%= values["date"] %> <%= I18n.t("version")%>\hspace{2zw}<%= I18n.t("published_by", values["prt"])%>\par}% + {\large <%= values["date"] %> <%= I18n.t("edition")%>\hspace{2zw}<%= I18n.t("published_by", values["prt"])%>\par}% \vskip4zw\mbox{} \end{center}% \end{titlepage} <% end %> <% end %> \renewcommand{\chaptermark}[1]{{}} \frontmatter +%%% originaltitle +<% if values["originaltitlefile"] %> +<%= custom_originaltitlepage %> +<% end %> + +%%% credit +<% if values["creditfile"] %> +<%= custom_creditpage %> +<% end %> + + %% preface <%= values["pre_str"] %> <% if values["toc"] %> \setcounter{tocdepth}{<%= values["toclevel"] %>} @@ -282,11 +293,26 @@ <% if values["post_str"] %> <%= values["post_str"] %> <% end %> + +%%% profile +<% if values["profile"] %> +<%= custom_profilepage %> +<% end %> + +%%% advfile +<% if values["advfile"] %> +<%= custom_advfilepage %> +<% end %> + +%%% colophon <% if values["colophon"] %> +<% if custom_colophonpage %> +<%= custom_colophonpage %> +<% else %> %% okuduke \reviewcolophon \thispagestyle{empty} \vspace*{\fill} @@ -301,9 +327,14 @@ <%= okuduke %> \end{tabular}  \\ \rule[0pt]{14cm}{1pt} \\ <%= values["rights"] %> \\ +<% end %> <% end %> +%%% backcover +<% if values["backcover"] %> +<%= custom_backcoverpage %> +<% end %> \end{document}