{footnotes} is about typesetting footnotes. Popular packages are {footmisc}, {footnote}, and {bigfoot}.
6
votes
2answers
205 views
Question about zref bundle (changing the behaviour of footnote rule)
In bidi package, we have three footnote commands \footnote (typesetting RTL footnotes in RTL mode and typesetting LTR footnotes in LTR modes), \RTLfootnote (always typeset RTL footnote), and ...
6
votes
1answer
3k views
beamer footnote not showing
I was wondering what's the appropriate way to add a footnote to a LaTeX beamer presentation, because I am trying \footnote and it's not showing the footnote. It shows the number but no footnote.
6
votes
3answers
511 views
How to highlight keywords?
I have an article with many keywords mixed throughout. I also have a list of those keywords and their definitions (this list needn't appear in the document, and I can put it in a CSV or any format as ...
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
...
6
votes
1answer
267 views
hspace except at the beginning of a line
I am using the footmisc package:
\usepackage[perpage,para]{footmisc}
Every time I make a footnote, I use my own podnote command:
\newcommand{\podnote}[1]{\footnote{\hspace{-1ex}#1}}
However, I ...
6
votes
1answer
250 views
Using footmisc's para option in lscape
I'd like to use the para option of the package footmisc to make a compact list of (short) footnotes. This works well for regular pages, but stops working when I switch to landscape mode. Does anyone ...
6
votes
2answers
3k views
\footnotemark and \footnotetext in minipage
The Tufte handout class give a neat layout that shows the footnote at the right hand side not bottom line.
But, when I use the minipage with tufte-handout, and if the minipage has the footnote, the ...
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 ...
6
votes
1answer
593 views
Special footnotes for URL
I've made one command so as to not polluate text with web links. I would like to improve my command so as to do the following things.
I would like that the footnotes used for URL have their own ...
6
votes
1answer
123 views
How do I enable protrusion for footnotes with \fnsymbol using microtype?
In microtype package (v.2.5 beta 06) and footnote protrusion, custom protrusion for footnote numbers is enabled. However, as soon as I edit the footnote characters to the ones generated by \fnsymbol ...
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 ...
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 ...
6
votes
2answers
337 views
bigfoot: only break footnotes across double-page spread
The bigfoot handles the breaking of footnotes across pages quite well, but personally I don't like it if I have to turn the page to read a complete footnote.
Therefore my question: Is it possible to ...
6
votes
2answers
904 views
biblatex, authoryear-icomp: brackets around the year in footnotes
I use biblatex with the cite-style authoryear for footnotes, which results in
Chang et al. 2005, p. 1116.
Faculty guidelines require
Chang et al. (2005), p. 1116.
though.
Which files need ...
6
votes
1answer
47 views
Strange behaviour of \textsection in footnote with fixltx2e
This is a follow-up question to How do I enable protrusion for footnotes with \fnsymbol using microtype?, and my answer there.
The MWE that I provided there
\documentclass[10pt]{article}
...
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}
...
6
votes
1answer
190 views
Penalty or badness for linebreak near start or end of sentence
I would like to set a penalty or badness for breaking a sentence (or the contents of some \command{...}) too early. More specifically, I would like the penalty of a line break to be dependent on the ...
6
votes
2answers
188 views
Adding a footnote to the end of chapters
I need to add a single (possibly more) footnote to the end of the chapter (bottom of last page of chapter).
I do not want a whole complex thing to do this simple task. I simply want to put some text ...
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:
...
6
votes
1answer
266 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 ...
6
votes
1answer
307 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 ...
6
votes
1answer
215 views
Aberrant footnote numbering behavior with footnoted captions
I don't have an explanation for the behavior shown by the following two MWEs. Clearly, the footnote number is altered by the length of text in the caption. Please advise me as to why this strange ...
6
votes
1answer
539 views
Footnote mark in regular or other font styles
Within my text, I use \footnote to place text. This places a small superscripted number within the text as well as a number at the bottom of the page followed by the data within the footnote.
How ...
6
votes
2answers
4k views
How do I change \footnote font size in beamer presentation?
I tried all methods from this question: How to change font family in footnote?
and none of them work for me...
6
votes
1answer
962 views
Clickable, bottom page reference ?! Possible ?
I'm new here but I see the place looks hyperactive. I guess I'll ask a lot in the next months.
So new to LaTeX and starting my PhD thesis redaction.
I got this template for a PhD thesis at ...
6
votes
1answer
360 views
superscripts with xelatex? (footnotes, natbib)
This example illustrates some conflict between xelatex and natbib- and footnote-generated superscripts. The semi-colon between distinct citations is not typeset as a superscript, nor is the dagger. ...
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
2answers
645 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 ...
6
votes
2answers
247 views
Paragraph-style for footnotes in ConTeXt
Is there a way to have paragraph-style footnotes in ConTeXt, similar to what is provided by the footmisc package? E.g.:
This is some text^1. This is some
other^2 text. This is some more
text.
...
6
votes
1answer
147 views
\nocite-like macro for \footfullcite in beamer
Is there any macro similar to the behavior of \nocite?, in the sense of printing an entry of the bibliography, but for putting the citation verbatim in the footnote, similar to \footfullcite but ...
6
votes
1answer
602 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 ...
6
votes
1answer
284 views
\StrLeft has no effect on \citetitle
\footfullcite uses too much space so I decided to define a own command. I called it \footshortcite. It only display a pre- and a post-Option and the Author with Year. However, I don't like that most ...
6
votes
1answer
499 views
Footnote marker placement in heading of theorem/definition/etc.
I have a definition, and a footnote which refers to the whole definition. So I’d ideally like an output looking something like:
Definition 1.53. A footnote is a small aside, usually ...
6
votes
1answer
210 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 ...
5
votes
3answers
509 views
How to reset footnote numbering at \chapter* and at frontmatter chapters?
A comment to my answer to Biblatex and citation reset between chapters made me realize that, contrary to normal chapters in the book and report class, \chapter* (the starred version) does not reset ...
5
votes
3answers
1k views
Changing footnote symbols
I was wondering if there is way to change the symbols of footnotes to any symbol I want. I know there are some packages that put away the numbers and use predefined symbols, but I want to use some ...
5
votes
3answers
254 views
Distinct footnotes at the same place
This may be a basic question, but I'm having troubles figuring it out. I'd like to have two distinct footnotes at the same place in the text. However what i get is that the footnote numbers in the ...
5
votes
3answers
85 views
How can I make footnote text color match body text color?
How can I modify the following code to also make the footnote text blue (globally, for all footnotes), like the body text?
\documentclass{article}
\usepackage{color}
\begin{document}
\color{blue}
...
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
...
5
votes
3answers
299 views
Is there a way to align the footnote mark with the top of the footnote text?
Here is a MWE:
\documentclass[12pt]{scrartcl}
%%Footnote Mods%%
\deffootnote[1.8em]{0pt}{1.6em}{\textsuperscript{\thefootnotemark}}
%%%%%%
\begin{document}
Sample text%
%
\footnote{Footnote text}
%
...
5
votes
3answers
84 views
Removing footnotes from pdf bookmarks
I have
\section{My Title\footnote{ My Footnote 1}\footnote{My Footnote 2}}
.
Both pdfLatex and Latex automatically creates bookmarks from my section headers. That's what I want. But they also ...
5
votes
2answers
317 views
Possible incompatibility between tufte-latex classes, footnotes and LuaLaTeX
I think I came across an incompatibility between LuaLaTeX and tufte-handout or tufte-book class. The document should also contain footnotes.
Here is a MWE:
\documentclass{tufte-handout} % Or ...
5
votes
3answers
725 views
biblatex: is it possible to combine two styles?
Ok so after my first question yesterday Clickable, bottom page reference ?! Possible ? and based on the received answer I decided to head for biblatex, install biber and all. But the documentation is ...
5
votes
2answers
1k views
Beamer: multiple references to the same footnote
In the LaTeX wikibook I found a workaround for having multiple references to the same footnote:
First reference.\footnote{This is the footnote}\addtocounter{footnote}{-1}\addtocounter{Hfootnote}{-1}
...
5
votes
2answers
690 views
footnotes and floats
I'm having some troubles with using footnotes inside floats.
I use \footnotemark and \footnotetext, but then the float is pushed to the next page, and the footnote remains in the previous one.
As a ...
5
votes
2answers
456 views
why is docstrip putting extra macro calls in a hyperlink inside a footnote that has a tilde?
Here's a minimal example of Docstrip putting extra macro bits into a \href call inside a footnote when the URL has a tilde:
% \iffalse
\documentclass[a4paper]{ltxdoc}
\usepackage{hyperref}
...
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 ...
5
votes
2answers
326 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 ...
5
votes
4answers
421 views
Footnotes in Tabulars?
Is there a simple, elegant solution to add footnotes in a table (tabular)? Preferably, the solution can also support the cleveref package.
EDIT: My intended effect is that, the footnotes should be ...
5
votes
1answer
123 views
How to create a shade box that covers the whole footnotes area?
I would like to shade the whole footnote area (bottom of the page). Does anyone know, if it can be done ?
Edit : Using the answer provided, the text direction commands \setRL and \setLR, from the ...
