public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* How do we get version of citeproc?
@ 2020-10-18  1:58 nisze...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
       [not found] ` <c24e8eae-edfe-47fe-9792-fdfe92c5dbd9n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: nisze...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org @ 2020-10-18  1:58 UTC (permalink / raw)
  To: pandoc-discuss


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

From Pandoc 2.11, pandoc-citeproc is replaced to built-in citeproc.
But now, I cannot get the version of it. It should be shown when the user 
check the pandoc version as follows, I think. Currently other libs are 
shown their versions.

```
> pandoc -v
pandoc 2.11.0.2
Compiled with pandoc-types 1.22, texmath 0.12.0.3, skylighting 0.10.0.2
```

I would like to check that for debugging (or reporting). Is there any other 
option to get the version of citeproc?

Thanks,
niszet

-- 
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/c24e8eae-edfe-47fe-9792-fdfe92c5dbd9n%40googlegroups.com.

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

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

* Re: How do we get version of citeproc?
       [not found] ` <c24e8eae-edfe-47fe-9792-fdfe92c5dbd9n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-10-19  5:13   ` John MacFarlane
       [not found]     ` <m2imb66bog.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2020-10-19  5:13 UTC (permalink / raw)
  To: nisze...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, pandoc-discuss


pandoc 2.11.0.2 is compiled against the most recent release
of citeproc.  But you're right, it would be good to report
this along with the other verisons  we report with --version.
I'll make that change.

"nisze...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <niszet0016-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> From Pandoc 2.11, pandoc-citeproc is replaced to built-in citeproc.
> But now, I cannot get the version of it. It should be shown when the user 
> check the pandoc version as follows, I think. Currently other libs are 
> shown their versions.
>
> ```
>> pandoc -v
> pandoc 2.11.0.2
> Compiled with pandoc-types 1.22, texmath 0.12.0.3, skylighting 0.10.0.2
> ```
>
> I would like to check that for debugging (or reporting). Is there any other 
> option to get the version of citeproc?
>
> Thanks,
> niszet
>
> -- 
> 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/c24e8eae-edfe-47fe-9792-fdfe92c5dbd9n%40googlegroups.com.


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

* Re: How do we get version of citeproc?
       [not found]     ` <m2imb66bog.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2020-10-20 13:40       ` nisze...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
  0 siblings, 0 replies; 3+ messages in thread
From: nisze...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org @ 2020-10-20 13:40 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi jgm-san,

I found commits about it.  

https://github.com/jgm/pandoc/commit/9ecea0bc623d6a5b90c25f9428e3a8d2352a5ee8
https://github.com/jgm/pandoc/commit/76315d99caabf39c9d6e743da844327e1b3a018a

Thank you for quick response!

Thanks,
niszet

2020年10月19日月曜日 14:13:22 UTC+9 John MacFarlane:

>
> pandoc 2.11.0.2 is compiled against the most recent release
> of citeproc. But you're right, it would be good to report
> this along with the other verisons we report with --version.
> I'll make that change.
>
> "nisze...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <nisze...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
> > From Pandoc 2.11, pandoc-citeproc is replaced to built-in citeproc.
> > But now, I cannot get the version of it. It should be shown when the 
> user 
> > check the pandoc version as follows, I think. Currently other libs are 
> > shown their versions.
> >
> > ```
> >> pandoc -v
> > pandoc 2.11.0.2
> > Compiled with pandoc-types 1.22, texmath 0.12.0.3, skylighting 0.10.0.2
> > ```
> >
> > I would like to check that for debugging (or reporting). Is there any 
> other 
> > option to get the version of citeproc?
> >
> > Thanks,
> > niszet
> >
> > -- 
> > 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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/c24e8eae-edfe-47fe-9792-fdfe92c5dbd9n%40googlegroups.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/374a9a9b-c2a7-405b-99aa-cd33e933b718n%40googlegroups.com.

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

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

end of thread, other threads:[~2020-10-20 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-18  1:58 How do we get version of citeproc? nisze...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
     [not found] ` <c24e8eae-edfe-47fe-9792-fdfe92c5dbd9n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-10-19  5:13   ` John MacFarlane
     [not found]     ` <m2imb66bog.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2020-10-20 13:40       ` nisze...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org

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