db
2024-03-25 15:43:03 UTC
I am constructing a longer document, and get an
annoying empty page after the title page. Here is
a short mini-example:
\documentclass[a4paper,12pt,fleqn,oldfontcommands]{memoir}
\setlrmarginsandblock{4cm}{4cm}{*}
\setulmarginsandblock{4cm}{4cm}{*}
\checkandfixthelayout
\addtolength\cftbeforechapterskip{-5pt}
\usepackage{graphicx} % standard LaTeX graphics tool
% when including figure files
\usepackage{epic} % More graphics stuff
\usepackage{eepic} % `` `` ``
\usepackage{alltt}
\usepackage{lscape}
\usepackage{epsfig}
\usepackage{showlabels}
\usepackage[format=hang,labelfont=bf,labelsep=colon]{caption}
\usepackage{url}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%Frontmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{titlingpage}
\vspace{2cm}
\author{me}
\title{title bla}
\maketitle
\end{titlingpage}
\frontmatter
\include{chaps/minipreface}
\tableofcontents*
\mainmatter
%\include{chaps/chap01}%
\flushbottom
\end{document}
The Preface is
\chapter*{Preface}
bla bla
%\clearemptydoublepage
How do I suppress the empty page?
annoying empty page after the title page. Here is
a short mini-example:
\documentclass[a4paper,12pt,fleqn,oldfontcommands]{memoir}
\setlrmarginsandblock{4cm}{4cm}{*}
\setulmarginsandblock{4cm}{4cm}{*}
\checkandfixthelayout
\addtolength\cftbeforechapterskip{-5pt}
\usepackage{graphicx} % standard LaTeX graphics tool
% when including figure files
\usepackage{epic} % More graphics stuff
\usepackage{eepic} % `` `` ``
\usepackage{alltt}
\usepackage{lscape}
\usepackage{epsfig}
\usepackage{showlabels}
\usepackage[format=hang,labelfont=bf,labelsep=colon]{caption}
\usepackage{url}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%Frontmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{titlingpage}
\vspace{2cm}
\author{me}
\title{title bla}
\maketitle
\end{titlingpage}
\frontmatter
\include{chaps/minipreface}
\tableofcontents*
\mainmatter
%\include{chaps/chap01}%
\flushbottom
\end{document}
The Preface is
\chapter*{Preface}
bla bla
%\clearemptydoublepage
How do I suppress the empty page?