浏览代码

Docs: Added information about displaying MathType on target page. [skip ci]

Anna Tomanek 6 年之前
父节点
当前提交
b6426c1610
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      docs/features/mathtype.md

+ 9 - 1
docs/features/mathtype.md

@@ -7,7 +7,7 @@ menu-title: Math and chemical formulas
 
 <info-box>
 	This feature is provided as a commercial solution called MathType delivered by our partner, [Wiris](http://www.wiris.com).
-	The integration with MathType is in beta version and you can report any issues in the official CKEditor 5 [GitHub repository](https://github.com/ckeditor/ckeditor5/issues), marked with the [`package:mathtype`](https://github.com/ckeditor/ckeditor5/labels/package%3Amathtype) label. A license can be purchased [here](https://ckeditor.com/contact/).
+	The integration with MathType is in beta version and you can report any issues in the official CKEditor 4 [GitHub repository](https://github.com/ckeditor/ckeditor-dev/issues). A license can be purchased [here](https://ckeditor.com/contact/).
 </info-box>
 
 [MathType](http://www.wiris.com/en/mathtype) is a popular mathematical and science formula editor with classical and handwriting input modes. You can use it to create math equations or chemical formulas right inside the CKEditor 5 content.
@@ -69,3 +69,11 @@ ClassicEditor
 <info-box info>
 	Read more about {@link builds/guides/integration/installing-plugins installing plugins}.
 </info-box>
+
+## Displaying on target page
+
+In order to display mathematical formulas on the target page, i.e. the page where the content produced by CKEditor 5 will be visible, the target page needs to [include the MathType script](https://docs.wiris.com/en/mathtype/mathtype_web/integrations/mathml-mode#add_a_script_to_head). For example for the default settings this would be:
+
+```html
+<script src="<path-to-your-ckeditor4>/plugins/ckeditor_wiris/integration/WIRISplugins.js?viewer=image"></script>
+```