tinymathlive
Advanced tools
Changelog
0.95.1 2023-07-25
\exp
instead of \mathrm{exp}
in the virtual keyboard"sandboxed"
in a
cross domain iframe, a runtime error would occur.Changelog
0.95.0 2023-07-04
environmentPopoverPolicy
option. Set to:
"auto"
to show environment popover when inside a tabular environment and
the virtual keyboard is visible (current behavior)"on"
to show it when in a tabular environment"off"
to never show it\underline
and \overline
commands now render correctly.\left...\right
command\left...\right
command was incorrectly
adopting the style of the last atom inside the command.Changelog
0.94.5 2023-05-24
Changelog
0.94.0 2023-05-18
\raise
, \lower
and \raisebox
commands. Those commands
were necessary to render some chemical bonds.(
, [
or {
with a selection will enclose the selection with this
delimiter.\ce{ O\bond{~-}H}
\mathtooltip{}
and \texttip{}
commands are
now displayed when used with a static formula.unstyled-latex
).
This strips any color/background-color/font sizing commands from the ouput.\cos^2
(operators
with a superscript).Changelog
0.79.0 2022-09-06
onMulticharSymbol
handler has been renamed to onInlineShortcut
modelHooks
have been removed. Use the corresponding events
instead: move-out
, focus-out
, announce
.onModeChange
, onReadAloudStatusChange
, onBlur
, onFocus
,
onContentWillChange
, onContentDidChange
, onSelectionDidChange
,
onUndoStateWillChange
, onUndoStateDidChange
and onCommit
deprecated
listeners have been removed. Used the corresponding events mode-change
,
read-aloud-status-change
, blur
, focus
, beforeinput
, input
,
selection-change
, undo-state-change
and change
.onKeystroke
handler has been removed. Instead use
mf.addEventListener("keydown",...)
alpha2
-> \alpha_{2}
\;
) are now clickable and selectablefractionNavigationOrder
mode is denominator-numerator
.\mathcolor
would be serialized. The correct command is \textcolor
which despite its
name is also applicable in math mode.