Fixed Broken Header

For some reason the Heading 1 cell cannot accept \infty latex.
I am sure this used to work; I have done some updates so perhaps
something changed?
This commit is contained in:
Roger Labbe
2015-01-03 16:49:50 -08:00
parent 952d81e3ef
commit ea6a9601a2
3 changed files with 7 additions and 6 deletions

View File

@@ -16,11 +16,10 @@
]
},
{
"cell_type": "heading",
"level": 1,
"cell_type": "markdown",
"metadata": {},
"source": [
"$H_\\infty$ filter"
" # $H_\\infty$ filter"
]
},
{
@@ -299,7 +298,6 @@
" [0., 1.]])\n",
"\n",
"f.H = array([[0., 1.]])\n",
"#f.x = array([[0., 0.]]).T\n",
"f.G = array([[dt**2 / 2, dt]]).T\n",
"\n",
"f.P = 0.01\n",