Built motion from commit 54a160d.|0.0.140
[motion.git] / public / assets / plugins / ckeditor / samples / old / mathjax / mathjax.html
1 <!DOCTYPE html>
2 <!--
3 Copyright (c) 2003-2016, 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-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
34                         Knabben. All rights reserved.
35                 </p>
36         </div>
37 </body>
38 </html>