Pandoc Style and Link References

I use the IEEE citation style from http://www.zotero.org/styles/ieee with Pandoc in the project.

When I quote a link, it appears as 1in the text, whereas I would like it to appear as [1].

I found this snippet in a file ieee.csl, which I suppose I need to edit:

212   <!-- Citation -->
213   <citation collapse="citation-number">
214     <sort>
215       <key variable="citation-number"/>
216     </sort>
217     <layout delimiter=", ">
218       <group prefix="[" suffix="]" delimiter=", ">
219         <text variable="citation-number"/>
220         <text macro="citation-locator"/>
221       </group>
222     </layout>
223   </citation>

I have two questions:

  • How do I show square brackets in single quotes?
  • How do I link to a quote at the end of the document?
+4
source share
1 answer

To reference the quote, this starts to work. Cm

" pandoc-citeproc, ( ) -. , ". (JGM)

, , Pandoc, v1.14.

+2

All Articles