More misc billing (#890)
[openemr.git] / public / assets / ckeditor-4-7-0 / samples / old / mathjax / mathjax.html
blobcce0548f4ab41c499f023759b09a76ed86b67006
1 <!DOCTYPE html>
2 <!--
3 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4 For licensing, see LICENSE.md or http://ckeditor.com/license
5 -->
6 <html>
7 <head>
8 <meta charset="utf-8">
9 <title>Mathematical Formulas &mdash; CKEditor Sample</title>
10 <script src="../../../ckeditor.js"></script>
11 <link href="../../../samples/old/sample.css" rel="stylesheet">
12 <meta name="ckeditor-sample-name" content="Mathematics plugin">
13 <meta name="ckeditor-sample-group" content="Plugins">
14 <meta name="ckeditor-sample-description" content="Create mathematical equations in TeX and display them in visual form.">
15 <meta name="ckeditor-sample-isnew" content="1">
16 <script>
17 CKEDITOR.disableAutoInline = true;
18 </script>
19 </head>
20 <body>
21 <h1 class="samples">
22 <a href="../../../samples/old/index.html">CKEditor Samples</a> &raquo; Mathematical Formulas
23 </h1>
24 <div class="warning deprecated">
25 This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/mathjax.html">brand new version in CKEditor SDK</a>.
26 </div>
27 <div id="footer">
28 <hr>
29 <p>
30 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
31 </p>
32 <p id="copy">
33 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
34 Knabben. All rights reserved.
35 </p>
36 </div>
37 </body>
38 </html>