From 9359988b71a3e7dc2c29118b74f7e02615ba1827 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Mon, 2 Mar 2015 17:16:15 -0800 Subject: [PATCH] Made Appendix show up as Appendix! Just needed to add literal latex into the file with the %%latex magix. --- Appendix_A_Installation.ipynb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Appendix_A_Installation.ipynb b/Appendix_A_Installation.ipynb index 002fb91..3bd7845 100644 --- a/Appendix_A_Installation.ipynb +++ b/Appendix_A_Installation.ipynb @@ -7,6 +7,31 @@ "[Table of Contents](http://nbviewer.ipython.org/github/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/table_of_contents.ipynb)" ] }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/latex": [ + "\\appendix" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "%%latex\n", + "\\appendix" + ] + }, { "cell_type": "markdown", "metadata": {},