pandoc-crossref icon indicating copy to clipboard operation
pandoc-crossref copied to clipboard

Pandoc filter for cross-references

Results 102 pandoc-crossref issues
Sort by recently updated
recently updated
newest added

Not sure it's a pandoc-crossref, pandoc or Libreoffice issue, but using internal section references, the resulting ancor in OOXML would point to something like `w:name="w:name="sec:sec_sow:a""`. Then I open the document...

Sometimes, we want to cross-reference theorems, examples, and problems. These can be referenced in the same way as equations---no caption is needed. We prefer to use the same syntax as...

Is it possible to create a subfigure grid, where one of the cells of the grid is a code listing? The following snippet doesn't quite do the trick. The listing...

I generate a doc file via pandoc and use the crossref filter to link to pictures. For a regular drawing I get a signature without a dot. ``` --- figureTitle:...

test.yml: ```yaml tableEqns: true eqnBlockTemplate: '$$t$$$$i$$' ``` test.md: ```markdown $$x=y$$ {#eq:test} ``` Command: ```sh pandoc -f markdown -t html5 -M crossrefYaml=test.yml -F pandoc-crossref test.md ``` Output: ```html x = y...

With the `chapter` setting on, I notice it's possible to change reference labels by applying the `label` attribute to headers. This is very useful but I can't find mention of...

Greetings. First of all, I would like to thank you for your contribution and your handy filter. It has been a real life saver for when I need to write...

I'd love to be able to use this on my aarch64 device. As pandoc already releases a generic linux-arm64 binary (and has since [v2.12, back in 2021](https://github.com/jgm/pandoc/releases/tag/2.12)), it would be...

It would be good to add a prominent link from the documentation page at to this repository. I often need to use my browser history or Google to switch between...

Extracted from #402: > Of interest, in my testing over the last few weeks I discovered that with `longtable` if `\label` is prefixed with `\MakeLinkTarget{}` then the anchor is the...