-
### Issue
When the `frametitlecaps` option is enabled, footnotes in frametitles get shown in all-capital letters.
### Steps to reproduce
```
\begin{frame}
\frametitle{My Frame\footnote{Th…
-
### Bug description
When a footnote is reused, it is duplicated.
This is the case at least for `html`, `pdf`, and `revealjs`.
```qmd
---
format:
html: default
pdf: default
revealjs: …
-
I'm trying to get footnotes from a document, but for some reason I'm getting it twice.
```php
$phpWord = IOFactory::load('./Test.docx');
$content = '';
$footnotes = $phpWord->getFootnotes()->…
-
## 📝 Provide a description of the new feature
Add support for footnotes as described in [GFM docs](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatti…
-
I don't think this is possible with blockr, correct me if I'm wrong.
The idea for our application is that the tables take a result block which returns a `list` of things, including: footnotes, prot…
-
## General Description
I use footnotes a lot when I take notes. Footnotes often reside at the bottom of the note. When we extract a part of a note to a new note, it is possible that a link to a foo…
-
I want to extract reference data from articles that use footnotes instead of a bibliography. The footnotes contain the references, mixed with additional commentary. Since Grobid was not trained on thi…
-
I would love to be able to use footnotes with Org on Github. How feasible is this?
-
Add this to the existing series of `tab_options` within the `print_to_gt` function: `tab_options(page.footer.use_tbl_notes = TRUE)`
This will get picked up if gt exports the table to an RTF documen…
-
### Discussed in https://github.com/jgm/pandoc/discussions/9602
Originally posted by **Amphiboly** March 23, 2024
With the docx writer, images in footnotes are displayed as properly-sized box …