-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
学院的格式要求,导师要求我改了。reference.typ的justify:false改成justify:true
// 参考文献
#let _set_references(csl_style: "pages/hust-cse-ug.csl", body) = {
set bibliography(title: "参考文献", style: csl_style)
show bibliography: it =>{
set heading(level: 1, numbering: none)
set par(justify: true, leading: 1.24em, first-line-indent: 2em)
it
}
body
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels