latex
documentclass{article}
usepackage{enotez} % 导入enotez包
setenotez{list-name=注释} % 自定义尾注标题
begin{document}
正文内容...在此处添加尾注endnote{这是第一条尾注}。
% 参考文献部分(如果需要)
begin{thebibliography}{99}
bibitem{ref1} 参考文献条目
end{thebibliography}
% 在参考文献后打印尾注
printendnotes
end{document}
latex
documentclass{article}
usepackage{endnotes}
begin{document}
正文内容...在此添加尾注enote{这是第一条尾注}。
% 参考文献部分
begin{thebibliography}{99}
bibitem{ref1} 参考文献条目
end{thebibliography}
% 在文档末尾输出尾注
clearpage
heendnotes
end{document}
1. 尾注位置控制:
2. 格式自定义:
latex
setenotez{
list-name=注释,
list-style=section, % 标题层级
list-counter=arabic, % 编号格式
reset=true % 分章重置编号
3. 注意事项:
最终文档结构将呈现为:
正文内容(含引用标记)...
参考文献列表...
注释/尾注列表(位于最后一页)
建议优先使用`enotez`包,因其提供更灵活的配置选项且与现代LaTeX环境兼容性更好。
版权声明: 知妳网保留所有权利,部分内容为网络收集,如有侵权,请联系QQ793061840删除,添加请注明来意。
工作时间:8:00-18:00
客服电话
电子邮件
admin@qq.com
扫码二维码
获取最新动态
