{footnotes} is about typesetting footnotes. Popular packages are {footmisc}, {footnote}, and {bigfoot}.
2
votes
1answer
194 views
How to left align footnotes under tabularx in a minipage
I am new to LaTeX, trying to create a table using a tabularx in a two column format. I am creating the table in a minipage so that footnotes can appear at the bottom. Everything works out fine, but ...
0
votes
0answers
57 views
Bidirectional links [duplicate]
Possible Duplicate:
Footnote backreference with hyperref
In bibliography, how to print the page in my text where I cited certain paper?
How can make link from footnotes to text and from ...
8
votes
2answers
111 views
Revtex - using math in footnote
How one can use mathematics in footnote using ReVteX?
I have a particular problem with \rangle
Minimal Example:
\documentclass[aps,amsmath,amssymb, prl]{revtex4-1}
\begin{document}
...
2
votes
0answers
83 views
Strange number in the footnote before the reference [closed]
I am writing a report and when I use the basic footnote command I get a strange 9 before the footnote number and the text. This happens for all the footnotes. I attach the picture in the link.
I ...
4
votes
1answer
116 views
How can I push footnotes to the bottom of the page in beamer?
In beamer, footnotes appear at the bottom of the slide, but above the footline. However, the theme that I'm using has lots of empty space on the left side of the slide that would be perfect for ...
7
votes
2answers
170 views
New line for footnote without blank space
Writing texts I found it visually more appealing to type footnotes in a new line, because it enhances the readability of the document. The problem is that it leads to a blank character in the output. ...
8
votes
2answers
147 views
Why does LaTeX (contrarily to TeX) not allow catcode changes in footnotes?
In Plain TeX the following compiles with no error
Hello\footnote*{\tt\catcode92=12 \world}!
\bye
The analog in LaTeX
\documentclass{article}
\begin{document}
Hello\footnote{\ttfamily\catcode92=12 ...
6
votes
1answer
185 views
eledmac and two column footnotes
I like dblfnote and have been working with it for a good while. Now my footnotes are just getting too long and the typesetting results accordingly undesirable, they would be way better if footnotes ...
5
votes
2answers
114 views
Footnotes being rendered as letters inside tabular
I wrote a couple of footnotes inside a table using minipage, but they are rendered as letters instead of numbers. I couldn't find anything about it in Google. I tried using
...
3
votes
1answer
56 views
How to delete \shortitle from page when having footnote?
I have a document, where one page has two footnotes, but they are appearing just above \shortitle ... Can I force \shortitle to not appear on this particular page? Some pages have author and ...
1
vote
0answers
71 views
How can I get author-year references in footnotes? (I.e. Harvard style but in footnotes, rather than in parentheses in the text) [closed]
I'm trying to configure biblatex to work so that I get Author-Year references in footnotes rather than in the bulk of the text.
So what I want is:
Previous literature has suggested* and this is ...
3
votes
1answer
68 views
parcolumns: no footnotes are produced
The footnote number appears in the printed text but I cannot see any footnote when using the parcolumns environment:
\documentclass{article}
\usepackage{parcolumns}
...
2
votes
3answers
152 views
How to fill an underfull box in footnote with url?
Could someone help to correct the warning I get related to an underfull box with the following code? I have tried \hfill, hspace*{\hfill} etc with no luck.
\documentclass[twocolumn,draft]{svjour3}
...
3
votes
1answer
121 views
Changing the mark of endnotes
I am using both footnotes and endnotes in a chapter with the help of the endnotes package.
However, both footnotes and endnotes are numbered by Arabic number.
I would like to keep the Arabic numbers ...
2
votes
1answer
155 views
Inconsistent footnote size in converting LaTeX to OpenOffice.org
When a LaTeX document containing 2 footnotes ā footnote #1 is plain ASCII, but footnote #2 has diacritics or other extended characters ā is converted to odt (OpenDocument Format), the number in ...
4
votes
1answer
106 views
mdframed and a title with a footnote
I have put the title of my text in mdframed, however the title has a footnote. After I LaTeX the file, the footnote appears inside the frame rather than in its usual place, i.e. at the bottom of the ...
5
votes
2answers
97 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 ...
6
votes
1answer
115 views
Centered Footnotes
I would like my footnotes to be centered but couldn't find any literature on this. Here is a MWE.
\documentclass[lettersize,14pt,twoside,openright]{memoir}
\usepackage[symbol,perpage]{footmisc}
...
10
votes
2answers
143 views
\paragraphfootnotes with text colour
I am having some trouble with my footnotes becoming coloured in certain situations. In particular, I am wanting to use memoir's \paragraphfootnotes, but all the footnotes for a page become coloured if ...
6
votes
1answer
184 views
Footer Suppression
I'm wondering if it's possible to suppress footers if the page has a footnote, but display the footer as normal otherwise. To be specific, I'm reproducing an old book which uses catchwords for pages ...
2
votes
0answers
27 views
Verbatim environment inside footnote [duplicate]
Possible Duplicate:
How to obtain verbatim text in a footnote?
I would like to have a verbatim environment inside a footnote. The following does not work.
main text ...
2
votes
1answer
164 views
Footnote on graph title
I'd like to add a footnote to the graph title. After adding the footnote, it disappears! Here is my MWE:
\documentclass{article}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\pagestyle{empty}
...
3
votes
0answers
85 views
Markerless footnote which is page-wide in twocolumn document
I'm using this code to create markerless footnotes in LaTeX (source):
\makeatletter
\def\blfootnote{\gdef\@thefnmark{}\@footnotetext}
\makeatother
Furthermore I'm using the footmisc package for ...
2
votes
1answer
232 views
Footnote in revtex4
Can somebody explain to me how to make a footnote in revtex4, so that it is placed on the same page as text and not in the bibliography?
9
votes
2answers
153 views
Detect space before a footnote
I'm in the middle of proofreading TeX source for a book, and have found a couple of places where a stray space has slipped through before a footnote mark. Is there any automated way of scanning TeX ...
4
votes
1answer
146 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 ...
1
vote
0answers
37 views
Footnote mark alignment with italic text [duplicate]
Possible Duplicate:
superscripts with xelatex? (footnotes, natbib)
I'm adding a footnote to a sentence that is italicized, and the placement of the footnote mark seemed to be off. I'm ...
8
votes
1answer
143 views
Punctuation spacing after long exponents
When typesetting equations with long exponents or high-numbered footnotes right before punctuation marks, the result is a rather awkward large space between the last letter and the punctuation mark:
...
5
votes
3answers
221 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 ...
3
votes
1answer
144 views
Mixing symbols and numbers as footnote markers
I have several numbered footnotes in a text, but some of them I would like to see them as symbols. I tried with the next command
\footnote[10]{this is a footnote}
and it works, it changes the next ...
1
vote
0answers
322 views
\footcite and \footcitetext produce empty citation in beamer [closed]
I'm using biblatex with bibtex in the beamer document class. In a very weird way the \footcite produces a rather empty citation "2." In the example, whereas \footcitefull gives a very nice citation.
...
0
votes
1answer
55 views
Mysterious behaviour of footnotes with hyperref package
I have an example, stripped to absolute minimum, showing the mysterious influence of switching colorlinks=false to colorlinks=true in the hyperref package on some footnotes. In this document, a ...
7
votes
2answers
171 views
Direct citations inside of footnotes
Consider a document in which footnotes are shown as a bibliography items in the citation list. Furthermore, there are footnotes which contain citations. For example
\footnote{See also ...
3
votes
1answer
125 views
How do I put two footnotes in the caption of a float?
This question Using \footnote in a figure's \caption already has some suggestions on how to get a footnote in a caption. None seem really satisfactory because it seems hard to get the footnote ...
3
votes
0answers
164 views
biblatex supercite wikipedia style with postnotes as footnotes [closed]
What i want to achieve is a wikipedia style citation (like so Biblatex supercite command with use of square brackets (like a reference style in Wikipedia) ). At the same time (to handle the problem ...
5
votes
1answer
134 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}
...
4
votes
1answer
181 views
Place footnotes in a separate page
I have searched around a lot but have not been able to find a answer.
How do I put all the footnotes into a separate page in LaTeX/Lyx? I need to place them after references page.
9
votes
2answers
198 views
Footnote in align enviroment
It appears that one is not supposed to use \footnote in math mode as per this appropriately named question: Footnote in math mode. However, it appears that I can get it to work without having to ...
4
votes
2answers
94 views
Footnote inside stackrel
I am writing an equation and I'd like to put above the equal sign $(=)$ a footnote describing shortly the reason for that equality.
I tried
\[x^2\stackrel{\footnote{foo}}{=}x\ast x\]
but this ...
2
votes
1answer
84 views
Odd behaviour when setting bottom margin [duplicate]
Possible Duplicate:
Tables below footnotes, is this a good output routine algorithm or a bug?
I use
\documentclass[liststotocnumbered,bibtotocnumbered,12pt,a4paper,Arial]{scrbook}
...
6
votes
2answers
176 views
Last footnote of an Exam be “End of Exam”
I am using exam class.
I am writing an exam, and I wanted the last footnote (the final, last one to appear) to be End of Exam.
I have this:
\pagestyle{headandfoot}
\runningheadrule
...
3
votes
1answer
81 views
Prevent page break within footnote in ConTeXt
I have the following example of footenotes:
\definepapersize[MyBook][A5]
\setuppapersize[MyBook][A5]
\usetypescript[times]
\setupbodyfont[times,11pt]
\setupbodyfontenvironment [default][em=italic] ...
4
votes
1answer
159 views
Spacing between footnotes and footnote mark
The school I attend requires that footnotes be single spaced with a blank line in between. That is easy enough with \footnotesep, but the first footnote has to be close to the footnote mark. Not sure ...
3
votes
1answer
165 views
Problem with biblatex and footnotes
I'm currently writing a research paper and want to manage my bibliography with biblatex. Everything is working fine except a minor annoyance:
Whenever I use the \footfullcite[pagenumber]{key} command ...
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 ...
0
votes
1answer
144 views
Global footnote counter in Koma-script book class [duplicate]
Possible Duplicate:
Continuous footnote numbering
How can I achieve that footnotes have a global numbering scheme, and not a per chapter numbering?
I am using the book class from the ...
2
votes
0answers
179 views
Footnote line spacing is wrong
I am using a lyx package to make footnotes in a XeTeX document that compiles to a PDF.
The package is:
#\DeclareLyXModule{Bigfoot}
#DescriptionBegin
#Adds some additional footnote insets. Based upon ...
9
votes
0answers
101 views
How to renumber and redisplay additional references to a previous footnote if the previous appearance was several pages prior in ConTeXt?
I am using \setnotetext[footnote][0001]{This is a footnote.} to set a footnote's text and \note[footnote][0001] to create multiple references to it. When the footnote's first appearance, and later ...
18
votes
3answers
309 views
How to reset footnote counter in each column of a two-column document?
Footnote counters can be reset in each page by using either zref-perpage or perpage packages but how do you reset footnote counter in each column of a two column documents?
...
5
votes
3answers
352 views
Extra space between footnote numbers and content for high count
Iām using the following commands to customize footnotes:
\usepackage[bottom,norule,hang]{footmisc}
\setlength{\footnotemargin}{2mm}
\setlength{\footnotesep}{4mm}
\addtolength{\footskip}{2mm}
The ...