Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s5 slides are not working in 1.9.0.5 #413

Closed
andyczerwonka opened this issue Feb 10, 2012 · 8 comments
Closed

s5 slides are not working in 1.9.0.5 #413

andyczerwonka opened this issue Feb 10, 2012 · 8 comments

Comments

@andyczerwonka
Copy link

When I try to generate an s5 deck, I just get straight HTML. If I choose Slidy, it works fine.

pandoc -t s5 -s kickoff.md -o kickoff.html - this does not work
pandoc -t slidy -s kickoff.md -o kickoff.html - this works

Here's my version...

pandoc --version
pandoc 1.9.0.5
Compiled with citeproc-hs 0.3.4 and highlighting-kate 0.5.0.1.

@andyczerwonka
Copy link
Author

Upgraded to pandoc 1.9.1
Still an issue for me

@jgm
Copy link
Owner

jgm commented Feb 10, 2012

There was a change that I should have highlighted in the release
notes. If you produce s5 without '--self-contained', it will
look for the s5 slide js and css files at the relative url s5/default.
So one way to fix things would be to copy the s5 directory from
the pandoc source to wherever you're viewing the s5 slide show.

However, you may prefer to use --self-contained to produce a slide
show that incorporates all the needed js and css. Unfortunately,
there's a problem here: pandoc.cabal was missing a couple of data
files, so you'll get an error. I am about to fix this in master.

You can workaround this by copying the two gif files from s5/default
in the pandoc source directory to the directory where cabal puts
the pandoc data files -- usually something like
~/.cabal/shared/pandoc-1.9.0.5/

+++ Andy Czerwonka [Feb 10 12 09:55 ]:

When I try to generate an s5 deck, I just get straight HTML. If I choose Slidy, it works fine.

pandoc -t s5 -s kickoff.md -o kickoff.html - this does not work
pandoc -t slidy -s kickoff.md -o kickoff.html - this works

Here's my version...

pandoc --version
pandoc 1.9.0.5
Compiled with citeproc-hs 0.3.4 and highlighting-kate 0.5.0.1.


Reply to this email directly or view it on GitHub:
#413

@andyczerwonka
Copy link
Author

I can wait if you're already planning on tackling it in master. Are
you planning a new push before Monday?

-andy

On Fri, Feb 10, 2012 at 12:07 PM, John MacFarlane
reply@reply.github.com
wrote:

There was a change that I should have highlighted in the release
notes.  If you produce s5 without '--self-contained', it will
look for the s5 slide js and css files at the relative url s5/default.
So one way to fix things would be to copy the s5 directory from
the pandoc source to wherever you're viewing the s5 slide show.

However, you may prefer to use --self-contained to produce a slide
show that incorporates all the needed js and css.  Unfortunately,
there's a problem here:  pandoc.cabal was missing a couple of data
files, so you'll get an error.  I am about to fix this in master.

You can workaround this by copying the two gif files from s5/default
in the pandoc source directory to the directory where cabal puts
the pandoc data files -- usually something like
~/.cabal/shared/pandoc-1.9.0.5/

+++ Andy Czerwonka [Feb 10 12 09:55 ]:

When I try to generate an s5 deck, I just get straight HTML. If I choose Slidy, it works fine.

pandoc -t s5 -s kickoff.md -o kickoff.html - this does not work
pandoc -t slidy -s kickoff.md -o kickoff.html - this works

Here's my version...

pandoc --version
pandoc 1.9.0.5
Compiled with citeproc-hs 0.3.4 and highlighting-kate 0.5.0.1.


Reply to this email directly or view it on GitHub:
#413


Reply to this email directly or view it on GitHub:
#413 (comment)

Andy Czerwonka

@andyczerwonka
Copy link
Author

Looks like --self-contained is still broken:

pandoc --self-contained -t s5 -s kickoff.md -o kickoff.html
pandoc: Could not find `s5/default/bodybg.gif'

@jgm
Copy link
Owner

jgm commented Feb 10, 2012

Already pushed...

+++ Andy Czerwonka [Feb 10 12 11:09 ]:

I can wait if you're already planning on tackling it in master. Are
you planning a new push before Monday?

-andy

On Fri, Feb 10, 2012 at 12:07 PM, John MacFarlane
reply@reply.github.com
wrote:

There was a change that I should have highlighted in the release
notes.  If you produce s5 without '--self-contained', it will
look for the s5 slide js and css files at the relative url s5/default.
So one way to fix things would be to copy the s5 directory from
the pandoc source to wherever you're viewing the s5 slide show.

However, you may prefer to use --self-contained to produce a slide
show that incorporates all the needed js and css.  Unfortunately,
there's a problem here:  pandoc.cabal was missing a couple of data
files, so you'll get an error.  I am about to fix this in master.

You can workaround this by copying the two gif files from s5/default
in the pandoc source directory to the directory where cabal puts
the pandoc data files -- usually something like
~/.cabal/shared/pandoc-1.9.0.5/

+++ Andy Czerwonka [Feb 10 12 09:55 ]:

When I try to generate an s5 deck, I just get straight HTML. If I choose Slidy, it works fine.

pandoc -t s5 -s kickoff.md -o kickoff.html - this does not work
pandoc -t slidy -s kickoff.md -o kickoff.html - this works

Here's my version...

pandoc --version
pandoc 1.9.0.5
Compiled with citeproc-hs 0.3.4 and highlighting-kate 0.5.0.1.


Reply to this email directly or view it on GitHub:
#413


Reply to this email directly or view it on GitHub:
#413 (comment)

Andy Czerwonka


Reply to this email directly or view it on GitHub:
#413 (comment)

@andyczerwonka
Copy link
Author

I meant a new release version. :-)

On Fri, Feb 10, 2012 at 12:17 PM, John MacFarlane
reply@reply.github.com
wrote:

Already pushed...

+++ Andy Czerwonka [Feb 10 12 11:09 ]:

I can wait if you're already planning on tackling it in master. Are
you planning a new push before Monday?

-andy

On Fri, Feb 10, 2012 at 12:07 PM, John MacFarlane
reply@reply.github.com
wrote:

There was a change that I should have highlighted in the release
notes.  If you produce s5 without '--self-contained', it will
look for the s5 slide js and css files at the relative url s5/default.
So one way to fix things would be to copy the s5 directory from
the pandoc source to wherever you're viewing the s5 slide show.

However, you may prefer to use --self-contained to produce a slide
show that incorporates all the needed js and css.  Unfortunately,
there's a problem here:  pandoc.cabal was missing a couple of data
files, so you'll get an error.  I am about to fix this in master.

You can workaround this by copying the two gif files from s5/default
in the pandoc source directory to the directory where cabal puts
the pandoc data files -- usually something like
~/.cabal/shared/pandoc-1.9.0.5/

+++ Andy Czerwonka [Feb 10 12 09:55 ]:

When I try to generate an s5 deck, I just get straight HTML. If I choose Slidy, it works fine.

pandoc -t s5 -s kickoff.md -o kickoff.html - this does not work
pandoc -t slidy -s kickoff.md -o kickoff.html - this works

Here's my version...

pandoc --version
pandoc 1.9.0.5
Compiled with citeproc-hs 0.3.4 and highlighting-kate 0.5.0.1.


Reply to this email directly or view it on GitHub:
#413


Reply to this email directly or view it on GitHub:
#413 (comment)

Andy Czerwonka


Reply to this email directly or view it on GitHub:
#413 (comment)


Reply to this email directly or view it on GitHub:
#413 (comment)

Andy Czerwonka

@jgm
Copy link
Owner

jgm commented Feb 10, 2012

I don't know. I just put out a release yesterday. I doubt
I'll push out another before Monday, but maybe.

+++ Andy Czerwonka [Feb 10 12 11:26 ]:

I meant a new release version. :-)

On Fri, Feb 10, 2012 at 12:17 PM, John MacFarlane
reply@reply.github.com
wrote:

Already pushed...

+++ Andy Czerwonka [Feb 10 12 11:09 ]:

I can wait if you're already planning on tackling it in master. Are
you planning a new push before Monday?

-andy

On Fri, Feb 10, 2012 at 12:07 PM, John MacFarlane
reply@reply.github.com
wrote:

There was a change that I should have highlighted in the release
notes.  If you produce s5 without '--self-contained', it will
look for the s5 slide js and css files at the relative url s5/default.
So one way to fix things would be to copy the s5 directory from
the pandoc source to wherever you're viewing the s5 slide show.

However, you may prefer to use --self-contained to produce a slide
show that incorporates all the needed js and css.  Unfortunately,
there's a problem here:  pandoc.cabal was missing a couple of data
files, so you'll get an error.  I am about to fix this in master.

You can workaround this by copying the two gif files from s5/default
in the pandoc source directory to the directory where cabal puts
the pandoc data files -- usually something like
~/.cabal/shared/pandoc-1.9.0.5/

+++ Andy Czerwonka [Feb 10 12 09:55 ]:

When I try to generate an s5 deck, I just get straight HTML. If I choose Slidy, it works fine.

pandoc -t s5 -s kickoff.md -o kickoff.html - this does not work
pandoc -t slidy -s kickoff.md -o kickoff.html - this works

Here's my version...

pandoc --version
pandoc 1.9.0.5
Compiled with citeproc-hs 0.3.4 and highlighting-kate 0.5.0.1.


Reply to this email directly or view it on GitHub:
#413


Reply to this email directly or view it on GitHub:
#413 (comment)

Andy Czerwonka


Reply to this email directly or view it on GitHub:
#413 (comment)


Reply to this email directly or view it on GitHub:
#413 (comment)

Andy Czerwonka


Reply to this email directly or view it on GitHub:
#413 (comment)

@andyczerwonka
Copy link
Author

Okay cool. I'll do the manual fix. Thanks for responding so quickly. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants