Commit f3ef263f authored by liziwl's avatar liziwl
Browse files

change bib to gbt7714

parent bef17913
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -97,8 +97,8 @@

% 参考文献使用 BibTeX + natbib 宏包
% 顺序编码制
\usepackage[sort]{natbib}
\bibliographystyle{thuthesis-numeric}
\usepackage[sort&compress]{gbt7714}
\bibliographystyle{gbt7714-numerical} 

% % 参考文献使用 BibLaTeX 宏包
% \usepackage[backend=biber,style=thuthesis-numeric]{biblatex}
+8 −8
Original line number Diff line number Diff line
@@ -4747,22 +4747,22 @@ Thesis for the degree of \degree@level@en@noun \ of \thu@degree@domain@en%
% 几种种引用样式,与 \file{bst} 文件名保持一致,
% 这样在使用 \cs{bibliographystyle} 选择参考文献表的样式时也会设置对应的引用样式。
%    \begin{macrocode}
  \newcommand\bibstyle@super{%
    \bibpunct{[}{]}{,}{s}{,}{\textsuperscript{,}}}
  \newcommand\bibstyle@inline{%
    \bibpunct{[}{]}{,}{n}{,}{,}}
  \@namedef{bibstyle@author-year}{%
    \bibpunct{(}{)}{;}{a}{,}{,}}
%  \newcommand\bibstyle@super{%
%    \bibpunct{[}{]}{,}{s}{,}{\textsuperscript{,}}}
%  \newcommand\bibstyle@inline{%
%    \bibpunct{[}{]}{,}{n}{,}{,}}
%  \@namedef{bibstyle@author-year}{%
%    \bibpunct{(}{)}{;}{a}{,}{,}}
%    \end{macrocode}
%
%    \begin{macrocode}
  \thu@option@hook{cite-style}{\@nameuse{bibstyle@\thu@cite@style}}
%  \thu@option@hook{cite-style}{\@nameuse{bibstyle@\thu@cite@style}}
%    \end{macrocode}
%
% 几种种引用样式,与 \file{bst} 文件名保持一致,
% 这样在使用 \cs{bibliographystyle} 选择参考文献表的样式时也会设置对应的引用样式。
%    \begin{macrocode}
  \@namedef{bibstyle@thuthesis-numeric}{\citestyle{super}}
%  \@namedef{bibstyle@thuthesis-numeric}{\citestyle{super}}
%  \@namedef{bibstyle@thuthesis-author-year}{\citestyle{author-year}}
%  \@namedef{bibstyle@thuthesis-bachelor}{\citestyle{super}}
%  \@namedef{bibstyle@thuthesis-inline}{\citestyle{inline}}