我正在尝试编译 Copernicus Latex 包的模板(用于 Copernicus 期刊)。我从 Copernicus 网站下载了该包:https://publications.copernicus.org/for_authors/manuscript_preparation.html#templates
我收到警告“检测到不支持的文档类(或包),不建议使用 caption 包(caption)”,它指的是文件 caption.sty
除此之外,编译后的文档的布局是 1 列,而我预计它是 2 列(不确定,这是我第一次向哥白尼期刊投稿)。
所以我有 3 个问题:
- 布局是1列而不是2列正常吗?
- 什么原因导致“不支持的文档类别”警告?
- 这个警告是否重要?或者我可以继续写作而不必担心它吗?
以下是编译模板开头的代码片段:
%% Copernicus Publications Manuscript Preparation Template for LaTeX Submissions
%% ---------------------------------
%% This template should be used for copernicus.cls
%% The class file and some style files are bundled in the Copernicus Latex Package, which can be downloaded from the different journal webpages.
%% For further assistance please contact Copernicus Publications at: [email protected]
%% https://publications.copernicus.org/for_authors/manuscript_preparation.html
%% Please use the following documentclass and journal abbreviations for preprints and final revised papers.
%% 2-column papers and preprints
\documentclass[wcd, manuscript]{copernicus}
%% Journal abbreviations (please use the same for preprints and final revised papers)
% Weather and Climate Dynamics (wcd)
%% \usepackage commands included in the copernicus.cls:
%\usepackage[german, english]{babel}
%\usepackage{tabularx}
%\usepackage{cancel}
%\usepackage{multirow}
%\usepackage{supertabular}
%\usepackage{algorithmic}
%\usepackage{algorithm}
%\usepackage{amsthm}
%\usepackage{float}
%\usepackage{subfig}
%\usepackage{rotating}
\begin{document}
\title{TEXT}
% \Author[affil]{given_name}{surname}
\Author[]{}{}
\Author[]{}{}
\Author[]{}{}
\affil[]{ADDRESS}
\affil[]{ADDRESS}
\correspondence{NAME (EMAIL)}
\runningtitle{TEXT}
\runningauthor{TEXT}
\firstpage{1}
\maketitle
\begin{abstract}
TEXT
\end{abstract}
\copyrightstatement{TEXT} %% This section is optional and can be used for copyright transfers.
\introduction %% \introduction[modified heading if necessary]
TEXT
\section{HEADING}
TEXT
\conclusions %% \conclusions[modified heading if necessary]
TEXT
\end{document}
答案1
caption
软件包修补命令以添加其他功能。它假设原始行为与类中的\caption
行为相同或接近。\caption
article
通常,如果您使用具有完全不同的标题布局的发布者类并尝试caption
在文档中加载包,您会收到此警告,警告它可能无法正常工作。
虽然课程的作者正在加载caption
在课堂内部并选择忽略(而不是静音)警告。这有点不幸,但这是设计使然,因此作为用户,您可以假设行为符合预期,警告是虚假的。