FIX page number and references numbering
This commit is contained in:
parent
c60993bad1
commit
427df7c6c6
|
@ -441,7 +441,6 @@
|
|||
\end{mytitlepage}
|
||||
\end{titlepage}
|
||||
|
||||
|
||||
\onecolumn
|
||||
\clearpage
|
||||
\begin{mytitlepage}
|
||||
|
@ -516,6 +515,7 @@
|
|||
\clearpage
|
||||
|
||||
\pagenumbering{roman}
|
||||
\setcounter{page}{4}
|
||||
|
||||
\chapter*{ACKNOWLEDGEMENTS}
|
||||
\addcontentsline{toc}{chapter}{ACKNOWLEDGMENTS}
|
||||
|
@ -4966,7 +4966,8 @@ Complete output from this code is shown below:
|
|||
|
||||
\input{../code/washing_out.tex}
|
||||
|
||||
\chapter{REFERENCES}
|
||||
\chapter*{REFERENCES}
|
||||
\addcontentsline{toc}{chapter}{REFERENCES}
|
||||
\renewcommand{\chapter}[2]{} % noop the original bib section header
|
||||
|
||||
\bibliography{references}
|
||||
|
|
Loading…
Reference in New Issue