5 Commits
v0.02 ... v0.04

Author SHA1 Message Date
EthanDeng
c4e118bd86 renew readme.md 2019-01-16 22:55:19 +08:00
EthanDeng
25dd3b6e2a renew readme.md 2019-01-16 22:54:11 +08:00
EthanDeng
30b0389d65 bug fix: accent font 2019-01-16 22:33:32 +08:00
EthanDeng
d2009ddb9b readme typo 2019-01-15 15:51:24 +08:00
EthanDeng
035116733c v0.03 2019-01-15 14:09:38 +08:00
6 changed files with 66 additions and 66 deletions

View File

@@ -1,13 +1,13 @@
<!-- Author: ddswhu -->
<!-- Email: ddswhu@outlook.com -->
<!-- Homepage: https://ddswhu.me/ -->
<!-- Program Email: elegantlatex2e@gmail.com -->
# Introduction
ElegantPaper is designed for writing a working paper, especially for economics students. This template is based on the standard LaTeX article class. The goal of this template is to make the writing process easier and more comfortable. You can get rid of all the worries about the format. Just enjoy it! I am ddswhu, you can contact me at ddswhu@outlook.com. Looking for
other templates designed by ElegantLATEX Group? Please visit: [ElegantLaTeX Resource](https://ddswhu.me/resource/).
ElegantPaper is designed for writing a working paper, especially for economics students. This template is based on the standard LaTeX article class. The goal of this template is to make the writing process easier and more comfortable. You can get rid of all the worries about the format. Just enjoy it! If you have any questions, suggestions or bug reports, you can visit [ElegantPaper/issues](https://github.com/ElegantLaTeX/ElegantPaper/issues). Looking for other templates designed by ElegantLaTeX Group? Please visit: [https://github.com/ElegantLaTeX](https://github.com/ElegantLaTeX).
此模板基于 LaTeX 的 article 类,专为工作论文写作而设计。设计这个模板的初衷是让作者不用关心工作论文的格式,专心写作,从而有更加舒适,简便的写作体验。我是 ddswhu如果你有其他问题或者建议请联系我我的邮箱是ddswhu@outlook.com。如果你想了解更多由 ElegantLATEX 项目组设计的模板,请访问 [ElegantLaTeX 资源中心](https://ddswhu.me/resource/)。
此模板基于 LaTeX 的 article 类,专为工作论文写作而设计。设计这个模板的初衷是让作者不用关心工作论文的格式,专心写作,从而有更加舒适,简便的写作体验。如果你有其他问题、建议或者报告 bug可以在 [ElegantPaper/issues](https://github.com/ElegantLaTeX/ElegantPaper/issues) 留言。如果你想了解更多由 ElegantLaTeX 项目组设计的模板,请访问 [https://github.com/ElegantLaTeX](https://github.com/ElegantLaTeX)。
This work is released under the LaTeX Project Public License, v1.3c or later.

Binary file not shown.

View File

@@ -4,67 +4,68 @@
\title{ElegantPaper: 一个优美的 \LaTeX{} 工作论文模板}
\author{\href{https://ddswhu.me/}{邓 东 升}}
\institute{Elegant\LaTeX{} 项目组}
\version{0.02}
\institute{\href{https://github.com/ElegantLaTeX/}{Elegant\LaTeX{} 项目组}}
\version{0.04}
\date{\today}
\begin{document}
\maketitle
\begin{abstract}
\noindent \itshape 本文为 ElegantPaper 的说明文档(中文)。此模板基于 \LaTeX{} 的 article 类,专为工作论文写作而设计。设计这个模板的初衷是让作者不用关心工作论文的格式,专心写作,从而有更加舒适,简便的写作体验。如果你有其他问题或者建议,请联系我,我的邮箱是:\email{ddswhu@outlook.com}。如果你想了解更多由 Elegant\LaTeX{} 项目组设计的模板,请访问 \href{https://ddswhu.me/resource/}{Elegant\LaTeX{} 资源中心}
\noindent 本文为 \href{https://github.com/ElegantLaTeX/ElegantPaper/}{ElegantPaper} 的说明文档(中文)。此模板基于 \LaTeX{} 的 article 类,专为工作论文写作而设计。设计这个模板的初衷是让作者不用关心工作论文的格式,专心写作,从而有更加舒适,简便的写作体验。如果你有其他问题、建议或者报告 bug可以在 \href{https://github.com/ElegantLaTeX/ElegantPaper/issues}{ElegantPaper/issues} 留言。如果你想了解更多由 Elegant\LaTeX{} 项目组设计的模板,请访问 \href{https://github.com/ElegantLaTeX/}{https://github.com/ElegantLaTeX/}
\end{abstract}
\section{模板介绍}
此模板是基于 \LaTeX{} 的标准文档类设计也即意味着你可以在在文类选项使用文档article类型的选项比如 \texttt{a4paper, 12pt} 等等。本模板支持 \lstinline{pdflatex}\lstinline{xelatex} 两种编译方式。
此模板是基于 \LaTeX{} 的标准文档类设计也即意味着你可以在在文类选项使用文档article类型的选项比如 \texttt{a4paper, 12pt} 等等。本模板支持 \lstinline{PDFLaTeX}\lstinline{XeLaTeX} 两种编译方式。
\subsection{全局选项}
我在这个模板中定义了一个语言选项 \lstinline{lang},可以选择英文模式 \lstinline{lange=en}(默认)或者中文模式 \lstinline{lang=cn}。当选择中文模式时,图表的标题引导词以及参考文献,定理引导词等信息会变成中文。你可以通过下面两种方式来选择语言模式:
我在这个模板中定义了一个语言选项 \lstinline{lang},可以选择英文模式 \lstinline{lang=en}(默认)或者中文模式 \lstinline{lang=cn}。当选择中文模式时,图表的标题引导词以及参考文献,定理引导词等信息会变成中文。你可以通过下面两种方式来选择语言模式:
\begin{lstlisting}
\documentclass[lang=cn]{elegantpaper}
\documentclass{cn}{elegantpaper} % 两者皆可
\end{lstlisting}
\subsection{字体设置}
\noindent\textbf{选择 PDFLaTeX 编译:} 如果你使用 PDFLaTeX 编译,默认的 Computer Modern 字体被换成了 \lstinline{newtx} 系列字体,默认的字体字号是 11 pt。关于字体设置的宏包主要用到了
\subsubsection{选择 \lstinline{PDFLaTeX} 编译}
如果你使用 \lstinline{PDFLaTeX} 编译,默认的 Computer Modern 字体被换成了 \lstinline{newtx} 系列字体,默认的字体字号是 11 pt。关于字体设置的宏包主要用到了
\begin{itemize}
\item \lstinline{newtxtext} 用于文档正文字体,类似于 Times New Roman 字体。
\item \lstinline{newtxmath} 用于数学字体,搭配 \lstinline{newtx} 非常合适,类似于过时的 \lstinline{times} 宏包的效果。
\item \lstinline{newtxtt} 用于打字机字体, 并使用了 \lstinline{scale=0.8} 选项缩放字体
\item \lstinline{FiraMono} 用于打字机字体。
\item \lstinline{ctex} 用于中文字体设置,并使用了 \lstinline{scheme=plain} 选项。
\end{itemize}
\noindent\textbf{选择 XeLaTeX 编译}
\subsubsection{选择 \lstinline{XeLaTeX} 编译}
如果你选择 \lstinline{XeLaTeX} 编译的话,那么设置字体的宏包为 \lstinline{fontspec}\lstinline{xeCJK}。由于模板中使用的字体是 Windows 中的字体,所以如果你使用其他操作系统,比如 Linux 或者 Mac OS那么你需要把所用字体替换为你系统中的字体。设置字体的命令
\begin{lstlisting}
\RequirePackage{fontenc}
\RequirePackage[no-math]{fontspec}
\setmainfont{Times New Roman}
%\setmainfont{Times New Roman}[NFSSFamily=ntxtlf]
\setsansfont{Arial}
%\setmonofont[Scale=0.8]{Courier New}
%\setmonofont[Scale=0.9]{Courier New}
\RequirePackage{xeCJK}
\RequirePackage{xunicode}
\setCJKmainfont[BoldFont={SimHei},ItalicFont={KaiTi}]{SimSun}
\setCJKsansfont[BoldFont={SimHei},ItalicFont={KaiTi}]{KaiTi}
\setCJKmonofont[BoldFont={SimHei},ItalicFont={KaiTi},Scale=0.8]{Microsoft YaHei}
\setCJKmonofont[BoldFont={SimHei},ItalicFont={KaiTi},Scale=0.9]{Microsoft YaHei}
\RequirePackage{newtxmath}
\DeclareSymbolFont{operators}{\encodingdefault}{\familydefault}{m}{n}
\DeclareSymbolFont{operators}{OT1}{ntxtlf}{m}{n}
\SetSymbolFont{operators}{bold}{OT1}{ntxtlf}{b}{n}
\end{lstlisting}
\subsubsection{其他设置}
这几个包由于都是一个系列的,字体搭配起来非常合适,字体宽度非常契合!唯独数学字体中的大型运算符,比如求和符号和积分符号不是很好看,为此,我把它们又改回了原先的字体效果。公式~(\ref{eq:binom}) 展示了最终的数学字体的效果。
\begin{equation}
(a+3b)^{n} = \sum_{k=0}^{n} C_{n}^{k} a^{n-k} (3b)^k \label{eq:binom}
\end{equation}
我把行距设定为 1.3,并且使用了 \lstinline{microtype} 包调整字体的间距,为了去除字体字号,字形警告信息,我使用了 \lstinline{type1cm}
我把行距设定为 1.3,并且使用了 \lstinline{microtype} 包调整字体的间距,为了去除字体字号,字形警告信息,我使用了 \lstinline{type1cm} 宏包
\subsection{自定义命令}
@@ -72,14 +73,14 @@
\begin{enumerate}
\item \lstinline{\email}: 创建邮箱地址的链接;
\item \lstinline{\figref}: 用法和 \lstinline{\ref} 类似,但是会在插图的标题前添加 <\textbf{图 n}>
\item \lstinline{\tabref}: 用法和 \lstinline{\ref} 类似,但是会在表格的标题前添加 <\textbf{表 n}>.
\item \lstinline{\figref}: 用法和 \lstinline{\ref} 类似,但是会在插图的标题前添加 <\textbf{图 n}>
\item \lstinline{\tabref}: 用法和 \lstinline{\ref} 类似,但是会在表格的标题前添加 <\textbf{表 n}>
\end{enumerate}{}
\subsection{列表环境}
你可以使用列表环境(\lstinline{itemize}\lstinline{enumerate}\lstinline{description},示例如下\\[2ex]
你可以使用列表环境(\lstinline{itemize}\lstinline{enumerate}\lstinline{description},示例如下\\[2ex]
\begin{minipage}[c]{0.51\linewidth}
\begin{lstlisting}
\begin{itemize}
@@ -175,17 +176,22 @@
\subsection{参考文献}
此模板使用了 Bib\TeX{} 来生成参考文献默认使用的文献样式bib style\lstinline{aer}。参考文献示例:~\cite{Chen2018} 使用了中国一个大型的 P2P 平台(人人贷)的数据来检验男性投资者和女性投资者在投资表现上是否有显著差异。你可以在谷歌学术MendeleyEndnote 中获得文献条目bib item然后把它们添加到 \lstinline{wpref.bib} 中。在文中引用的时候引用它们的键值bib key即可。注意需要在编译的过程中添加 Bib\TeX{} 编译。
此模板使用了 Bib\TeX{} 来生成参考文献默认使用的文献样式bib style\lstinline{aer}。参考文献示例:~\cite{Chen2018} 使用了中国一个大型的 P2P 平台(人人贷)的数据来检验男性投资者和女性投资者在投资表现上是否有显著差异。
你可以在谷歌学术MendeleyEndnote 中获得文献条目bib item然后把它们添加到 \lstinline{wpref.bib} 中。在文中引用的时候引用它们的键值bib key即可。注意需要在编译的过程中添加 Bib\TeX{} 编译。如果你想在参考文献中添加未引用的文献,可以使用
\begin{lstlisting}
\nocite{EINAV2010, Havrylchyk2018}
\end{lstlisting}
\section{示例}
在这部分,我们将给出一个示例文档:
在这部分,我提供一个示例文档:
\begin{lstlisting}
\documentclass[lang=cn]{elegantpaper}
% 标题信息
\title[lang=en]{工作论文示例展示}
\title{工作论文示例展示}
\author{ddswhu}
\institute{Elegant\LaTeX{} 项目组}
\version{1.00}
@@ -200,12 +206,10 @@
\end{abstract}
\section{引言}
这一部分是引言的内容。
\section{结论}
这是结论部分
这是结论部分。
% 在参考文献部分显示未引用的文献
\nocite{ref1, ref2}

Binary file not shown.

View File

@@ -1,10 +1,10 @@
%!TEX program = pdflatex
\documentclass[en]{elegantpaper}
\title{ElegantPaper: An Elegant \LaTeX{} Template for Working Paper}
\title{ElegantPaper: An Elegant \LaTeX{} Template for Working Papers}
\author{\href{https://ddswhu.me/}{Dongsheng Deng}}
\institute{Elegant\LaTeX{} Program}
\version{0.02}
\institute{\href{https://github.com/ElegantLaTeX}{Elegant\LaTeX{} Program}}
\version{0.04}
\date{\today}
@@ -13,12 +13,12 @@
\maketitle
\begin{abstract}
This paper illustrates the usage of the ElegantPaper template, which is designed for writing a working paper. This template is based on the standard \LaTeX{} article class. The goal of this template is to make the writing process easier and more comfortable. You can get rid of all the worries about the format. Just enjoy it, if you have any questions or suggestions, please contact me at: \email{ddswhu@outlook.com}. Looking for other templates designed by Elegant\LaTeX{} Group? Please visit: \href{https://ddswhu.me/resource/}{Elegant\LaTeX{} Resource}.
This paper illustrates the usage of the \href{https://github.com/ElegantLaTeX/ElegantPaper}{ElegantPaper} template, which is designed for writing a working paper. This template is based on the standard \LaTeX{} article class. The goal of this template is to make the writing process easier and more comfortable. You can get rid of all the worries about the format. Just enjoy it! If you have any questions, suggestions or bug reports, you can visit \href{https://github.com/ElegantLaTeX/ElegantPaper/issues}{ElegantPaper/issues}. Looking for other templates designed by Elegant\LaTeX{} Group? Please visit: \href{https://github.com/ElegantLaTeX}{https://github.com/ElegantLaTeX}.
\end{abstract}
\section{Introduction}
This template is based on the standard \LaTeX{} article class, which means you can pass the arguments of article class to it (\lstinline{a4paper}, \lstinline{12pt} and etc.). It supports different engines, You can choose either \lstinline{pdflatex} or \lstinline{xelatex}.
This template is based on the standard \LaTeX{} article class, which means you can pass the arguments of article class to it (\lstinline{a4paper}, \lstinline{12pt} and etc.). It supports different engines, You can choose either \lstinline{PDFLaTeX} or \lstinline{XeLaTeX}.
\subsection{Global Options}
I defined one option named \lstinline{lang}, this option has two alternative values, \lstinline{lang=en} (default) or \lstinline{lang=cn}. \lstinline{lang=cn} will make the caption of figure/table, abstract name, refname etc. Chinese, while \lstinline{lang=en} will keep all these stuff English, as the default article class sets. You can use this option as
@@ -29,16 +29,17 @@ I defined one option named \lstinline{lang}, this option has two alternative val
\end{lstlisting}
\subsection{Font Settings}
\noindent\textbf{Using PDFLaTeX:} If you choose PDFLaTeX to process your paper, the default article font computer modern has changed to \lstinline{newtx} series, and the default font size is set to \lstinline{11pt}.
\subsubsection{Compile with \lstinline{PDFLaTeX}}
If you choose \lstinline{PDFLaTeX} to process your paper, the default article font computer modern has changed to \lstinline{newtx} series, and the default font size is set to \lstinline{11pt}. The fonts are settings with:
\begin{itemize}
\item \lstinline{newtxtext} package for text fonts, similar to times new roman font.
\item \lstinline{newtxmath} package for math fonts, close to \lstinline{times} package.
\item \lstinline{newtxtt} package for typewriter fonts, with option \lstinline{scale=0.8}.
\item \lstinline{FiraMono} package for typewriter fonts.
\item \lstinline{ctex} package for Chinese fonts, with option \lstinline{scheme=plain}.
\end{itemize}
\noindent\textbf{Using XeLaTeX:} If you choose XeLaTeX to process your paper, I use \lstinline{fontspec} package and \lstinline{xeCJK} package. I used fonts available in Windows, if you are using Linux or Mac OS, please substitute these fonts with that of your system. The font setting part
\subsubsection{Compile with \lstinline{XeLaTeX}}
If you choose \lstinline{XeLaTeX} to process your paper, I use \lstinline{fontspec} package and \lstinline{xeCJK} package. I used fonts available in Windows, if you are using Linux or Mac OS, please substitute these fonts with that of your system. The font setting part
\begin{lstlisting}
\RequirePackage{fontenc}
@@ -50,12 +51,12 @@ I defined one option named \lstinline{lang}, this option has two alternative val
\RequirePackage{xunicode}
\setCJKmainfont[BoldFont={SimHei},ItalicFont={KaiTi}]{SimSun}
\setCJKsansfont[BoldFont={SimHei},ItalicFont={KaiTi}]{KaiTi}
\setCJKmonofont[BoldFont={SimHei},ItalicFont={KaiTi},Scale=0.8]{Microsoft YaHei}
\setCJKmonofont[BoldFont={SimHei},ItalicFont={KaiTi},Scale=0.9]{Microsoft YaHei}
\RequirePackage{newtxmath}
\DeclareSymbolFont{operators}{\encodingdefault}{\familydefault}{m}{n}
\end{lstlisting}
\subsubsection{Other Settings}
These packages operate perfectly but are inappropriate for big operators, for example \lstinline{\sum} and \lstinline{\prod}, thus, I change these operators back to computer modern font. Equation~(\eqref{eq:binom}) shows the effects of these fonts:
\begin{equation}
(a+3b)^{n} = \sum_{k=0}^{n} C_{n}^{k} a^{n-k} (3b)^k \label{eq:binom}
@@ -94,10 +95,7 @@ You can use \lstinline{itemize}, \lstinline{enumerate}, or \lstinline{descriptio
\end{minipage}
\subsection{Table}
I strongly recommend you to use the \lstinline{booktabs} package in your paper. It adds three commands to make the table prettier, ie. \lstinline{\toprule}, \lstinline{\midrule} and \lstinline{\bottomrule}. Here is an example.
I strongly recommend you to use the \lstinline{booktabs} package in your paper. It adds three commands to make the table prettier, ie. \lstinline{\toprule}, \lstinline{\midrule} and \lstinline{\bottomrule}. \tabref{tab:reg} is an example.
\begin{lstlisting}
\begin{table}[htbp]
@@ -165,9 +163,9 @@ To include a graphic, you can use figure environment as usual. \figref{fig:scatt
\end{figure}
\subsection{Bibliography}
This template uses Bib\TeX{} to generate the bibliography, the default bibliography style is \lstinline{aer}. ~\cite{Chen2018} use data from a major peer-to-peer lending marketplace in China to study whether female and male investors evaluate loan performance differently. If you want to use Bib\TeX{}, you must create a file named \lstinline{wpref.bib}, and add bib items (from Google Scholar, Mendeley, EndNote, and etc.) to \lstinline{wpref.bib} file, and cite the bibkey in the \lstinline{tex} file.
This template uses Bib\TeX{} to generate the bibliography, the default bibliography style is \lstinline{aer}. Let's take a glance at the citation effect, ~\cite{Chen2018} use data from a major peer-to-peer lending marketplace in China to study whether female and male investors evaluate loan performance differently.
The Bib\TeX{} will automatically generate the bibliography for you for the reference you cited. If you want to add some noncited reference to the bibliography, you can use
If you want to use Bib\TeX{}, you must create a file named \lstinline{wpref.bib}, and add bib items (from Google Scholar, Mendeley, EndNote, and etc.) to \lstinline{wpref.bib} file, and cite the bibkey in the \lstinline{tex} file. The Bib\TeX{} will automatically generate the bibliography for you for the reference you cited. If you want to add some noncited reference to the bibliography, you can use
\begin{lstlisting}
\nocite{EINAV2010, Havrylchyk2018}
@@ -180,7 +178,7 @@ In this section, we give a simple example using this template.
\documentclass[lang=en]{elegantpaper}
% title information
\title[lang=en]{A Working Paper Example}
\title{A Working Paper Example}
\author{ddswhu}
\institute{Elegant\LaTeX{} Group}
\version{1.00}
@@ -195,12 +193,10 @@ Your abstract goes here.
\end{abstract}
\section{Introduction}
The text of introduction section.
The content of introduction section.
\section{Conclusion}
The text of conclusion section.
The content of conclusion section.
% include the noncited reference
\nocite{ref1, ref2}

View File

@@ -1,11 +1,11 @@
% Current Version: 0.02
% Current Version: 0.04
% Author: ddswhu
% Homepage: https://ddswhu.me/
% Email: ddswhu@outlook.com
% Lastest Version: https://github.com/EthanDeng/ElegantPaper
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{elegantpaper}[2018/1/12 v0.02 ElegantLaTeX Paper class]
\ProvidesClass{elegantpaper}[2018/01/16 v0.04 ElegantLaTeX Paper class]
\LoadClass[11pt]{article}
@@ -32,7 +32,7 @@
% font setting for text and math
\RequirePackage{amsthm}
\RequirePackage{amsmath}
\RequirePackage{amsmath,amssymb,accents}
%\RequirePackage{newtxtext}
%\RequirePackage{newtxmath}
%
@@ -50,7 +50,8 @@
\RequirePackage{graphicx}
\RequirePackage{fancyvrb}
\RequirePackage{type1cm}
\RequirePackage{abstract}
\renewcommand{\abstracttextfont}{\sffamily\small}
\graphicspath{{image/}{figure/}{fig/}{img/}}
% caption settings
@@ -95,24 +96,24 @@
\RequirePackage[no-math]{fontspec}
\setmainfont{Times New Roman}
\setsansfont{Arial}
%\setmonofont[Scale=0.8]{Courier New}
%\setmonofont[Scale=0.9]{Courier New}
\RequirePackage{xeCJK}
\RequirePackage{xunicode}
\setCJKmainfont[BoldFont={SimHei},ItalicFont={KaiTi}]{SimSun}
\setCJKsansfont[BoldFont={SimHei},ItalicFont={KaiTi}]{KaiTi}
\setCJKmonofont[BoldFont={SimHei},ItalicFont={KaiTi},Scale=0.8]{Microsoft YaHei}
\setCJKmonofont[BoldFont={SimHei},ItalicFont={KaiTi},Scale=0.9]{Microsoft YaHei}
\XeTeXlinebreaklocale "zh"
\XeTeXlinebreakskip = 0pt plus 1pt minus 0.1pt
\RequirePackage{newtxmath}
\DeclareSymbolFont{operators}{\encodingdefault}{\familydefault}{m}{n}
\DeclareSymbolFont{operators}{OT1}{ntxtlf}{m}{n}
\SetSymbolFont{operators}{bold}{OT1}{ntxtlf}{b}{n}
\else
\RequirePackage[T1]{fontenc}
\RequirePackage{fontenc}
\RequirePackage{newtxtext}
\RequirePackage{newtxmath}
\RequirePackage[scale=0.8]{newtxtt}
\RequirePackage[UTF8, scheme=plain]{ctex}
\fi
\RequirePackage{FiraMono}
%
\ifdefstring{\ELEGANT@lang}{cn}{
@@ -209,9 +210,9 @@
breaklines=true,
keywordstyle=\bf\color{winered}\ttfamily,
commentstyle=\color{gray},
emph={elegantpaper,fontenc,fontspec,xeCJK,xunicode,newtxmath,figure,fig,image,img,table,itemize,enumerate,newtxtext,newtxtt,ctex,microtype,description,times,newtx,booktabs,tabular},
emph={elegantpaper,fontenc,fontspec,xeCJK,FiraMono,xunicode,newtxmath,figure,fig,image,img,table,itemize,enumerate,newtxtext,newtxtt,ctex,microtype,description,times,newtx,booktabs,tabular,PDFLaTeX,XeLaTeX,type1cm},
emphstyle={\color{frenchplum}},
morekeywords={DeclareSymbolFont,toprule,midrule,bottomrule,institute,version,includegraphics,setmainfont,setsansfont,setmonofont ,setCJKmainfont,setCJKsansfont,setCJKmonofont,RequirePackage,figref,tabref,email},
morekeywords={DeclareSymbolFont,SetSymbolFont,toprule,midrule,bottomrule,institute,version,includegraphics,setmainfont,setsansfont,setmonofont ,setCJKmainfont,setCJKsansfont,setCJKmonofont,RequirePackage,figref,tabref,email,maketitle},
frame=none,
tabsize=2,
backgroundcolor=\color{lightgrey}
@@ -219,4 +220,3 @@
\bibliographystyle{aer}