Commit 2ad59291 authored by Johnson, Seth R.'s avatar Johnson, Seth R.
Browse files

Fix appendix headers when missing par

parent fc75b34c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -458,7 +458,6 @@ be used.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{SECOND APPENDIX}
\label{sec:secondapp}

If each appendix contains similarly formatted text as the body of the document
(i.e., first-order headings) then flysheets are not necessary. If first-order
headings cannot be used, such as with computer data or forms, a flysheet should
+2 −2
Original line number Diff line number Diff line
@@ -148,8 +148,8 @@
  \stepcounter{page}%
  % Add a blank page after the title
  \cleardoublepage
  % Insert the appendix name at the top, with no number
  {\hfill\bf\appendixname~\thesection.\hspace{.5em}\MakeUppercase{#1}\hfill\null}
  % Insert the appendix name at the top, with no number, and centered
  \centerline{\bf\appendixname~\thesection.\hspace{.5em}\MakeUppercase{#1}}%
}

\renewcommand\appendixname{APPENDIX}