-
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…
-
Hi there,
It seems there is no option to skip footnote links or footnote text in the settings.
-
Procedure: erroneous? → Appears to be an ADOC amendment Pattern C.
![image](https://github.com/metanorma/mn-samples-plateau/assets/55683568/8fc9fc58-331e-4946-8bb9-25bfbc666dce)
_69th comment f…
-
Currently LaTeX output for footnotes is not implemented:
https://github.com/github/cmark-gfm/blob/c32ef78bae851cb83b7ad52d0fbff880acdcd44a/src/latex.c#L447-L449
I don't have much expertise on C but …
yihui updated
2 months ago
-
The output with [footnotebackref](https://ctan.org/pkg/footnotebackref) with the default option `numberlinked=true` is wrong with the tagging code. If `numberlinked=false` is set it seems okay.
```te…
-
I'm using
- kbl with longtable and booktabs
- kable_styling with latex_options
- footnote with threeparttable
to create a long table with footnotes for a pdf
I'd like the footnotes to show on…
-
Here is a simple footnote[^1].
A footnote can also have multiple lines[^2].
[^1]: My reference.
[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
This is a se…
-
Hi, I have text like this:
``` markdown
Lorem[^1] ipsum.
[^1]: Footnote 1 text[^A]
[^A]: Footnote A text
```
and I would like to convert them into LaTeX.
I expect:
``` latex
Lorem\footnote{Foo…
-
### Description
The rest of the content is missing entirely
### (Optional:) Please add any files, screenshots, or other information here.
_No response_
### (Required) What is this issue most clos…
-
It would be useful if hyperref supported \footnotemark and \footnotetext in an integrated way. In various situations (particularly annotating entries in tables), it is necessary to use \footnotemark …