شما در فایل 0_UniversityFormat1p فرمت عنوان فصلها را با کد زیر به حالت وسطچین تغییر دادهاید.
\titleformat{\chapter}[display]
{\normalfont\LARGE\bfseries\centering}
{\chaptername~\words{chapter}}{20pt}{\LARGE}
حال اگر میخواهید عنوان فصل کتابنامه وسطچین نباشد کافیست در فایل maintext قبل از \include{ref} دوباره کد فوق را بیاورید و دستور \centering را حذف کنید. یعنی داشته باشید:
\titleformat{\chapter}[display]
{\normalfont\LARGE\bfseries}
{\chaptername~\words{chapter}}{20pt}{\LARGE}
\include{ref}