Sha256: 2c8ba7f64a30f2e80a6274bbe2d0398a646a4e6f127ee8e0b5d7b972dfc66665
Contents?: true
Size: 672 Bytes
Versions: 1
Compression:
Stored size: 672 Bytes
Contents
\documentclass[ final, pagePreset=largepage, babelLanguage=british, %webversion, ]{anecdote} %\usepackage{local} %% Details of the book %% =================== \title{<%= book.title %>} \subtitle{<%= book.subtitle %>} \author{<%= book.author %>} \publisher{<%= book.publisher %>} \date{<%= book.date %>} \editionInfo{<%= book.edition %>} \ISBN{<%= book.print_isbn %>} %% === Load further packages === %% === Hyphenation exceptions and corrections === % \hyphenation{} \begin{document} \ifwebversion \webcover{% \includegraphics[height=\paperheight]{./webcover.jpg}% } \fi <% book.chapters.each do |ch| %> <%= ch.to_chapterlist %> <% end %> \end{document}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prophecy-0.2.7 | lib/prophecy/assets/latex_template/book_main.tex.erb |