Skip to content

Commit 1dbb638

Browse files
committed
Merge pull request #12 from TDA/master
fix(spellings): Fixed to suit latest ASU Format rules
2 parents ddea629 + ecf90ac commit 1dbb638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

asudis.sty

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ letterpaper}%,showframe,showcrop}
8282
\begin{center}
8383
\singlespace
8484
A \@paperType\ Presented in Partial Fulfillment\\
85-
of the Requirement for the Degree\\
85+
of the Requirements for the Degree\\
8686
\@degreeName
8787
\end{center}
8888
\vspace{\tenblanklines}
@@ -126,7 +126,7 @@ letterpaper}%,showframe,showcrop}
126126
\newenvironment{acknowledgements}{
127127
\begin{center}
128128
\doublespace
129-
ACKNOWLEDGEMENTS
129+
ACKNOWLEDGMENTS
130130
\end{center}
131131
} {
132132
\clearpage
@@ -241,7 +241,7 @@ letterpaper}%,showframe,showcrop}
241241
\refstepcounter{chapter}%
242242
\typeout{\@chapapp\space\thechapter.}%
243243
\addcontentsline{toc}{chapter}%
244-
{\protect\numberline{\thechapter}#1}%
244+
{\protect\numberline{\thechapter}{\texorpdfstring{\MakeUppercase{#1}}{}}}%
245245
\else
246246
\addcontentsline{toc}{chapter}{#1}%
247247
\fi

0 commit comments

Comments
 (0)