I can't thank you enough for helping me with this!

NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[oneside, openany]{book}
\begin{document}
\tableofcontents
\chapter*{Introduction (unnumbered Chapter or Section)}
\part{Part I}
\chapter{Chapter 1}
\chapter{Chapter 2}
\part{Part II}
\chapter{Chapter 3}
\part{Part III}
\chapter{Chapter 4}
\chapter{Chapter 5}
\chapter{Chapter 6}
\chapter*{Conclusion (unnumbered Chapter or Section)}
\appendix
\chapter{Appendix A (Chater)}
\chapter{Appendix B (Chaoter)}
\end{document}
Yes, sorry, this generally works.phi wrote:Hello,
I don't know if I understand you correctly, but I get exactly the described structure using only LaTeX standard commands:
Code: Select all
\cleardoublepage
\phantomsection
\addcontentsline{toc}{part}{Bibliography}
NEW: TikZ book now 40% off at Amazon.com for a short time.