Le 18/04/2018 à 18:47, Erin Kelly a écrit :
I am using footnotes to reference URLs in PDF documents for the first time,
so I end up with many footnotes on some pages.

On the last page of the chapter, the footnotes align nicely at the bottom
of the page, before the footer. However, on other pages, the footnotes are
placed right below the last line of text, even if there is a lot of space
at the bottom of the page. That looks awkward.

Can I specify the horizontal alignment of all footnotes? I want them to all
be at the bottom of the page.

(I am still working on the projects in this thread, which I started under a
different account before my company was acquired and I switched logins:
https://groups.google.com/d/topic/sphinx-users/e93WiwjrQLg/discussion )

Using "make latexpdf" to build, and on Sphinx 1.7.1.



Hi,

try adding

\usepackage[bottom]{footmisc}

to the preamble

(via 'preamble' key of latex_elements dict in conf.py)

(not really tested, only added to a Sphinx produced latex file to see if no 
compilation error resulted)

Jean-François

--
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to