Skip to content

aadamovich/dzslides-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

156 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The pandoc markdown file (template.md) and pandoc template (class.dzslides) can be used to generate a dzslides deck (template.html). This generated deck includes a wider range of slides types than the default dzslides template.html (e.g., traditional, Takahashi black and white; images with shadowed overlay (PechaKucha), centered, and floated left and right).

Check out the resulting deck!

pandoc --template=class.dzslides -t dzslides --standalone template.md > template.html

Image Tips

regular image
    ![alt](media/img.jpg)\ 
stretch image to fill screen; alt is overlay
    ![overlay](media/img.jpg)
stretch image to fill screen; h4 is overlay
    #### overlay + ![alt](media/img.jpg)
constrain image; h5 is overlay
    ##### overlay + ![alt](media/img.jpg)

Issues

  1. The latest functionality of dzslides (such as overview mode) may not be in pandoc's $dzslides-core$. I've replaced $dzslides-core$ with the latest from dzslides (first escaping all javascript $ via $$.)
  2. Make sure you are not using an early version of pandoc that give every slide an h1, even if empty (see #484.)
  3. There's some ugly CSS trying to account for: (a) No easy vertical centers, so there's lots of margin futzing; (b) No easy image scaling; (c) Images might be in a link, if using WikimediaCommons images.

About

DZSlides is a one-file HTML template to build slides in HTML5 and CSS3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors