Skip to content

Commit

Permalink
Adapt Cell citation style (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Feb 15, 2024
1 parent 1aaacb6 commit b1bd9ab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Added

- 本科生的附录(调研阅读报告和书面翻译)支持 `biblatex`[#893](https://github.com/tuna/thuthesis/issues/893))。
- 适配生命科学学院要求的 Cell 参考文献格式([#921](https://github.com/tuna/thuthesis/discussions/921))。

### Changed

Expand Down
3 changes: 3 additions & 0 deletions ref/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ @patent{jiangxizhou1980
title = {一种温热外敷药制备方案},
address = {中国},
number = {88105607.3},
year = {1980},
date = {1980-07-26},
key = {jiang1 xi1 zhou1},
}
Expand Down Expand Up @@ -298,6 +299,7 @@ @newspaper{fugang2000fengsha
author = {傅刚 and 赵承 and 李佳路},
title = {大风沙过后的思考},
journal = {北京青年报},
year = {2000},
date = {2000-04-12},
number = {14},
urldate = {2002-03-06},
Expand All @@ -318,6 +320,7 @@ @online{xiaoyu2001chubanye
@online{oclc2000about,
author = {{Online Computer Library Center, Inc}},
title = {About {OCLC}: History of Cooperation},
year = {2000},
urldate = {2000-01-08},
url = {http://www.oclc.org/about/cooperation.en.htm},
}
Expand Down
4 changes: 4 additions & 0 deletions thusetup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@
% \usepackage{natbib}
% \bibliographystyle{thuthesis-author-year}

% 生命科学学院要求使用 Cell 参考文献格式(2023 年以前的 author-date 格式)
% \usepackage{natbib}
% \bibliographystyle{cell}

% 本科生参考文献的著录格式
% \usepackage[sort]{natbib}
% \bibliographystyle{thuthesis-bachelor}
Expand Down
1 change: 1 addition & 0 deletions thuthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -5566,6 +5566,7 @@
% \begin{macrocode}
\@namedef{bibstyle@thuthesis-numeric}{\citestyle{super}}
\@namedef{bibstyle@thuthesis-author-year}{\citestyle{author-year}}
\@namedef{bibstyle@cell}{\citestyle{author-year}}
\@namedef{bibstyle@thuthesis-bachelor}{\citestyle{super}}
% \end{macrocode}
%
Expand Down

0 comments on commit b1bd9ab

Please sign in to comment.