Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 1.27 KB

presentation.md

File metadata and controls

79 lines (49 loc) · 1.27 KB

% Simple presentations with Markdownreveal % Miguel Sánchez de León Peque % 2017-12-17

Make presentations with joy!

Tired?

{width=80% height=400}

Markdownreveal

{width=20%}

https://github.com/markdownreveal/markdownreveal

Testimonials

I used to cry when I had to open my office suite... Now I don't cry anymore!

Mx. Trustworthy

How do I start?

Requirements

  • Python 3.5+
  • Pandoc

*Optionally Decktape (for exporting to PDF)

Usage

# Install
pip install markdownreveal

# Run
markdownreveal presentation.md

# Run (shorter)
mdr presentation.md

Equations too!

$$ f(x) = \int_{-\infty}^\infty h(\xi),e^{2 \pi i \xi x} ,d\xi $$

Also inline $c = \sqrt{a^2 + b^2}$...

And emojis! 😄

Markdownreveal... 😍

Subcommands

  • Upload to GitHub pages
  • Generate PDF
  • Create a ZIP file
markdownreveal --help

Custom styles

  • YAML files
  • Create your own style repository!
  • Corporate look

More!