This is my first time posting so if my formatting is off, I'm more than happy to be corrected! I'm also far from a TeX expert, so please forgive my questionable terminology.
I'm trying to write a dissertation using the NotesTeX package in the report document class. Each time I make a new chapter, the page numbering resets to 1. Any ideas on why this might be the case and how to resolve it? Notably, I've attempted to follow both the solutions given in the answer here, as well as the discussion here with no success - After doing everything advised in the linked posts, the page numbering issues persisted.
I suspect, therefore, that this problem is related to the NotesTeX package. Here is an MWE:
\pdfminorversion=4\relax
\pdfobjcompresslevel=0\relax
\RequirePackage{pdf14}
\documentclass[12pt, a4paper,notitlepage]{report}
\usepackage{marginnote,sidenotes,fancyhdr,titlesec,geometry}
\usepackage[dvipsnames]{xcolor}
\usepackage[many]{tcolorbox}
\usepackage{NotesTeX}
\usepackage{tikz,physics,cancel}
\usepackage[T1]{fontenc}
\usepackage{lmodern,mathrsfs}
\title{Title}
\author{Author}
\abstract{Abstract}
\begin{document}
\maketitle
\chapter{Chapter 1}
\clearpage\section{Section 1.1}
\subsection{Subsection 1.1.1}
\clearpage\chapter{Chapter 2}
\clearpage\section{Section 2.1}
\end{document}
I hope I haven't produced a dupe, and many thanks in advance!
\newcommand{\bfa}{{\bf a}}.:-(– egreg Jun 28 '18 at 18:00\letback but remove the line\pagenumbering{arabic}instead – David Carlisle Jun 28 '18 at 18:03\ps@myplainwithout\pagenumbering{arabic}– egreg Jun 28 '18 at 18:04\bf ahas been deprecated for more than 20 years. – egreg Sep 30 '18 at 16:34