I am writing my thesis using PhDThesisPSnPDF class.
I need to make large caption of a figure to span over multiple pages. For most document classes package capt-of can be used:
How do I make figure captions span multiple pages?
However, this approach does not work in PhDThesisPSnPDF class. In PhDThesisPSnPDF \captionof instead of moving only the part of caption which does not fit on a current page, the entire caption is moved to a next page.
Are there any other options how to do this? Or is there a way to make capt-of work in the PhDThesisPSnPDF class?