public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* pandoc 1.12.0.2
@ 2013-10-14 16:53 Charles Moulliard
       [not found] ` <4d940849-ee1f-4964-ac19-e23f301d2247-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Moulliard @ 2013-10-14 16:53 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]

Hi,

I have done a build of pandoc using haskell/cabell (and move pandoc file 
under /usr/bin/pandoc) but when I try to use it to generate a sildeshow 
using revealjs I get this error :

pandoc -s -i -t revealjs faq-1.md -o faq-1.html
pandoc: Could not find data file templates/default.revealjs

pandoc -v
pandoc 1.12.0.2

So pandoc is able to retrieve the templates ? where should I place the 
templates/default.revealjs file ?

Regards,

Charles


-- 
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/4d940849-ee1f-4964-ac19-e23f301d2247%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

[-- Attachment #2: Type: text/html, Size: 1514 bytes --]

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

* Re: pandoc 1.12.0.2
       [not found] ` <4d940849-ee1f-4964-ac19-e23f301d2247-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2013-10-14 17:46   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2013-10-14 17:46 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

If you want to be able to move the executable around, it's best
to install with the 'embed_data_files' flag:

    cabal install -fembed_data_files pandoc

Otherwise pandoc will expect the data files to be where they would
be put in a default cabal installation (which normally would be
somewhere in your home directory).

+++ Charles Moulliard [Oct 14 13 09:53 ]:
> Hi,
> 
> I have done a build of pandoc using haskell/cabell (and move pandoc file 
> under /usr/bin/pandoc) but when I try to use it to generate a sildeshow 
> using revealjs I get this error :
> 
> pandoc -s -i -t revealjs faq-1.md -o faq-1.html
> pandoc: Could not find data file templates/default.revealjs
> 
> pandoc -v
> pandoc 1.12.0.2
> 
> So pandoc is able to retrieve the templates ? where should I place the 
> templates/default.revealjs file ?
> 
> Regards,
> 
> Charles
> 
> 
> -- 
> 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/4d940849-ee1f-4964-ac19-e23f301d2247%40googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.


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

end of thread, other threads:[~2013-10-14 17:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-14 16:53 pandoc 1.12.0.2 Charles Moulliard
     [not found] ` <4d940849-ee1f-4964-ac19-e23f301d2247-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2013-10-14 17:46   ` 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).