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

learn more… | top users | synonyms

9
votes
1answer
309 views

How can I replace footnotes for non-floating marginal notes?

How can I replace footnotes for non-floating marginal notes? I have tried to replace my footnotes for sidenotes with footmisc package's side option, but they continue to be floats, like every ...
2
votes
1answer
105 views

svmono and footnote inside boxedminipage

Using the svmono class (downloaded from http://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0 ), I get a latex error "Command \itshape invalid in math mode" with the following code: ...
3
votes
0answers
131 views

Using 'bigfoot' and 'hyperref' package - PDF bookmarks reference to wrong page/line [closed]

Please compile the following document: \documentclass{book} \usepackage{bigfoot} \usepackage{hyperref} \usepackage{blindtext} \begin{document} \chapter{Chapter} \blindtext \blindtext ...
4
votes
1answer
216 views

How to embed citations into footnotes? [closed]

How can I put a reference at the bottom of the page to something that I'm using? I need to do this the European way: so I want to place a small number at the end of the sentence that stands higher ...
0
votes
1answer
468 views

Threeparttable and longtabu with consistent topskip

I am trying to have a big table (break across pages) with footnotes and a column with adjustable width. The MWE is the following. \documentclass{scrartcl} \usepackage{blindtext} ...
27
votes
3answers
471 views

Is a three-column footnote layout possible?

I'm contemplating the idea of a document layout where citations are author-year-style, but given as footnotes. That is, those notes would be (for the most part) very short, which is a bad match for ...
4
votes
3answers
128 views

Can I redefine ednotes' \Bnote command to behave more like a normal \footnote?

In the context of the scholarly apparatus package ednotes I would like to create a customized \Bnote which behaves like a normal LaTeX footnote; i.e., I would like to enter into the body of the text ...
2
votes
1answer
353 views

Beamer footcite citation appears twice if used in long caption

I noticed strange behaviour of the \footcite command when used in captions within beamer. In the working example provided the first frame has a \footcite on an itemize item, this works as expected. ...
6
votes
2answers
202 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 ...
2
votes
1answer
124 views

How to make footnotes left-right and the numbers in English in Persian documents?

The document is compiling in Xelatex and the whole document is Persian using the package xepersian. The footnotes are all in English but they are aligned right and the numbers are persian. I want the ...
4
votes
1answer
865 views

How do I change footnote in Beamer?

I would like to change footnote sign letter to numbers in my Beamer presentation. How can I achive this?
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 ...
5
votes
3answers
446 views

Decrease footnotes margin in moderncv

I'm beginning with LaTeX, so this question is may be obvious. When using moderncv package, if I add footnotes to my document, the footnotes take too much space. How can I decrease the footnotes ...
2
votes
1answer
74 views

fixfoot.sty with symbols?

I'm currently using fixfoot.sty(along with footmisc.sty), and I'd like to use footnote symbols (rather than numbers). fixfootdoesn't seem equipped to deal with this out of the box; it uses the ...
1
vote
0answers
197 views

Footnote Labels [closed]

I am new to using LaTeX/TeX (not sure what the difference is) and I am trying to add a footnote. The actual footnote appears alright with a number [1] in front of the text of the footnote itself. ...
2
votes
1answer
151 views

Reducing the size of footnote marks in text

I'm trying to change the size of footnote marker in the text, making it smaller, but no success. Here is what I have in preamble: (slightly changes example from memoir class which I'm using) ...
5
votes
3answers
310 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} % ...
4
votes
2answers
222 views

unwanted pagebreak in footnote

I'm trying to reference a long URL in a footnote. I'm usig hyperref-package (which loads automatically the url-package). \usepackage[unicode=true, ...
4
votes
1answer
221 views

Biblatex \autocite in case of would-be nested footnotes

I have the same situation as the following user: biblatex: Enhancing \autocite in case of would-be nested footnotes I want to use \autocite within a \footnote. This results in the citation being ...
4
votes
1answer
138 views

Unique counter for all foot, side and end notes

When used together, as in the MWE, the text might be plagued of identical numbered marks, that is rather confusing. I want to have marks in this MWE ordered from 1 to 9 instead of three ...
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 ...
7
votes
1answer
440 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 ...
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
162 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
3k 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
200 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
103 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
189 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
486 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
482 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
335 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 ...
11
votes
2answers
567 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
133 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
177 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
410 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
623 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
141 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
1k 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
431 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
215 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
155 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
274 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
87 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
855 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
258 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
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 ...
9
votes
1answer
156 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
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
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 ...

1 3 4 5 6 7 11