Skip to content

研究生论文脚注格式问题 #330

@songjinghe

Description

@songjinghe

当前模板的脚注\footnote的形式只有一个数字,与教务处的最新版不符,我直接用模板编译被学校老师勾出来了。目前可以在\begin{document}前加入这些代码来fix这个问题:

\makeatletter
\renewcommand{\@makefnmark}{\textsuperscript{注\@thefnmark}}
\renewcommand{\@makefntext}[1]{\noindent{注\@thefnmark}:#1}
\makeatother

实现\footnote形式为【注1】

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions