public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* citeproc citation not found
@ 2020-11-18 17:45 Andrew Mercer
       [not found] ` <c5fad0e6-186d-4e31-8b38-063e12ff5547n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Andrew Mercer @ 2020-11-18 17:45 UTC (permalink / raw)
  To: pandoc-discuss


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

The new citeproc is behaving very oddly.

Firstly, the latex template is incorrect, cslreferences needs now to read 
CSLReferences

But  there are two problems I haven't been able to fix.
The first problem is a little odd,: the first reference gets "10" prepended 
to the first author name .

The second problem is really confusing.
At first citeproc would not find references in a bib file. A single 
reference in the yaml was found but nothing else. I then converted the 
reference in the bib to yaml and added it to the yaml markdown documents 
yaml. This works.
What is odd is that I converted the bib to yaml using pandoc without a 
problem. I am confused.

*Here is the markdown text with two references in the yaml.*

*---*
*title: Minimum Working Example*
*author: Andrew Mercer*
*date: V.1*
*papersize: a4*
*geometry: margin=2cm*
*font: 11*
*linestretch: 1.2*
*references:*
*- id: auth2020*
*  type: article-journal*
*  author:*
*  - family: Surname*
*    given: Firstname*
*  - family: Efternamn*
*    given: Förnamn*
*  issued:*
*  - year: 2019*
*  title: Title of article*
*  container-title: Journal Name*
*  page: 1-12*
*  volume: '1'*
*  issue: '1'*
*  abstract: 'The abstract text describing the article '*
*- author:*
*  - family: Rees*
*    given: William Gareth*
*  id: rees2013physical*
*  issued: 2013*
*  publisher: Cambridge University Press*
*  title: Physical principles of remote sensing*
*  type: book*
*---*

*# Section heading {#sec:sec1}*

*Here is some text with a reference in the yaml @auth2020*
*Here is a reference to a bib entry @rees2013physical.*


*# References*


*This is the command I used and the message returned:*

*```C:\Users\anwmer\Documents\MinWrkEx>pandoc -s --toc --filter 
pandoc-crossref --citeproc --csl=apa7.csl --bibliography=refs.bib 
--resource-path=.;figures MinWrkEx.md -o MinWrkEx.pdf*
*WARNING: pandoc-crossref was compiled with pandoc 2.11.0.4 but is being 
run through 2.11.1.1. This is not supported. Strange things may (and likely 
will) happen silently.*
*[WARNING] Citeproc: citation rees2013physical not found```*

I have no control over the citeproc version as it now is embedded in pandoc

-- 
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/c5fad0e6-186d-4e31-8b38-063e12ff5547n%40googlegroups.com.

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

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

end of thread, other threads:[~2020-12-15 16:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18 17:45 citeproc citation not found Andrew Mercer
     [not found] ` <c5fad0e6-186d-4e31-8b38-063e12ff5547n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-11-18 19:53   ` Pranesh Prakash
     [not found]     ` <3e0b4d78-7fa0-49a1-9aec-76f0f35a68dbn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-01 13:31       ` Andrew Mercer
     [not found]         ` <b1de277e-6993-49ff-80be-34161ed23c18n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-01 14:01           ` Andrew Mercer
     [not found]             ` <0a64670e-a33d-4f2d-8e79-4e03bda6ffc6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-01 15:06               ` Andrew Mercer
     [not found]                 ` <26044863-4227-481e-bf49-598d385ba76fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-01 18:39                   ` John MacFarlane
     [not found]                     ` <m2im9lxtfb.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
2020-12-08  8:47                       ` Andrew Mercer
     [not found]                         ` <ac9eac16-5dab-4879-a5d7-03ab39e95953n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-15 15:16                           ` Andrew Mercer
     [not found]                             ` <aeffb619-6913-4d05-a293-c93656df0fecn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-15 16:57                               ` John MacFarlane
2020-12-01 15:09               ` Pranesh Prakash
     [not found]                 ` <d99b3932-8d94-4112-b5eb-3bb04bceeaaen-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-01 17:22                   ` Pranesh Prakash
2020-12-01 18:37               ` 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).