-
**Describe your proposed improvement and the problem it solves.**
Pandoc 3.0 introduced subfigures support in LaTeX. The problem is LaTeX writer always puts all subfigures into one line, and it's p…
-
Table reference points to wrong page (the page before the correct page) if the table is on the top of the page.
Steps to reproduce:
```
pandoc -o tab_ref_example.pdf -f markdown -F pandoc-cross…
-
Hi all,
I think there might be an answer to it somewhere but I really cannot find it as I am a beginner to all these. I am converting a .tex to .docx and tables, figures and my linguistic examples …
ghost updated
3 years ago
-
In the top of this repo's README [pandoc-crossref filter](https://github.com/lierdakil/pandoc-crossref#pandoc-crossref-filter-) it states:
> Optionally, you can use cleveref for LaTeX/PDF output, e…
-
Hi,
Pandoc filter noob here. The [other](https://github.com/lierdakil/pandoc-crossref) pandoc filter I needed installed via
```
cabal install pandoc-crossref
```
I tried `cabal install pandoc-m…
-
I have a custom defaults set for pandoc for writing latex papers but despite having set the following in the defaults file:
```yaml
variables:
secPrefix: "Section"
```
the secPrefix remains `…
-
I'd like to have two subfigures side-by-side. I'm using the pandoc-crossref filter method of subfigures. I tried turning them into a subsubfigure, and also the column layout method as described in htt…
-
`pandoc-crossref` works great! But would it be possible to add support for cross-referencing footnotes.
Perhaps, like so:
> A statement that just requires a footnote.^[An inline note]{#note:labe…
-
The main workflow currently provides a workaround to embed images and have them generate into the output with pandoc.
How to add automatic figure numbers to image descriptions also?
Assuming the d…
-
**Describe your proposed improvement and the problem it solves.**
Pandoc 3.5 with pandoc-crossref 0.3.18-b, AMD64, Debian.
When using markdown input, docx output, the citeproc filter, and pandoc…