TeX - LaTeX Asked on December 10, 2021
I have the following LaTex code using subfloat
to create subfigures:
usepackage{subfig}
usepackage{graphicx}
begin{figure}[H]
centering
subfloat[]{includegraphics[width=0.5textwidth]{Sub-Figure-1.png}label{Sub-Figure-1}} quad
subfloat[]{includegraphics[width=0.3textwidth]{Sub-Figure-2.png}label{Sub-Figure-2}}
caption{textbf{Figure Title}}
label{Scheme}
end{figure}
The output captions for the subfigures look like this:
How do I remove the round brackets? Ie. I just want a
and b
rather than (a)
and (b)
.
Many thanks in advance.
documentclass{article}
usepackage[caption=false]{subfig}
usepackage{graphicx,float}
captionsetup[subfloat]{labelformat=simple}
begin{document}
begin{figure}[H]
centering
subfloat[]{includegraphics[width=0.5textwidth]{example-image-duck}label{Sub-Figure-1}} quad
subfloat[]{includegraphics[width=0.3textwidth]{example-image-duck}label{Sub-Figure-2}}
caption{textbf{Figure Title}}
label{Scheme}
end{figure}
end{document}
Answered by samcarter_is_at_topanswers.xyz on December 10, 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