Convert from article to a one-sided book.
Add \frontmatter, \mainmatter etc. This gets the contents and intro page numbering separately and printed in Roman.
This commit is contained in:
parent
4842408b63
commit
eadf6f466b
|
@ -1 +1 @@
|
|||
\documentclass[a4paper,11pt]{article}
|
||||
\documentclass[a4paper,11pt,oneside]{book}
|
||||
|
|
|
@ -1 +1 @@
|
|||
\documentclass[a5paper,landscape,11pt]{article}
|
||||
\documentclass[a5paper,landscape,11pt,oneside]{book}
|
||||
|
|
11
dottes.tex
11
dottes.tex
|
@ -41,6 +41,8 @@
|
|||
|
||||
\begin{document}
|
||||
|
||||
\frontmatter
|
||||
|
||||
% ----- Title page
|
||||
|
||||
\begin{titlepage}
|
||||
|
@ -95,17 +97,18 @@ This book was first produced to mark Cry Havoc's 20th anniversary in 2013.
|
|||
|
||||
% -----
|
||||
|
||||
\mainmatter
|
||||
|
||||
\section{Tunes}
|
||||
|
||||
Tunes are arranged in alphabetical order of tune title.
|
||||
|
||||
\newpage
|
||||
|
||||
\input{tunes.tex}
|
||||
|
||||
% -----
|
||||
|
||||
\backmatter
|
||||
|
||||
\newpage
|
||||
|
||||
\section{List of tune first lines}
|
||||
|
||||
You know the feeling. Everyone has just launched into a well-loved tune.
|
||||
|
|
Loading…
Reference in New Issue