BUPTBachelorThesis/chapters/abstract.tex
2024-11-24 17:46:47 +08:00

80 lines
1.5 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[../main.tex]{subfiles}
\begin{document}
% 中文摘要
\begin{titlepage}
\pagestyle{empty}
\begin{spacing}{1.05}
\centering
\parbox[c]{.75\textwidth}{
\centering
\heiti\zihao{3}\textbf{\thesistitle}
}
\end{spacing}
\begin{spacing}{1.5}
\centering
\zihao{-3}\quad{} \\
\heiti\zihao{-3}\textbf{\quad{}} \\
\end{spacing}
\zihao{-3}\quad{}
\normalsize
这里撰写摘要大概500字左右。
\quad{}
\par\noindent\heiti\zihao{-4}\textbf{关键词}\quad{}
{
\songti\zihao{-4}
关键词一\quad
关键词二\quad
}
\end{titlepage}
\thispagestyle{empty}
% 英文摘要
\begin{titlepage}
\pagestyle{empty}
\begin{spacing}{1.05}
\centering
% 如果你的标题太长,可能会换行;如果你对换行位置不满意,请调节下面第一个{}的参数
\parbox[c]{.75\textwidth}{
\centering
\zihao{3}\textbf{\thesisenglishtitle}
}
\end{spacing}
\begin{spacing}{1.5}
\centering
\zihao{-3}\quad \\
\zihao{-3}\textbf{ABSTRACT} \\
\end{spacing}
\zihao{-3}\quad
\normalsize
This is the english abstract, and the content should be the same as the chinese abstract.
\quad{}
\par\noindent\zihao{-4}\textbf{KEY WORDS}\quad{}%
{
\zihao{-4}
Keyword1\quad
Keyword2\quad
}
\end{titlepage}
\thispagestyle{empty}
\end{document}