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

Styling footnotes for markdown

I've been using footnotes in markdown pages as mentioned in this post on DaringFireball, but I can't seem to figure out how to get them styled the way I want. Adding .footnotes {} to my style sheet allows me to style the footnote text, but I'm…
mae
  • 121
  • 4
2
votes
0 answers

Long figure caption causing footnote to skip a number in RMarkdown file (PDF/Latex)

Having a long figure caption in an Rmarkdown file is causing the footnote numbering to skip a number: --- title: "Untitled" output: pdf_document date: "2023-02-27" --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` This is a…
missgwolf
  • 356
  • 1
  • 11
2
votes
1 answer

How to increment md footnotes following a newly added footnote by 1?

I have a long essay written in Md and published on my website. I have greatly enjoyed the format and was considering moving from using a rich text editor to just using markdown once I got footnotes up and running. The syntax is as follows: “There…
Quddus George
  • 962
  • 2
  • 14
  • 30
2
votes
1 answer

Inserting footnote in google doc using apps script

I am automating the creation of a document using google apps script. This script runs in a google sheet and creates a document with text, tables, references, and so on. The document has approx. 10 pages and a section that is the same in every…
2
votes
1 answer

How to use footnotes in markdown inside html?

I am trying to use footnotes in Markdown, but when I put it inside HTML (
) the footnotes won't parse. Here is the minimal example of the code: a[^1]
b[^2]
[^1]: I am a footnote [^2]: I want to be a footnote too. And it's parsed…
grg
  • 85
  • 7
2
votes
1 answer

how to disable pandoc reader option

I've looked and looked but can't find the answer. (I have read the manual! Cover to cover. Many times. But I may still have missed it ...) How do I disable a pandoc reader option? The specific one I'm after is --file-scope. From Pandoc's behaviour…
user1625815
  • 65
  • 1
  • 7
2
votes
0 answers

Question about adding footnotes to Wagtail

I'm making a project on wagtail and want to add possibility to add footnotes to a text in Draftjs editor. I've read that this is possible here, but then I tried to repeat this success i've got only errors. Here my code of…
Savel Mtrx
  • 83
  • 5
2
votes
1 answer

'selection.footnotes.count' versus 'for each footnote in selection.footnotes'

I want to make some modification to the footnotes in a selected portion of a MS Word document. I would like to use a 'for each footnote in selection.footnotes', but this does not work. It returns all the footnotes in the document. I do not…
James
  • 33
  • 4
2
votes
2 answers

How do I make the last two words of each footnote bold using Word VBA?

I've changed balloon comments to footnotes, taking the author's name too. I need the author's name to be in bold but I can't get my code to read the footnotes. My problem is in setting : oFootnote I've tried calling on the strAuthor and making…
Debra
  • 35
  • 5
2
votes
2 answers

How to print footnote on the page that contains the text?

I'm using textField's that stretch with overflow and relative to my textField I want to add a footnote in pageFooter. I need to print the text in the pageFooter only if the page contains my textField or at least make the footer appear when the page…
Ken Flake
  • 585
  • 8
  • 28
2
votes
0 answers

Can I use range.InsertXML in footnotes?

I have a VSTO Add-in in which I insert some formatted text into Selection.Range. Text is provided in Open XML format and is inserted to the document with InsertXML method: using (var selection = _application.Selection) { var range =…
aurel
  • 1,117
  • 2
  • 11
  • 24
2
votes
1 answer

Accessibility and asterisks end notes

I have a lengthy document that I need to convert to WCAG AA compliant HTML and the author used asterisks as end notes like *, **, and ***. Here is an example: Solano County Atlas Fire (Solano County) 10/17* Ponderosa Fire (Butte County)…
Mark A
  • 21
  • 1
  • 6
2
votes
1 answer

ASCIIDOC PDF Generation Footnote renders in the text and not to end of page

my first question here excited in my ASCIIDOC code I have Big Name{wj}footnote:[Big because X] is found. This is perfectly rendered to the end of the (one an long) page generating html. Big Name⁠ [1] is found.
2
votes
1 answer

How can I add a footnote without any numbering in a *.docx file using ReporteRs?

When using the ReporteRs package, it seems that the only way to get text into the footer of a page involves placing a numbered footnote in the body of the text, and having that footnote appear with the same number in the footer. I'd like to be able…
Sam Dickson
  • 5,082
  • 1
  • 27
  • 45
2
votes
0 answers

Jquery: create footnotes popover

Since from some days i'm trying to figure out how to implement a popover for footnotes in some on line pages. Me and some friends are developing a new website with octoberCMS, an amazing cms built on top of laravel. We have generated a ton of…
queengab
  • 61
  • 4
1 2
3
10 11