{footnotes} is about typesetting footnotes. Popular packages are {footmisc}, {footnote}, and {bigfoot}.

learn more… | top users | synonyms

5
votes
2answers
3k views

Modify footer of slides

I am editing a presentation with beamer, the theme is Boadilla: \date{date} \title[The title is quite quite quite quite quite quite long]{The title is quite quite quite quite quite quite long} ...
5
votes
2answers
2k views

Footnotes tabularx-environment LaTeX

I've been trying to find a satisfying solution to the footnotes-in-tables-problem for hours now. Nothing I come across seems to work the way it should. Still, in the tabularx package documentation it ...
5
votes
2answers
253 views

Disable hyphenation in apa6e's footnotes

I would like to disable hyphenation in apa6e's footnotes, to match APA's 6th edition guidelines. apa6e uses ragged2e, and the ragged2e documentation (pdf) claims that certain commands can make ...
5
votes
1answer
547 views

Spacing after footnote superscript

I'm writing my thesis for my Computer Science degree. I have a lot of footnotes and my advisor has told me to remove the spacing generated by the superscript of the footnote. This footnotes are ...
5
votes
2answers
1k views

How to change symbol for footnote in minipage

\renewcommand method does not work \documentclass{article} \renewcommand{\thefootnote}{\arabic{footnote}} \begin{document} \begin{minipage}{1.3\textwidth} test this\footnote{abc} \end{minipage} ...
5
votes
2answers
98 views

Footnote on “Contents” at head of table of contents?

Is it possible to place a footnote on the Contents heading that is generated at the head of a table of contents? (Not on an individual item in the table of contents, as discussed here.) I thought ...
5
votes
1answer
236 views

Get a line instead of “Notes” when using endnotes

I'm using the following code to generate an endnote section (instead of having footnotes pop up on every page they are referred to on. \documentclass{article} \usepackage{endnotes} ...
5
votes
1answer
358 views

repetitive footnotes

Is it possible to have the footnotes not to repeat in the same page and take the old number? In other words, even if the footnote labels are same, can the footnotes have same number. here is my MWE. ...
5
votes
2answers
333 views

Custom prefix in footnotes with biblatex

I have another question about customizing footnote-citations with biblatex. For common citations of facts or observations from some article, I want to add a prefix to my footnotes. It's meant to ...
5
votes
3answers
222 views

How to display the footnote in the bottom of the slide while using \columns?

I am using \columns in beamer to show two pictures. After I added \footnote{ExampleText} after captions, the ExampleTest just appear in each column. Now I want to show all of the ExampleText in the ...
5
votes
1answer
135 views

Error caused by interaction between minted, footnotes, babel and "(double quote)

I'd like to put some inline code using minted but when I try to typesent the empty string "" I get an "undefined control sequence" error. Sample code: \documentclass[a4paper,10pt]{article} ...
5
votes
1answer
239 views

Footnote from intertext

I want to be able to send footnotes from intertexts I use within align. Is there an easy way to accomplish this (say using a package)? For example, I am a little teapot \begin{align} this ...
5
votes
2answers
418 views

Error with hyperref + tabular + footnotes in tabular

Here's the code: \documentclass[12pt,letterpaper]{article} \usepackage{array} \newcommand{\fntxt}[1]{\footnotetext{#1}} \newcommand{\fnstep}{\stepcounter{footnote}} ...
5
votes
2answers
379 views

Using biblatex I want to have a section, where references are given as footnotes

This question relates to one of my earlier questions: biblatex footnote references At the start of my thesis I have an acknowledgements page. This page contains some references, but it is my ...
5
votes
2answers
76 views

Font size of \url in footnote

I use this \renewcommand{\UrlFont}{\normalsize} for make the fontsize smaller. I will like to make somthing similar for making only the \url smaller and only when it is used in a footnote. Text in ...
5
votes
1answer
188 views

Smaller font size in quote environment relative to context

I want to have all quotes in the quote-environment in a smaller font. This is possible with the etoolbox-package and the command: \AtBeginEnvironment{quote}{\small} But if I use a quote-environment ...
5
votes
2answers
95 views

Authors with multiple footnotes

Say I have an article. Under the title goes the name of three authors. The first author belongs to two organisations. The second belongs to one of the two from the first. And the last author belongs ...
5
votes
1answer
166 views

Add indent to \footnoterule

I would like to show the footnote rule with the same indentation as the footnote. I have tried with something like \renewcommand\footnoterule{% \kern-3\p@ \rule{.4\columnwidth}{0.4pt} ...
5
votes
1answer
352 views

Paragraph-style footnotes with bigfoot and (pdf)lscape

I'm using the package bigfoot to declare a custom type of footnote: Thanks to the option [para], the footnotes of this new type will be grouped into a single paragraph. This new type of footnote can ...
5
votes
1answer
332 views

Automatically make footnote-carrying pages vertically stretchable

My thesis use a page size that is exactly 34 line of text tall. (10pt text + 33 * 18pt \baselineskip = 9in plus 2pt, which looks like 1in margins on an 8.5x11" page). Some pages contain pretty much ...
5
votes
2answers
2k views

\footnotetext on different page from \footnotemark

I was forced to use \footnotetext and \footnotemark on because I needed a footnote in a couple of captions. Of the three times this is done in the article: one works fine, the second appears on the ...
5
votes
1answer
37 views

Footnote on document author with footmisc

I'm using the following: \documentclass[11pt]{article} \usepackage[bottom,flushmargin,hang,multiple]{footmisc} \title{Title} \author{Joe Blow\footnote{Address}} \begin{document} \maketitle ...
5
votes
3answers
542 views

\thanks not creating footnote in twocolumn article

I am trying to use \thanks inside \author in a twocolumn article. The document shows an asterisk next to the author's name, but the footnote is not appearing at the bottom of the first page or ...
5
votes
1answer
351 views

How to create two column footnotes when using parallel package?

I am using parallel package for two column parallel texts. By default the footnotes are all formatted in one column. Is there any way to generate two column footnotes under parallel environment? I am ...
5
votes
1answer
860 views

floatrow: Changing the formatting of table footnotes

The floatrow package, which is useful for customizing the layout of floats, also allows to add footnotes as well as additional explanations (besides the caption) to tables. (The main commands are ...
5
votes
1answer
831 views

amsart, setspace, and footnotes

When I use the setspace package in an amsart document, the indentation of footnotes is messed up: the first-line indent is lost, with everything pushed to the left. Sample document: ...
5
votes
1answer
30 views

single spaced footnotes with bigfoot?

Can I make footnotes single spaced with bigfoot? According to this answer, setspace shouldn't affect footnotes -- which is true, as long as I don't use bigfoot. MNWE (modified version of this): ...
5
votes
1answer
84 views

gb4e + biblatex error “patching footnotes failed”

I'm having a problem while using gb4e and biblatex in the same file. It does compile, but I get an "patching footnotes failed" warning. Minimal example: \documentclass[11pt,a4paper]{article} ...
5
votes
1answer
43 views

How to force the unbreak of a single footnote?

I am in the final phase of the document preparation, so I'm quite sure that pages will not change before printing. I noticed that, for some strange reason, bigfoot breaks some footnotes across pages, ...
5
votes
1answer
133 views

Vertical spacing below block quote should be retained even if footnote follows

In my text, block quotes have noticeable vertical spacing from the text above and below. When there is a footnote, this property is violated; I would like to restore it. (And I think this formatting ...
5
votes
1answer
162 views

Suggestion on how to manage pagenotes in memoir

I posted a long question before, and it was suggested that I should split it into separate chunks, so here it is. I wrote a book using the memoir class. It has about three hundreds notes and ...
5
votes
1answer
2k views

Problems typesetting footnotes with RevTeX 4-1

The RevTeX classes, for some of the APS journals, typeset all footnotes in the bibliography (as endnotes). Although it works perfectly if I try with RevTeX4, I consistently have problems doing this ...
5
votes
1answer
98 views

How to create multiple references to a single footnote in ConTeXt?

I have some footnotes in a ConTeXt document, which must be referenced too multiple times, i.e., the superscript mark 1 appears in several parts of the document, but the footnote is only displayed ...
5
votes
1answer
790 views

How to double space the \thanks footnote?

The journal I intend to submit my paper to requires all the text, including footnotes and acknowledgments, be double spaced. I use the setspace package and put \doublespacing and ...
5
votes
1answer
190 views

Using Minion's footnotefigures within KOMA-classes

I really like to use the MinionPro package in my documents, which provides an option called footnotefigures that activates a special set of figures for footnotes. Unfortunately this option is not ...
5
votes
1answer
499 views

Footnotes or sidenotes in tables with tufte-latex?

It might be extremely simple to solve my problem, but I can't figure it out... I use the tufte-book class and I have a table inside it. In the documentation of the tufte-book class it is written that: ...
5
votes
2answers
316 views

how to typeset RTL document with two columns flush AND two-column footnotes

I'm working on a set of documents in Hebrew. My general workflow is I type reStructuredText, run it through rst2xetex and then typeset with XeLaTeX. What I can't figure out how to do is create a ...
5
votes
1answer
510 views

What is the height of the footnote, at shipout ?

Suppose I want to draw an horizontal line, at shipout, the position of which is on top of the footnotes if some are in the page, and the bottom of the text otherwise. How can I retrieve the height of ...
5
votes
0answers
279 views

Glossaries disabling a footnote on first use [closed]

I have set to for each glossary item (not acronym) a footnote on the first use. But now I have a glossary item which only appears in the table and I don't want to show a footnote for that single item. ...
4
votes
3answers
101 views

Is there a package or trick to collect all defined footnotes and print them with their page numbers on a certain location?

I am writing a software documentation. In the documentation I talk about new ideas that might be implemented in the next release of the software as well as bug issues. I think items related to new ...
4
votes
1answer
200 views

How to embed citations into footnotes? [closed]

How can I put a reference at the bottom of the page to something that I'm using? I need to do this the European way: so I want to place a small number at the end of the sentence that stands higher ...
4
votes
2answers
86 views

How to refer to a definition at the end of the page?

I want to write some word in LaTeX and write its definition at the end of the page. For example: this is an example* in latex doc.. ------------------------------------ *example: is ... end of ...
4
votes
2answers
791 views

footnote reset in every page

When using \footnote{text} in TeXnicCenter LaTeX, the number is reset in every new page. e.g: page one footnote 1,2,3 page two footnote 1 page three footnote 1,2,3 ... I want that the number ...
4
votes
3answers
597 views

Incompatibility between footmisc-option multiple and hyperref

There is a question about nested footnotes with commas, which has some answers. Nested footnotes can be properly numbered, and they can be properly hyperlinked. Remaining problem: Hyperlinked ...
4
votes
1answer
147 views

Resume numbering the footnote

I use the following piece of code to put something as my footnote (borrowed from a friend). {\let\thefootnote\relax\footnotetext <text> } But what happens is after putting this, any further ...
4
votes
2answers
207 views

unwanted pagebreak in footnote

I'm trying to reference a long URL in a footnote. I'm usig hyperref-package (which loads automatically the url-package). \usepackage[unicode=true, ...
4
votes
2answers
138 views

Find all broken urls and references in a LaTex document with footnote urls and bibtex urls

Is there some automated way to test broken urls over a LaTex document for errors such as 404 etc. I noticed that some broken urls but the list of reference is too massive to go through one-by-one. ...
4
votes
1answer
72 views

footnote inside mbox

I know very similar questions have been asked, but I couldn't find a solution to my problem. My original problem started using the glossaries package, using an acronym inside the framed environment, ...
4
votes
2answers
2k views

Displaying % (percent) symbol in footnotes using \url [duplicate]

Possible Duplicate: Getting percent sign into an URL in a footnote In reference to this question: Getting percent sign into an URL in a footnote I'm using the url package and am still ...
4
votes
1answer
224 views

Merge separate footnotes into text

A text (written by someone else) has numbered footnote insertion points: Text text1) text text text2) text text text.3) Text ... The actual footnote-texts are in a second file: 1) text of note ...

1 3 4 5 6 7 11