New slidy directory for "self-contained."
This commit is contained in:
parent
38fbfed35e
commit
fb5f9a90f1
10 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
|
BIN
slidy/graphics/fold-dim.gif
Normal file
BIN
slidy/graphics/fold-dim.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 B |
BIN
slidy/graphics/fold.gif
Normal file
BIN
slidy/graphics/fold.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 B |
BIN
slidy/graphics/nofold-dim.gif
Normal file
BIN
slidy/graphics/nofold-dim.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 B |
BIN
slidy/graphics/unfold-dim.gif
Normal file
BIN
slidy/graphics/unfold-dim.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 B |
BIN
slidy/graphics/unfold.gif
Normal file
BIN
slidy/graphics/unfold.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 B |
BIN
slidy/scripts/slidy.js.gz
Normal file
BIN
slidy/scripts/slidy.js.gz
Normal file
Binary file not shown.
1
slidy/slidy.min.js
vendored
1
slidy/slidy.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -160,6 +160,10 @@ div.toc-heading {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
img {
|
||||
image-rendering: optimize-quality;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-size: 80%;
|
||||
font-weight: bold;
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue