-
数学公式编辑器
2013-12-12 09:12:03数学公式编辑器 1.MathTex教程及下载 2.LaTex在线公式编辑器数学公式编辑器
3.待更新。。。
参考:
[1]Delbert's Blog中《在博客中插入LaTex公式》
[2]Rachel-Zhang中《在博客中用laxTex写公式》
-
仿菁优网数学公式编辑器
2019-09-15 22:00:24仿菁优网数学公式编辑器 -
MathType数学公式编辑器,编辑数学资料工具
2020-06-29 19:20:33在我们的日常工作中,经常会使用和编辑到数学公式,mathtype作为一个专业的数学公式编辑器,有着强大的功能,能够轻松地在文档中输入复杂的数学、物理公式和符号!是理科生必备工具! 那么我们该怎么使用这个软件...在我们的日常工作中,经常会使用和编辑到数学公式,mathtype作为一个专业的数学公式编辑器,有着强大的功能,能够轻松地在文档中输入复杂的数学、物理公式和符号!是理科生必备工具!
那么我们该怎么使用这个软件编辑数学公式呢。接下来小编就带大家了解如何使用mathtype7来编辑数学公式。
首先打开公式编辑器,进行公式编辑。首先我们需要熟悉一下编辑模板上有哪些公式,这些公式的位置在哪里。熟悉了之后再进行公式编辑的时候会更流畅 自如。MathType是强大的数学公式编辑器,与常见的文字处理软件和演示程序配合使用,能够在各种文档中加入复杂的数学公式和符号,可用在编辑数学试卷、书籍、报刊、论文、幻灯演示等方面,是编辑数学资料的得力工具。MathType与常见文字处理工具紧密结合,支持 OLE(对象的链接与嵌入),可以在任何支持OLE的文字处理系统中调用(从主菜单中选择插入->对象在新对象中选择MathType),帮助用户快速建立专业化的数学技术文档,对Word或WPS等文字处理系统的支持相当好。
快捷键:
快捷键操作是最常见的操作方式,MathType软件系统提供大量的快捷键操作供用户使用。使用MathType公式编辑器中的快捷键操作可节省大量的编辑公式时间,本教程将详细介绍MathType公式编辑器包含的快捷键操作。
放大或缩小尺寸类快捷键100%:Ctrl+1
200%:Ctrl+2
400%:Ctrl+4
800%:Ctrl+8
MathType-win免费安装下载:http://wm.makeding.com/iclk/?zoneid=34223
MathType-mac免费安装下载:http://wm.makeding.com/iclk/?zoneid=34224
-
在线数学公式编辑器插件
2013-03-12 14:28:50在线数学公式编辑器插件 web在线 js 数学公式 特殊符号 -
CSDN:数学公式编辑器
2019-04-02 18:05:502、点击“插入公式”按钮,进入数学公式编辑器,然后即可在此编辑器中可视化地编辑数学公式 3、在Markdown编辑器中,在不记得数学公式编辑语法的情况,可视化地编辑数学公式是一种更为方便的方式。如上图所示...有时,在Markdown编辑器中编辑数学公式时会不太方便,这时可采用如下的方式编辑数学公式:
1、在CSDN中另开一个博客编辑窗口,这个窗口采用富文本编辑器
2、点击“插入公式”按钮,进入数学公式编辑器,然后即可在此编辑器中可视化地编辑数学公式
3、在Markdown编辑器中,在不记得数学公式编辑语法的情况,可视化地编辑数学公式是一种更为方便的方式。如上图所示,如果不记得如何在Markdown编辑器中编辑分数形式的公式了,则可在富文本编辑器中的数学编辑器里可视化的编辑数学公式,然后,再把数学公式对应的“字符序列”复制到系统粘贴板中,然后,再粘贴到Markdown编辑器中,如此,即完成了数学公式的编辑。
-
vue数学公式编辑器_将Vue包装器用于MathLive数学编辑器的示例
2020-07-26 05:48:26vue数学公式编辑器 Vue-Mathlive (vue-mathlive) The MathLive Vue wrapper provides a Vue component that implements a <mathfield> HTML tag. MathLive Vue包装器提供了实现<mathfield> HTML标签的...vue数学公式编辑器
Vue-Mathlive (vue-mathlive)
The MathLive Vue wrapper provides a Vue component that implements a
<mathfield>
HTML tag.MathLive Vue包装器提供了实现
<mathfield>
HTML标签的Vue组件。The component can be used to edit formulas using the MathLive library. The editor provides a rich, accessible, editing UI, including virtual keyboards for mobile, and can provide the output as LaTeX, MathML or spoken text.
该组件可用于使用MathLive库编辑公式。 该编辑器提供了丰富,可访问的编辑UI,包括用于移动设备的虚拟键盘,并且可以将输出提供为LaTeX,MathML或语音文本。
入门 (Getting Started)
The MathLive library must be loaded separately. This gives the option to pick a specific version of the library to be used by the wrapper.
MathLive库必须单独加载。 这提供了选择包装程序要使用的库的特定版本的选项。
Next, the wrapper should be imported, then the two connected using
Vue.use()
接下来,应该导入包装器,然后使用
Vue.use()
将两者连接起来Note: this repository only contains the sample. The Vue wrapper is packaged with the main MathLive library.
注意:此存储库仅包含样本。 Vue包装器与主MathLive库打包在一起。
<script type='module'> import MathLive from "./mathlive.js"; import Mathfield from "./vue-mathlive.mjs"; Vue.use(Mathfield, MathLive); </script>
The default tag for mathfields is
<mathlive-mathfield>
A custom tag can be defined using:mathfields的默认标签为
<mathlive-mathfield>
可以使用以下方式定义自定义标签:Vue.component("custom-tag", Mathfield);
The component supports the
v-model
attribute.该组件支持
v-model
属性。The textual content of the element is used as the initial value of the editor.
元素的文本内容用作编辑器的初始值。
<mathlive-mathfield :config="{smartFence:false}" @focus="ping" :on-keystroke="displayKeystroke" v-model="formula"> f(x)= </mathlive-mathfield>
道具 (Props)
Name Type Description value
string
The content of the matfield, represented as a LaTeX string. config
object
Configuration options for the mathfield. See documentation onKeystroke
(keystroke:string, ev:Event) => boolean
A callback invoked when a key is pressed. keystroke
is a string describing the keystroke,ev
is the native keyboard event. Return false to stop handling of the eventonMoveOutOf
(string) => boolean
A callback invoked when keyboard navigation would cause the insertion point to leave the mathfield. The argument indicates the direction of the navigation, either "forward" or "backward". Return false to prevent the move, true to wrap around to the start of the field. By default, the insertion point will wrap around. onTabOutOf
(string) => boolean
A callback invoked when pressing tab (or shift-tab) would cause the insertion point to leave the mathfield. The argument indicates the direction of the navigation, either "forward" or "backward". Return false to prevent the move, true to wrap around to the start of the field. By default, the insertion point will wrap around. 名称 类型 描述 value
string
matfield的内容,以LaTeX字符串表示。 config
object
mathfield的配置选项。 查看文件 onKeystroke
(keystroke:string, ev:Event) => boolean
按下键时调用的回调。 keystroke
是描述keystroke
的字符串,ev
是本机键盘事件。 返回false以停止事件处理onMoveOutOf
(string) => boolean
键盘导航时调用的回调将导致插入点离开mathfield。 该参数指示导航的方向,“向前”或“向后”。 返回false阻止移动,返回true环绕到字段的开头。 默认情况下,插入点将环绕。 onTabOutOf
(string) => boolean
按下tab(或shift-tab)时调用的回调将导致插入点离开mathfield。 该参数指示导航的方向,“向前”或“向后”。 返回false阻止移动,返回true环绕到字段的开头。 默认情况下,插入点将环绕。 大事记 (Events)
Name Description focus
The editor instance gained the input focus. blur
The editor instance lost the input focus. content-will-change
The content of the mathfield is about to change. input
The content of the mathfield has changed. The parameter of the event is the new value as a string selection-will-change
The selection of the mathfield is about to change undo-state-will-change
The undo state is about to change undo-state-did-change
The undo state has changed virtual-keyboard-toggle
The visibility of the virtual keyboard has changed. The first argument is a boolean indicating if the keyboard is now visible. The second argument is a DOM element containing the virtual keyboard. read-aloud-status
The status of the read aloud operation has changed. The first argument is a string indicating the new status. 名称 描述 focus
编辑器实例获得了输入焦点。 blur
编辑器实例失去了输入焦点。 content-will-change
mathfield的内容即将更改。 input
mathfield的内容已更改。 事件的参数是作为字符串的新值 selection-will-change
数学字段的选择即将更改 undo-state-will-change
撤消状态即将改变 undo-state-did-change
撤消状态已更改 virtual-keyboard-toggle
虚拟键盘的可见性已更改。 第一个参数是一个布尔值,指示键盘现在是否可见。 第二个参数是包含虚拟键盘的DOM元素。 read-aloud-status
朗读操作的状态已更改。 第一个参数是指示新状态的字符串。 方法 (Methods)
Name Description perform(selector:string)
Perform an action, as indicated by the selector. hasFocus(): boolean
True if the matfield is focused focus()
Set the focus to the mathfield blur()
Remove the focus from the mathfield text(format:string): string
Return the content of the mathfield as a string in the specified format: "latex"
,"latex-expanded"
(all the LaTeX macros are expanded to their definition),"spoken"
,"mathML"
selectedText(format:string): string
Like text()
, but only for the current selection.insert(content:string, options:object)
options.insertionMode
='replaceSelection'
(default),'replaceAll'
,'insertBefore'
,'insertAfter'
options.selectionMode
- Describes where the selection will be after the insertion:'placeholder'
: the selection will be the first available placeholder in the item that has been inserted) (default),'after'
: the selection will be an insertion point after the item that has been inserted,'before'
: the selection will be an insertion point before the item that has been inserted) or 'item' (the item that was inserted will be selected).options.placeholder
- The placeholder string, if necessaryoptions.format
- The format of the strings
:'auto'
: the string is interpreted as a latex fragment or command) (default),'latex'
: the string is interpreted strictly as a latex fragment
options.smartFence
- If true, promote plain fences, e.g.(
, as\left...\right
or\mleft...\mright
options.suppressContentChangeNotifications
- If true, the handlers for the contentWillChange and contentDidChange notifications will not be invoked. Defaultfalse
.keystroke(keys:string, evt:Event)
Simulate a user pressing a key combination typedText(text:string)
Simulate a user typing some text. selectionIsCollapsed():boolean
True if the selection is collapsed, i.e. single insertion point selectionDepth():number
Return the depth of the selection group. If the selection is at the root level, returns 0. If the selection is a portion of the numerator of a fraction which is at the root level, return 1. Note that in that case, the numerator would be the "selection group" selectionAtStart():boolean
Return true if the selection starts at the beginning of the selection group selectionAtEnd():boolean
Return true if the selection extends to the end of the selection group select()
Select the content of the mathfield clearSelection()
Collapse the selection in the mathfield 名称 描述 perform(selector:string)
执行选择器指示的操作。 hasFocus(): boolean
如果Matfield已聚焦,则为true focus()
将焦点设置到mathfield blur()
从mathfield上移开焦点 text(format:string): string
以指定格式的字符串形式返回mathfield的内容: "latex"
,"latex-expanded"
(所有LaTeX宏均扩展为其定义),"spoken"
,"mathML"
selectedText(format:string): string
与 text()
类似,但仅适用于当前选择。insert(content:string, options:object)
options.insertionMode
='replaceSelection'
(默认),'replaceAll'
,'insertBefore'
,'insertAfter'
options.selectionMode
描述插入后选择的位置:'placeholder'
:选择将是已插入项目中第一个可用的占位符)(默认),'after'
:选择将是插入后的插入点插入的项目,'before'
:所选内容将是插入的项目之前的插入点)或“项目”(将选择插入的项目)。
options.placeholder
占位符字符串(如果需要)
options.format
字符串s
格式s
:'auto'
:将字符串解释为乳胶片段或命令(默认),'latex'
:严格将字符串解释为乳胶片段
options.smartFence
如果为true,则推广普通的围栏,例如(
,为\left...\right
或\mleft...\mright
options.suppressContentChangeNotifications
如果为true,则不会调用contentWillChange和contentDidChange通知的处理程序。 默认为false
。keystroke(keys:string, evt:Event)
模拟用户按下组合键 typedText(text:string)
模拟用户键入一些文本。 selectionIsCollapsed():boolean
如果选择折叠,则为True,即单个插入点 selectionDepth():number
返回选择组的深度。 如果选择是在根级别,则返回0。如果选择是分数在根级别的分子的一部分,则返回1。请注意,在这种情况下,分子将是“选择组” selectionAtStart():boolean
如果选择从选择组的开头开始,则返回true selectionAtEnd():boolean
如果选择范围扩展到选择组的末尾,则返回true select()
选择数学字段的内容 clearSelection()
折叠数学字段中的选择 选择器 (Selectors)
Selectors can be passed to
perform()
to execute various commands. They can also be associated with keys in virtual keyboard or with keyboard shorcuts.可以将选择器传递给
perform()
来执行各种命令。 它们还可以与虚拟键盘中的键或键盘快捷键相关联。Name Description undo
redo
copyToClipboard
cutToClipboard
pasteFromClipboard
selectGroup
Select all the atoms in the current group, that is all the siblings. When the selection is in a numerator, the group is the numerator. When the selection is a superscript or subscript, the group is the supsub. selectAll
Select all the atoms in the math field deleteAll
Delete everything in the field delete
moveToNextPlaceholder
moveToPreviousPlaceholder
moveToNextChar
moveToPreviousChar
moveUp
moveDown
moveToNextWord
moveToPreviousWord
moveToGroupStart
moveToGroupEnd
moveToMathFieldStart
moveToMathFieldEnd
deleteNextChar
deletePreviousChar
deleteNextWord
deletePreviousWord
deleteToGroupStart
deleteToGroupEnd
deleteToMathFieldEnd
transpose
extendToNextChar
extendToPreviousChar
extendToNextWord
extendToPreviousWord
extendUp
extendDown
extendToNextBoundary
extendToPreviousBoundary
extendToGroupStart
extendToGroupEnd
extendToMathFieldStart
extendToMathFieldEnd
moveToSuperscript
moveToSubscript
moveToOpposite
moveBeforeParent
moveAfterParent
addRowAfter
addRowBefore
addColumnAfter
addColumnBefore
performWithFeedback
scrollIntoView
scrollToStart
enterCommandMode
complete
nextSuggestion
previousSuggestion
toggleKeystrokeCaption
showAlternateKeys
hideAlternateKeys
performAlternateKeys
switchKeyboardLayer
shiftKeyboardLayer
unshiftKeyboardLayer
insertAndUnshiftKeyboardLayer
toggleVirtualKeyboardAlt
toggleVirtualKeyboardShift
showVirtualKeyboard
hideVirtualKeyboard
toggleVirtualKeyboard
applyStyle
speakSelection
speakParent
speakRightSibling
speakLeftSibling
speakGroup
speakAll
speakSelectionWithSynchronizedHighlighting
speakAllWithSynchronizedHighlighting
名称 描述 undo
redo
copyToClipboard
cutToClipboard
pasteFromClipboard
selectGroup
选择当前组中的所有原子,即所有同胞。 当选择位于分子中时,该组为分子。 当选择为上标或下标时,组为后继。 selectAll
选择数学字段中的所有原子 deleteAll
删除字段中的所有内容 delete
moveToNextPlaceholder
moveToPreviousPlaceholder
moveToNextChar
moveToPreviousChar
moveUp
moveDown
moveToNextWord
moveToPreviousWord
moveToGroupStart
moveToGroupEnd
moveToMathFieldStart
moveToMathFieldEnd
deleteNextChar
deletePreviousChar
deleteNextWord
deletePreviousWord
deleteToGroupStart
deleteToGroupEnd
deleteToMathFieldEnd
transpose
extendToNextChar
extendToPreviousChar
extendToNextWord
extendToPreviousWord
extendUp
extendDown
extendToNextBoundary
extendToPreviousBoundary
extendToGroupStart
extendToGroupEnd
extendToMathFieldStart
extendToMathFieldEnd
moveToSuperscript
moveToSubscript
moveToOpposite
moveBeforeParent
moveAfterParent
addRowAfter
addRowBefore
addColumnAfter
addColumnBefore
performWithFeedback
scrollIntoView
scrollToStart
enterCommandMode
complete
nextSuggestion
previousSuggestion
toggleKeystrokeCaption
showAlternateKeys
hideAlternateKeys
performAlternateKeys
switchKeyboardLayer
shiftKeyboardLayer
unshiftKeyboardLayer
insertAndUnshiftKeyboardLayer
toggleVirtualKeyboardAlt
toggleVirtualKeyboardShift
showVirtualKeyboard
hideVirtualKeyboard
toggleVirtualKeyboard
applyStyle
speakSelection
speakParent
speakRightSibling
speakLeftSibling
speakGroup
speakAll
speakSelectionWithSynchronizedHighlighting
speakAllWithSynchronizedHighlighting
翻译自: https://vuejsexamples.com/example-of-using-the-vue-wrapper-for-mathlive-math-editor/
vue数学公式编辑器
-
数学公式编辑器Mathtype安装和入门
2020-06-25 12:11:12数学公式编辑器 - MathType v7.4.4.516 简体中文版(仅供软件测试之用,测试完毕后请自觉卸载) -
ckeditor数学公式编辑器
2013-07-13 20:17:06Fckeditor数学公式编辑 无bug 可视化编辑 -
word的数学公式编辑器
2018-04-01 10:30:11一个理科在word中编辑公式的专用工具,可在word文档中插入复杂的数学公式和符号 -
适合老爸用的在线的LaTeX数学公式编辑器
2017-09-27 19:27:12给老爸的LaTeX数学公式编辑器老爸说word里面的公式编辑器不好用,然后用LaTeX和Markdown编辑器又太大费周章了,搜了几个在线的编辑器,还蛮好用的。hostmath感受了一下,这个最好用。...codeco -
mathtype 6.9 中文版 理科生必备的数学公式编辑器
2019-09-14 10:54:55数学公式编辑器工具可以轻松输入各种复杂的公式和符号,与Office文档完美结合,显示效果超好,比Office自带的公式编辑器要强大很多。本软件为绿色封装方式,直接点击就可以在Office里面找到OLE对象并且运行。 ... -
数学公式编辑器怎样批量改公式
2011-01-10 17:24:00数学公式编辑器怎样批量改公式 -
分享一个数学公式编辑器 Mathtype 6.9 最新版 附注册码
2017-09-29 14:55:00数学公式编辑器工具可以轻松输入各种复杂的公式和符号,与Office文档完美结合,显示效果超好,比Office自带的公式编辑器要强大很多。本软件为绿色封装方式,直接点击就可以在Office里面找到OLE对象并且运行。... -
word应用:用数学公式编辑器MathType编排公式时的字体大小设置
2020-02-24 17:15:36数学公式编辑器中的公式默认是斜体,这是一般公式的正确用法,直接在编辑器中编辑公式,复制粘贴到word中即可,但需要注意两个问题: (1)插入公式时,其大小需要和插入位置文字大小一致; (2)公式的部分变量字体... -
vue+elmentui+ueditor +数学公式 编辑器
2018-09-07 14:40:57把数学公式引进ueditor的工具栏上面,是编辑器可以输入数学公式 -
转贴] 数学公式编辑器MathType使用简介及论坛发贴常遇到数学公式
2013-05-06 14:11:49[转贴] 数学公式编辑器MathType使用简介及论坛发贴常遇到数学... MathType 是一个由美国Design Science公司开发的强大的数学公式编辑器,他同时支持Windows和Macintosh 操作系统,与常见的文字处理软件和演示 -
CKEditor配置数学公式编辑器
2019-08-23 10:50:47最近因为在看一些数学方面的书籍,想着写一些日记用于分享,无奈发现好像博客里面好不能插入公式,只能截图的方式来在展示公式,后面发现CKEditor是可以集成公式编辑器的,下面说说我在做的时候遇到的问题。... -
MFC开发的数学公式编辑器附源码
2008-11-13 14:44:27非常强大的数学公式编辑器,附带源码。可以输出输出图片或者文本。 -
数学公式编辑器AxMath
2018-04-11 21:27:21以前一般用wps和Word自带的公式编辑器或者MathType插入公式,文档中公式较少时尚可应付过去。但文档中公式较多时,重复性的鼠标点击操作往往效率低下,无法很快找到对应的符号或模板。特别是公式中符号比较特殊时,... -
MathType产品激活密钥 数学公式编辑器V2021.20最新中文版分享安装教程
2020-10-27 19:00:24MathType是由美国Design Science公司开发的功能强大的数学公式编辑器,它同时支持Windows和Macintosh 操作系统,与常见的Office、WPS等文字处理软件和演示程序配合使用,能够在各种文档中加入复杂的数学公式和符号。... -
数学公式编辑器的探索与实现
2014-04-29 09:33:42数学公式编辑器的探索与实现 研究目的 随着个人计算机的普及,个人编辑的文档数目增多,常常会遇到数学公式输入不便的困难,对于一本理科教材,书中的公式十分繁琐,微软提供的所见即所得的输入方式... -
数学公式编辑器MathType 简介
2011-09-25 16:17:15中文名:数学公式编辑器MathType 6.5 中文版 英文名:MathType 6.5 发行时间:2008年 地区:美国 语言:简体中文 简介: MathType 6.5 中文破解版 大家在使用Office过程中,都会遇到输入公式的问题,现在好了... -
推荐一个不错的百度前端 数学公式编辑器
2015-01-07 16:44:14推荐一个不错的百度前端 数学公式编辑器 ,支持常见的数学公式编辑 http://t.cn/RvWcmqt -
一个开源的基于SVG的数学公式编辑器
2009-05-13 23:49:51一个开源的基于SVG的数学公式编辑器 该编辑器是个开源项目,经过我测试,这个程序比较慢.需要改进. -
数学公式编辑器挺好用的,很小。
2009-01-12 13:21:22数学公式编辑器。挺好用的,收藏许久了,传上来分享。 -
Word数学公式编辑器怎么用
2018-11-20 18:46:00作为公式编辑器中的大佬,很多人都会选择用MathType来编辑公式,但是有的新手在拿到软件的时候,都不知道怎么操作,别着急,下面就来跟大家分享具体使用方法。 1.安装好MathType公式编辑器之后,点击电脑左下角的... -
vue+elmentui +ueditor +数学公式 编辑器 ueditor
2018-09-07 14:14:04写了几乎一个星期终于写好了,在vue项目中使用的编辑器,最主要的是我想编辑器里面可以输入数学公式。】 https://download.csdn.net/download/qq_33769914/10672128在这里下载 如果想把图片公式转为有样式的文本... -
KaTex数学公式编辑器相关
2018-05-07 15:55:05来源: https://khan.github.io/KaTeX/function-support.html 图片在新标签页打开可看清晰大图. KaTex与MathJax https://jsperf.com/katex-vs-mathjax 已支持特性 ...具体示例可以查阅: ... -
『自研』基于jq的数学公式编辑器插件(可嵌入项目)(web前端)
2020-12-21 14:25:02数学公式编辑器初体验APIoptions配置演示(参考test/simple.html)嵌入演示(参考test/wangEditor/wangEditor.html)源码 初体验 在html中引入dist文件内打包后的js和css: <script src=...