-
-
Notifications
You must be signed in to change notification settings - Fork 61
No space before :sup: in the reStructeredText output #157
Comments
I believe it's a pandoc issue, not a pandoc-citeproc issue. But +++ stvharman [Aug 12 15 19:07 ]:
|
Thank you, John. Here are my versions: $ pandoc --version $ pandoc-citeproc --version |
Can you give me something sufficient to reproduce the +++ stvharman [Aug 13 15 10:42 ]:
|
Sure. Try this from the command line: pandoc --filter pandoc-citeproc --bibliography mybib.bib --csl vancouver-superscript.csl test.org -s -o test.rst You can download mybib.bib from here http://shelah.logic.at/mybib.bib (or really use any bib file) The content of test.org can be only one line:
Then it will produce the following test.rst
|
Verified. It works. Thanks John. |
Hello, I use vancouver-superscript.csl when converting from orgmode to rst. The reference list and entries look great. However, I obtain citations in my rst output such as this one:
Blah blah.:sup:
1
Whereas for rst editors and programs to understand it correctly, there needs to be a space before the first colon. So, it should be:
Blah blah. :sup:
1
I was wondering if I am missing something or if there can be anything done about this.
Thanks in advance,
Steve
The text was updated successfully, but these errors were encountered: