Mercurial > dottes
changeset 954:48386452b36a
Don't \cleardoublepage before mainmatter or backmatter.
| author | Jim Hague <jim.hague@acm.org> | 
|---|---|
| date | Tue, 06 Aug 2019 22:24:02 +0100 | 
| parents | 6f8b1eaedcb5 | 
| children | 2324285ba90b | 
| files | dottes.tex | 
| diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/dottes.tex Tue Aug 06 20:50:23 2019 +0100 +++ b/dottes.tex Tue Aug 06 22:24:02 2019 +0100 @@ -47,6 +47,15 @@ \fi} \makeatother +% Replace \mainmatter with one that does a \clearpage +% not a \cleardoublepage. +\makeatletter +\renewcommand\mainmatter{% + \clearpage + \@mainmattertrue + \pagenumbering{arabic}} +\makeatother + % Show the main tune graphic and optional change. % Args are: % 1. Tune name @@ -245,8 +254,6 @@ % ----- -\cleardoublepage - \chapter{List of tune first lines} You know the feeling. Everyone has just launched into a well-loved tune.
