pandoc-crossref
pandoc-crossref copied to clipboard
Pandoc filter for cross-references
When downloading a new, 0.3.12.0a release, I'm getting alert from Windows Defender, detecting the Trojan:Script/Wacatac.B!ml. 
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...
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...
When using pandoc-crossref to generate, f.e., legal texts, if would be very useful to have a syntax to reference also section titles and not only section numbers, like f.e. as...
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...
I was wondering if you would consider adding support for native numbering for DOCX outputs. A similar request for `pandoc-fignos` can be seen here: https://github.com/tomduck/pandoc-fignos/issues/34 Most of the technical background...
 -->  Perhaps this is like some people want it, but I find it unwanting since they are the same header depth. Also took a look at #230, since...
Documentation says templates aren't supported in LaTeX, but that's not entirely accurate. _Some_ templates will work _some_ of the time (except with cleveref, cleveref has its own "templating" engine). _Really_...
Hi, I find it strange that the Figure title part ("Figure" 1) is not part of the hyperlink. Any reason for this, or a setting I'm missing? At the moment...
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...