Questions tagged [footnotes]

An additional piece of information printed at the bottom of a page.

An additional piece of information printed at the bottom of a page.

153 questions
5
votes
5 answers

LaTeX blank after number and before text

How could I make a blank after the number in my footnotes? In a general way, for ALL footnotes! Example: good: 1 Hello World bad : 1Hello World
lony
  • 6,733
  • 11
  • 60
  • 92
5
votes
3 answers

glossaries package and footnote in LaTeX

I am currently stuck, having two separate glossaries: main & acronyms. Acronyms glossary prints footnotes on first use in the text, but main glossary does not. Is there any way to make any other glossary than acronyms to print footnote on first use…
ovanes
  • 5,483
  • 2
  • 34
  • 60
4
votes
1 answer

Sharing of footnote between different part of tables using flextable

I need to create table with same footnote being placed in both header and body of the table, I cannot figure out how to make it happen using flextable, what I can create is something as…
lokheart
  • 23,743
  • 39
  • 98
  • 169
4
votes
0 answers

Wrapping xtable tablenotes

Is there a definitive way to add table notes to an xtable that will wrap if the tablenote is longer than the width of the table? I have referenced this question here which proposes splitting long table notes into multiple lines and adding it to…
Prevost
  • 677
  • 5
  • 20
4
votes
1 answer

React - Running count of components in children (e.g. for footnotes)

I have a react component that represents a document with text and some footnotes. The text should be rendered like this: This the first footnote[1], this is the second[2]. Here is another [3]. As I'm rendering my component, I want to count up…
Thariq Shihipar
  • 1,072
  • 1
  • 12
  • 27
4
votes
2 answers

List of footnotes in latex

I was wondering if I'll have the option to add something like \listoffootnotes in my document like I can use \listoffigures or tables... Anyone knows how?
legami
  • 1,303
  • 6
  • 22
  • 31
4
votes
2 answers

PHP automatic footnote and endnote generator

This is more of a general information question involving endnotes than a "check my code" one. That's because I can find almost no (useful) information on the subject and don't have the skills to create this myself. But I still think it's useful to…
Jake145
  • 81
  • 5
4
votes
2 answers

Multiple paragraph footnotes in org-mode

I have an org-mode document with a footnote: This some text[fn:1]. This is another text[fn:2]. * Footnotes [fn:1] This is footnote's first line. This is footnote's second line. [fn:2] Another footnote Then i resort and renumber footnotes by…
Mirzhan Irkegulov
  • 17,660
  • 12
  • 105
  • 166
3
votes
0 answers

How can I keep footnotes together with message text when top-posting?

I want better control of the footnote positioning within an email message. I could write the code to modify footnote-mode to do what I want, but first I want to see if somebody else has already solved this problem. When I am top-posting with…
aculich
  • 14,545
  • 9
  • 64
  • 71
3
votes
1 answer

Use footnote multiple times in HTML Quarto

I would like to use a single footnote multiple times in HTML Quarto. The problem is that once I create a footnote and use it twice, it will be shown as two footnotes. Here is a reproducible example: --- title: "Footnote multiple times" editor:…
Quinten
  • 35,235
  • 5
  • 20
  • 53
3
votes
2 answers

kableExtra: Change font size of table footnote

I'd like for my font size in the footnotes to be smaller than the text in the table, but can't figure it out. Is there something similar to kable_styling where I can edit the text and color of rows in the table that can be used for footnotes? I am…
kendalorgera
  • 147
  • 2
  • 11
3
votes
1 answer

Google apps script - retain links when copying footnote content

Background I have a Google Apps Script that we use to parse the footnote content, wrapped in double parenthesis, in place of the footnote number superscript. The intended result should be: Before Script This is my footie index.1 1This is my …
3
votes
2 answers

Generate inline rather than list-style footnotes in Pandoc Markdown output?

When converting from some format (say, HTML or Docx) to Markdown in Pandoc, is it possible to render all footnotes in the inline style ("this is the main text^[this is a footnote]") rather than as numbered references with a corresponding list at the…
Louis Goddard
  • 45
  • 1
  • 5
3
votes
0 answers

How to create good footnote in ireport?

I need to make a footnote in iReport. The description of footnote should be displayed only in the bottom(footer) of the page, where we have number-reference in text. How we can catch the reference in text and show footnote using variables or group…
Igor Gr
  • 31
  • 2
3
votes
1 answer

Text under generated table in .csv file in R

For weekly reports I generate, I create a .csv file for my outputs which has 9 columns and 7 rows. I use this command to create my file: write.csv(table, paste('home/weekly_',start.date,'.csv',sep=''), row.names=F) Note: 'table' is a matrix (I…
Tan
  • 117
  • 7
1
2
3
10 11