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