国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 line
1.6KB

  1. <!DOCTYPE html>
  2. <!--
  3. Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  4. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  5. -->
  6. <html lang="en">
  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. <meta name="description" content="Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.">
  17. <script>
  18. CKEDITOR.disableAutoInline = true;
  19. </script>
  20. </head>
  21. <body>
  22. <h1 class="samples">
  23. <a href="../../../samples/old/index.html">CKEditor Samples</a> &raquo; Mathematical Formulas
  24. </h1>
  25. <div class="warning deprecated">
  26. 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>.
  27. </div>
  28. <div id="footer">
  29. <hr>
  30. <p>
  31. CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
  32. </p>
  33. <p id="copy">
  34. Copyright &copy; 2003-2020, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
  35. Knabben. All rights reserved.
  36. </p>
  37. </div>
  38. </body>
  39. </html>