Quote:
Originally Posted by Jellby
Hmm... For that I think you'd better delve into the fascinating world of TikZ (though I think memoir has something to change margins for a single page...). It also has an excellent manual, with tutorial included. In my tex file you can find a simple cover made with TikZ, but if you just want to put an image, it can be even simpler.
|
I was afraid of that

Well, another point in my to-do list!
Quote:
Originally Posted by Jellby
You can change the layout of the contents, of course. For the header, define a new chapter style, use \chapterstyle{new} before \tableofcontents and then \chapterstyle{simple} after that.
|
ahh, so if I put \chapterstyle in my preamble, it will work for every single page, and if I put it in the body, it will work from that point onwards?