public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* convert to docx: bibliography, numbered citations
@ 2019-10-08 11:10 Uwe Brauer
       [not found] ` <87v9szlcha.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Brauer @ 2019-10-08 11:10 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw



Hi

I would like either from a latex file or a org file, generate a docx
file

In which the citations is as 


 As shown by [1]


Bibliography

[1]    Tao On the universality of the incompressible Euler equation on compact manifolds (2017


When I run 

alias pandocbib '/home/oub/.cabal/bin/pandoc --bibliography=/home/oub/texmf/bibtex/bib/bibgraf.bib --filter /home/oub/.cabal/bin/pandoc-citeproc \!:1 -o \!:2'

Then the citations looks like 

This is an example Tao (2017)


Tao, T. 2017. “On the Universality of the Incompressible Euler Equation on Compact Manifolds.” https://arxiv.org/abs/1707.07807.

A citation style by author and year not by a simple number.

Any ideas

Thanks

Uwe Brauer 

-- 
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/87v9szlcha.fsf%40mat.ucm.es.


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

* Re: convert to docx: bibliography, numbered citations
       [not found] ` <87v9szlcha.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
@ 2019-10-08 17:06   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2019-10-08 17:06 UTC (permalink / raw)
  To: Uwe Brauer, pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


You need to use the --csl option (or put a csl field in your
metadata) with a CSL stylesheet that supports numbered style
(e.g. ieee.csl).

https://github.com/citation-style-language/styles

Uwe Brauer <oub-YB6e1s5WF/He5aOfsHch1g@public.gmane.org> writes:

> Hi
>
> I would like either from a latex file or a org file, generate a docx
> file
>
> In which the citations is as 
>
>
>  As shown by [1]
>
>
> Bibliography
>
> [1]    Tao On the universality of the incompressible Euler equation on compact manifolds (2017
>
>
> When I run 
>
> alias pandocbib '/home/oub/.cabal/bin/pandoc --bibliography=/home/oub/texmf/bibtex/bib/bibgraf.bib --filter /home/oub/.cabal/bin/pandoc-citeproc \!:1 -o \!:2'
>
> Then the citations looks like 
>
> This is an example Tao (2017)
>
>
> Tao, T. 2017. “On the Universality of the Incompressible Euler Equation on Compact Manifolds.” https://arxiv.org/abs/1707.07807.
>
> A citation style by author and year not by a simple number.
>
> Any ideas
>
> Thanks
>
> Uwe Brauer 
>
> -- 
> 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/87v9szlcha.fsf%40mat.ucm.es.

-- 
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/yh480k5zkz181l.fsf%40johnmacfarlane.net.


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

end of thread, other threads:[~2019-10-08 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 11:10 convert to docx: bibliography, numbered citations Uwe Brauer
     [not found] ` <87v9szlcha.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
2019-10-08 17:06   ` 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).