Commit c564b096 authored by liziwl's avatar liziwl
Browse files

ref(sustech-setup): 更新 BibLaTeX 配置示例

- 在 sustech-setup.tex 文件中注释掉的 BibLaTeX 配置示例部分
- 添加了两种不同的文献引用排序方式示例
parent 3983712c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -128,8 +128,10 @@
% \bibliographystyle{sustechthesis-author-year}

%%%% 选择二:使用 BibLaTeX 宏包(兼容性不佳,不太推荐)
% 全局上标数字模式
% 全局上标数字模式,按照文献引用顺序排序
% \usepackage[backend=biber,style=gb7714-2015,gbalign=left]{biblatex}
% 全局上标数字模式,按照语言、作者、年份、标题、升序排列
% \usepackage[backend=biber,style=gb7714-2015,sorting=gb7714-2015,gbalign=left]{biblatex}
% 全局著者-出版年制模式
% \usepackage[backend=biber,style=gb7714-2015ay]{biblatex}
% \addbibresource{ref/refs.bib} % 声明 BibLaTeX 的数据库