【latex tips】在 chapter/section 等标题中插入脚注

1
2
3
4
5
documentclass{article}
begin{document}
tableofcontents
section[Section Title]{Section Titlefootnote{This is footnote.}}
end{document}

如此即可。