Footnote spacing in LaTeX

笑着哭i 提交于 2020-01-11 15:19:28

问题


I'm writing my dissertation and the grad school says I need a space between multiple footnotes and also the space between the text and the start of the footnotes is too small. Is there a way to do this?

Any help is greatly appreciated.


回答1:


\footnotesep is the space between footnotes:

\setlength{\footnotesep}{0.5cm}

\footins is the space between the text body and the footnotes:

\setlength{\skip\footins}{2cm}

You might want to play around with the actual numbers, I've just chosen some values where you will actually see the difference.




回答2:


There's also a LaTeX package, footmisc, that's useful for manipulating footnote formatting.



来源:https://stackoverflow.com/questions/783716/footnote-spacing-in-latex

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!