public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* using "ff." for "following pages" results in "p." instead of "pp."
@ 2020-09-02 15:46 JL
       [not found] ` <ee53a720-612b-4864-9676-3311eec6dcben-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: JL @ 2020-09-02 15:46 UTC (permalink / raw)
  To: pandoc-discuss


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

Is it possible to have pandoc-citeproc interpret a locator like 

12ff

as multiple pages? Currently, I get

p. 12ff

while

pp. 12ff

would be correct.

-- 
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/ee53a720-612b-4864-9676-3311eec6dcben%40googlegroups.com.

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

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

* Re: using "ff." for "following pages" results in "p." instead of "pp."
       [not found] ` <ee53a720-612b-4864-9676-3311eec6dcben-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-09-02 18:37   ` John MacFarlane
       [not found]     ` <m2v9gwrpmj.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2020-09-02 18:37 UTC (permalink / raw)
  To: JL, pandoc-discuss


I'd be interested to hear from CSL devs about how this should be handled.

JL <linkersdoerfer-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Is it possible to have pandoc-citeproc interpret a locator like 
>
> 12ff
>
> as multiple pages? Currently, I get
>
> p. 12ff
>
> while
>
> pp. 12ff
>
> would be correct.
>
> -- 
> 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/ee53a720-612b-4864-9676-3311eec6dcben%40googlegroups.com.


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

* Re: using "ff." for "following pages" results in "p." instead of "pp."
       [not found]     ` <m2v9gwrpmj.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
@ 2020-09-02 21:05       ` Denis Maier
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Maier @ 2020-09-02 21:05 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Currently, CSL has a couple of options to collapse page-ranges, but I'm 
not aware of a way to collapse "12-13" to "12f." or "12-25" to "12ff." 
(Maybe that's just me though...; I'll check.)

Regarding open-ended ranges like "12ff.": I've just had a quick test 
with Word/Zotero: a locator like "12ff." is not interpreted as an 
open-ended page range, but "12-" is. The result is "Doe, 2020, pp. 12-"

Pandoc-citeproc has a slightly different behavior:
[@doe, 12-] => "Doe, 2020, pp. 12" (the "-" disappears)
[@doe, 12-ff] => "Doe, 2020, pp. 12-ff"

A filter could be used here to do the necessary polishing.

Anyway, I think the cleanest solution would be to add support for this 
in CSL. I'll open an issue on Gihub to discuss what can be done.

Am 02.09.2020 um 20:37 schrieb John MacFarlane:
> I'd be interested to hear from CSL devs about how this should be handled.
>
> JL <linkersdoerfer-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
>> Is it possible to have pandoc-citeproc interpret a locator like
>>
>> 12ff
>>
>> as multiple pages? Currently, I get
>>
>> p. 12ff
>>
>> while
>>
>> pp. 12ff
>>
>> would be correct.
>>
>> -- 
>> 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/ee53a720-612b-4864-9676-3311eec6dcben%40googlegroups.com.


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

end of thread, other threads:[~2020-09-02 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 15:46 using "ff." for "following pages" results in "p." instead of "pp." JL
     [not found] ` <ee53a720-612b-4864-9676-3311eec6dcben-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-09-02 18:37   ` John MacFarlane
     [not found]     ` <m2v9gwrpmj.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
2020-09-02 21:05       ` Denis Maier

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