public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* ANN: Academic Scrivener Users Rejoice
@ 2015-09-02 21:52 david.pw.smith-Re5JQEeQqe8AvxtiuMwx3w
       [not found] ` <d87e032a-6d86-4197-aa57-a8a53729c97c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: david.pw.smith-Re5JQEeQqe8AvxtiuMwx3w @ 2015-09-02 21:52 UTC (permalink / raw)
  To: pandoc-discuss


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

After a bit of back and forth with the author of Zotero's Better BibTeX 
plugin, we have come up with a bombproof way of using Scrivener, Zotero and 
Pandoc. It will even pop up a pretty Zotero search box (like in the Word 
plugin) and insert pandoc-formatted citations into Scrivener. 

Full details at 
http://http://davepwsmith.github.io/academic-scrivener-howto/ 
<http://davepwsmith.github.io/academic-scrivener-howto/>

-- 
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/d87e032a-6d86-4197-aa57-a8a53729c97c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: ANN: Academic Scrivener Users Rejoice
       [not found] ` <d87e032a-6d86-4197-aa57-a8a53729c97c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-09-02 23:28   ` Kit Lloyd
       [not found]     ` <aedb44aa-2764-4a5b-9a0a-edc71d780830-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Kit Lloyd @ 2015-09-02 23:28 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi David,

Great instructions, well done.  Just one question, and its probably a 
newbie question, but  why pandoc and not pandoc-citeproc?


On Thursday, 3 September 2015 07:52:01 UTC+10, david.p...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
>
> After a bit of back and forth with the author of Zotero's Better BibTeX 
> plugin, we have come up with a bombproof way of using Scrivener, Zotero and 
> Pandoc. It will even pop up a pretty Zotero search box (like in the Word 
> plugin) and insert pandoc-formatted citations into Scrivener. 
>
> Full details at 
> http://http://davepwsmith.github.io/academic-scrivener-howto/ 
> <http://davepwsmith.github.io/academic-scrivener-howto/>
>

-- 
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/aedb44aa-2764-4a5b-9a0a-edc71d780830%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: ANN: Academic Scrivener Users Rejoice
       [not found]     ` <aedb44aa-2764-4a5b-9a0a-edc71d780830-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-09-03  8:21       ` david.pw.smith-Re5JQEeQqe8AvxtiuMwx3w
  0 siblings, 0 replies; 3+ messages in thread
From: david.pw.smith-Re5JQEeQqe8AvxtiuMwx3w @ 2015-09-03  8:21 UTC (permalink / raw)
  To: pandoc-discuss


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

Pandoc-citeproc is a filter for pandoc -- it doesn't replace it. So to use 
pandoc-citeproc, you call it from within a pandoc command, such as:

pandoc -f markdown -t html5 --filter=pandoc-citeproc test.md -o test.html

It's just that pandoc is clever enough to recognize that if you're using a 
bibliography then you need to run the pandoc-citeproc filter, so if you use 
the --bibliography=x.bib flag then pandoc-citeproc is implied.

On Thursday, 3 September 2015 00:28:03 UTC+1, Kit Lloyd wrote:
>
> Hi David,
>
> Great instructions, well done.  Just one question, and its probably a 
> newbie question, but  why pandoc and not pandoc-citeproc?
>
>
> On Thursday, 3 September 2015 07:52:01 UTC+10, david.p...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
>>
>> After a bit of back and forth with the author of Zotero's Better BibTeX 
>> plugin, we have come up with a bombproof way of using Scrivener, Zotero and 
>> Pandoc. It will even pop up a pretty Zotero search box (like in the Word 
>> plugin) and insert pandoc-formatted citations into Scrivener. 
>>
>> Full details at 
>> http://http://davepwsmith.github.io/academic-scrivener-howto/ 
>> <http://davepwsmith.github.io/academic-scrivener-howto/>
>>
>

-- 
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/b4c7097f-be41-4f84-a7db-ad41edd005b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

end of thread, other threads:[~2015-09-03  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-02 21:52 ANN: Academic Scrivener Users Rejoice david.pw.smith-Re5JQEeQqe8AvxtiuMwx3w
     [not found] ` <d87e032a-6d86-4197-aa57-a8a53729c97c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-09-02 23:28   ` Kit Lloyd
     [not found]     ` <aedb44aa-2764-4a5b-9a0a-edc71d780830-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-09-03  8:21       ` david.pw.smith-Re5JQEeQqe8AvxtiuMwx3w

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