public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Where does one place "link-citation"?
@ 2020-11-11 15:27 R (Chandra) Chandrasekhar
       [not found] ` <11ea9342-7d33-d259-8cec-ee680d5fa216-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: R (Chandra) Chandrasekhar @ 2020-11-11 15:27 UTC (permalink / raw)
  To: pandoc-discuss

Dear Folks,

I tried placing

link-citation: true

inside the YAML block in my default file along with

citeproc: true

but it threw an error.

What is the correct way to specify this option in a YAML block? Does it 
explicitly have to be within the area reserved for references? Or can it 
only be invoked as a command-line option?

Thanks.

Chandra


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

* Re: Where does one place "link-citation"?
       [not found] ` <11ea9342-7d33-d259-8cec-ee680d5fa216-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2020-11-11 15:40   ` BPJ
       [not found]     ` <CADAJKhDey+TXhXiAwbBMKp81Y7JUNeixFQ2enAGsZP=xA48e9A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2020-11-11 15:41   ` Albert Krewinkel
  1 sibling, 1 reply; 4+ messages in thread
From: BPJ @ 2020-11-11 15:40 UTC (permalink / raw)
  To: pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 1428 bytes --]

I think you have to use a defaults file for this.

-- 
Better --help|less than helpless

Den ons 11 nov. 2020 16:28R (Chandra) Chandrasekhar <chyavana-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
skrev:

> Dear Folks,
>
> I tried placing
>
> link-citation: true
>
> inside the YAML block in my default file along with
>
> citeproc: true
>
> but it threw an error.
>
> What is the correct way to specify this option in a YAML block? Does it
> explicitly have to be within the area reserved for references? Or can it
> only be invoked as a command-line option?
>
> Thanks.
>
> Chandra
>
> --
> 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/11ea9342-7d33-d259-8cec-ee680d5fa216%40gmail.com
> .
>

-- 
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/CADAJKhDey%2BTXhXiAwbBMKp81Y7JUNeixFQ2enAGsZP%3DxA48e9A%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 2401 bytes --]

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

* Re: Where does one place "link-citation"?
       [not found] ` <11ea9342-7d33-d259-8cec-ee680d5fa216-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2020-11-11 15:40   ` BPJ
@ 2020-11-11 15:41   ` Albert Krewinkel
  1 sibling, 0 replies; 4+ messages in thread
From: Albert Krewinkel @ 2020-11-11 15:41 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


R (Chandra) Chandrasekhar writes:

> I tried placing
>
> link-citation: true
>
> inside the YAML block in my default file along with
>
> citeproc: true
>
> but it threw an error.
>
> What is the correct way to specify this option in a YAML block? Does it
> explicitly have to be within the area reserved for references? Or can it only be
> invoked as a command-line option?

`link-citation` should be a metadata field, so it must be given as part
of the `metadata` section:

    metadata:
      link-citation: true

HTH,

--
Albert Krewinkel
GPG: 8eed e3e2 e8c5 6f18 81fe  e836 388d c0b2 1f63 1124


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

* Re: Where does one place "link-citation"?
       [not found]     ` <CADAJKhDey+TXhXiAwbBMKp81Y7JUNeixFQ2enAGsZP=xA48e9A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2020-11-11 18:02       ` John MacFarlane
  0 siblings, 0 replies; 4+ messages in thread
From: John MacFarlane @ 2020-11-11 18:02 UTC (permalink / raw)
  To: BPJ, pandoc-discuss


It's a bug in the manual!  It should say:

link-citations

not

link-citation


BPJ <melroch-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> I think you have to use a defaults file for this.
>
> -- 
> Better --help|less than helpless
>
> Den ons 11 nov. 2020 16:28R (Chandra) Chandrasekhar <chyavana-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> skrev:
>
>> Dear Folks,
>>
>> I tried placing
>>
>> link-citation: true
>>
>> inside the YAML block in my default file along with
>>
>> citeproc: true
>>
>> but it threw an error.
>>
>> What is the correct way to specify this option in a YAML block? Does it
>> explicitly have to be within the area reserved for references? Or can it
>> only be invoked as a command-line option?
>>
>> Thanks.
>>
>> Chandra
>>
>> --
>> 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/11ea9342-7d33-d259-8cec-ee680d5fa216%40gmail.com
>> .
>>
>
> -- 
> 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/CADAJKhDey%2BTXhXiAwbBMKp81Y7JUNeixFQ2enAGsZP%3DxA48e9A%40mail.gmail.com.


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

end of thread, other threads:[~2020-11-11 18:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11 15:27 Where does one place "link-citation"? R (Chandra) Chandrasekhar
     [not found] ` <11ea9342-7d33-d259-8cec-ee680d5fa216-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-11-11 15:40   ` BPJ
     [not found]     ` <CADAJKhDey+TXhXiAwbBMKp81Y7JUNeixFQ2enAGsZP=xA48e9A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-11-11 18:02       ` John MacFarlane
2020-11-11 15:41   ` Albert Krewinkel

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).