
Can anyone help me with the positioning of the image in Project description?
Asked
Active
Viewed 1,569 times
0
moewe
- 175,683
Raghavendra S S
- 23
- 5
1 Answers
2
try the following:
\documentclass{ieeetran}
\usepackage[demo]{graphicx}
\usepackage{stfloats} % for positioning of figure* on the same page
\usepackage{tabularx}
\usepackage{subcaption}
%---------------- show page layout. don't use in a real document!
\usepackage{showframe}
\renewcommand\ShowFrameLinethickness{0.15pt}
\renewcommand*\ShowFrameColor{\color{red}}
%---------------------------------------------------------------%
\usepackage{lipsum}
\begin{document}
\section{Introduction}
\lipsum[1]
\begin{figure*}[b]
\setkeys{Gin}{width=0.9\linewidth}
\begin{subfigure}{0.2\linewidth}\centering
\includegraphics{T1.png}
\caption{First subfigure}
\end{subfigure}%
\begin{subfigure}{0.2\linewidth}\centering
\includegraphics{T2.png}
\caption{Second subfigure}
\end{subfigure}%
\begin{subfigure}{0.2\linewidth}\centering
\includegraphics{T3.png}
\caption{Third subfigure}
\end{subfigure}%
\begin{subfigure}{0.2\linewidth}\centering
\includegraphics{T4.png}
\caption{Fourth subfigure}
\end{subfigure}%
\begin{subfigure}{0.2\linewidth}\centering
\includegraphics{T5.png}
\caption{Fifth subfigure}
\end{subfigure}
\caption{Input Images}
\end{figure*}
\lipsum
\end{document}
(it is follow-up answer to your previous question. actually it cover also this question)
Zarko
- 296,517

figure*does not supporthorbso your figure is set with[!tp]and spanning two-column figures always come, at the earliest, on the page after their position in the source file. – David Carlisle Mar 25 '19 at 19:49\textnormal{... around your text? – David Carlisle Mar 25 '19 at 20:08\texnormal{..I think that's the standard format for text in IEEE conferences. I just got this template, not sure about why it's used. – Raghavendra S S Mar 25 '19 at 20:12\textnormalis wrong But please do not post code as images, it is impossible to debug anything if you post in that form. – David Carlisle Mar 25 '19 at 20:13