Skip to content

Commit

Permalink
更新参考文献样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Astro-Lee committed Jan 1, 2024
1 parent 5a66c40 commit 8bc0036
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Compiling LaTeX template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
run: |
xetex YNUthesis.dtx
xelatex YNUthesis.dtx
latexmk
- name: Make Artifact
Expand All @@ -33,7 +32,6 @@ jobs:
cp YNUthesis.def template/
cp latexmkrc template/
cp -r fonts template/
cp YNUthesis.pdf template/
cp main.pdf template/
- name: Upload Artifact
Expand Down
2 changes: 1 addition & 1 deletion YNUthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@
{
\cs_undefine:N \addbibresource
\clist_new:N \l__YNU_biblatex_options_clist
\clist_put_right:Nn \l__YNU_biblatex_options_clist { hyperref = manual, gbnamefmt = lowercase }
\clist_put_right:Nn \l__YNU_biblatex_options_clist { hyperref = manual, gbnamefmt = lowercase, eprint = false, gbtitlelink = true, url = false, doi = false }
\clist_put_right:Nx \l__YNU_biblatex_options_clist
{
style =
Expand Down
2 changes: 1 addition & 1 deletion YNUthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -3541,7 +3541,7 @@ Copyright (C) 2023 by Rui-Zhi Li <[email protected]>
{
\cs_undefine:N \addbibresource
\clist_new:N \l_@@_biblatex_options_clist
\clist_put_right:Nn \l_@@_biblatex_options_clist { hyperref = manual, gbnamefmt = lowercase }
\clist_put_right:Nn \l_@@_biblatex_options_clist { hyperref = manual, gbnamefmt = lowercase, eprint = false, gbtitlelink = true, url = false, doi = false }
% \end{macrocode}
% 参考文献样式。
% \begin{macrocode}
Expand Down
2 changes: 1 addition & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
% 允许选项:
% hyperlink-color = default|classic|material|graylevel|prl
%
bib-backend = bibtex,
bib-backend = biblatex,
% 参考文献支持方式
% 允许选项:
% bib-backend = bibtex|biblatex
Expand Down

0 comments on commit 8bc0036

Please sign in to comment.