I have a preface for my document and instead of calling it Chapter 1, or using \chapter* to not include it in the table of contents, I would like it so it instead of a 1 I have a P. Then normal counting resumes - a bit like appendices.
so my table of contents looks like:
P Preface
P.1 Stuff
P.2 More Stuff
I All about stuff
1 Stuff in itself
1.1 Does stuff exist
1.2 Does stuff matter
1.2.1 The ethical implications of the non-existence of stuff
etc.
EDIT: Extra problem: I also want to not have it say:
Chapter P
Preface
but just
Preface
at the start of the preface - perhaps add to the table of contents manually - but my naive attempt didn't work so well.

