I have the following format:
\part{X}
\section{foo}
\section{bar}
\subsection{foobar}
I don't want any chapters. Unfortunately, hyperref is throwing warnings over this. How can I either make hyperref ignore the missing chapters or include them in a way so they are not showing up in the PDF?
MWE:
\documentclass[12pt,twoside]{report}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\title{MWE}
\author{Andrew Yang}
\date{\today}
\begin{document}
\maketitle
\part{Test}
\section{Introduction}
\end{document}
\documentclasstill\end{document}, that reproduces this warning? – Tiuri Nov 26 '19 at 16:45