How to add figures side by side in Latex | Latex tutorial for inserting images side by side
Автор: PMC Tech
Загружено: 2022-06-05
Просмотров: 31479
This video will assist you with adding figures side by side in your thesis, articles, books and other academic materials easily using overleaf. This could be subfigures that you would wish to add to you document. I have used an IEEE conference paper template to present this easily using latex/overleaf.
Remember to watch the previous video that gives you an insight on how to include figures to your overleaf document.
Introduction to overleaf
• Introduction to Latex | Overleaf tutorial ...
How to add figures in overleaf
• How to insert figures in latex. | Upload i...
Code for side by side figures
\begin{figure*}[!t]
\centering
\begin{subfigure}[t]{0.49\textwidth}
\centering
\includegraphics[width=\textwidth]{Filter1.JPG}
\caption{}
\label{filter8}
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.49\textwidth}
\centering
\includegraphics[width=\textwidth]{Filter2.JPG}
\caption{}
\label{filter7}
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.49\textwidth}
\centering
\includegraphics[width=\textwidth]{Filter3.JPG}
\caption{}
\label{filter6}
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.49\textwidth}
\centering
\includegraphics[width=\textwidth]{Filter4.JPG}
\caption{}
\label{filter5}
\end{subfigure}
\centering
\caption{}
\label{filters}
\end{figure*}
The IEEEtran class file is used to format your paper and style the text. All margins,
column widths, line spaces, and text fonts are prescribed; please do not
alter them. You may note peculiarities. For example, the head margin
measures proportionately more than is customary. This measurement
and others are deliberate, using specifications that anticipate your paper
as one part of the entire proceedings, and not as an independent document.
Please do not revise any of the current designations.
\begin{figure*}[!t]
\centering
\begin{minipage}[t]{0.49\textwidth}
\centering
\includegraphics[width=\textwidth]{Filter1.JPG}
\caption{}
\label{filter1}
\end{minipage}
\hfill
\begin{minipage}[t]{0.49\textwidth}
\centering
\includegraphics[width=\textwidth]{Filter2.JPG}
\caption{}
\label{filter2}
\end{minipage}
\hfill
\begin{minipage}[t]{0.49\textwidth}
\centering
\includegraphics[width=\textwidth]{Filter3.JPG}
\caption{}
\label{filter3}
\end{minipage}
\hfill
\begin{minipage}[t]{0.49\textwidth}
\centering
\includegraphics[width=\textwidth]{Filter4.JPG}
\caption{}
\label{Hysteresis bounderies}
\end{minipage}
\label{fig:}
\centering
%\caption{}
\label{filter4}
\end{figure*}
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: