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

Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis