Skip to content

ptbrowne/beamerLive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greetings everyone

Pandoc + Markdown + Beamer + ImageMagick + Flask + EpicEditor = BeamerLive

This is an attempt at making Beamer presentations really easy to make. All the credit goes to the makers of the different programs/libraries I used since it is only a mashup.

Thanks also to John Hammersley and John Lees-Miller and their awesome website for the original idea of making Latex easier to use.

In this little demo are used 5 CLI programs :

  • Pandoc
  • Markdown
  • Latex
  • ImageMagick

... 1 Latex package :

  • Beamer

... 2 Python libraries :

  • sh
  • Flask

.. and 2 JS libraries :

  • EpicEditor
  • JQuery

How to use it

sudo apt-get install imagemagick pandoc texlive texlive-xetex
sudo pip install flask sh

git clone https://github.com/phisto/beamerLive.git
cd beamerLive
python server.py

And then goes to your favorite browser at localhost:5000 and start editing. The presentation will be rendered when you stop typing for 5 seconds. You can see the pdf version of the presentation in the directory where you started the server as temp.pdf

TODO

Add uploading of images, themes etc...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published