我想将elsarticle
LyX 中的表格标题更改为
并且数字为
我的情况如下:
我使用caption
文档序言中的包
\usepackage[labelfont=bf,labelsep=newline,justification=raggedright,singlelinecheck=false,font=small]{caption}
但我得到了很大的词桌子以粗体显示
和数字不是如图。按照要求,并且图后还有一行新线,但不是必需的
这是我的
图为此处
答案1
您可以使用为和\captionsetup
提供不同的选项:table
figure
\documentclass{elsarticle}
\usepackage[labelfont=bf,justification=raggedright,singlelinecheck=false]{caption}
\captionsetup[figure]{name=Fig. ,labelsep=period}
\captionsetup[table]{labelsep=newline,font=footnotesize}
\begin{document}
\begin{table}[!ht]
\caption{A test table caption}
\end{table}
\begin{figure}[!ht]
\caption{A test figure caption}
\end{figure}
\end{document}
您应该考虑到使用caption
with elsarticle
class 时收到的警告:
软件包 caption 警告:检测到不支持的文档类(或软件包),不建议使用 caption 软件包(caption)。请参阅 caption 软件包文档以了解说明。