{footnotes} is about typesetting footnotes. Popular packages are {footmisc}, {footnote}, and {bigfoot}.
2
votes
2answers
125 views
can't create \footnote because of math
I have this piece in the document:
Affymetrix-anotation-file\footnote{HG-U133_Plus_2.na32.annot.csv}
now I get an error because of the "Plus" in the footnote. Obviously Latex thinks, this is an ...
1
vote
0answers
147 views
How to create glossary entry with link to glossary and appearance in footnote? [closed]
I want
each "first-time-used" glossary entry to appear in the footnote with its description and
each "used" entry (the short term) being linked to the entry with its description in the glossary.
...
5
votes
2answers
2k 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}
...
2
votes
1answer
180 views
How can I find a footnote by its number (Hfootnote.xx)?
I want to find out, which footnote is causing a warning message in my pdfoutput.
I am using Miktex 2.9, my document is from the type "scrreprt" and I make usage of the package parnotes.
I get the ...
6
votes
1answer
101 views
Footnotes causing pagebreaks in philosophersimprint.cls
I am trying to typeset an article using the philosophersimprint class, but footnotes are having a weird interaction with pagebreaks. Here is a minimal example demonstrating my problem:
...
3
votes
1answer
165 views
Using sidewaystable enviroment with footnotetext
my new problem si this code:
\documentclass[a4paper,12pt]{article}
\usepackage{rotating}
\begin{document}
\begin{sidewaystable}[h!]
\centering
\setlength{\tabcolsep}{5pt}
...
2
votes
3answers
436 views
Tables with footnotes for various purposes [closed]
I am searching for a method to keep consistency in the text regarding footnotes. Therefore I tested some options:
tabu, longtabu, and longtable
tablefootnotes
ctable
The first method (tabu, ...
2
votes
2answers
458 views
Duplicated tablefootnotes with longtabu
I Have a very wide table that where I want to have footnotes.
I found that one way to make the table fit in my page was to use tabu and longtable. And the package tablefootnote for the in table ...
5
votes
2answers
324 views
French and English text in one document with a single style of footnote
I have a book containing essays variously in English and French and wish hyphenization and other aesthetic issues to match whatever language is in use at the moment, but I want footnotes to follow a ...
10
votes
2answers
518 views
Is there a distinct command for \widowpenalty and \clubpenalty in footnotes?
I have found that setting \widowpenalty=10000\clubpenalty=10000 in the main document has not prevented widows and clubs from appearing occasionally in footnotes in a long and complex document I am ...
4
votes
1answer
127 views
Change the size of the footnote counter IN the footnote
The footmisc package is quite useful for changing the layout/style of a footnote text itself. Eg:
\renewcommand\footnotelayout{\scriptsize}
However, how do you change the size of the footnote ...
5
votes
1answer
165 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}
...
3
votes
1answer
377 views
biblatex & TeX4HT: citations in footnotes = missing \begin{document}
the following code, which I'm trying to run through TeX4HT and biber in order to create an .odt file, results in a »missing \begin{document}« error, pointing to the aux file. Something about the ...
0
votes
0answers
39 views
Reset Autocite Footnote Counter Every Section in Article Class [duplicate]
Possible Duplicate:
Continuous v. per-chapter/section numbering of figures, tables, and other document elements
I am trying to reset the \autocite footnote number counter every section in ...
7
votes
2answers
581 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?
...
3
votes
1answer
131 views
bigfoot and footmisc do not work well together with “multiple” option
I would like the footnotes from the example to appear comma-separated where they are referenced in the text. The "multiple" option of footmisc should be able to do this, but it does not work.
How can ...
6
votes
2answers
884 views
How can I add acknowledgements on the title page as a numbered footnote?
I was asked to add acknowledgements to the right of the author name as the first footnote. (So the footnote should be numbered as "1" but for some reason it only shows asterisk "*".)
Could anyone ...
8
votes
2answers
402 views
How to reset endnotes counter at parts and chapters
I have a document (book class, see condensed working-example below) in the book class, in which I've got some endnotes (extra notes that get saved until the end of the document as opposed to printed ...
6
votes
1answer
209 views
Change reference position for footnote link
With the recent package footnotebackref it is possible to backrefence footnotes, one can then jump directly from the main text to the footnote and back. The link in the footnote that points back to ...
6
votes
1answer
152 views
huge table + footnote-ish thing
I have a book, which is basically a 100-page table. I use xtab package to layout this book.
The book has a list of 100-ish definitions, which are referenced multiple times in the table. Think of a ...
6
votes
1answer
265 views
leading package and vertical space between footnotes
I'm using Will Robertson's leading package to set the leading in my documents. It usually works fine, but it seems to cause trouble with the vertical space between footnotes.* Consider the following ...
4
votes
2answers
84 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 ...
5
votes
1answer
782 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
234 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}
...
7
votes
1answer
232 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 ...
9
votes
1answer
146 views
How do I add a blank line between the footnote line and the footnotes?
Between the footnote line and the first footnote on that page, I need to add a double-space. I've tried using the \ command, but it adds a space after the number. Does anyone know a way for me to do ...
7
votes
3answers
322 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
1answer
210 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 ...
2
votes
2answers
336 views
No footnotes are produced
I cannot see footnote in my document
\documentclass{article}
\usepackage[utf8x]{inputenc}
\usepackage[L7x]{fontenc}
\usepackage[lithuanian]{babel}
\usepackage{pslatex}
\makeatletter
...
8
votes
3answers
186 views
Numbering a group of footnotes differently
Consider you have two group of footnotes: first group are normal footnotes and other one are a group of related notes.
How can number second group with different style? (for example: 1,2,3,... and ...
4
votes
2answers
377 views
footnote in table with hyperlinks
Answer to the problem below:
I was using latex c.tex; dvipdf c.dvi to compile the pdf, instead I should use pdflatex c.tex, it also showed up that \begin{savenotes} will create links to the top of ...
10
votes
2answers
434 views
How to break URLs when footnotes are on same line?
Question Footnotes on the same line revealed that it is a good idea to use \usepackage[para]{footmisc}. However, this does not seem to work with URLs:
\documentclass{article}
\usepackage{hyperref}
...
5
votes
1answer
348 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 ...
7
votes
1answer
299 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 ...
1
vote
1answer
155 views
footnotes background color
In the usual Latex document classes, is there a simple way to have a background colour behind the footnotes only? It would probably help the reader in the organization of a page between main text and ...
10
votes
2answers
868 views
Is there a way to move all footnotes to the end of the document?
Is there a way to move all footnotes to the end of the document (after the thebibliography environment)?
19
votes
2answers
667 views
Is there a way to automatically change kerning between commas/full stops and footnote marks?
This question led to a new package:
fnpct
Following up on my question on the kerning of footnote marks after punctuation marks, I'd like to know if there is a way to achieve the kerning of ...
12
votes
2answers
2k views
How to properly typeset footnotes/superscripts after punctuation marks?
I find the spacing of footnote marks after punctuation marks quite unsatisfactory, especially with sans serif fonts and compared to the spacing after letters. Example follows:
I came up with a ...
6
votes
1answer
77 views
How to remove the changebar from footnotes
I am using the changebar package to display a sideline along certain paragraphs for stylistic reasons.
The default behavior of changebar seems to be to show the sideline alongside footnotes as well ...
2
votes
1answer
279 views
biblatex: Mixing biblatex-dw styles with other styles
I use biblatex with style=footnote-dw for my citations displayed with \cite{key}. But now I want to use \printbibliography as if I have used style=numeric in the optional parameter of the biblatex ...
7
votes
2answers
243 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 ...
4
votes
1answer
333 views
table notes in English typography
I'm using the code given below:
\documentclass[11pt]{report}
\usepackage[english]{babel}
\usepackage{lipsum}
\begin{document}
\lipsum[1]\footnote{real footnote}
\begin{table}[!ht]\centering
...
14
votes
2answers
272 views
Footnote numbers in index (e.g., 23n3)
I'm currently weighing indexing options for a book-length project. One of the more surprising hurdles is that there doesn't seem to be a way to create an index (in my case, several indices) that ...
0
votes
0answers
58 views
Outputting footnotes in a table [duplicate]
Possible Duplicate:
Footnote in table
I'm writing my assignment out in LaTeX because it seems I hate myself. I've got a note that I want to put as a footnote, but fancyhdr appears to mess ...
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 ...
1
vote
1answer
158 views
Looking for a style guideline to put many references in a table
I'm trying to create tables with references like shown.
Basically to nearly every entry I'd like to put a reference. The references are to the same group of explanations. But my final tables can be ...
11
votes
4answers
595 views
Inserting space after the number in footnotes
Text of Footnotes are very close to their numbers. How can I make 2mm space after all footnote numbers (or 2mm before every footnote text)?
\documentclass[draft,12pt,a4paper]{article}
...
6
votes
2answers
643 views
How to increase the size of footnote counters used
I am writing a document in LaTeX for someone who is visually impaired, which means that I have to increase the font sizes for them. How do I increase the size of the font used for the footnote ...
2
votes
1answer
184 views
How to fix vertical text frame size (including footnotes)?
I'm using LyX to typeset a document, and get a predictable page size when no footnotes are around. However, when I use footnotes, those are added as extra at the bottom of the page, changing the ...
6
votes
1answer
599 views
comma delineation of consecutive endnotes
Consecutive footnotes can be separated by commas by invocation of the multiple option of the footmisc package:
\documentclass{article}
\usepackage[multiple]{footmisc}
\begin{document}
Comma ...

