public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Export citation in chicago.csl style
@ 2022-04-19  0:47 Michael Becker
       [not found] ` <9bcb439e-bcab-491b-9acc-b7c2c4fe7f69n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Becker @ 2022-04-19  0:47 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 579 bytes --]

I'm exporting my citations in Chicago.csl.  Is there way to have the 
citation links appear about the Notes/Reference section and not below. 

[image: chicago.csl.png]

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/9bcb439e-bcab-491b-9acc-b7c2c4fe7f69n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1010 bytes --]

[-- Attachment #2: chicago.csl.png --]
[-- Type: image/png, Size: 509245 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Export citation in chicago.csl style
       [not found] ` <9bcb439e-bcab-491b-9acc-b7c2c4fe7f69n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2022-04-19  3:32   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2022-04-19  3:32 UTC (permalink / raw)
  To: Michael Becker, pandoc-discuss


You can use the following trick described in the manual:

> If you want to put the bibliography into a variable in your
> template, one way to do that is to put the div with id `refs`
> into a metadata field, e.g.
> 
>     ---
>     refs: |
>        ::: {#refs}
>        :::
>     ...
> 
> You can then put the variable `$refs$` into your template where
> you want the bibliography to be placed.

You'd then use a custom template that puts `$refs$` after
`$body$`.



Michael Becker <michael-QF1XyMwE1Uwv0rdu9s6TydBPR1lH4CV8@public.gmane.org> writes:

> I'm exporting my citations in Chicago.csl.  Is there way to have the 
> citation links appear about the Notes/Reference section and not below. 
>
> [image: chicago.csl.png]
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/9bcb439e-bcab-491b-9acc-b7c2c4fe7f69n%40googlegroups.com.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-19  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19  0:47 Export citation in chicago.csl style Michael Becker
     [not found] ` <9bcb439e-bcab-491b-9acc-b7c2c4fe7f69n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-04-19  3:32   ` John MacFarlane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).