由于我的大学没有对此做出任何规定,因此我遵循标准的标题定位:表格在顶部,图形在底部。
对于某些表格/图形,我还必须提供它们的来源,但我不知道将这些信息放在哪里。
是否有涵盖该主题的官方期刊指南?
\documentclass{book}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage[flushleft]{threeparttable}
\usepackage{environ}
\usepackage{graphicx}
% bold "table" and "figure" in caption and indentation
\usepackage[%
font=small,
labelfont=bf,labelsep=period,format=hang,
]{caption}
\usepackage{subcaption}
\captionsetup[table]{position=above, aboveskip=4pt}%, belowskip=6pt}
% table template
\newcommand{\source}{\emph{Source}:~}
\newcommand{\tabfs}{\small}
\NewEnviron{tabnote}[1][para]{%
\begin{tablenotes}[#1]
\footnotesize \BODY
\end{tablenotes}
}
\NewEnviron{tabella}{%
\begin{table}[t]
\centering\small\begin{threeparttable}
\BODY
\end{threeparttable}
\end{table}
}
% figure template
\NewEnviron{figura}{%
\noindent\begin{figure}[t]
\centering
\BODY
\end{figure}
}
\begin{document}
\begin{tabella}
\caption{\label{tab:mylabel}My table caption with indentation if it is too long}
\begin{tabular}{cc}
\toprule
Head 1 & Head 2\\
\midrule
Something & 1\\
Something else & 0\\
\bottomrule
\end{tabular}
\begin{tabnote}
\source My source.
\end{tabnote}
\end{tabella}
\begin{figura}
\includegraphics[width=4cm]{example-image}
\caption{\label{tab:mylabel}My figure caption with indentation if it is too long. My figure caption with indentation if it is too long. My figure caption with indentation if it is too long.
\source My source.}
\end{figura}
\end{document}
答案1
这AMS 期刊风格指南第 47 页讨论了这个问题。
简而言之,许可/信用声明包含在图片标题的末尾。(显示示例以说明该原则。)
表格标题(第 55 页所述)的处理方式类似,只是标题的位置不同:表格标题位于表格上方,图形标题位于图形下方。
当然,这是某家美国出版商的建议;其他出版商可能有其他想法。