{footnotes} is about typesetting footnotes. Popular packages are {footmisc}, {footnote}, and {bigfoot}.
8
votes
1answer
466 views
What is the correct syntax for subfootnote?
After upgrading from ConTeXt stable to beta, any code containing subfootnote does not compile. E.g.:
\definestructureconversionset [footnote] [numbers, Characters] [numbers]
\setupenumerations ...
8
votes
2answers
127 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}
...
8
votes
1answer
150 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:
...
8
votes
1answer
1k views
Labeling a Footnotemark
Is there a way to label a \footnotemark instance (without redefining the \footnotemark macro)? Labeling the \footnotemark has no effect (it labels whatever environment the command is invoked from) and ...
8
votes
1answer
442 views
To make the russians and greeks authors' surnames in small caps in biblatex
I'm writing a bachelor in French and when I cited books in Russian and Greek the authors' surnames wasn't displayed in footnotes and in bibliography in small caps, in the same text there are no such ...
8
votes
3answers
815 views
How to prevent Beamer from changing the normal text color when I change the footnote color?
When I change the footnote color in Beamer using \setbeamercolor{footnote}{fg=blue}, I end up also inadvertently changing the normal text color on all other slides. To make things even stranger, the ...
8
votes
1answer
217 views
Memoir Class, \sidebar formatting
In the memoir class, is there a way to get the \sidebar notes to be in paragraph style? I am looking for a similar effect that fnpara provides to footnotes.
I have included an image of what I would ...
7
votes
2answers
364 views
Footnotes with automatic final period
I'm tired to always add a period at the end of the \footnote command. Is there the possibility that LaTeX automatically does this at the end of every footnote?
7
votes
3answers
334 views
Poetry in footnote
I need to write a translation to poetry into footnote.
I failed to find any good way to markup this:
\footnote{line1\\line2}
By default, footnote's first line have smaller indent that the second ...
7
votes
2answers
268 views
protected footnotes cause hyperref error
To use a footnote in a section one has to use the protect keyword to avoid an error... then when using the hyperref package you get another error:
Package hyperref Warning: Token not allowed in a PDF ...
7
votes
3answers
4k views
Footnote in table
I have some table like the following one and want to write some configuration using ´footnote´.
\begin{table}
\begin{center}
\begin{footnotesize}
\begin{tabular}{|l|l|l|}
\hline
...
7
votes
3answers
5k views
How can I change the footnote line (thickness, length)
I am using pdflatex and just want to know how to change the footnote line (thickness, length).
Besides that: How can I set the distance between text-lines in the text.
7
votes
3answers
3k views
\footnotetext numbering for many \footnotemark - automatic solution
\documentclass{report}
\begin{document}
Text\footnote{text1} Text\footnote{text2}
\vbox{%
\begin{itemize}
\item X\footnotemark{}
\item Y\footnotemark{}
\item Z\footnotemark{}
\end{itemize}
}
...
7
votes
4answers
732 views
listings in a footnote
This code won't compile:
\documentclass{article}
\usepackage{listings}
\lstset{
language=C,
basicstyle=\small
}
\begin{document}
lorem ipsum\footnote{%
\begin{lstlisting}
// some C code or ...
7
votes
2answers
94 views
pdf without footnotes
I have written a paper which I will give at a conference. My paper contains many and long footnotes (as I am quoting quite a lot of source texts in the footnotes). Now, the organiser of the conference ...
7
votes
2answers
622 views
The gap between two double-spaced footnotes is too large. How can I fix
I have to have footnotes double-spaced, but if I use \begin{doublespace} and \end{doublespace} within footnotes, then the gap between two footnotes becomes too wide. Could anybody fix it?
...
7
votes
2answers
2k views
Using \textsuperscript to put commas between consecutive footnotes in amsart document
I'm trying to insert a comma between consecutive footnote markers in an amsart document. I'm trying to do this without using the footmisc package, since for some reason it causes the footnotes in my ...
7
votes
2answers
720 views
Problem Footcite Biblatex
I need some help for using the \footcite command together with Biblatex. I’m using the authoryear style.
According to the guidelines for my thesis, the footnote must have the following structure:
...
7
votes
5answers
674 views
Disappearing Footnote
Goals: I would like to have the title, author, date, and the table of content on the same page. I also want the capability of being able to have a footnote to the author.
What I have done so far: I ...
7
votes
2answers
133 views
dblfnote.sty with musuos.cls causes unbalanced footnotes
I’m the author of musuos.cls and while writing a paper with it I noticed that the dblfnote-package leads to unbalanced footnote columns
You can see that the left colum has one line less than the ...
7
votes
1answer
1k views
URL linebreak in footnote
I use a footnote with a too long url, so that I'd like to see a linebreak. The url package does linebreaks automatically as far as i know, but in the footnote it won't do it.
Anyone have a solution to ...
7
votes
2answers
198 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. ...
7
votes
2answers
1k views
Align footnote mark with text margin
I have to clone a document, and the footnote mark shouldn't be indented, but aligned to the text body. I couldn't find an answer elsewhere. Any ideas? I'm using XeLaTeX.
The result should look like ...
7
votes
1answer
906 views
Footnotes on the same line
For documents with a lot of footnotes, particularly if some are short, it can be nice to have multiple on the same line, e.g.:
this is the first footnote 2. this is the second footnote 3. this
...
7
votes
2answers
2k views
How to make footnote bibliography?
I want the citation in the footnote of the page it is being cited. How can I do it?
7
votes
1answer
83 views
Restrict the scope of a command
In one section of a document I used
\let\thefootnote\relax\footnote{}
to have a footnote without number.
The problem is that it propagates through the whole document then and all footnotes ...
7
votes
1answer
219 views
Repeat the same reference in footnote on different pages
I'm using BibLaTeX to handle my bibliography and I want a reference to be placed in a footnote on every page where I cite the same work and have the same number. Also I want to be able to cite the ...
7
votes
1answer
92 views
Why I can't use \footnote inside \vbox or \hbox in horizontal mode?
The definition of \footnote is as follows in plain TeX
% all from the Appendix B of The TeXbook
\newinsert\footins
\def\footnote#1{\let\@sf=\empty % parameter #2 (the text) is read later
...
7
votes
1answer
317 views
References inside floats as footnote bibliography
I'm working on my thesis and I would like (for the sake of readability) the references to appear at the bottom of each page as footnotes, as well as at the end of the text, in the bibliography.
This ...
7
votes
1answer
368 views
How to change line spacing in footnotes?
I have a document with line spacing 1.5. But I want the footnotes line spacing 1. How could I do this? I tried the package setspaces but does not allow me this option.
7
votes
1answer
227 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 ...
7
votes
1answer
439 views
Footnotes layout in multicols environment
I am using the package multicol to typeset a one-column (spanning the entire text width) heading and a two-column main text block. In order to do so, I begin the multicols environment along with the ...
7
votes
3answers
166 views
How to use the footnotebackref package with \footnotemark and \footnotetext?
I am using footnotebackref to have links and back links between footnote marks and footnote texts. But the example below produces this error:
! Undefined control sequence.
<argument> ...
7
votes
1answer
386 views
Why are all of my footnotes hyperlinked to the titlepage?
Problem
I have various footnotes, which are hyperlinked from the text to the bottom of their respective pages. When I click on the hyperlinks (in the main text), they always take me to the first page ...
7
votes
1answer
198 views
Changing size of footnote symbols in titlesec-formatted chapter titles
I am using titlesec to define the formatting of Chapter titles. At present, footnote symbols within these titles appear in the same format, but my author would like them to be somewhat smaller.
The ...
7
votes
1answer
321 views
authblk footnote marks before/atop commas
The authblk package, in footnoted mode, puts footnote marks inside commas ("Alice1,") which is bad typography. Is there any way to persuade it to put the footnote marks outside the commas ...
7
votes
1answer
113 views
Create a footnote in node in a tikzpicture
I would like to add a footnote to a node in a TikZ picture, but every solution I could imagine fails. I tried using a minipage, too.
\documentclass[a4paper,10pt]{scrartcl}
\usepackage{tikz}
...
7
votes
1answer
133 views
Restrict Idem tracker to the same footnote
I want to change the behavior of the biblatex-option idemtracker=constrict. In the documentation it is described as follows:
This mode is similar to context with one additional condition: a
...
7
votes
1answer
1k views
Undesired Placement of Footnotes in Blocks
Depending on the theme of a beamer-document, footnotes will either be placed inside or outside of a block-environment. It would like to do combine a style, which places the footnotes inside a ...
7
votes
1answer
564 views
Footnote indentation with amsart and setspace
A follow-up to this question: amsart, setspace, and footnotes
As explained there, using the setspace package in an amsart document removes the indentation in the first lines of footnotes. This is ...
7
votes
1answer
648 views
How to change footnote number style
I use old-style numerals as the default text font, but that also makes the footnote numbers old-style---which I don't want.
How can change the footnote numbers to lining figures?
I'm using LuaLaTeX ...
7
votes
1answer
144 views
Footnotes in tabular environments within multicols
I'm running into a strange inconsistency when I use footnotes in and out of tabular environments within multicols. In particular, I'm declaring a savenotes environment in a style file as follows:
...
7
votes
1answer
245 views
How to put footnotes in the page where they belong in a mdframed environment
I have a large bunch of text in a mdframed environment, that span more than one page.
As it seems reading the documentation, the mdframed environment put every footnotes at the end of the frame, by ...
7
votes
1answer
1k views
How to use one footnote for many replicated citation using biblatex? [duplicate]
Possible Duplicate:
Repeat the same reference in footnote on different pages
I use biblatex package to render references as footnotes to facilitate accession to them. I noticed that when ...
7
votes
1answer
223 views
Forcing footnotes to appear on the next page
I need a way to make some footnotes appear on page 2n+1 when the text that they're "attached" to occurs on page 2n. Is there something like a \newpage command that I could use in the middle of ...
7
votes
2answers
398 views
Conditioning footnotes on where the \footnotemark is in the page
I'd like to have a footnote that refers to text later in the document, and say "... above ..." or "... below ..." depending on whether the text is on the same page (and thus above) the footnote, or on ...
7
votes
2answers
178 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 ...
7
votes
1answer
363 views
Problems with multi-page \lstlistings and \footnotes with the liuthesis document class
Using the liuthesis document class described at http://www.control.isy.liu.se/student/exjobb/liuthesis/liuthesis.html (download link: ...
6
votes
4answers
296 views
Wrong space with \footnotemark
I am using \footnotemark, but the space after the mark is smaller than the space I obtain when I use regular \footnote. How can I obtain the usual space after \footnote? See example below.
...
6
votes
3answers
5k views
biblatex footcite and footnote
In a document, I am using
\usepackage[style=mla,babel=hyphen,backend=biber]{biblatex}
together with the \footcite command, and everything is perfect. There is a difficulty when I want to include a ...