Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文献引用格式问题和新要求适配 #320

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@
.DS_Store
/local_fonts
/times_new_roman
*.fls
*.synctex(busy)
10 changes: 5 additions & 5 deletions buaathesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -894,11 +894,11 @@ The LaTeX template for thesis of BUAA]
\ifbuaa@bachelor
\begin{center}
\begin{minipage}[h]{.75\textwidth}
\centering{\zihao{3}\heiti\buaa@thesistitle}
\centering{\zihao{-3}\heiti\buaa@thesistitle}
\end{minipage}
\begin{minipage}[h]{.8\textwidth}
\begin{flushright}
{\zihao{3}\heiti\buaa@thesissubtitle}
{\zihao{-3}\heiti\buaa@thesissubtitle}
\end{flushright}
% subtitle should be flush right?
\end{minipage}
Expand Down Expand Up @@ -933,7 +933,7 @@ The LaTeX template for thesis of BUAA]
\ifbuaa@bachelor
\noindent
\fi
{\heiti\zihao{-4} 关键词:}\heiti\buaa@ckeyword
{\heiti\zihao{4} 关键词:}\songti\zihao{-4}\buaa@ckeyword
}

% 英文摘要
Expand All @@ -947,7 +947,7 @@ The LaTeX template for thesis of BUAA]
\end{minipage}
\begin{minipage}[h]{.8\textwidth}
\begin{flushright}
{\zihao{3}\heiti\buaa@thesissubtitleeng}
{\zihao{-3}\heiti\buaa@thesissubtitleeng}
\end{flushright}
% subtitle should be flushright?
\end{minipage}
Expand Down Expand Up @@ -981,7 +981,7 @@ The LaTeX template for thesis of BUAA]
\ifbuaa@bachelor
\noindent
\fi
{\bf\zihao{-4} Key words: }\buaa@ekeyword
{\bf\zihao{4} Key words: }\zihao{-4}\buaa@ekeyword
}

%%%%%%%%%% announce %%%%%%%%%%
Expand Down
2 changes: 1 addition & 1 deletion sample-bachelor.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\documentclass[bachelor,openany,oneside,color,AutoFakeBold=true]{buaathesis}

% 参考文献
\usepackage{gbt7714}
\bibliographystyle{gbt7714-numerical}
% 参考文献输出方式,numerical为按照出现顺序,authoryear为按照作者姓名和年份
\citestyle{numerical}
% \citestyle{authoryear}
Expand Down