166 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
35
views
How to show footnotes per page instead of endnotes
I am using Asciidoctor (asciidoctor-pdf 2.3.19) to generate my documentation. Currently, when I use the footnote syntax footnote:[Content], the notes are collected and displayed at the very end of the ...
0
votes
0
answers
48
views
reledmac: vertical rule to separate columns in familiar footnotes
Perhaps I'm missing something, but is there a command in reledmac to show a vertical rule separating the columns when you're doing two-column familiar footnotes?
I didn't see an answer in the reledmac ...
0
votes
1
answer
118
views
How to preserve text styles (bold/italic) and extract footnotes from a Word document using Python?
I’m working on a Python script to extract content from a Word document (.docx) and insert it into a SQL Server database. The challenge is that I need to preserve text styles like bold and italic, as ...
0
votes
0
answers
95
views
How do I add footnotes inside of code blocks in Markdown, while still keeping the same style as footnotes usually are?
Here is a piece of my code:
a = "Hello!"
print(a) # This works because 'a' is a variable†.
I need to put a footnote at the end of the second line, but the monospace font prevents asterisks ...
2
votes
1
answer
170
views
How to format multiple footnotes on a single sentence in Quarto reveal.js?
This is a follow-up question.
I’m wondering how to format a series of footnotes in a reveal.js slide. For example, I would like to apply three footnotes to one sentence, like so:
test_1[1-3]
My ...
4
votes
1
answer
274
views
How to reference the same footnote more than once on a single slide?
I’m creating a Reveal.js presentation using Quarto and I want to cite the same footnote multiple times in the same slide. Here’s a minimal example (all in one .qmd file):
---
title: "test"
...
-1
votes
1
answer
104
views
How to add footnotes to a docx file using docx4j library?
I am trying to create a new docx file and add footnotes to it using docx4j library in Java.
I only want to use docx4j library. I could not found any sample implementation given by the docx4j library ...
0
votes
2
answers
133
views
Word Macro - Superscripting all footnote numbers at the footnote-section at the bottom of the page
I'd like a macro in Office Word which superscripts all footnote numbers at the footnote-section at the bottom of the page.
Note: It's the footnote numbers at the bottom of the page I want ...
3
votes
2
answers
132
views
Set Text Direction in Footnotes in Obsidian
I am using Obsidian. I write sources from both English and Hebrew sources and I reference them in my footnotes. The problem is that the footnotes that begin with an English word begin on the left side ...
0
votes
1
answer
548
views
How to tweak font size and position of reference in quarto revealjs slide
This is my example code:
---
title: "test"
format:
revealjs:
footer: Institute of | Tarjae
---
<!-- Style and format of footer -->
<style>
.reveal .footer {
display: ...
0
votes
1
answer
247
views
How to prevent double numbering of tables when using kableExtra footnotes in bookdown?
I'm using kableExtra tables in bookdown to incorporate table footnotes. However, whenever I add a footnote, the table ends up with a double number index. Is there a way to prevent this issue? Any ...
0
votes
1
answer
14
views
In spip, how to link to in-text footnote references to the same reference in the end-of-the-page footnote list?
In SPIP 4.2, how can I force two in-text footnote references to link the the same end of the page footnote?
For example, how can I make the following in-text code: Some text[[Reference 1]] and some ...
2
votes
0
answers
236
views
Quarto Book: Put footnote on chapter header
I want to put a footnote on chapter headers in Quarto book format. It seems to work fine when rendered to PDF, but does crazy things when rendered to HTML.
Specifically, suppose these are chapter ...
0
votes
0
answers
452
views
How to extract the footnote from a PDF file
How do I identify and extract the footnote portion of a PDF in Python? especially when part of the footnote jumps to the second page.
I try to use regular expression but there is nothing that i could ...
0
votes
1
answer
189
views
Highlight all footnote superscripts
I would like a way to highlight all of the superscripts that indicate footnotes, so that it's easier to see the footnote in a paragraph when skimming with your eyes. The goal is something like this:
...