LaTeX forum ⇒ Page LayoutInline footnotes

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
leafbranch
Posts: 4
Joined: Mon Nov 02, 2009 4:03 pm

Inline footnotes

Postby leafbranch » Mon Nov 02, 2009 4:06 pm

Hi, how do I get footnotes to appear as an inline list (items listed on the same line) ?

User avatar
localghost
Site Moderator
Posts: 9204
Joined: Fri Feb 02, 2007 12:06 pm

Postby localghost » Mon Nov 02, 2009 4:17 pm

Try the footmisc package with its para option.
  1. \documentclass[11pt,a4paper,english]{article}
  2. \usepackage[T1]{fontenc}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{babel}
  5. \usepackage[bottom,flushmargin,hang,multiple,para]{footmisc}
  6. \usepackage{blindtext}
  7.  
  8. \begin{document}
  9. \blindtext\footnote{First footnote}\footnote{Second footnote}
  10. \end{document}

For more information refer to the package manual.


Best regards and welcome to the board
Thorsten¹
LaTeX Community Moderator
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes


¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1

leafbranch
Posts: 4
Joined: Mon Nov 02, 2009 4:03 pm

Postby leafbranch » Mon Nov 02, 2009 4:51 pm

perfect. thanks so much!


Return to “Page Layout”

Who is online

Users browsing this forum: No registered users and 4 guests