subscript-compiler 0.1.0

A modern LaTeX rendition.
Documentation
1
2
3
4
5
6
7
8
9
10
\note {
    \h1{The Acceleration Vector \{\vec{v}} }
    \equation {
        \vec{a} =
        \lim_{t\to 0} \frac{\vec{v}(t + \Delta t)-\vec{v}}{\Delta t} =
        \frac
            {\mathrm{d}\vec{v}}
            {\mathrm{d}t}
    }
}