Sha256: f7ff61df1102e5e86caa1f58ca0d3ef9e5a0e9f47b35db18f1fee534175bcad8
Contents?: true
Size: 532 Bytes
Versions: 9
Compression:
Stored size: 532 Bytes
Contents
\documentclass[ final, pagePreset=largepage, babelLanguage=british, ]{anecdote} %\usepackage{mylayout} %% Details of the book %% =================== \title{<%= book.title %>} \subtitle{<%= book.subtitle %>} \author{<%= book.author %>} \date{<%= book.date %>} \editionInfo{<%= book.edition %>} \ISBN{<%= book.isbn %>} %% === Load further packages === %% === Hyphenation exceptions and corrections === % \hyphenation{} \begin{document} <% book.chapters.each do |ch| %> <%= ch.to_chapterlist %> <% end %> \end{document}
Version data entries
9 entries across 9 versions & 1 rubygems