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

In Pandoc I am using the `--top-level-division=chapter` option. Is there a way of suppressing the chapter numbering when displaying the equations: (1) instead of (1.1)?

question

Problem: With styles like [Chicago](https://csl.mendeley.com/styleInfo/?styleId=http%3A%2F%2Fwww.zotero.org%2Fstyles%2Fchicago-fullnote-bibliography) that uses footnotes for in-text citations, Usage of references in caption of subfigure divs would break PDF creation. Solution: Adding `\protect`? Fixing citeproc's behavior in...

bug

with the minimal following input.md file: ``` --- sectionsDepth: 1 --- # Debug1 ## debug1.1 This is a reference to section debug1.2 @sec:debug121. This is a reference to section debug1.2.1...

If `chapters: true`, then in `HTML` every figure is numbered with the section number as prefix. However, in `TeX` this is not respected. That is, ```markdown ![figure](./figure.png){#fig:figure} ``` is still...

enhancement
discussion-needed

I don't see any way to get a short caption into the list of figures or tables when the caption at the place might be very long. I was thinking...

enhancement

[test2.txt](https://github.com/lierdakil/pandoc-crossref/files/4225648/test2.txt) has two code blocks, one with an id and one without. After running `pandoc test2.txt --filter=/opt/pandoc-crossref -t html` the results are as follows: ``` Code Listing 1: Caption2 Code...

enhancement

When using reference groups, it would be useful to be able to use wildcards, especially when you have categories of sections, figures, etc, and you want to put a reference...

enhancement

Currently, prefix defaults like `fig.` will be set even if cleveref is in use (`cref: true`). If the language is set to a language which is also supported by cleveref...

enhancement
discussion-needed

I have my main manuscript in one Markdown file and my supplemental material in another. The main manuscript references material in the supplemental material, for example, > The table of...

enhancement
discussion-needed

In v0.4.0.0-alpha5 references to subfigures are reported as `Undefined cross-reference: ...` and subfigure captions are not adjacent to the subfigures (paragraph text can be in between).