Skip to content

Commit 32ad0d7

Browse files
committed
fix: remove first line indent in reference
1 parent 50374eb commit 32ad0d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appendix.typ

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
pagebreak()
2525
[= 参考文献]
2626

27+
set text(font: (FONTSET.at("English"), FONTSET.at("Song")), size: 10.5pt)
28+
set par(first-line-indent: 0em)
2729
bibliography(bibliographyFile, title: none)
2830
show bibliography: it => {
29-
set text(font: (FONTSET.at("English"), FONTSET.at("Song")), size: 10.5pt)
31+
3032
}
3133
}
3234

0 commit comments

Comments
 (0)