skulumani / thesis-gwu

GWU SEAS sample thesis
GNU General Public License v3.0
29 stars 15 forks source link

New page at the beginning of each chapter #25

Closed mrnajjari closed 6 years ago

mrnajjari commented 6 years ago

Hi Shankar,

I know the library accepted this thesis. "Development of a High-order Navier-Stokes Solver using Flux Reconstruction to Simulate Three-dimensional Vortex Structures in a Curved Artery Model". So it would be much nice looking if you can add this style where at the begining of each chapter we have a page only showing chapter # and name like below. image

skulumani commented 6 years ago

That's awesome. I'll work on adding an option reza-title to do something like this.

skulumani commented 6 years ago

This isn't in the standard set by GWU but I'll try to add it this weekend.

mrnajjari commented 6 years ago

Hi, Thanks. Oh, I did it with following commands after the last package:

\titleformat{\chapter}[display] {\bfseries\huge}{\huge\chaptertitlename\ \thechapter}{24pt}{\filright} \titlespacing*{\chapter} {0pt}{48pt}{0pt}

After this put "\newpage" at the beginning of each chapter.