Pure html slide

It is also nice to revive html as a markup language. $$ \int_{\partial A} f = 0 $$

        \int_{\partial A} f = 0
    

Video background

Gif background

Press down key

Intro

grow

shrink

fade-out

fade-up (also down, left and right!)

visible only once

blue only once

highlight-red

highlight-green

highlight-blue

Formulas !

\[ \hat{T} (\mathbf{a}) = e ^ {\mathbf{a}\cdot\nabla} = e ^ {\frac{i}{\hbar}\mathbf{a}\cdot\hat{\mathbf{p}}} \] $$ \iiint_{V} f = 0$$

Python!


#! /usr/bin/env python3
# -*- coding: utf-8 -*-

import sys
import logging

if sys.version_info < (3, 2):
    raise Exception("This program must use python 3.2 or greater")

if __name__ == "__main__":
    main()