remove indent in bastract kaishu in title

This commit is contained in:
EthanDeng
2019-04-25 10:44:26 +08:00
parent 3875fde2ae
commit b5f5115193
8 changed files with 26 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
@echo off @echo off
del /q *.aux *.bbl *.blg *.log *.out *.toc *.bcf *.xml *.synctex *.nlo *.nls *.bak *.ind *.idx *.ilg *.lof *.lot *.ent-x *.tmp *.ltx *.los *.lol *.loc *.listing *.gz *.userbak *.nav *.snm *.vrb del /q *.aux *.bbl *.blg *.log *.out *.toc *.bcf *.xml *.synctex *.nlo *.nls *.bak *.ind *.idx *.ilg *.lof *.lot *.ent-x *.tmp *.ltx *.los *.lol *.loc *.listing *.gz *.userbak *.nav *.snm *.vrb *.synctex(busy)
del /q *.nav *.snm *.vrb *.fls *.xdv *.fdb_latexmk del /q *.nav *.snm *.vrb *.fls *.xdv *.fdb_latexmk

Binary file not shown.

View File

@@ -14,15 +14,12 @@
\date{\today} \date{\today}
% 如果想修改参考文献样式,请把这行注释掉
\usepackage[authoryear]{gbt7714} % 国标
\begin{document} \begin{document}
\maketitle \maketitle
\begin{abstract} \begin{abstract}
\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/} 本文为 \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/}
\keywords{Elegant\LaTeX{},工作论文,模板} \keywords{Elegant\LaTeX{},工作论文,模板}
\end{abstract} \end{abstract}
@@ -32,14 +29,12 @@
此模板是基于 \LaTeX{} 的标准文类 article设计也即意味着你可以把 article 文类的选项传递给本模板,比如 \lstinline{a4paper, 10pt} 等等(推荐使用 \lstinline{11pt})。本模板支持 \lstinline{PDFLaTeX}\lstinline{XeLaTeX}\footnote{中文字体均使用 \lstinline{ctex} 包设置。} 两种编译方式。 此模板是基于 \LaTeX{} 的标准文类 article设计也即意味着你可以把 article 文类的选项传递给本模板,比如 \lstinline{a4paper, 10pt} 等等(推荐使用 \lstinline{11pt})。本模板支持 \lstinline{PDFLaTeX}\lstinline{XeLaTeX}\footnote{中文字体均使用 \lstinline{ctex} 包设置。} 两种编译方式。
数学字体的效果如下: 数学字体的效果如下:
\begin{equation} \begin{equation}
(a+3b)^{n} = \sum_{k=0}^{n} C_{n}^{k} a^{n-k} (3b)^k\label{eq:binom} (a+3b)^{n} = \sum_{k=0}^{n} C_{n}^{k} a^{n-k} (3b)^k\label{eq:binom}
\end{equation} \end{equation}
\subsection{全局选项} \subsection{全局选项}
我在这个模板中定义了一个语言选项 \lstinline{lang},可以选择英文模式 \lstinline{lang=en}(默认)或者中文模式 \lstinline{lang=cn}。当选择中文模式时,图表的标题引导词以及参考文献,定理引导词等信息会变成中文。你可以通过下面两种方式来选择语言模式: 我在这个模板中定义了一个语言选项 \lstinline{lang},可以选择英文模式 \lstinline{lang=en}(默认)或者中文模式 \lstinline{lang=cn}。当选择中文模式时,图表的标题引导词以及参考文献,定理引导词等信息会变成中文。你可以通过下面两种方式来选择语言模式:
\begin{lstlisting} \begin{lstlisting}
\documentclass[lang=cn]{elegantpaper} % or \documentclass[lang=cn]{elegantpaper} % or
\documentclass{cn}{elegantpaper} \documentclass{cn}{elegantpaper}
@@ -48,7 +43,6 @@
\subsection{自定义命令} \subsection{自定义命令}
在此模板中,并没有修改任何默认的命令或者环境,所以,你可以在此模板使用原来的命令和环境。另外,我自定义了 4 个命令: 在此模板中,并没有修改任何默认的命令或者环境,所以,你可以在此模板使用原来的命令和环境。另外,我自定义了 4 个命令:
\begin{enumerate} \begin{enumerate}
\item \lstinline{\email}:创建邮箱地址的链接; \item \lstinline{\email}:创建邮箱地址的链接;
\item \lstinline{\figref}:用法和 \lstinline{\ref} 类似,但是会在插图的标题前添加 <\textbf{图 n}> \item \lstinline{\figref}:用法和 \lstinline{\ref} 类似,但是会在插图的标题前添加 <\textbf{图 n}>
@@ -56,8 +50,6 @@
\item \lstinline{\keywords}:为摘要环境添加关键词。 \item \lstinline{\keywords}:为摘要环境添加关键词。
\end{enumerate} \end{enumerate}
\subsection{列表环境} \subsection{列表环境}
你可以使用列表环境(\lstinline{itemize}\lstinline{enumerate}\lstinline{description}),示例如下:\\[2ex] 你可以使用列表环境(\lstinline{itemize}\lstinline{enumerate}\lstinline{description}),示例如下:\\[2ex]
\begin{minipage}[c]{0.59\linewidth} \begin{minipage}[c]{0.59\linewidth}
@@ -78,12 +70,8 @@
\end{minipage} \end{minipage}
\subsection{插图} \subsection{插图}
插图的命令和以前一样,也是使用 \lstinline{figure} 环境。\figref{fig:scatter} 显示了插图的效果。你可以把你的图放到当前工作目录的如下子目录下 (\lstinline{./image/}, \lstinline{./img/}, \lstinline{./figure/}, \lstinline{./fig/})。 插图的命令和以前一样,也是使用 \lstinline{figure} 环境。\figref{fig:scatter} 显示了插图的效果。你可以把你的图放到当前工作目录的如下子目录下 (\lstinline{./image/}, \lstinline{./img/}, \lstinline{./figure/}, \lstinline{./fig/})。
\begin{lstlisting} \begin{lstlisting}
\begin{figure}[htbp] \begin{figure}[htbp]
\centering \centering
@@ -98,8 +86,7 @@
\end{figure} \end{figure}
\subsection{表格} \subsection{表格}
我强烈建议使用 \lstinline{booktabs} 宏包,这个宏包有三个命令 \lstinline{\toprule}\lstinline{\midrule}\lstinline{\bottomrule} 能方便你制作三线表。\tabref{tab:reg} 是一个示例: 建议使用 \lstinline{booktabs} 宏包制作表格,该宏包有三个命令 \lstinline{\toprule}\lstinline{\midrule}\lstinline[breaklines]{\bottomrule} 能方便你制作三线表。\tabref{tab:reg} 是一个示例:
\begin{lstlisting} \begin{lstlisting}
\begin{table}[htbp] \begin{table}[htbp]
\small \small
@@ -151,27 +138,13 @@
此模板使用了 Bib\TeX{} 来生成参考文献默认使用的文献样式bib style\lstinline{GB/T 7714-2015}\footnote{通过调用 \href{https://ctan.org/pkg/gbt7714}{\lstinline{gbt7714}} 宏包}。参考文献示例:~\cite{en3} 使用了中国一个大型的 P2P 平台(人人贷)的数据来检验男性投资者和女性投资者在投资表现上是否有显著差异。 此模板使用了 Bib\TeX{} 来生成参考文献默认使用的文献样式bib style\lstinline{GB/T 7714-2015}\footnote{通过调用 \href{https://ctan.org/pkg/gbt7714}{\lstinline{gbt7714}} 宏包}。参考文献示例:~\cite{en3} 使用了中国一个大型的 P2P 平台(人人贷)的数据来检验男性投资者和女性投资者在投资表现上是否有显著差异。
你可以在谷歌学术MendeleyEndnote 中获得文献条目bib item然后把它们添加到 \lstinline{wpref.bib} 中。在文中引用的时候引用它们的键值bib key即可。注意需要在编译的过程中添加 Bib\TeX{} 编译。如果你想在参考文献中添加未引用的文献(部分或者全部),可以使用 你可以在谷歌学术MendeleyEndnote 中获得文献条目bib item然后把它们添加到 \lstinline{wpref.bib} 中。在文中引用的时候引用它们的键值bib key即可。注意需要在编译的过程中添加 Bib\TeX{} 编译。如果你想在参考文献中添加未引用的文献(部分或者全部),可以使用
\begin{lstlisting} \begin{lstlisting}
\nocite{EINAV2010, Havrylchyk2018} % add the two reference. \nocite{EINAV2010, Havrylchyk2018} % add the two reference.
\nocite{*} % add all the reference in the bib file. \nocite{*} % add all the reference in the bib file.
\end{lstlisting} \end{lstlisting}
如果你想修改参考文献的样式(比如改为 \lstinline{aer}),你可以在导言区将下面代码注释掉。
\begin{lstlisting}
\usepackage[authoryear]{gbt7714}
\end{lstlisting}
并且文档末尾添加
\begin{lstlisting}
\bibliographystyle{aer}
\end{lstlisting}
\section{示例} \section{示例}
在这部分,我提供一个示例文档: 在这部分,我提供一个示例文档:
\begin{lstlisting} \begin{lstlisting}
\documentclass[lang=cn]{elegantpaper} \documentclass[lang=cn]{elegantpaper}
@@ -199,15 +172,12 @@ The content of conclusion section.
% include the noncited reference % include the noncited reference
\nocite{ref1, ref2} \nocite{ref1, ref2}
\bibliographystyle{aer}
\bibliography{wpref} \bibliography{wpref}
\end{document} \end{document}
\end{lstlisting} \end{lstlisting}
\nocite{*} \nocite{*}
% 如果想修改参考文献样式(非国标),请把下行取消注释,并换成合适的样式(比如 unsrtplain 样式)。
%\bibliographystyle{aer}
\bibliography{wpref} \bibliography{wpref}
\end{document} \end{document}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
%!TEX program = pdflatex %!TEX program = pdflatex
% Full chain: pdflatex -> bibtex -> pdflatex -> pdflatex % Full chain: pdflatex -> bibtex -> pdflatex -> pdflatex
\documentclass[11pt]{elegantpaper} \documentclass[11pt,en]{elegantpaper}
\title{ElegantPaper: An Elegant \LaTeX{} Template for Working Papers} \title{ElegantPaper: An Elegant \LaTeX{} Template for Working Papers}
\author{\href{https://ddswhu.me/}{Dongsheng Deng}} \author{\href{https://ddswhu.me/}{Dongsheng Deng}}
@@ -14,7 +14,7 @@
\maketitle \maketitle
\begin{abstract} \begin{abstract}
\noindent 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}.\par 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}.\par
\keywords{Elegant\LaTeX{}, Working Paper, Template} \keywords{Elegant\LaTeX{}, Working Paper, Template}
\end{abstract} \end{abstract}
@@ -30,7 +30,6 @@ The effect of math fonts is as follows:
\subsection{Global Options} \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 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
\begin{lstlisting} \begin{lstlisting}
\documentclass[lang=en]{elegantpaper} \documentclass[lang=en]{elegantpaper}
\documentclass{en}{elegantpaper} % both ok \documentclass{en}{elegantpaper} % both ok
@@ -67,8 +66,6 @@ You can use \lstinline{itemize}, \lstinline{enumerate}, or \lstinline{descriptio
\subsection{Table} \subsection{Table}
I strongly recommend you to use the \lstinline{booktabs} package in your paper. It adds three commands to make the table prettier, \lstinline{\toprule}, \lstinline{\midrule} and \lstinline{\bottomrule}. \tabref{tab:reg} 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, \lstinline{\toprule}, \lstinline{\midrule} and \lstinline{\bottomrule}. \tabref{tab:reg} is an example.
\begin{lstlisting} \begin{lstlisting}
\begin{table}[htbp] \begin{table}[htbp]
\small \small
@@ -118,7 +115,6 @@ I strongly recommend you to use the \lstinline{booktabs} package in your paper.
\subsection{Graphics} \subsection{Graphics}
To include a graphic, you can use figure environment as usual. \figref{fig:scatter} shows the effect. You can put all your images in the sub directories (\lstinline{./image/}, \lstinline{./img/}, \lstinline{./figure/}, \lstinline{./fig/}) of your current working directory. To include a graphic, you can use figure environment as usual. \figref{fig:scatter} shows the effect. You can put all your images in the sub directories (\lstinline{./image/}, \lstinline{./img/}, \lstinline{./figure/}, \lstinline{./fig/}) of your current working directory.
\begin{lstlisting} \begin{lstlisting}
\begin{figure}[htbp] \begin{figure}[htbp]
\centering \centering
@@ -133,24 +129,18 @@ To include a graphic, you can use figure environment as usual. \figref{fig:scatt
\end{figure} \end{figure}
\subsection{Bibliography} \subsection{Bibliography}
This template used Bib\TeX{} to generate the bibliography, the default bibliography style is \lstinline{unsrt}. Let's take a glance at the citation effect, ~\cite{en3} used data from a major peer-to-peer lending marketplace in China to study whether female and male investors evaluate loan performance differently. This template used Bib\TeX{} to generate the bibliography, the default bibliography style is \lstinline{aer}. Let's take a glance at the citation effect, ~\cite{en3} used 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. The Bib\TeX{} will automatically generate the bibliography for you for the reference you cited. If you want to add some noncited references or all of them 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 references or all of them to the bibliography, you can use
\begin{lstlisting} \begin{lstlisting}
\nocite{EINAV2010, Havrylchyk2018} % add two noncited references \nocite{EINAV2010, Havrylchyk2018} % add two noncited references
\nocite{*} % list all the references of the bib file. \nocite{*} % list all the references of the bib file.
\end{lstlisting} \end{lstlisting}
If you want to change the bibliography style, you can replace \lstinline{aer} for the prefered style, for example, the \lstinline{unsrt} style.
\begin{lstlisting}
\bibliographystyle{unsrt}
\end{lstlisting}
\section{A Minimal Example} \section{A Minimal Example}
In this section, we give a simple example using this template. In this section, we give a simple example using this template.
\begin{lstlisting} \begin{lstlisting}
\documentclass[lang=en]{elegantpaper} \documentclass[lang=en]{elegantpaper}
@@ -178,16 +168,11 @@ The content of conclusion section.
% include the noncited reference % include the noncited reference
\nocite{ref1, ref2} \nocite{ref1, ref2}
\bibliographystyle{aer}
\bibliography{wpref} \bibliography{wpref}
\end{document} \end{document}
\end{lstlisting} \end{lstlisting}
\nocite{en1,en2} \nocite{en1,en2}
% If you want change the bibliography style, replace aer with the prefered one.
\bibliographystyle{aer}
\bibliography{wpref} \bibliography{wpref}
\end{document} \end{document}

View File

@@ -24,8 +24,7 @@
% \PassOptionsToClass{11pt}{article} % \PassOptionsToClass{11pt}{article}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} \DeclareDefaultOption{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions\relax
\ProcessKeyvalOptions*\relax \ProcessKeyvalOptions*\relax
\LoadClass{article} \LoadClass{article}
@@ -68,6 +67,8 @@
% settings for the geometry % settings for the geometry
\RequirePackage{hyperref} \RequirePackage{hyperref}
\hypersetup{ \hypersetup{
pdfborder={0 0 0}, pdfborder={0 0 0},
colorlinks=true, colorlinks=true,
@@ -79,13 +80,16 @@
} }
\RequirePackage[left=1in, right=1in, top=1in, bottom=1in,headheight=0pt,headsep=0pt]{geometry} \RequirePackage[left=1in, right=1in, top=1in, bottom=1in,headheight=0pt,headsep=0pt]{geometry}
\setlength{\voffset}{-0.75in} % \setlength{\voffset}{-0.75in}
\setlength{\headsep}{5pt} \setlength{\headsep}{5pt}
% add the \email cmd % add the \email cmd
\newcommand\email[1]{\href{mailto:#1}{\nolinkurl{#1}}} \newcommand\email[1]{\href{mailto:#1}{\nolinkurl{#1}}}
\PassOptionsToPackage{no-math}{fontspec} \PassOptionsToPackage{no-math}{fontspec}
\ifdefstring{\ELEGANT@lang}{cn}{
\RequirePackage[UTF8, scheme=plain]{ctex} \RequirePackage[UTF8, scheme=plain]{ctex}
}
\RequirePackage[T1]{fontenc} \RequirePackage[T1]{fontenc}
\RequirePackage{newtxtext} \RequirePackage{newtxtext}
\RequirePackage{newtxmath} \RequirePackage{newtxmath}
@@ -110,14 +114,15 @@
\renewcommand\refname{} % \renewcommand\refname{} %
\renewcommand\figurename{} % \renewcommand\figurename{} %
\renewcommand\tablename{}% \renewcommand\tablename{}%
\newcommand\versiontext{\itshape }% \newcommand\versiontext{}%
\newcommand\updatetext{\itshape }% \newcommand\updatetext{}%
\renewcommand\abstractname{\hspace{2em}} \renewcommand\abstractname{\hspace{2em}}
\setlength{\parindent}{2em} \setlength{\parindent}{2em}
\renewcommand{\abstracttextfont}{\small\sffamily\kaishu} \renewcommand{\abstracttextfont}{\small\sffamily\kaishu\noindent\ignorespaces}
\newcommand{\keywords}[1]{\vskip2ex\par\noindent\normalfont{\bfseries : } #1} \newcommand{\keywords}[1]{\vskip2ex\par\noindent\normalfont{\bfseries : } #1}
\newcommand\figref[1]{{\bfseries ~\ref{#1}}} \newcommand\figref[1]{{\bfseries ~\ref{#1}}}
\newcommand\tabref[1]{{\bfseries ~\ref{#1}}} \newcommand\tabref[1]{{\bfseries ~\ref{#1}}}
\RequirePackage[authoryear]{gbt7714}
}{\relax} }{\relax}
\ifdefstring{\ELEGANT@lang}{en}{ \ifdefstring{\ELEGANT@lang}{en}{
\theoremstyle{plain}% default \theoremstyle{plain}% default
@@ -136,14 +141,16 @@
\renewcommand*{\proofname}{\normalfont\bfseries Proof}% \renewcommand*{\proofname}{\normalfont\bfseries Proof}%
\newcommand\versiontext{\itshape Version: }% \newcommand\versiontext{\itshape Version: }%
\newcommand\updatetext{\itshape Update: }% \newcommand\updatetext{\itshape Update: }%
\renewcommand{\abstracttextfont}{\sffamily\small\kaishu} \renewcommand{\abstracttextfont}{\sffamily\small\noindent\ignorespaces}
\newcommand{\keywords}[1]{\vskip2ex\par\noindent\normalfont{\bfseries Keywords: } #1} \newcommand{\keywords}[1]{\vskip2ex\par\noindent\normalfont{\bfseries Keywords: } #1}
\newcommand\figref[1]{{\bfseries Figure~\ref{#1}}} \newcommand\figref[1]{{\bfseries Figure~\ref{#1}}}
\newcommand\tabref[1]{{\bfseries Table~\ref{#1}}} \newcommand\tabref[1]{{\bfseries Table~\ref{#1}}}
\bibliographystyle{aer}
}{\relax} }{\relax}
\AtBeginEnvironment{verbatim}{\microtypesetup{activate=false}} \AtBeginEnvironment{verbatim}{\microtypesetup{activate=false}}
\def\IfEmpty#1{% \def\IfEmpty#1{%
\edef\1{\the#1} \edef\1{\the#1}
\ifx\1\empty \ifx\1\empty
@@ -203,12 +210,12 @@
\vskip 1.5em% \vskip 1.5em%
\IfEmpty\version \IfEmpty\version
\else \else
{\small \normalfont\kaishu \versiontext \itshape\the\version} {\small\normalfont\ifdefstring{\ELEGANT@lang}{en}{\itshape}{\kaishu}\versiontext\the\version}
\fi \fi
\ifx\@date\empty \ifx\@date\empty
\else \else
\vskip 0.1em% \vskip 0.1em%
{\small\normalfont\kaishu \updatetext \itshape \@date}% {\small\normalfont\ifdefstring{\ELEGANT@lang}{en}{\itshape}{\kaishu}\updatetext\@date}%
\fi \fi
\end{center}% \end{center}%
\par \par

BIN
kvoptions.pdf Normal file

Binary file not shown.

View File

@@ -34,6 +34,7 @@
@article{cn1, @article{cn1,
author = {方军雄}, author = {方军雄},
key = {fang1 jun1 xiong2},
title = {{所有制、制度环境与信贷资金配置}}, title = {{所有制、制度环境与信贷资金配置}},
journal = {经济研究}, journal = {经济研究},
number = {12}, number = {12},
@@ -45,6 +46,7 @@
@article{cn2, @article{cn2,
author = {刘凤良 and 章潇萌 and 于泽}, author = {刘凤良 and 章潇萌 and 于泽},
key = {liu2 feng4 liang2 zhang1 xiao1 meng2 yu2 ze2},
title = {{高投资、结构失衡与价格指数二元分化}}, title = {{高投资、结构失衡与价格指数二元分化}},
journal = {金融研究}, journal = {金融研究},
number = {02}, number = {02},
@@ -56,6 +58,7 @@
@article{cn3, @article{cn3,
author = {吕捷 and 王高望}, author = {吕捷 and 王高望},
key = {lv3 jie2 wang2 gao1 wang4},
title = {{CPI 与 PPI “背离”的结构性解释}}, title = {{CPI 与 PPI “背离”的结构性解释}},
journal = {经济研究}, journal = {经济研究},
volume = {50}, volume = {50},