I need to create the area between the outer cover and the table of contents for a novel. This will present (at least partially, but preferably at a minimum):
- the title
- the author's name
- the translator's name
- the year of first publication
- the name of the book series
I basically need a place to display this information, but (perhaps or preferably) not all crowded into the same page.
Most of the documentation I have read suggests that this is a highly important part of all books and that the book-makers need to creation this part of the book themselves.
So, I am looking for resources which will aid LaTeX book-makers (such as myself) in creating this part of the book. So far, I have found:
http://en.wikibooks.org/wiki/LaTeX/Title_Creation This contains a lot of details, but there was only 1 example, which is not very suitable for a work of fiction.
http://ctan.org/tex-archive/info/latex-samples/TitlePages This has some great-looking examples, however, the dependencies are all very complicated (i.e. knowing which packages to load in order to compile an example requires familiarity with dozens of packages), and they are also limited to 1 page.
Most of the other resources I have seen appear more suited for writers of technical documentation or thesis on A4 paper. I am not sure how well this translates to works of fiction printed on a small size for reading on a park bench. I have found no examples focused on novel-sized material, focusing on use of the book, octavo class or fiction-focused classes, or with styles suitable for works of fiction (either old or new).
I'm looking for at least 1 of these:
- Explanations or links to documents describing the design aspects of title pages and front matter relevant to fiction (or novels in general); old or new methods (any is appropriate).
- Explanations or links to documents describing how to achieve good results between
\begin{titlepage}
and\end{titlepage}
(i.e. achieving proper placement of the elements). - Links to or samples of source code (either from real works or produced as demonstration code).
- Suggestions for packages, macros, fonts, and other design elements which could benefit users wishing to create title pages and front matter for their works.
- Large or small ideas for how to achieve an excellent-looking title page and front matter with LaTeX (or in general).
\title
,\author
,\date
and\maketitle
?\maketitle
; you could just list the items yourself without resorting to some command. Are you using the document items you speak of anywhere else in your document? Do you reference them and therefore need them stored somewhere?