经济学院与王亚南经济研究院论文模板
Author
Xiamen University School of Economics
Last Updated
일 년 전
License
Creative Commons CC BY 4.0
Abstract
经济学院与王亚南经济研究院论文模板
%# -*- coding:utf-8 -*-
%告诉编辑器以utf-8的模式打开该文档
\documentclass{XMUdissertation}
\usepackage[final]{pdfpages}
\usepackage{ulem}
\renewcommand\arraystretch{1.2}
\input{preamble} %导入导言区内容 连续不分页
\begin{document}
\thispagestyle{empty}
\includepdf{cov.pdf}
\newpage
\includepdf{org.pdf}
\newpage
\includepdf{use.pdf}
\newpage
\raggedbottom
\titleformat{\chapter}{\vspace{-2em}\centering\heiti\zihao{-3}\bfseries}{第\chinese{chapter}章}{1em}{\vspace{0em}}
\graphicspath{{figures/}}
%封面
\title{经济学院与王亚南经济研究院论文模板}
\zihao{-4} %正文内容 小四号 [中文字体是宋体 西文字体是Times New Roman 在导言区已定义]
%摘要
\include{data/abstract}
%中文目录
\tableofcontents
\cleardoublepageKeepPageNum
%英文目录
\tableofengcontents
\cleardoublepageKeepPageNum
%章节
\include{data/chapter1}
\include{data/chapter2}
\include{data/chapter3}
\include{data/chapter4}
\cleardoublepageKeepPageNum
%附录
\include{data/appendix}
%参考文献
\include{data/ref}
%参考文献写法2,直接写条目
%\begin{thebibliography}{9}
%\bibitem{Azuela} Mariano Azuela, \textit{The Underdogs: A Novel of the Mexican Revolution}, trans. Beth %Jorgensen (New York: The Modern Library, 2002).
%\end{thebibliography}
%致谢
\include{data/ack}
%研究成果
\include{data/publications}
\end{document}