Giter Site home page Giter Site logo

reveal-slides's Introduction

README

create your empty repository

git init

create a submodule with reveal.js warning: use https submodule (not ssh) for making GitHub pages happy. It will initialise the submodules without problems.

git submodule add https://github.com/hakimel/reveal.js.git


git submodule add https://github.com/mathjax/MathJax.git
cd MathJax 
git checkout tags/2.7.9
cd ..
git add MathJax
git commit -m "mj version 2.7.9"

pick a released version, take a look https://github.com/hakimel/reveal.js/releases to select a valid tag

cd reveal.js && git checkout tags/3.9.2 && cd ..

now you are ready to create your slides in your repository

http://cgroll.github.io/research_tools/output/markdown.slides.html

pandoc -s
-t revealjs
--mathjax=MathJax/es5/tex-mml-chtml.js
-V revealjs-url=reveal.js
-o slides.html slides.md

pandoc -t beamer slides.md -o slides.pdf
-V theme:default -V colortheme:dolphin

decktape reveal slides.html slidesdt.pdf

reveal-slides's People

Contributors

davegreenwood avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.