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

Three questions/issues

Open kleinbottle opened this issue 5 years ago • 1 comments

Greetings Tom.

I have three qustions/issues:

(1) Question. I have

filters:
  - pandoc-xnos
  - citeproc

in my pandoc defaults file. Is this invocation sufficient for both pandoc-eqnos and pandoc-fignos?

(2) Question I need to specify image width in figures so:

![Image caption](/path/to/image/image.png){ width=50% }

In such cases where does the {#fig:id} go? I have tried putting it separately and also within the curly braces, but with no luck so far. I think the figure reference must work with the image height or width specifier to be useful in practice.

(3) Issue/FeatureRequest Given that citations are of the form [@citationref] for citations, could the suite of xnos follow the same [...] syntax rather than the braces {...} syntax as at present?

Thanks.

kleinbottle avatar Feb 22 '21 09:02 kleinbottle

  1. Yes. Also ensure you do not call Citeproc in your CLI nor have citeproc: true earlier in your defaults file -- this will effectively add it as a filter beforehand.
  2. Try {#fig:id width=50%} or similar, if you have not already.

I know this is years late, take care.

Seraphendipity avatar Dec 05 '24 05:12 Seraphendipity