\documentclass[a5paper, 11pt, oneside]{memoir} % A4 paper size, default 11pt font size and oneside for equal margins \usepackage[utf8]{inputenc} % Required for inputting international characters \usepackage[T1]{fontenc} % Output font encoding for international characters \usepackage[margin=0.1in]{geometry} \usepackage{fouriernc} % Use the New Century Schoolbook font \usepackage{graphicx} \usepackage{epigraph} \usepackage{hyperref} %\usepackage{fancyvrb} \createmark{chapter}{both}{nonumber}{}{} \setlength\epigraphwidth{.8\textwidth} \title{A Practical Guide to Evil - Book 5} \author{David Verburg} \begin{document} \begin{titlingpage} % Suppresses headers and footers on the title page \centering % Centre everything on the title page \scshape % Use small caps for all text on the title page \vspace*{\baselineskip} % White space at the top of the page %------------------------------------------------ % Title %------------------------------------------------ \rule{\textwidth}{1.6pt}\vspace*{-\baselineskip}\vspace*{2pt} % Thick horizontal rule \rule{\textwidth}{0.4pt} % Thin horizontal rule \vspace{0.75\baselineskip} % Whitespace above the title {\LARGE A PRACTICAL GUIDE\\ TO EVIL\\} % Title \vspace{0.75\baselineskip} % Whitespace below the title {\Large Book 5\\} % Title \vspace{0.75\baselineskip} % Whitespace below the title \rule{\textwidth}{0.4pt}\vspace*{-\baselineskip}\vspace{3.2pt} % Thin horizontal rule \rule{\textwidth}{1.6pt} % Thick horizontal rule \vspace{2\baselineskip} % Whitespace after the title block %------------------------------------------------ % Subtitle %------------------------------------------------ Do Wrong Right % Subtitle or further description \vspace*{\baselineskip} % Whitespace under the subtitle \includegraphics[height=3.5in ]{image.png} \vspace*{\baselineskip} % Whitespace under the subtitle %------------------------------------------------ % Editor(s) %------------------------------------------------ A Web Serial By \vspace{0.5\baselineskip} % Whitespace before the editors {\scshape\Large David Verburg\\} % Editor list \vspace{0.5\baselineskip} % Whitespace below the editor list \textit{Personal Copy\\Do Not Distribute\\Cover Image by Ellis Nadler} % Editor affiliation \vfill % Whitespace between editor names and publisher logo %------------------------------------------------ % Publisher %------------------------------------------------ \vspace{0.3\baselineskip} % Whitespace under the publisher logo 2021 % Publication year {\large no publisher} % Publisher \end{titlingpage} \end{document}