{ "metadata": { "name": "proves en latex" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "code", "collapsed": false, "input": [ "from IPython.display import Math\n", "Math(r'F(k) = \\int_{-\\infty}^{\\infty} f(x) e^{2\\pi i k} dx')\n" ], "language": "python", "metadata": {}, "outputs": [ { "latex": [ "$$F(k) = \\int_{-\\infty}^{\\infty} f(x) e^{2\\pi i k} dx$$" ], "output_type": "pyout", "prompt_number": 2, "text": [ "" ] } ], "prompt_number": 2 }, { "cell_type": "markdown", "metadata": {}, "source": [ "$F(k) = \\int_{-\\infty}^{\\infty} f(x) e^{2\\pi i k} dx$" ] }, { "cell_type": "heading", "level": 2, "metadata": {}, "source": [ "Titular 2" ] }, { "cell_type": "code", "collapsed": false, "input": [], "language": "python", "metadata": {}, "outputs": [] } ], "metadata": {} } ] }