Skip to content
Snippets Groups Projects
Select Git revision
  • 49bb032bc024a0c4d6897eb8e4248af8749a5479
  • devel default
  • master
  • fo
  • jirka/typing
  • fo-base
  • mj/submit-images
  • jk/issue-96
  • jk/issue-196
  • honza/add-contestant
  • honza/mr7
  • honza/mrf
  • honza/mrd
  • honza/mra
  • honza/mr6
  • honza/submit-images
  • honza/kolo-vs-soutez
  • jh-stress-test-wip
  • shorten-schools
19 results

protokol.tex

Blame
  • index.html 1.05 KiB
    <!DOCTYPE html>
    <head>
    	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css">
    	<link rel="stylesheet" href="./github-markdown.css"/>
    	<style>
    	#input {
    		display: block;
    		font-size: 12pt;
    
    	}
    	#output {
    		margin: 20px;
    	}
    	</style>
    </head>
    <body>
    	<textarea id="input" type="textarea" rows=10, cols=80>
    # Maxwell's Equations
    
    
    equation | description
    ----------|------------
    $\nabla \cdot \vec{\mathbf{B}}  = 0$ | divergence of $\vec{\mathbf{B}}$ is zero
    $\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t}  = \vec{\mathbf{0}}$ |  curl of $\vec{\mathbf{E}}$ is proportional to the rate of change of $\vec{\mathbf{B}}$
    $\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} = \frac{4\pi}{c}\vec{\mathbf{j}}    \nabla \cdot \vec{\mathbf{E}} = 4 \pi \rho$ | wha?
    
    ![electricity](http://i.giphy.com/Gty2oDYQ1fih2.gif)</textarea>
    	<button id="button">Mathdown!</button>
    	<div id="output" class="markdown-body"></div>
    	<script src="./bundle.js"></script>
    </body>