Научный форум dxdy

Математика, Физика, Computer Science, Machine Learning, LaTeX, Механика и Техника, Химия,
Биология и Медицина, Экономика и Финансовая Математика, Гуманитарные науки




 Подпись графиков
У меня выводится 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 странице... Помогите пожалуйста, что делать?

 Re: Подпись графиков
Аватара пользователя
Как-то так:
Код:
\includegraphics[width=0.45\textwidth]{1}\hfill
\includegraphics[width=0.45\textwidth]{45v0}\\
\parbox{0.45\textwidth}{\caption{1}}\hfill
\parbox{0.45\textwidth}{\caption{2}}\\

и т.д.

 Re: Подпись графиков
Спасибо Вам огромное!!! Все работает!!!

 [ Сообщений: 3 ] 


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group