我标头有include的包如下:
\documentclass[10pt,twocolumn,a4paper]
\usepackage{multicol}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{caption}
\captionsetup[figure]{labelformat={default},labelsep=period,name={Fig.}}
但不知道为舍,只要include "\usepackage{caption}"
我插入图片的注解后面总是就会多显示"figure"的字串在下一行
不知道怎删除?如果我把"\usepackage{caption}"拿掉它显示就正常了
求救了!!!
下面是我插入图片的语法:
会显示成:"Fig. 1. The partitioning-base map represents"
figure
\begin{figure}[h]
\centering
\includegraphics[scale=0.75]{fig1.jpg}
\caption{The partitioning-base map represents}
\label{fig.1}
\end{figure}