Sunday, January 06, 2008

latex and footnotes

In latex if you have a footnote and a figure with b (bottom) placement attribute on the same page, then the figure will be placed under the footnote. The result is really ugly....

I was searching for a way to fix this. Of course the straight-forward solution is to use the h (here) attribute in the figure and put the figure's code in the position you want, but this is not the best thing to do.

Well.. there is a way to force the footnotes to be always placed at the bottom of the page. You can do this by using the footmisc-package. By using this package you can change the default typesetting of footnotes. If you include the line:
\usepackage[bottom]{footmisc}
in latex preamble you get the desired footnotes behavior.

24 comments:

  1. Thank you very much, i was looking for some command to hold the footnotes fixed on the bottom of page indemendently of amount of written text. this works perfeclty !

    ReplyDelete
  2. :-) hmm this blog is on the other side of planet, if my post was made 6:34AM.
    I have in middle Europe 3:35PM

    ReplyDelete
  3. It's in Greece. I think I have the timezone not properly configured. Now i'ts 21:24 according to my clock

    ReplyDelete
  4. Thanks, that was what I needed.
    Paul

    ReplyDelete
  5. Thanks for that info. This is just what I was looking for.

    ReplyDelete
  6. This is also just what I needed for my thesis. Thanks Nikos. What would we do without bloggers?

    ReplyDelete
  7. Thankyou so very much. Was searching for going on a hour before I found this nugget. Genius!

    ReplyDelete
  8. Well done! Thanks a lot from Brazil!

    ReplyDelete
  9. Να' σαι καλά ρε Νίκο! ΑΑΑ τιπ (tip)! :D

    ReplyDelete
  10. Thanks a lot for this tip!

    ReplyDelete
  11. thank you!
    you've helped a lot!

    greetings from hungary :)

    ReplyDelete
  12. Thanks, really useful :)

    ReplyDelete
  13. It didn't help me. I have twocolumn article. I experience wrong order of images (i.e. fig. 7 before 6) besides one float below a footnote.

    ReplyDelete
  14. In case someone else is suffering with twocolumn, floats, and footnotes...
    It worth a try to use the following

    \usepackage{ftnright}
    \renewcommand\footnoterule{\vspace*{-3pt}%
    \hrule width 2in height 0.4pt
    \vspace*{2.6pt}}

    ReplyDelete
  15. Slovenian guy8/03/2011 1:54 AM

    Thank you - very useful

    ReplyDelete
  16. Thanks man...
    God bless you
    :)

    ReplyDelete
  17. Great Tip ... Thanks!

    ReplyDelete
  18. Thanks for that info. This is just what I was looking for.

    ReplyDelete
  19. Thank you so much from Ontario Canada :)

    ReplyDelete