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

learn more… | top users | synonyms

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
1answer
88 views

Linebreak in \thanks footnote?

I am using the scrartcl class of Koma-Script with \thanks on the title page. Everything works as expected, so far, but I'd like to use a linebreak within the footnote. Here's an MWE: ...
0
votes
0answers
21 views

Footnote without any number [duplicate]

I am very new to LateX and trying to add a footnote without any number. But also, I do not want to lose other footnotes' numbers. I searched for internet, but I could not understand the answers. Here ...
0
votes
1answer
78 views

Need help making sure a given thesis template is in line with my uni's style requirements (margin, spacing, font, etc)

I'm still in the process of getting Sunil Patel's Thesis Template.zip primed for writing. I've just overcome the unicode trouble and now need to make sure the template's in line with my university's ...
7
votes
2answers
93 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
1answer
79 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 ...
1
vote
1answer
97 views

lyx table footnote

I have the table below, in LyX. How can I add text that hugs the bottom line and I want it to be very small text, smaller than the font in the table. \begin{table} \begin{tabular}{c c c c c c c} ...
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 ...
4
votes
1answer
90 views

Beamer: combining footnote in one column with figure in the other one

I'd like to put a figure next to a list which contains a footnote. Without the footnote everything works fine. But when I add the footnote, the figure gets shifted to the right and partly appears to ...
4
votes
3answers
98 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
0answers
37 views

Modify bigfoot rules for footnote page-breaks

I use the bigfoot package and I would like to reset preferences (penalties?) for footnote page breaks exactly as they are in the basic LaTeX default. I noticed that bigfoot, while allowing for nested ...
2
votes
1answer
87 views

Placement of tablenotes in longtable with threeparttablex

How can I prevent a pagebreak of the tablenotes within ThreePartTable (threeparttablex) in the following MWE (btw it's a landscape table)? \enlargethispage seems to have no effect. ...
3
votes
1answer
52 views

Changing footnote label font in KOMA classes

How can I change the font used for the footnote marker in the body of the text, especially in the KOMA classes? KOMA-Script lets me change the footnote font label in the footnote, e.g. ...
1
vote
1answer
104 views

How to change the distance between columns in a two column footnotes?

I'm using eledmac's \foottwocolX to put my footnotes into two columns, but can't find a way to reduce the white space between those two columns. \documentclass[a4paper,12pt]{article} \TeXXeTstate=1 ...
4
votes
2answers
99 views

How to change ledmac's paragraph footnotes from justified to ragged

How to change ledmac's paragraph footnotes from justified to ragged ? They seem to be justified by default, but I need them ragged left. Probably needs a redefinition of \parafootfmt, but I don't know ...
4
votes
1answer
95 views

Amsart: footnote for the author

Assume the following code: \usepackage{amssymb} \usepackage{graphicx} % if you want to include graphics files \usepackage{amsmath} \usepackage{amsthm}\begin{document} ...
3
votes
1answer
98 views

How to create two separate sets of footnotes

I would like to create a document with two different types of footnotes, ideally separated verticaly : one for critical aparatus (with a,b,c as footnote marks), and a second set for commentaries (with ...
2
votes
0answers
82 views

Adding floating space between main text and footnotes

I have to typeset a text with several widows and lots of footnotes. The editor told me to leave an additional blank line between the main text and the footnotes and to use this space to print the ...
1
vote
0answers
52 views

Smash table footnotes of floatrow

I am using the smashcaption redefinition for small images and tables with their caption situated in the margin. It smashes the caption but not additional footnotes. Furthermore, since the caption is ...
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 ...
1
vote
3answers
131 views

Using \@author variable to put authors name in fancy header

I'm using \@author variable to put authorname in header of my document. Currently, header shows authorname and footnotemark which incerements every page: \makeatletter \let\runauthor\@author ...
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 ...
0
votes
0answers
47 views

Create a footnote in a node in a tikzpicture [duplicate]

Is it possible to create a footnote in a node of a tikzpicture? Preferably the tikzpicture it should also be possible to put that tikzpicture inside a figure environment.
4
votes
1answer
53 views

Missing space before “and” in author list with two \thanks

I am trying to typeset the authors' names in a paper so that they appear as Joe Bloggs* and John Smith** (i.e. typeset with a joining "and" and normal spacing between words). I also need to put a ...
0
votes
3answers
94 views

Table footnotes without footnote marks

In my table I would like to use footnotes for more detailed description. Therefore I'm currently using \parnotes. Unfortunately \parnotes also creates footnote marks which I don't want to have. ...
2
votes
1answer
60 views

Is there a way to reduce spacing before the footnote call?

I find the spacing between the word it refers to and the footnote call a bit too large. Is there a way to reduce it ?
1
vote
1answer
65 views

classic table footnote with a twist

\documentclass{article} \usepackage{hyperref} \usepackage{tabularx} \usepackage{footnote} \makesavenoteenv{table} \begin{document} \begin{table}[htbp] \begin{tabularx}{\textwidth}{XX} \hline ...
3
votes
2answers
96 views

Is it possible to declare a footnote in a way that it will attach to the first occurrence of a given word or phrase?

Is it possible to declare a footnote in a way that it will attach to the first occurrence of a given word or phrase? Doing this in a fully automated way might not be possible (see link below), but if ...
1
vote
0answers
139 views

Making a long footnote span two columns

I am using an ACM proceedings document class (acm_proc_article-sp) which uses a standard 2-column layout. I have a very long, unbreakable footnote that needs to span both columns. Is this possible? ...
0
votes
0answers
16 views

Refer to chapter instead of page with footcite and biblatex [duplicate]

If I write \footcite[5,11]{padron}, those digits are believed to be pages. So biblatex writes pp. - but in this case, they are chapters. But in other cases, I would like it as it is. Is there any way ...
2
votes
1answer
60 views

Make a book list at the end of a document based on books mentioned in footnotes

Is this possible to automatize? I would like everything that is in the footnotes (author(s), title, year of publication/edition) except page numbers or chapter specifications. If it could be made to ...
8
votes
1answer
81 views

Can I write footnotes as I do cite references? [duplicate]

Is there a package out there that will allow me to write my footnotes not inline, but in separate file, and them simply refer to their keys? E.g., instead of writing this: My main text ...
1
vote
1answer
84 views

Space between footnote index and text

I think there is not enough space in a footnote between the index (the superscript 1, 2, etc.) and the text (inside \footnote{...}). How can I increase the space between the index and the text?
0
votes
0answers
19 views

Let two things refer to the same footnote [duplicate]

I'm using footnotes (with the endnote package) to add references to my CV: \let\footnote=\endnote Jalv2\footnote{http://justanotherlanguage.org} Now, I have two times the text "Jalv2" on my CV, and ...
1
vote
1answer
111 views

Shared author footnotes in REVTeX

REVTeX automatically combines \email and \thanks macros into a single footnote, and uses the same footnote if multiple authors share the exact same set of macros. Is there any way to force the \email ...
4
votes
1answer
115 views

Footcite that changes format on second citation

I'm writing a report for the university. They're being very specific about specifying formatting for citation. Although I suspect the mentor won't be very strict, I'm still interested in having as ...
0
votes
0answers
140 views

Table's footnotes on wrong page [closed]

my problem is that I create table with: \begin{savenotes} \begin{table}[ht] \centering \begin{tabular}{|l|l|} ... This table is to big for the page where I start creating it so TeX moves it to the ...
2
votes
1answer
70 views

Local footnotes with letters in longtable

I have a document which has four numbered footnotes ("1" to "4") in the pages preceding a longtable. The table is split over two pages. A footnote inserted in the table with \footnote{} is numbered in ...
2
votes
1answer
79 views

Footnote problem using paracol package

Look at this simple code: \documentclass[12pt,a4paper]{article} \usepackage[latin1]{inputenc} \usepackage[german]{babel} \usepackage{paracol} \begin{document} Hello world!\footnote{A simple ...
4
votes
1answer
95 views

Footnote indent equal to text parindent

Is there a way to save the document \parindent and use it to indent footnotes? I am using koma-script, therefore I would like to use the \deffootnote[mark width]{indent}{parindent}{definition} ...
2
votes
1answer
110 views

How to reset sidenote numbering in chapters? (Tufte-LaTeX)

I've looked at this question: How to reset footnote numbering at \chapter* and at frontmatter chapters?, but the answers concern using \chapter*, and assume the OP is not using the Tufte-LaTeX ...
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 ...
3
votes
2answers
215 views

Is this the right way to format foot notes?

Using the command \newcommand\@makefntext[1]{% \noindent\makebox[.02\columnwidth][l]{\@thefnmark}% \parbox[t]{.98\columnwidth}{#1}} I got the desired result for the foot notes, as shown in the ...
0
votes
0answers
38 views

How to get the hypperref label for the footnotemark of a figure caption sending you to the right place in the list of figures?

I have some little issue about the hypperref package. I used some footnotes to cite the source of my figures. To do that, I just used : \begin{figure}[ht!] \begin{minipage}{\textwidth} \centering ...
1
vote
1answer
162 views

How do I adjust the width of Beamer's footnote “area”?

I have a Beamer template with a vertical "ToC bar" along the right side. I have the problem that when I insert footnote citations (e.g. biblatex' \footfullcite), the resulting footnote protrudes into ...
5
votes
2answers
94 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 ...
1
vote
1answer
142 views

Multiple references to the same footnote inside a table environment

I followed the steps in this answer to get multiple references to the same footnotes working. As shown in this minimal example, the solution is working great for footnotes in the text, also getting ...
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} ...

1 2 3 4 5 11