Skip to content

Commit

Permalink
New slidy directory for "self-contained."
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 4, 2011
1 parent 38fbfed commit fb5f9a9
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions pandoc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,13 @@ Data-Files:
s5/default/slides.css,
s5/default/iepngfix.htc,
-- data for slidy writer
slidy/slidy.css,
slidy/slidy.min.js,
slidy/styles/slidy.css,
slidy/scripts/slidy.js.gz,
slidy/graphics/fold.gif,
slidy/graphics/unfold.gif,
slidy/graphics/nofold-dim.gif,
slidy/graphics/unfold-dim.gif,
slidy/graphics/fold-dim.gif,
-- data for citeproc
default.csl,
-- documentation
Expand Down
Binary file added slidy/graphics/fold-dim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slidy/graphics/fold.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slidy/graphics/nofold-dim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slidy/graphics/unfold-dim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slidy/graphics/unfold.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slidy/scripts/slidy.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion slidy/slidy.min.js

This file was deleted.

4 changes: 4 additions & 0 deletions slidy/slidy.css → slidy/styles/slidy.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ div.toc-heading {
text-align: center;
}

img {
image-rendering: optimize-quality;
}

pre {
font-size: 80%;
font-weight: bold;
Expand Down
2 changes: 2 additions & 0 deletions src/pandoc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ options =
, Option "" ["self-contained"]
(NoArg
(\opt -> return opt { optSelfContained = True,
optVariables = ("slidy-url","slidy") :
optVariables opt,
optStandalone = True }))
"" -- "Make slide shows include all the needed js and css"

Expand Down

0 comments on commit fb5f9a9

Please sign in to comment.