feat: add abstract and reference style
This commit is contained in:
@@ -74,8 +74,26 @@
|
|||||||
\captionsetup[figure]{labelformat=simple, labelsep=space}
|
\captionsetup[figure]{labelformat=simple, labelsep=space}
|
||||||
\renewcommand{\thefigure}{\arabic{section}-\arabic{figure}}
|
\renewcommand{\thefigure}{\arabic{section}-\arabic{figure}}
|
||||||
|
|
||||||
% 六、定义常用命令(如摘要环境)
|
% region: 摘要和关键词命令
|
||||||
%\newenvironment{abstract}{\clearpage \section*{\centering 摘要}}{\clearpage}
|
\newenvironment{austabstract}[1]
|
||||||
|
{
|
||||||
|
\clearpage
|
||||||
|
\section*{\centering \heiti \zihao{3} #1}}
|
||||||
|
{
|
||||||
|
\clearpage
|
||||||
|
}
|
||||||
|
\newcommand{\austkeywords}[2]{
|
||||||
|
\textbf{#1} #2
|
||||||
|
}
|
||||||
|
% endregion
|
||||||
|
|
||||||
|
% region: 参考文献格式设置
|
||||||
|
% TODO:
|
||||||
|
% 需要判断一下这个包的版本,这个包的旧版格式名称是gbt7714-numerical
|
||||||
|
% 而新版则是gbt7714-numeric。
|
||||||
|
\usepackage{gbt7714}
|
||||||
|
\bibliographystyle{gbt7714-numerical}
|
||||||
|
% endregion
|
||||||
|
|
||||||
% region: 封面和类封面预设
|
% region: 封面和类封面预设
|
||||||
\usepackage{xparse}
|
\usepackage{xparse}
|
||||||
@@ -149,7 +167,6 @@
|
|||||||
\vfill
|
\vfill
|
||||||
|
|
||||||
{\kaishu \zihao{3} \tl_use:N \l_aust_date_tl \par }
|
{\kaishu \zihao{3} \tl_use:N \l_aust_date_tl \par }
|
||||||
\vspace{2cm}
|
|
||||||
\end{titlepage}
|
\end{titlepage}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user