当前位置:   article > 正文

英文论文写作LaTeX模板_latex英文论文模板

latex英文论文模板

引言

本文主要提供一个英文LaTeX写作模板。因为本人是数学专业的,因此此模板可能更适合数学相关专业的写作。

读研之前就接触过LaTeX软件,只是会使用,没有深入去挖掘。从去年读研开始就要写论文,所以开始挖掘其中的一些东西。网络上流传着各式各样的模板,有的感觉不好看,有的下下来之后,虽然比较好看,但易用性又大打折扣,违背了本人比较欣赏的一个原则:Keep It Simple, Stupid!(简称KISS原则,大意为:保持简单,并且一目了然) 到后来,就利用手头的一本《LaTeX入门》(刘海洋编著)自己做了模板(包括中文和英文,这里把中英文单独提出来是因为在英文模板中没必要加载中文的宏包及一些设置)。

这个模板经过一年多的锤炼,经过三篇英文文章的实践,添加必要的宏包、修改优化、删除一些没用的东西,可以说是一个比较简练的模板。

模板正文

\documentclass[hyperref]{article}
%MS%%%%%%%%%%%%%%%%%%%% Article Format %%%%%%%%%%%%%%%%%
%+++++++++++++++++++++ Usepackage +++++++++++++++%%
\usepackage{graphicx} %% Package for Figure
\usepackage{float} %% Package for Float
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage[thmmarks,amsmath]{ntheorem} %% If amsmath is applied, then amsma is necessary
\usepackage{bm} %% Bold Mathematical Symbols
\usepackage[colorlinks,linkcolor=cyan,citecolor=cyan{hyperref}
\usepackage{extarrows}
\usepackage[hang,flushmargin]{footmisc} %% Let the footnote not indentation
\usepackage[square,comma,sort&compress,numbers]{natbib} %% Sort of References
\usepackage{mathrsfs} %% Swash letter
\usepackage[font=footnotesize,skip=0pt,textfont=rm,labelfont=rm]{caption,subcaption} 
%% Format of Caption for Tab. and Fig.
\usepackage{booktabs} %% tables with three lines
\usepackage{tocloft}
%+++++++++&
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/238471?site
推荐阅读
相关标签
  

闽ICP备14008679号