From 8fa1b49de9bc3df653fe45294aa1172a4fa74191 Mon Sep 17 00:00:00 2001 From: Zach Date: Fri, 3 Apr 2026 15:22:58 -0600 Subject: [PATCH] update bookmarks in .cls file to use normal casing. This makes them match the rest of the bookmarks in the document. --- src/byuthesis.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/byuthesis.cls b/src/byuthesis.cls index ec5ab09..014780b 100644 --- a/src/byuthesis.cls +++ b/src/byuthesis.cls @@ -388,7 +388,7 @@ \setlrmarginsandblock{1.75in}{1.75in}{*} \checkandfixthelayout \fi - \pdfbookmark{TITLE PAGE}{titlepage} + \pdfbookmark{Title Page}{titlepage} \pagestyle{empty} \begin{Spacing}{2.0} \begin{center} @@ -433,7 +433,7 @@ % This custom title page is OPTIONAL \newcommand{\customtitlepage}{% - \pdfbookmark{CUSTOM TITLE PAGE}{customtitlepage} + \pdfbookmark{Custom Title Page}{customtitlepage} \pagestyle{empty} \begin{Spacing}{2.2} \vspace*{116pt} @@ -458,7 +458,7 @@ % ------------ abstract ------------------ \renewenvironment{abstract}{% \clearpage - \pdfbookmark[0]{ABSTRACT}{abstract} + \pdfbookmark[0]{Abstract}{abstract} \setlength{\parskip}{\baselineskip} \vspace*{35pt} % spacing set to match chapter header spacing \begin{flushleft} @@ -483,7 +483,7 @@ % ---------- acknowledgments ------------ \newenvironment{acknowledgments}{% \clearpage - \pdfbookmark[0]{ACKNOWLEDGMENTS}{acknowledgments} + \pdfbookmark[0]{Acknowledgments}{acknowledgments} \setlength{\parskip}{\baselineskip} \vspace*{35pt} % spacing set to match chapter header spacing \begin{flushleft}