Journal of Computational Physics, latex模板

想必很多人会用到Journal of Computational Physics的latex模板,但是这个模板在官网不容易找。本人也是在网上找了很久才找到它。下载地址为: template for Journal of Computational Physics

或者访问网址: https://www.elsevier.com/wps/find/journaldescription.cws_home/622866?generatepdf=true

点击template即可下载模板。这个模板只提供了几个简单的package,本人加了一些包,可以完成大部分的工作。如下:

%% This is file `jcomp-template.tex',
%% 
%% Copyright 2017 Elsevier Ltd
%% 
%% This file is part of the 'Elsarticle Bundle'.
%% ---------------------------------------------
%% 
%% It may be distributed under the conditions of the LaTeX Project Public
%% License, either version 1.2 of this license or (at your option) any
%% later version.  The latest version of this license is in
%%    http://www.latex-project.org/lppl.txt
%% and version 1.2 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%% 
%% The list of all files belonging to the 'Elsarticle Bundle' is
%% given in the file `manifest.txt'.
%% 
%% Template article for Elsevier's document class `elsarticle'
%% with harvard style bibliographic references
%%
%% $Id: jcomp-template.tex 100 2017-07-14 13:15:12Z rishi $
%%
%% Use the option review to obtain double line spacing
%\documentclass[times,review,preprint,authoryear]{elsarticle}

%% Use the options `twocolumn,final' to obtain the final layout
%% Use longtitle option to break abstract to multiple pages if overfull.
%% For Review pdf (With double line spacing)
%\documentclass[times,twocolumn,review]{elsarticle}
%% For abstracts longer than one page.
%\documentclass[times,twocolumn,review,longtitle]{elsarticle}
%% For Review pdf without preprint line
%\documentclass[times,twocolumn,review,nopreprintline]{elsarticle}
%% Final pdf

\documentclass[sort & compress,times,final]{elsarticle}
%%
%\documentclass[times,twocolumn,final,longtitle]{elsarticle}
%%

%% Stylefile to load JCOMP template
\usepackage{jcomp}
\usepackage{framed}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{amsbsy}
\usepackage{amsmath}
\usepackage{graphics,graphicx}
\usepackage{subfigure}
\usepackage{multirow,multicol}
\usepackage{bm}
\usepackage{bbm}
\usepackage{color}
\usepackage{float}
\usepackage{tikz}
\usepackage{mathrsfs}
\usepackage{epstopdf}
\usepackage{epsfig}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{natbib}
\usepackage{listings} %插入代码
\lstset{frame=tb,
	language=Python,
	aboveskip=3mm,
	belowskip=3mm,
	showstringspaces=false,
	columns=flexible,
	basicstyle={\small\ttfamily},
	numbers=none,
	numberstyle=\tiny\color{gray},
	keywordstyle=\color{orange},
	commentstyle=\color{green},
	stringstyle=\color{mauve},
	breaklines=true,
	breakatwhitespace=true,
	tabsize=3
}
% Following three lines are needed for this document.
% If you are not loading colors or url, then these are
% not required.
\usepackage{url}
\usepackage{xcolor}
\usepackage[colorlinks,linkcolor=blue,citecolor=blue]{hyperref}
\definecolor{newcolor}{rgb}{.8,.349,.1}

\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newdefinition{remark}{Remark}
\newtheorem{corollary}[theorem]{Corollary}
\newdefinition{method}{Method}
\newdefinition{example}[theorem]{Example}
\def
\theequation{\arabic{section}.\arabic{equation}}
\numberwithin{equation}{section}
\def
\thetheorem{\arabic{section}.\arabic{theorem}}
\numberwithin{theorem}{section}

\journal{Journal of Computational Physics}

\begin{document}

\verso{Given-name1 Family-name1 \textit{etal}}

\begin{frontmatter}

\title{Physical information DNN algorithm for solving PDEs \tnoteref{tnote1}}%
%\tnotetext[tnote1]{This is an example for title footnote coding.}

\author[address1]{Given-name1 \snm{Family-name1}} \ead{xxxxxx@qq.com}
\author[address1,address2,address3]{Family-name2\snm{First-name2}}\ead{xxxxxx@163.com} 
\author[address1,address2,address3]{Family-name3 \snm{First-name3}\corref{corres}} \ead{xxxxxx@163.com}
\cortext[corres]{Corresponding author.}

\address[address1]{xxxxxxxx,xxxxxxxxxx}
\address[address2]{xxxxxxxx,xxxxxxxxxx}
\address[address3]{xxxxxxxx,xxxxxxxxxx}

\received{xx-xx-xxxx}
\finalform{xx-xx-xxxx}
\accepted{xx-xx-xxxx}
\availableonline{xx-xx-xxxx}
\communicated{xx}

\begin{abstract}
A concise and factual abstract is required. The abstract should state briefly the purpose of the research, the principal results and major conclusions. 
An abstract is often presented separately from the article, so it must be able to stand alone. 
For this reason, References should be avoided, but if essential, then cite the author(s) and year(s). 
Also, non-standard or uncommon abbreviations should be avoided, but if essential they must be defined at their first mention in the abstract itself. 
\end{abstract}

\begin{keyword}
	\MSC[2020] 52B10\sep 65D18\sep 68U05\sep 68U07
	\KWD Physical phenomenon; PIDNN; Activation function 
\end{keyword}
\end{frontmatter}

%% main text
\section{Introduction}\label{sec:01}
  \subsection{DNN}

\documentclass[sort & compress,times,final]{elsarticle} 中添加了 sort & compress,作用是使得参考文献不再显示为[1,2,3,4,5,6,7,8,9],而是显示为[1-9]

  • 7
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 4
    评论
### 回答1: LaTeX ACL模板是一个用于论文撰写的模板,特别设计用于ACM Transactions on Asian and Low-Resource Language Information Processing (TALLIP)期刊。该模板提供了一个精美的排版风格,符合ACM出版风格要求。 LaTeX是一种流行的排版系统,被广泛应用于学术界。相比于其他排版软件(如Microsoft Word),LaTeX提供了更强大的功能和更高质量的排版效果。使用LaTeX撰写论文,作者可以专注于内容的表达,而不用过多考虑格式和样式。 ACL模板使用了一些LaTeX宏包,以确保论文的格式符合ACM的要求。这些宏包提供了各种功能,例如处理参考文献、数学公式、表格和图片等。模板还包括了一些示例文件和用法说明,帮助作者快速上手。 对于需要在ACM TALLIP期刊发表论文的作者来说,使用ACL模板能够简化写作过程。作者只需下载并使用该模板,按照要求填写自己的内容,然后通过编译生成PDF格式的最终论文。由于模板已经配置好了适当的版式和样式,所以作者无需关心太多细节,只需专注于内容的质量和准确性。 总之,LaTeX ACL模板为ACM TALLIP期刊的作者提供了一种便捷的撰写工具,帮助他们以专业的排版风格提交论文。它简化了论文写作的流程,提高了论文的质量和可读性。 ### 回答2: LaTeX(排版系统)是一种专业的科技文档排版工具,而ACL模板则是其中的一种模板,用于撰写ACL(Association for Computational Linguistics)相关的学术论文。 LaTeX旨在帮助用户排版高质量、专业且美观的文档,包括学术论文、报告、书籍等。它提供了丰富的排版功能和灵活的样式定义,使得用户能够专注于内容而不必花费过多时间和精力在排版上。与常见的字处理软件相比,LaTeX通过使用命令和宏包来定义文档格式,更为高效、灵活和规范。 作为ACL模板,它提供了符合ACL论文投稿要求的排版格式。这些要求包括页面大小、页边距、标题格式、字体设置、引用样式等等。使用ACL模板,作者可以方便地按照这些要求准备自己的论文,并得到与会议和期刊要求一致的最终排版效果。 ACL模板基于标准的LaTeX文档类进行开发,通过定义特定的样式和格式来实现特定的排版要求。用户只需下载并导入模板文件,然后按照提供的示例文档进行修改和编写即可。模板中已经包含了常用的LaTeX宏包和设置,因此大部分情况下用户不需要进行太多配置。 值得一提的是,ACL模板通常还提供了一些自动化工具,如自动生成参考文献列表、自动编号和交叉引用等。这些工具可以极大地提高作者的工作效率,减少排版过程中的繁琐操作。 总而言之,LaTeX ACL模板是一种方便作者撰写ACL学术论文的工具,它提供了符合ACL要求的排版格式和一些自动化工具,帮助作者专注于研究内容,提高论文的质量和效率。 ### 回答3: LaTeX ACL模板是为了帮助用户在撰写学术论文时使用较为规范和专业的排版工具。ACL(Association for Computational Linguistics)是计算机语言学领域的国际学术组织,该模板致力于满足ACL会议的论文写作要求。 使用LaTeX ACL模板,用户可以轻松地创建符合ACL会议规范的学术论文。该模板提供了各种必要的功能和格式,包括题目、作者、摘要、关键词、正文、引用等。用户只需要按照指定的格式填写自己的内容,即可得到与会议要求一致的漂亮排版效果。 LaTeX ACL模板不仅提供了论文的结构,还包含了一些常用的命令和功能。例如,用户可以使用模板中已定义的命令快速设置各种排版格式,如字体样式、段落格式、图表编号等。此外,该模板还支持生成引用和参考文献列表,方便用户进行学术引用和参考文献管理。 使用LaTeX ACL模板的好处是多方面的。首先,它遵循了ACL会议的规范,使得用户的论文符合学术界的标准。其次,LaTeX具有强大的数学公式和符号排版能力,对于需要插入数学公式或符号的计算机语言学领域的论文尤为方便。再次,LaTeX ACL模板的结构清晰,使得用户可以专注于内容编写而不用过多关心排版问题。 总而言之,LaTeX ACL模板为用户提供了一个方便、规范和专业的写作环境,使得撰写符合ACL会议标准的学术论文变得更加容易和高效。无论是计算机语言学领域的研究人员还是学生,都可通过使用该模板提升自己论文的质量和学术形象。
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值