Skip to content

Commit 124d5c7

Browse files
committed
Fix missing commands
1 parent 6533483 commit 124d5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ustcthesis.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3175,7 +3175,7 @@
31753175
\tl_if_blank:nF {#1}
31763176
{ \msg_warning:nn { ustcthesis } { print-bib-arg-ignored } }
31773177
\exp_args:Ne \bibliography
3178-
{ \clist_use:N \g__ustc_bib_files_clist }
3178+
{ \clist_use:Nn \g__ustc_bib_files_clist { , } }
31793179
}
31803180
31813181
\__ustc_at_begin_package:nn {biblatex}

0 commit comments

Comments
 (0)