I am doing a research work and I googled half an hour and found nothing about this. Is there some way to get a title page (without any style) for every chapter?
I think the "without style" thing is done with \thispagestyle{empty}
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
Something like this with the help of
Additional formatting can be done via modifying the And the result: Chapter page:
And text page:
|
|||
|
|


bookdocument style? – m0nhawk Jan 7 at 18:56\thispagestyle{empty}\cleardoublepagedirectly after\chapter{…}should do, what you want. If yes, there are ways for automatic application of these macros … – Speravir Jan 12 at 21:46