Three questions/issues
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:
{ 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.
- Yes. Also ensure you do not call Citeproc in your CLI nor have
citeproc: trueearlier in your defaults file -- this will effectively add it as a filter beforehand. - Try
{#fig:id width=50%}or similar, if you have not already.
I know this is years late, take care.