Skip to content

Commit

Permalink
fix use of \l_@@_cite_style_tl
Browse files Browse the repository at this point in the history
See #183.
  • Loading branch information
stone-zeng committed Mar 9, 2021
1 parent 9f79aac commit 8025978
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
## [[未发布]](https://github.com/stone-zeng/fduthesis/compare/v0.7e...master)

- 修复
- 允许在 `biblatex` 下使用多个数据源
- 允许在 `biblatex` 下使用多个数据源 - [#186](https://github.com/stone-zeng/fduthesis/issues/186)
- 正确调用引用样式 - [#183](https://github.com/stone-zeng/fduthesis/issues/183)

## [v0.7e (2021-03-07)](https://github.com/stone-zeng/fduthesis/compare/v0.7d...v0.7e)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
### 重要提醒

1. 本模板未经学校相关部门审核及授权,使用前请务必斟酌。
1. 本模板仍处于活跃开发中,不保证接口的稳定性。在撰写论文的过程中,请慎重考虑是否要同步进行更新。
1. 本模板仍处于开发中,不保证接口的稳定性。在撰写论文的过程中,请慎重考虑是否要同步进行更新。
1. 任何由于使⽤本模板⽽引起的论⽂格式审查问题均与本模板作者⽆关。

### 贡献
Expand Down
3 changes: 2 additions & 1 deletion source/fduthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -5619,9 +5619,10 @@ Copyright (C) 2017&ndash;2021 by Xiangdong Zeng <xdzeng96@gmail.com>.
{ \@@_pass_options_to_biblatex:n { style = \l_@@_bib_style_tl } }
% \end{macrocode}
% 引用样式。
% \changes{v0.7f}{2021/03/09}{正确调用引用样式。}
% \begin{macrocode}
\tl_if_empty:NF \l_@@_cite_style_tl
{ \@@_pass_options_to_biblatex:n { citestyle = \l_@@_bib_style_tl } }
{ \@@_pass_options_to_biblatex:n { citestyle = \l_@@_cite_style_tl } }
\@@_pass_options_to_biblatex:n { backend = biber, hyperref = manual, natbib }
}
\cs_new_protected:Npn \@@_biblatex_post_setup:
Expand Down

0 comments on commit 8025978

Please sign in to comment.