public
Description: LaTeX to Pic
Homepage: http://redsymbol.net/software/l2p/
Clone URL: git://github.com/redsymbol/l2p.git
l2p / maxwells.latex
100644 10 lines (8 sloc) 0.374 kb
1
2
3
4
5
6
7
8
9
10
# Example input file - Maxwell's Equations
 # Comments are lines whose first character is an '#'.
  # Blank lines and leading whitespace are ignored.
   # Lines should otherwise start and end with an '$'.
 
$\nabla \cdot \mathbf{D} = \rho$
$\nabla \times \mathbf{H} = J$
$\nabla \times \mathbf{E} + \frac{\partial \mathbf{B}}{\partial t} = 0$
$\nabla \cdot \mathbf{B} = 0$