I have 3 images put in one figure with different subcaptions. To create this figures, I have not used subfigure or minipage. But I would like to split the images in the Figure over two pages. The code written is as follows:
\begin{figure}[b]
\centering
\subcaptionbox{Case 2.1}{\includegraphics[width=0.350\textwidth]{./Pictures/a.jpg}}%
\hfill % <-- Seperation
\subcaptionbox{Case 2.2}{\includegraphics[width=0.45\textwidth]{./Pictures/b.jpg}}%
\hfill % <-- Seperation
\subcaptionbox{Case 2.3}{\includegraphics[width=0.50\textwidth]{./Pictures/c.jpg}}%
\vspace*{1mm}
\caption{Alphabets}
\end{figure}
I want the images (a) and (b) in one page and (c) in another page. Is there a way to do this?

\includegraphics[width=3cm]{example-image}:) – Dr. Manuel Kuehner Nov 02 '22 at 01:55subfigurewithminipage. Fore more help, extend your code fragment to complete small document, which we can test as it is. – Zarko Nov 02 '22 at 06:11