Built motion from commit 99feb03.|0.0.140
[motion.git] / public / assets / plugins / ckeditor / samples / old / mathjax / mathjax.html
1 <!DOCTYPE html>\r
2 <!--\r
3 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
4 For licensing, see LICENSE.md or http://ckeditor.com/license\r
5 -->\r
6 <html>\r
7 <head>\r
8         <meta charset="utf-8">\r
9         <title>Mathematical Formulas &mdash; CKEditor Sample</title>\r
10         <script src="../../../ckeditor.js"></script>\r
11         <link href="../../../samples/old/sample.css" rel="stylesheet">\r
12         <meta name="ckeditor-sample-name" content="Mathematics plugin">\r
13         <meta name="ckeditor-sample-group" content="Plugins">\r
14         <meta name="ckeditor-sample-description" content="Create mathematical equations in TeX and display them in visual form.">\r
15         <meta name="ckeditor-sample-isnew" content="1">\r
16         <script>\r
17                 CKEDITOR.disableAutoInline = true;\r
18         </script>\r
19 </head>\r
20 <body>\r
21         <h1 class="samples">\r
22                 <a href="../../../samples/old/index.html">CKEditor Samples</a> &raquo; Mathematical Formulas\r
23         </h1>\r
24         <div class="warning deprecated">\r
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>.\r
26         </div>\r
27         <div id="footer">\r
28                 <hr>\r
29                 <p>\r
30                         CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
31                 </p>\r
32                 <p id="copy">\r
33                         Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
34                         Knabben. All rights reserved.\r
35                 </p>\r
36         </div>\r
37 </body>\r
38 </html>\r