All Projects → alejandrogallo → reveal-template

alejandrogallo / reveal-template

Licence: other
Simple reveal.js template with mathjax support and no node or npm dependencies, just a good old Makefile

Programming Languages

M4
1887 projects
HTML
75241 projects
Makefile
30231 projects
TeX
3793 projects
shell
77523 projects
sed
78 projects

Projects that are alternatives of or similar to reveal-template

Office Ribbonx Editor
An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
Stars: ✭ 205 (+925%)
Mutual labels:  powerpoint
latex-template-arxiv-preprint
A simple LaTeX template for Technical Reports, arXiv preprints & 2-column Conference papers
Stars: ✭ 70 (+250%)
Mutual labels:  latex-template
flask-vue-project-seed
SPA quick start using Python Flask and Vue.js. Containerized with Docker.
Stars: ✭ 27 (+35%)
Mutual labels:  template-project
stanford-beamer-presentation
This is an unofficial LaTeX Beamer presentation template for Stanford University.
Stars: ✭ 47 (+135%)
Mutual labels:  latex-template
A-customized-MCM-LaTeX-template-based-on-ctexart
华北理工大学数学建模协会定制的美赛LaTeX模板,附2019年C题一等奖论文,适配至2021年。发现 4 年前不是 09 年而是 19 年,发现自己忙的两年不更新模板了。
Stars: ✭ 42 (+110%)
Mutual labels:  latex-template
modelos-latex
Modelos de documentos em LaTeX para docentes e discentes. Modelo de prova, lista de exercício, apresentação, nota de aula, relatórios e TCC.
Stars: ✭ 43 (+115%)
Mutual labels:  latex-template
Docxtemplater
Generate docx pptx and xlsx (Microsoft Word, Powerpoint, Excel documents) from templates, from Node.js, the Browser and the command line / Demo: https://www.docxtemplater.com/demo
Stars: ✭ 1,990 (+9850%)
Mutual labels:  powerpoint
huskydown
An R Markdown template using the bookdown package for preparing a PhD thesis at the University of Washington
Stars: ✭ 116 (+480%)
Mutual labels:  latex-template
qyxf-book
钱院学辅 LaTeX 书籍模板
Stars: ✭ 31 (+55%)
Mutual labels:  latex-template
python3-alpine-flask-docker
Sample Docker container for a Python 3 Flask based application with minimal footprint.
Stars: ✭ 23 (+15%)
Mutual labels:  template-project
tongji-undergrad-thesis
📄 同济大学本科生毕业设计论文模板 | Tongji University Undergraduate Thesis Template | Overleaf / Mac / Linux / Windows / Workshop / Docker
Stars: ✭ 58 (+190%)
Mutual labels:  latex-template
uni-stuttgart-dissertation-template
Unofficial LaTeX template for a PhD thesis at University of Stuttgart, Germany
Stars: ✭ 30 (+50%)
Mutual labels:  latex-template
latex templates
No description or website provided.
Stars: ✭ 13 (-35%)
Mutual labels:  latex-template
super-super-heroku-bot
Discord bot using Heroku, 24/7!
Stars: ✭ 19 (-5%)
Mutual labels:  template-project
hitszthesis
A dissertation template for Harbin Institute of Technology, ShenZhen (HITSZ), including bachelor, master and doctor dissertations
Stars: ✭ 123 (+515%)
Mutual labels:  latex-template
Slideshow
slideshow gems - write your slides / talks / presentations in plain text with markdown formatting conventions
Stars: ✭ 173 (+765%)
Mutual labels:  powerpoint
nim-presentation-slides
Nim Presentation Slides and Examples.
Stars: ✭ 30 (+50%)
Mutual labels:  presentation-slides
sent
a simple plaintext presentation tool
Stars: ✭ 22 (+10%)
Mutual labels:  presentation-slides
Office365FiddlerExtension
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.
Stars: ✭ 23 (+15%)
Mutual labels:  powerpoint
beamer-themes
Latex beamer themes for presentations
Stars: ✭ 48 (+140%)
Mutual labels:  latex-template

Reveal.js template

This template only uses very simple tools to set-up a presentation:

  • Make
  • m4
  • sed
  • pandoc (optional for latex conversion)

I know, you want to see a preview, here it is.

Features

  • Write in markdown, html or latex, which means that is also done with people writing formulas in mind.
  • Automatic conversion from all formats into html.
  • Building just by hitting make.
  • You do not need an internet connection to use the slides, since all libraries are linked locally.
  • The revealjs template is a simple m4 script (template/revealjs.m4)

Getting started

Pandoc is only needed for latex conversion, if you need it install pandoc, on ubuntu/debian

sudo apt-get install pandoc

Clone repository

git clone --recursive https://github.com/alejandrogallo/reveal-template

and make!

make

Write your slides in slides/ in markdown, html or latex and add the slides in the main.sed file with the html extension.

The makefile will convert (if necessary) your slides into html and will create an index.html file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].