Skip to content

建议参考文献增加两边对齐 #30

@hakureiR-eimu

Description

@hakureiR-eimu

学院的格式要求,导师要求我改了。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
}


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions