TeX - LaTeX Asked by Tania islam on January 27, 2021
How can I insert two pictures in side by side format for the IEEE access format paper? I tried the following code by the pictures are two far away from each other.
begin{figure*}[htp]
centering
subfigure[random caption 1]{includegraphics[scale=0.38]{image1}}quad
subfigure[random caption 2]{includegraphics[scale=0.38]{image2}}
end{figure*}
Edit: added are options which preserve original IEEE Access layout for figures and tables.
Try the following:
documentclass{IEEEaccess}
usepackage{graphicx}
usepackage[font={sf,scriptsize}, % new
labelfont={bf,color=accessblue},% new
caption=false] % new
{subfig}
begin{document}
Figure[t!]{example-image-duck} % for one image per figure
{Test figure label{fig:test}}
begin{figure*} % for sub figures over two columns in
centering
subfloat[random caption 1]{includegraphics[width=0.8columnwidth]{example-image-duck}}
hfil
subfloat[random caption 2]{includegraphics[width=0.8columnwidth]{example-image-duck}}
caption{My figure over two column}
label{fig:figure2}
end{figure*}
EOD
end{document}
subfigure
, instead of it use subfig
and its environment subfloat
Correct answer by Zarko on January 27, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP