表格和图形的奇怪标题字体

表格和图形的奇怪标题字体

我正在使用 Elsevier(Journal)乳胶模板,其中安装了如下所示的包。

\documentclass[a4paper,fleqn]{cas-dc}

% If the frontmatter runs over more than one page
% use the longmktitle option.

%\documentclass[a4paper,fleqn,longmktitle]{cas-dc}

\usepackage[numbers,sort&compress]{natbib} % imported from old paper
%\usepackage[numbers]{natbib}
%\usepackage[authoryear]{natbib}
%\usepackage[authoryear,longnamesfirst]{natbib}

\usepackage{tikz}\usetikzlibrary{automata, chains, positioning, arrows}
\usepackage{color}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{subfigure}
%\usepackage[caption=false]{subfigure}
%%%Author macros
\def\tsc#1{\csdef{#1}{\textsc{\lowercase{#1}}\xspace}}
\tsc{WGM}
\tsc{QE}

\begin{document}
\let\WriteBookmarks\relax
\def\floatpagepagefraction{1}
\def\textpagefraction{.001}

问题是,图形和表格的标题文本字体与文档文本字体完全不同,如下所示。知道如何解决这个问题吗?我正在使用 texstudio: 在此处输入图片描述

相关内容