У меня выводится 6 графиков на 1 странице таким образом:
Код:
\begin{figure}[h]
\includegraphics[width=0.45\textwidth]{1}
\includegraphics[width=0.45\textwidth]{45v0}
\includegraphics[width=0.45\textwidth]{45p64}
\includegraphics[width=0.45\textwidth]{45v64}
\includegraphics[width=0.45\textwidth]{45p1064}
\includegraphics[width=0.45\textwidth]{45v1064}
\end{figure}
А как каждый из них подписать? Когда я пишу вот так
Код:
\begin{figure}[h]
\includegraphics[width=0.45\textwidth]{1}\caption{1}
\includegraphics[width=0.45\textwidth]{45v0}\caption{2}
\includegraphics[width=0.45\textwidth]{45p64}\caption{3}
\includegraphics[width=0.45\textwidth]{45v64}\caption{4}
\includegraphics[width=0.45\textwidth]{45p1064}\caption{5}
\includegraphics[width=0.45\textwidth]{45v1064}\caption{6}
\end{figure}
они все разъезжаются и не находятся на 1 странице... Помогите пожалуйста, что делать?