https://github.com/szaghi/matisse
Markdown To Impressive Scientific Slides
https://github.com/szaghi/matisse
css html impressjs javascript latex markdown presentation python scientific-publications slider
Last synced: about 1 month ago
JSON representation
Markdown To Impressive Scientific Slides
- Host: GitHub
- URL: https://github.com/szaghi/matisse
- Owner: szaghi
- Created: 2014-10-03T14:38:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T07:55:36.000Z (about 4 years ago)
- Last Synced: 2025-02-16T15:50:06.223Z (8 months ago)
- Topics: css, html, impressjs, javascript, latex, markdown, presentation, python, scientific-publications, slider
- Language: Python
- Homepage:
- Size: 13.7 MB
- Stars: 48
- Watchers: 6
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.gpl3.md
Awesome Lists containing this project
README
# MaTiSSe.py [](https://img.shields.io/pypi/v/MaTiSSe.py.svg) []()[](https://gitter.im/szaghi/MaTiSSe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[]()
### MaTiSSe.py, Markdown To Impressive Scientific Slides
MaTiSSe.py is a very simple and stupid (KISS) presentation maker based on simple `markdown` syntax producing high quality first-class html/css presentation with great support for scientific contents.+ MaTiSSe.py is **NOT** *WYSIWYG*: it converts your sources to high quality html presentation with the same approach of LaTeX typesetting;
+ MaTiSSe.py is tailored to scientific contents (equations, figures, tables, etc...);
+ MaTiSSe.py is a Command Line Tool;
+ MaTiSSe.py is a Free, Open Source Project.### Status
[](https://travis-ci.org/szaghi/MaTiSSe)
[](https://coveralls.io/r/szaghi/MaTiSSe)
[](https://landscape.io/github/szaghi/MaTiSSe/master)#### Issues
[]()
[](https://waffle.io/szaghi/matisse)
[](https://waffle.io/szaghi/matisse)
[](https://waffle.io/szaghi/matisse)#### Python support []()
#### Documentation
MaTiSSe.py has a comprehensive [wiki](https://github.com/szaghi/MaTiSSe/wiki): read it to know how to install and use MaTiSSe.py.
#### A Taste of MaTiSSe.py
See MaTiSSe.py in action with the [getting started presentation](http://szaghi.github.io/MaTiSSe/#/slide-1) or see the following screenshots.##### The Titlepage
##### Figure environment
##### LaTeX Equations support
##### LaTeX-Beamer Themes support
Go to [Top](#top)
## Main Features
MaTiSSe.py has a too much long list of features. Here the main features are listed whereas for a complete list read all the documentation material (examples, wiki, etc...).* [x] `markdown-to-html` slides maker (with extended markdown syntax);
* [ ] support for structured, long presentations:
* [x] presentation metadata;
* [x] presentation sectioning:
* [x] `titlepage`;
* [x] `section`;
* [x] `subsection`;
* [x] `slide`;
* [ ] helpers:
* [x] `TOC`;
* [x] `countdown timer`;
* [ ] `navigation controls`;
* [x] easy theming:
* [x] `canvas`;
* [x] `headings` (h1,h2,...);
* [x] global slide theme as well theme of a specific slide (local slide theme):
* [x] `headers` (unlimited number);
* [x] `footers` (unlimited number);
* [x] `left and right sidebars` (unlimited number);
* [x] `content`;
* [x] `beamer-like-styles` support;
* [x] `latex equations` support;
* [x] `scientific contents` support:
* [x] `boxes` with fully customizable environment;
* [x] `figures` with fully customizable environment;
* [ ] `tables` with fully customizable environment;
* [x] `notes` with fully customizable environment;
* [x] `code listings` with syntax highlighting;
* [x] `columns` fully customizable environment;
* [ ] `note handouts` support;
* [x] `impress.js` support;
* [ ] `jmpress.js` support;
* [ ] `reveal.js` support;## Copyrights
MaTiSSe.py is an open source project, it is distributed under the [GPL v3](http://www.gnu.org/licenses/gpl-3.0.html) license. A copy of the license should be distributed within MaTiSSe.py. Anyone interested to use, develop or to contribute to MaTiSSe.py is welcome. Take a look at the [contributing guidelines](CONTRIBUTING.md) for starting to contribute to the project.Go to [Top](#top)