Reorder Appendix & eliminate blank pages

This commit is contained in:
John Winans 2018-05-21 22:08:42 -05:00
parent d49dab3587
commit ba0a4b56ef

View File

@ -79,22 +79,24 @@
% putting a chapter here causes it to be unnumbered % putting a chapter here causes it to be unnumbered
\clearpage %\clearpage
\bibliography{bibliography} \bibliography{bibliography}
\addcontentsline{toc}{chapter}{Bibliography} \addcontentsline{toc}{chapter}{Bibliography}
\nocite{*} % force all bib items to file appear even if not cited \nocite{*} % force all bib items to file appear even if not cited
%\bibliographystyle{alpha} %\bibliographystyle{alpha}
\bibliographystyle{ieeetr} \bibliographystyle{ieeetr}
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{\indexname}
\printindex
%\clearpage %\clearpage
%\phantomsection %\phantomsection
\glsaddall \glsaddall
\printnoidxglossaries \printnoidxglossaries
%\printglossary %\printglossary
%\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{\indexname}
\printindex
\end{document} \end{document}