赞
踩
本文主要提供一个英文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}
%+++++++++&
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。