每次我引用表格或图形时,标题前面都会有“.:” 例如:Figure 1.: The proposed approach
,Table 2.: Mobile apps categories
。我如何删除“:”。我使用的是 Taylor and Francis 模板:
\documentclass[]{interact}
\usepackage[labelsep=space]{caption}
\usepackage{epstopdf}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}[theorem]{Proposition}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\theoremstyle{remark}
\newtheorem{remark}{Remark}
\newtheorem{notation}{Notation}
\usepackage{caption}
\usepackage{subcaption}
\begin{document}
...
\end{document}
感谢你的帮助