Sha256: 3a45c3b43fc4567301736518b215e39ee9da0c944e6c6a517b9557790370f80f
Contents?: true
Size: 618 Bytes
Versions: 11
Compression:
Stored size: 618 Bytes
Contents
\documentclass[14pt]{extbook} \usepackage{softcover} \VerbatimFootnotes % Allows verbatim text in footnotes \title{Title of the Book} \author{Author Name} \date{} % Leave blank, enter a date, or remove to use today's date. \begin{document} \includepdf{images/cover.pdf} \frontmatter \maketitle \tableofcontents % List frontmatter sections here (preface, foreword, etc.). \include{chapters/preface} \mainmatter % List chapters here in the order they should appear in the book. \include{chapters/a_chapter} \include{chapters/another_chapter} \include{chapters/yet_another_chapter} \end{document}
Version data entries
11 entries across 11 versions & 1 rubygems