123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="author" content="Eemeli Blåsten">
- <title>Hermite functions</title>
- <!-- Favicon: the small icon in browser tabs and history -->
- <link rel="shortcut icon" type="image/png" href="pics/favicon.png" />
- <!-- CSS style sheet -->
- <link rel="stylesheet" href="CSSJS/lettus.css">
- <!-- Configure MathJax -->
- <script src="CSSJS/lettus_conf_mj.js"></script>
- <!-- Typeset MathJax formulas and number theorems etc. -->
- <script src="CSSJS/lettus_typeset.js"></script>
- <!-- Latex macros -->
- \(
- \newcommand{\abs}[1]{{\left\lvert #1 \right\rvert}}
- \newcommand{\norm}[1]{{\left\lVert #1 \right\rVert}}
- \newcommand{\supp}{\operatorname{supp}}
- \newcommand{\C}{\mathbb{C}}
- \newcommand{\R}{\mathbb{R}}
- \newcommand{\Z}{\mathbb{Z}}
- \newcommand{\N}{\mathbb{N}}
- \newcommand{\D}{\mathscr{D}}
- \newcommand{\S}{\mathscr{S}}
- \newcommand{\F}{\mathscr{F}}
- \)
- </head>
- <body class="content">
- <h1>Just a few things to refer to</h1>
- <footer>
- <small>
- <pre> Copyright (C) 2015-2018 Eemeli Blåsten.
- Permission is granted to copy, distribute and/or modify this document
- under the terms of the GNU Free Documentation License, Version 1.3
- or any later version published by the Free Software Foundation;
- with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
- A copy of the license is included in the section entitled "GNU
- Free Documentation License".
- </pre>
- </small>
- </footer>
- <p>
- This document should have a bunch of theorems and equations, all with
- different numbering. The purpose is to test wether getting the divs
- into another document can be done.
-
- \begin{equation}
- a+b=c\label{eq1}
- \end{equation}
- </p>
- <div class="theorem" title="Awesome!" id="thm1">
- <p>
- Let $a \gt 2$ and $b \lt 3$. Then if $c = a/b$ we have
-
- \begin{equation}
- \label{cEquation}
- c \gt 2/3.
- \end{equation}
- </p>
- </div>
- <div class="corollary" id="corolla">
- <p>
- Corolla is an awesome car!
- </p>
- </div>
- </body>
|