Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
wiki:help:plugin:mathjax [2020/03/26 17:44] ¶ [Изучение] |
wiki:help:plugin:mathjax [2025/05/24 16:36] (текущий) ¶ [Изучение] |
||
---|---|---|---|
Строка 8: | Строка 8: | ||
===== Изучение ===== | ===== Изучение ===== | ||
- | * <del>[[http://www.codecogs.com/products/eqneditor/editor.php?lang=ru-ru|codecogs]]</del> [[http://www.codecogs.com/latex/eqneditor.php|codecogs]] -- online-редактор | ||
* [[http://www.mathjax.org/|MathJax]] | * [[http://www.mathjax.org/|MathJax]] | ||
- | * [[http://khan.github.io/KaTeX/|KaTeX]] | + | * [[http://khan.github.io/KaTeX/|KaTeX]] или [[https://katex.org/|KaTeX]] |
+ | |||
+ | * :!: <del>[[http://www.codecogs.com/products/eqneditor/editor.php?lang=ru-ru|codecogs]]</del> [[http://www.codecogs.com/latex/eqneditor.php|codecogs]] -- online-редактор FIXME | ||
+ | * :!: [[https://mathurl.com/|mathurl]] | ||
+ | * JS LaTeX Editor: [[https://github.com/asfdfsaf/js-latex/tree/master|github]], [[https://asfdfsaf.github.io/js-latex/|example]] | ||
+ | * EditorJS-LaTeX: [[https://www.npmjs.com/package/editorjs-latex?activeTab=readme|npmjs]], [[https://github.com/mdgaziur/EditorJS-LaTeX|github]], [[https://mdgaziur.github.io/EditorJS-LaTeX/example/|example]] | ||
* <del>[[http://texify.com/|Texify (verb)]].</del> | * <del>[[http://texify.com/|Texify (verb)]].</del> | ||
- | * [[http://www.math.union.edu/~dpvc/jsMath/|jsMath]] | + | * <del>[[http://www.math.union.edu/~dpvc/jsMath/|jsMath]]</del> |
+ | |||
+ | * [[https://www.hostmath.com/|hostmath]] | ||
+ | * [[https://marijnhaverbeke.nl/|marijnhaverbeke]] | ||
+ | * [[https://github.com/yihangho/latex-editor|yihangho]] | ||
+ | * [[https://beta.appendeditor.com/|appendeditor]] | ||
+ | * jaxedit: [[https://jaxedit.sourceforge.net/|sourceforge]] [[https://github.com/zohooo/jaxedit|github]] | ||
+ | * [[https://formulasheet.com/#r|ed|formulasheet]] | ||
* [[https://listoffreeware.com/list-of-best-free-online-latex-editors/|30 Best Free Online LaTeX Editors]] | * [[https://listoffreeware.com/list-of-best-free-online-latex-editors/|30 Best Free Online LaTeX Editors]] | ||
+ | * [[http://www.wiris.com/editor/demo/en/developers|wiris.com]] | ||
+ | |||
+ | * Подсветка: [[wp>Comparison_of_JavaScript-based_source_code_editors|Comparison]] | ||
+ | * [[https://codemirror.net/|codemirror]] | ||
+ | * [[https://github.com/ajaxorg/ace|ace]]+[[https://ace.c9.io/|ace]] + [[https://github.com/securingsincity/react-ac|react-ace]] | ||
+ | * [[https://prismjs.com/|prismjs]], [[https://highlightjs.org/|highlightjs]] | ||
+ | * [[https://sourceforge.net/projects/codepress/|codepress]], [[https://github.com/WebCoder49/code-input|code-input]] | ||
+ | * [[https://medv.io/codejar/|codejar]] | ||
+ | * [[https://github.com/axelofan/kumir/tree/master|Web-Кумир]] + [[https://codepen.io/lonekorean/pen/gaLEMR|Highlight Text Inside a Textarea]] :!: | ||
+ | * [[https://textarea-syntax.adriancs.com/|textarea-syntax]] :!: | ||
+ | * [[https://microsoft.github.io/monaco-editor/|monaco-editor]] | ||
+ | * Редакторы: [[https://simplemde.com/|SimpleMDE Markdown Editor]], [[https://nicedit.com|nicedit]], [[https://ckeditor.com/|ckeditor]], [[https://www.tiny.cloud/|TinyMCE]] | ||
Для изучения синтаксиса, рекомендуется: [[http://en.wikibooks.org/wiki/LaTeX|LaTeX]] , особенно полезно [[http://en.wikibooks.org/wiki/LaTeX/Mathematics|LaTeX/Mathematics]] | Для изучения синтаксиса, рекомендуется: [[http://en.wikibooks.org/wiki/LaTeX|LaTeX]] , особенно полезно [[http://en.wikibooks.org/wiki/LaTeX/Mathematics|LaTeX/Mathematics]] | ||
Строка 39: | Строка 63: | ||
|%% {\bf bold}\, bold %%|$ {\bf bold}\, bold $| | |%% {\bf bold}\, bold %%|$ {\bf bold}\, bold $| | ||
|%% {\rm rm}\, rm %%|$ {\rm rm}\, rm $| | |%% {\rm rm}\, rm %%|$ {\rm rm}\, rm $| | ||
+ | |%% \textrm{rm}\, rm %%|$ \textrm{rm}\, rm $| | ||
|%% \mbox{mbox}\, mbox %%|$ \mbox{mbox}\, mbox $| | |%% \mbox{mbox}\, mbox %%|$ \mbox{mbox}\, mbox $| | ||
|%% |\,|\;| %%|$ |\,|\;| $| | |%% |\,|\;| %%|$ |\,|\;| $| | ||
Строка 57: | Строка 82: | ||
|%% \text{\text} %%|$ \text{\text} $| | |%% \text{\text} %%|$ \text{\text} $| | ||
|%% {\rm tg}\, \alpha %%|$ {\rm tg}\, \alpha $| | |%% {\rm tg}\, \alpha %%|$ {\rm tg}\, \alpha $| | ||
+ | |%% \textrm{tg}\, \alpha %%|$ \textrm{tg}\, \alpha $| | ||
|%% \underset{\text{коммент}}{\underbrace{abc}} %%|$ \underset{\text{коммент}}{\underbrace{abc}} $| | |%% \underset{\text{коммент}}{\underbrace{abc}} %%|$ \underset{\text{коммент}}{\underbrace{abc}} $| | ||
</box> | </box> |