1234567891011121314151617181920212223242526272829303132333435363738 |
- <!DOCTYPE html>
- <!--
- Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md or http://ckeditor.com/license
- -->
- <html>
- <head>
- <meta charset="utf-8">
- <title>Mathematical Formulas — CKEditor Sample</title>
- <script src="../../../ckeditor.js"></script>
- <link href="../../../samples/old/sample.css" rel="stylesheet">
- <meta name="ckeditor-sample-name" content="Mathematics plugin">
- <meta name="ckeditor-sample-group" content="Plugins">
- <meta name="ckeditor-sample-description" content="Create mathematical equations in TeX and display them in visual form.">
- <meta name="ckeditor-sample-isnew" content="1">
- <script>
- CKEDITOR.disableAutoInline = true;
- </script>
- </head>
- <body>
- <h1 class="samples">
- <a href="../../../samples/old/index.html">CKEditor Samples</a> » Mathematical Formulas
- </h1>
- <div class="warning deprecated">
- 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>.
- </div>
- <div id="footer">
- <hr>
- <p>
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
- </p>
- <p id="copy">
- Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
- Knabben. All rights reserved.
- </p>
- </div>
- </body>
- </html>
|