webcrawl/APGTE/Book-4/cover.tex
2025-02-21 10:27:16 +01:00

91 lines
2.6 KiB
TeX

\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}s
\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 4}
\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 4\\} % 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*{0.5in} % Whitespace under the subtitle
\includegraphics[height=2.5in]{image.png}
\vfill % 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} % Editor affiliation
\vspace{2\baselineskip} % 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}