public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* problem using csl style for citations, name of the author not appearing in the correct place
@ 2018-07-21  5:22 Amael Marchand
       [not found] ` <92757a95-a011-4cc5-8815-c47e787ebcd8-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Amael Marchand @ 2018-07-21  5:22 UTC (permalink / raw)
  To: pandoc-discuss


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

 


Hi ! 


I've been trying all day long to obtain the correct output using csl style 
for citation. I tried with several csl files and I get always similar 
results. The name of the author is not in the correct place.



when I put this in the terminal:



pandoc principal --bibliography=biblio.bib 
--csl=le-tapuscrit-author-date.csl  -o principal.odt


using the following bibtex citation key in the text:



@bourdieuIllusionBiographique1986


I get get this output for citations:



Bourdieu  (1986) 



when the expected one is :



 (Bourdieu 1986)


I'm quit sure the problem is not coming from de csl file because using 
other csl files has similar results, beside the same csl file used with the 
zotero extension for word works perfectly well.

I have a similar issue with an another csl style that is supposed to put 
the complete reference in the footnote, the name of the author stays on the 
text and is not appearing on the footnote ! Here again I'm sure the csl has 
no errors.

I get get this output:


blah blah blah Pierre Bourdieu1 <#fn1> 


   1. 
   
   « L’illusion biographique », *Actes de la recherche en sciences sociales*, 
   1986, vol. 62, nᵒ 1, p. 69‑72.
   
when the expected one is :

blah blah blah1 <https://groups.google.com/forum/#fn1>


   1. 
   
   BOURDIEU Pierre, « L’illusion biographique », *Actes de la recherche en 
   sciences sociales*, 1986, vol. 62, nᵒ 1, p. 69‑72.
   
I hope I will really find answear to this, it is the only thing stoping me 
to use pandoc which looks like an amazing intrument !

Thanks !


-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/92757a95-a011-4cc5-8815-c47e787ebcd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: problem using csl style for citations, name of the author not appearing in the correct place
       [not found] ` <92757a95-a011-4cc5-8815-c47e787ebcd8-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2018-07-21 19:08   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2018-07-21 19:08 UTC (permalink / raw)
  To: Amael Marchand, pandoc-discuss


You want

    [@bourdieuIllusionBiographique1986]

not

    @bourdieuIllusionBiographique1986

which is for "author-in-text" style citations.


Amael Marchand <joho.amael-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

>  
>
>
> Hi ! 
>
>
> I've been trying all day long to obtain the correct output using csl style 
> for citation. I tried with several csl files and I get always similar 
> results. The name of the author is not in the correct place.
>
>
>
> when I put this in the terminal:
>
>
>
> pandoc principal --bibliography=biblio.bib 
> --csl=le-tapuscrit-author-date.csl  -o principal.odt
>
>
> using the following bibtex citation key in the text:
>
>
>
> @bourdieuIllusionBiographique1986
>
>
> I get get this output for citations:
>
>
>
> Bourdieu  (1986) 
>
>
>
> when the expected one is :
>
>
>
>  (Bourdieu 1986)
>
>
> I'm quit sure the problem is not coming from de csl file because using 
> other csl files has similar results, beside the same csl file used with the 
> zotero extension for word works perfectly well.
>
> I have a similar issue with an another csl style that is supposed to put 
> the complete reference in the footnote, the name of the author stays on the 
> text and is not appearing on the footnote ! Here again I'm sure the csl has 
> no errors.
>
> I get get this output:
>
>
> blah blah blah Pierre Bourdieu1 <#fn1> 
>
>
>    1. 
>    
>    « L’illusion biographique », *Actes de la recherche en sciences sociales*, 
>    1986, vol. 62, nᵒ 1, p. 69‑72.
>    
> when the expected one is :
>
> blah blah blah1 <https://groups.google.com/forum/#fn1>
>
>
>    1. 
>    
>    BOURDIEU Pierre, « L’illusion biographique », *Actes de la recherche en 
>    sciences sociales*, 1986, vol. 62, nᵒ 1, p. 69‑72.
>    
> I hope I will really find answear to this, it is the only thing stoping me 
> to use pandoc which looks like an amazing intrument !
>
> Thanks !
>
>
> -- 
> 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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/92757a95-a011-4cc5-8815-c47e787ebcd8%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/m2bmb0h0e9.fsf%40johnmacfarlane.net.
For more options, visit https://groups.google.com/d/optout.


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

end of thread, other threads:[~2018-07-21 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-21  5:22 problem using csl style for citations, name of the author not appearing in the correct place Amael Marchand
     [not found] ` <92757a95-a011-4cc5-8815-c47e787ebcd8-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-07-21 19:08   ` 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).