2017-07-01 20:16:47 +00:00
<!DOCTYPE html>
<!--
2019-02-18 12:28:41 +00:00
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
2018-02-04 12:51:11 +00:00
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
2017-07-01 20:16:47 +00:00
-->
< 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" >
2019-08-09 11:38:10 +00:00
This sample is not maintained anymore. Check out its < a href = "https://ckeditor.com/docs/ckeditor4/latest/examples/mathjax.html" > brand new version in CKEditor Examples< / a > .
2017-07-01 20:16:47 +00:00
< / div >
< div id = "footer" >
< hr >
< p >
2018-02-04 12:51:11 +00:00
CKEditor - The text editor for the Internet - < a class = "samples" href = "https://ckeditor.com/" > https://ckeditor.com< / a >
2017-07-01 20:16:47 +00:00
< / p >
< p id = "copy" >
2019-02-18 12:28:41 +00:00
Copyright © 2003-2019, < a class = "samples" href = "https://cksource.com/" > CKSource< / a > - Frederico
2017-07-01 20:16:47 +00:00
Knabben. All rights reserved.
< / p >
< / div >
< / body >
< / html >