For my PhD thesis I have a number of maps and cross-section which are quite large, and so will be included in an envelope in the rear of the thesis. I call these “sheets.”
It is quite desirable for me to have in the front of the thesis a list of sheets, just as I have a list of figures and a list of tables.
To this end I have created a new type of float using
Code: Select all
\DeclareCaptionType[within=none]{sheet}
Code: Select all
\begin{sheet}%
\caption{Bore logs cross-section 1}%
\end{sheet}
Code: Select all
\listofsheets
At the moment the list of sheets tells me that “Bore logs cross-section 1” is on page XXX, which is not helpful, as it isn’t actually on any page at all.
My question is: is it possible to suppress the page numbers given for the sheets in the list of sheets?
Is there some other command in the caption package I have overlooked? Or, do I need to create the “list of sheets” manually, so it doesn’t have page numbers?
Many thanks,
Alastair.