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
2
votes
0 answers

Footnotes inside a grid_table in pandoc

I am rendering markdown through pandoc+pdflatex. I'd like to have footnote marks inside of a table (grid_table), with footnote text appearing in the bottom of the page. I did: +-----------------+-------+---------+ |property | A | B …
sygi
  • 4,557
  • 2
  • 32
  • 54
2
votes
1 answer

Is there a common practice about footnotes used in developer's mail?

In the recent months, I've seen that many friends (many of them coders) started writing, long, elaborate mails with footnotes for link, meaning that they write paragraphs [1] and then [2] put the links at the bottom [3]. Like this. [1]…
Aubrey
  • 507
  • 4
  • 20
2
votes
2 answers

Latex-style citations in emacs and Wanderlust

I'm reading my email in emacs using Wanderlust client. I'm subscribed on a bunch of mailing lists and quite often I'm noticing well-formatted emails which employs LaTeX-style (most simple explanation for desired behavior I guess) citations for…
PrecariousJimi
  • 1,503
  • 8
  • 20
2
votes
1 answer

Rails Footnotes partials count is always zero

I'm using the rails-footnotes gem in my Rails 3.2 applications, but I can't seem to get the footnotes to register the existence of any partials: it always shows a zero partial count. To be able to know how many and what partials are being…
2
votes
1 answer

ruby markdown processor that does footnotes?

Do any of the maintained decent ruby markdown processors do an extension for footnotes? I know some markdown processors in other languages do (although I'm not sure which ones). The ruby ones aren't so great at documenting what markdown extensions…
jrochkind
  • 22,799
  • 12
  • 59
  • 74
2
votes
4 answers

Textile: using code and footnotes

Hi I'm using Redmine to write a wiki of my software. I need to put some notes next to a code section like this: class.method()[1] Where the "one" is a link to my note at the end of the page. I've tried to use any method defined in the Textile…
imAlessandro
  • 61
  • 1
  • 10
1
vote
0 answers

Restart footnote numbering in each 'sect1' in Docbook

As the title describes my problem is that I want to reset the footnote numbering in each 'sect1', not just in each 'chapter' or 'appendix' and etc. So far I couldn't manage to reset it. I've tried to copy a part of the footnote.xsl to my…
Roland Burda
  • 110
  • 1
  • 8
1
vote
1 answer

Markdown syntax not working within \multicol environment

For extending footnotes over two columns, https://tex.stackexchange.com/questions/462347/how-to-force-a-footnote-to-extend-over-both-columns-in-a-twocolumn-article?noredirect=1&lq=1 recommends \usepackage{multicol} instead of the twocolumn document…
NicolasBourbaki
  • 853
  • 1
  • 6
  • 19
1
vote
1 answer

How to cross-reference footnotes (and page numbers) in quarto pdf?

In a book, it is quite normal to use footnotes to refer to other portions of the text, either a footnote or actual pages where you discussed some topic you are referring to at a given point. You could, for instance, write a footnote saying…
1
vote
1 answer

Adding footnote to latex table

Regarding the following latex table, I would like to add footnotes to define the * in the last column. For example, The * refers to Parametric Model, ** semi-parametric and *** non-parametric, and the distance between the table and the footnote is…
Abbas
  • 807
  • 7
  • 14
1
vote
2 answers

Adding footnotes to layered chart in Altair

I am making a layered chart using data from the Bureau of Labor Statistics, and since I am publishing the chart, I need to cite the data source. I need to add a line at the bottom of the chart saying "Source: Bureau of Labor Statistics. Data as of…
1
vote
0 answers

add_footnote() add ^^ when I select notation='none'

I need to add a footnote to tables generated with kable. The output file must be a markdown file. The only option I found is to use add_footnote as footnote function doesn't work with markdown. I just want to add a source to my table, so I don't…
1
vote
0 answers

Alphabetic footnote marks in pandoc

I am writing a text using numeric bibliography references, i.e. a citation like [@foobar] results in a number as superscript. However, I also need to add footnotes. To distinguish between footnotes and bibliography references, I need the footnotes…
January
  • 16,320
  • 6
  • 52
  • 74
1
vote
0 answers

LaTeX footnote markers at beginning of word could benefit from kerning?

I'm using the manyfoot package in LaTeX to create a footnote apparatus. My question is about footnote markers that appear in the main body of the text (not about the footnotes as they appear in the apparatus). The person I'm formatting this document…
Jeff Dodson
  • 133
  • 4
1
vote
1 answer

Using gt opt_footnote_marks get confusing result

I would like to use opt_footnote_marks to label a column according to another column as follows: # packages library("gt") library("data.table") # generate sample data.table DT <- data.table(var1 = c(1:7), p.value = c(0.7142599356,…
Ian Wang
  • 135
  • 8