I'm using the report class to write a lab report(go figure). In the template used, for some reason I am getting an extra blank page before the title page. What follows is the structure used for the title page.
\begin{document}
\frontmatter
\title{ \normalsize \textsc{} \\ \textsc{} \\ \textsc{} \\ \textsc{} \normalsize
\\ [2.0cm]
\HRule{0.5pt} \\
\LARGE \textbf{\uppercase{Impact Lab}}
\HRule{2pt} \\ [0.5cm]
\normalsize \vspace*{5\baselineskip}}
\author{ \textbf{}\\
\\
\\
\\}
\maketitle
My import statements are:
\documentclass[12pt]{report}
\usepackage[a4paper]{geometry}
\usepackage[myheadings]{fullpage}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{graphicx, wrapfig, subcaption, setspace, booktabs}
\usepackage[T1]{fontenc}
\usepackage[font=small, labelfont=bf]{caption}
\usepackage{fourier}
\usepackage[protrusion=true, expansion=true]{microtype}
\usepackage[english]{babel}
\usepackage{sectsty}
\usepackage{url, lipsum}
\usepackage{float}
\usepackage{textcomp}
Any ideas why I'm getting the empty page at the beginning? (Also all text has been removed, that's why the empty braces)
\frontmatterafter\maketitleif that doesn't help additionally\titleand\authorin the preamble. – Skillmon Nov 21 '17 at 19:20\titleand the\authormacro, imho. If the resulting titlepage isn't to your liking, you can build your own using\begin{titlepage}...\end{titlepage}. – Skillmon Nov 21 '17 at 19:23