From b26a8805c19772305dbf2761d94ff97ea1c2dbed Mon Sep 17 00:00:00 2001 From: Stegmujo Date: Wed, 11 Oct 2023 12:51:42 +0000 Subject: [PATCH] Add rendering to MathmL visual results to MathMLTest * fix maintenance script in parametrization for generating correct reference MathML * update MathML references for MMLmhchemTest * and update the reference formulas, which not display MathML correctly * tests which have math enviroment switch (which is currently not defined) are currently skipped Bug: T329620 Change-Id: I09f2c393880daa8fef3e2763821df59048c3c98c --- maintenance/JsonToMathML.php | 7 +- .../unit/TexVC/Mhchem/MMLmhchemTest.php | 45 +- .../unit/TexVC/Mhchem/Mhchemv4mml.json | 472 +++++++++--------- .../unit/TexVC/Mhchem/Mhchemv4tex.json | 16 +- 4 files changed, 276 insertions(+), 264 deletions(-) diff --git a/maintenance/JsonToMathML.php b/maintenance/JsonToMathML.php index 6dd573a4d..d4af6ab50 100644 --- a/maintenance/JsonToMathML.php +++ b/maintenance/JsonToMathML.php @@ -203,9 +203,14 @@ class JsonToMathML extends Maintenance { * @return string MathML as string */ public function fetchMathML( string $tex, string $type, string $renderingMode ): string { + $params = [ "type" => $type ]; + if ( $type == "chem" ) { + $params["chem"] = true; + $tex = "\\ce{ " . $tex . " }"; + } /** @var MathRenderer $renderer */ $renderer = MediaWikiServices::getInstance()->get( 'Math.RendererFactory' ) - ->getRenderer( $tex, [ "type" => $type ], $renderingMode ); + ->getRenderer( $tex, $params, $renderingMode ); $renderer->render(); $mml = $renderer->getMathml(); return $mml; diff --git a/tests/phpunit/unit/TexVC/Mhchem/MMLmhchemTest.php b/tests/phpunit/unit/TexVC/Mhchem/MMLmhchemTest.php index f80e35c87..971909673 100644 --- a/tests/phpunit/unit/TexVC/Mhchem/MMLmhchemTest.php +++ b/tests/phpunit/unit/TexVC/Mhchem/MMLmhchemTest.php @@ -26,15 +26,16 @@ final class MMLmhchemTest extends MediaWikiUnitTestCase { private static string $FILENAMEREF = __DIR__ . "/Mhchemv4mml.json"; private static bool $APPLYFILTER = false; - private static int $FILTERSTART = 93; + private static int $FILTERSTART = 92; private static int $FILTERLENGTH = 1; private static bool $GENERATEHTML = false; private static string $GENERATEDHTMLFILE = __DIR__ . "/MMLmhchemTest-Output.html"; - private static array $SKIPPEDINDICES = []; + private static array $SKIPPEDINDICES = [ 36,40,50,51,91,92,93,94 ]; public static function setUpBeforeClass(): void { MMLTestUtilHTML::generateHTMLstart( self::$GENERATEDHTMLFILE, [ "name","TeX-Input", - "Tex-MhchemParser","Tex-PHP-Mhchem" ], self::$GENERATEHTML ); + "Tex-MhchemParser","Tex-PHP-Mhchem", "MathML-LaTeXML", "MathML-TexVC" ], + self::$GENERATEHTML ); } public static function tearDownAfterClass(): void { @@ -56,18 +57,24 @@ final class MMLmhchemTest extends MediaWikiUnitTestCase { } # Fetch result from TexVC(PHP) - $texVC->check( $tc->tex, [ - 'debug' => false, - 'usemathrm' => false, - 'oldtexvc' => false, - 'usemhchem' => true - ] ); - $mhchemParser = new MhchemParser( self::$LOGMHCHEM ); $mhchemOutput = $mhchemParser->toTex( $tc->tex, $tc->typeC ); + $warnings = []; + $resTexVC = $texVC->check( $mhchemOutput, [ + 'debug' => false, + 'usemathrm' => true, + 'oldtexvc' => false, + 'usemhchem' => true, + "usemhchemtexified" => true + ], $warnings, false ); + + $mathMLtexVC = isset( $resTexVC["input"] ) ? MMLTestUtil::getMMLwrapped( $resTexVC["input"] ) : + " error texvc "; + MMLTestUtilHTML::generateHTMLtableRow( - self::$GENERATEDHTMLFILE, [ $title, $tc->tex, $tc->texNew, $mhchemOutput ], + self::$GENERATEDHTMLFILE, [ $title, $tc->tex, $tc->texNew, $mhchemOutput, $tc->mml_latexml ?? "no mathml", + $mathMLtexVC ], false, self::$GENERATEHTML ); if ( !self::$SKIPXMLVALIDATION ) { @@ -85,16 +92,16 @@ final class MMLmhchemTest extends MediaWikiUnitTestCase { $ctr = 0; foreach ( $fileTestcases as $tcF ) { $tc = [ - "ctr" => $ctr, - "tex" => $tcF->tex, - "texNew" => $tcF->texNew, - "type" => $tcF->type, - "typeC" => $tcF->typeC, - "mml_mathoid" => $tcF->mmlMathoid, - "mml_latexml" => $tcF->mmlLaTeXML, + "ctr" => $ctr, + "tex" => $tcF->tex, + "texNew" => $tcF->texNew, + "type" => $tcF->type, + "typeC" => $tcF->typeC, + "mml_mathoid" => $tcF->mmlMathoid, + "mml_latexml" => $tcF->mmlLaTeXML, ]; $f[] = [ "tc#" . str_pad( $ctr, 3, '0', STR_PAD_LEFT ) . " " . $tcF->description, - (object)$tc ]; + (object)$tc ]; $ctr++; } // Filtering results by index if necessary diff --git a/tests/phpunit/unit/TexVC/Mhchem/Mhchemv4mml.json b/tests/phpunit/unit/TexVC/Mhchem/Mhchemv4mml.json index c8c2d7bb0..e9320434f 100644 --- a/tests/phpunit/unit/TexVC/Mhchem/Mhchemv4mml.json +++ b/tests/phpunit/unit/TexVC/Mhchem/Mhchemv4mml.json @@ -3,7 +3,7 @@ "tex": "m_{\\ce{H2O}} = \\pu{1.2kg}", "type": "chem", "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n \n m<\/mi>\n \n \n \\ce<\/mtext>\n <\/merror>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n <\/msub>\n =<\/mo>\n \n \n \\pu<\/mtext>\n <\/merror>\n \u2062<\/mo>\n 1.2<\/mn>\n \u2062<\/mo>\n k<\/mi>\n \u2062<\/mo>\n g<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \n subscript<\/csymbol>\n \ud835\udc5a<\/ci>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n <\/ci>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/apply>\n \n \n \n \n \\pu<\/mtext>\n <\/merror>\n <\/ci>\n 1.2<\/cn>\n \ud835\udc58<\/ci>\n \ud835\udc54<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle m_{\\ce{H2O}}=\\pu{1.2kg}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "", "texNew": "m_{{\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}} = {1.2~\\mathrm{kg}}", "typeC": "tex", "description": "Init" @@ -11,8 +11,8 @@ { "tex": "CO2 + C -> 2 CO", "type": "chem", - "mmlMathoid": "\n \n \n \n C<\/mi>\n O<\/mi>\n 2<\/mn>\n +<\/mo>\n C<\/mi>\n <\/mo>\n ><\/mo>\n 2<\/mn>\n C<\/mi>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle CO2+C->2CO}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n \n C<\/mi>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n +<\/mo>\n \n C<\/mi>\n -<\/mo>\n <\/mrow>\n <\/mrow>\n ><\/mo>\n \n 2<\/mn>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \n \n \n \n \ud835\udc36<\/ci>\n \ud835\udc42<\/ci>\n 2<\/cn>\n <\/apply>\n \n limit-from<\/csymbol>\n \ud835\udc36<\/ci>\n \n <\/apply>\n <\/apply>\n \n \n 2<\/cn>\n \ud835\udc36<\/ci>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle CO2+C->2CO}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n CO<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n +<\/mo>\n C<\/mtext>\n <\/mo>\n 2<\/mn>\n \n CO<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CO2 + C -> 2 CO}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n CO<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n +<\/mo>\n C<\/mtext>\n <\/mo>\n 2<\/mn>\n \n CO<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CO2 + C -> 2 CO}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{CO}{\\vphantom{A}}_{\\smash[t]{2}} {}+{} \\mathrm{C} {}\\mathrel{\\longrightarrow}{} 2\\,\\mathrm{CO}}", "typeC": "ce", "description": "Chemical Equations" @@ -20,8 +20,8 @@ { "tex": "Hg^2+ ->[I-] HgI2 ->[I-] [Hg^{II}I4]^2-", "type": "chem", - "mmlMathoid": "\n \n \n \n H<\/mi>\n \n g<\/mi>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n +<\/mo>\n <\/mo>\n ><\/mo>\n [<\/mo>\n I<\/mi>\n <\/mo>\n ]<\/mo>\n H<\/mi>\n g<\/mi>\n I<\/mi>\n 2<\/mn>\n <\/mo>\n ><\/mo>\n [<\/mo>\n I<\/mi>\n <\/mo>\n ]<\/mo>\n [<\/mo>\n H<\/mi>\n \n g<\/mi>\n \n I<\/mi>\n I<\/mi>\n <\/mrow>\n <\/msup>\n I<\/mi>\n 4<\/mn>\n \n ]<\/mo>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n <\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle Hg^{2}+->[I-]HgI2->[I-][Hg^{II}I4]^{2}-}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n H<\/mi>\n \n g<\/mi>\n 2<\/mn>\n <\/msup>\n +<\/mo>\n -<\/mo>\n ><\/mo>\n \n [<\/mo>\n I<\/mi>\n -<\/mo>\n ]<\/mo>\n <\/mrow>\n H<\/mi>\n g<\/mi>\n I<\/mi>\n 2<\/mn>\n -<\/mo>\n ><\/mo>\n \n [<\/mo>\n I<\/mi>\n -<\/mo>\n ]<\/mo>\n <\/mrow>\n \n \n [<\/mo>\n H<\/mi>\n \n g<\/mi>\n \n I<\/mi>\n \u2062<\/mo>\n I<\/mi>\n <\/mrow>\n <\/msup>\n I<\/mi>\n 4<\/mn>\n ]<\/mo>\n <\/mrow>\n 2<\/mn>\n <\/msup>\n -<\/mo>\n <\/mrow>\n \n \n fragments<\/csymbol>\n H<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc54<\/ci>\n 2<\/cn>\n <\/apply>\n \n \n \n \n fragments<\/csymbol>\n [<\/ci>\n I<\/csymbol>\n \n ]<\/ci>\n <\/cerror>\n H<\/csymbol>\n g<\/csymbol>\n I<\/csymbol>\n 2<\/cn>\n \n \n \n fragments<\/csymbol>\n [<\/ci>\n I<\/csymbol>\n \n ]<\/ci>\n <\/cerror>\n \n superscript<\/csymbol>\n \n fragments<\/csymbol>\n [<\/ci>\n H<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc54<\/ci>\n \n \n \ud835\udc3c<\/ci>\n \ud835\udc3c<\/ci>\n <\/apply>\n <\/apply>\n I<\/csymbol>\n 4<\/cn>\n ]<\/ci>\n <\/cerror>\n 2<\/cn>\n <\/apply>\n \n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle Hg^{2}+->[I-]HgI2->[I-][Hg^{II}I4]^{2}-}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Hg<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n \n \n →<\/mo>\n \n I<\/mi>\n <\/mo>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n \n HgI<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n \n →<\/mo>\n \n I<\/mi>\n <\/mo>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n \n \n [<\/mo>\n \n Hg<\/mtext>\n \n II<\/mtext>\n <\/mrow>\n <\/msup>\n \n I<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Hg^2+ ->[I-] HgI2 ->[I-] [Hg^{II}I4]^2-}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Hg<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n \n \n →<\/mo>\n \n I<\/mi>\n <\/mo>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n \n HgI<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n \n →<\/mo>\n \n I<\/mi>\n <\/mo>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n \n \n [<\/mo>\n \n Hg<\/mtext>\n \n II<\/mtext>\n <\/mrow>\n <\/msup>\n \n I<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Hg^2+ ->[I-] HgI2 ->[I-] [Hg^{II}I4]^2-}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{Hg}{\\vphantom{A}}^{2+} {}\\mathrel{\\xrightarrow{\\mathrm{I}{\\vphantom{A}}^{-}}}{} \\mathrm{HgI}{\\vphantom{A}}_{\\smash[t]{2}} {}\\mathrel{\\xrightarrow{\\mathrm{I}{\\vphantom{A}}^{-}}}{} [\\mathrm{Hg}{\\vphantom{A}}^{\\mathrm{II}}\\mathrm{I}{\\vphantom{A}}_{\\smash[t]{4}}]{\\vphantom{A}}^{2-}}", "typeC": "ce", "description": "Chemical Equations" @@ -29,8 +29,8 @@ { "tex": "H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Chemical Formulae" @@ -38,8 +38,8 @@ { "tex": "Sb2O3", "type": "chem", - "mmlMathoid": "\n \n \n \n S<\/mi>\n b<\/mi>\n 2<\/mn>\n O<\/mi>\n 3<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle Sb2O3}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n S<\/mi>\n \u2062<\/mo>\n b<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n 3<\/mn>\n <\/mrow>\n \n \n \n \ud835\udc46<\/ci>\n \ud835\udc4f<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n 3<\/cn>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle Sb2O3}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Sb<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n O<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Sb2O3}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Sb<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n O<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Sb2O3}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{Sb}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}{\\vphantom{A}}_{\\smash[t]{3}}}", "typeC": "ce", "description": "Chemical Formulae" @@ -47,8 +47,8 @@ { "tex": "H+", "type": "chem", - "mmlMathoid": "\n \n \n \n H<\/mi>\n +<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle H+}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n H<\/mi>\n +<\/mo>\n <\/mrow>\n \n \n limit-from<\/csymbol>\n \ud835\udc3b<\/ci>\n \n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle H+}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n H<\/mtext>\n \n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {H+}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n H<\/mtext>\n \n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {H+}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{H}{\\vphantom{A}}^{+}}", "typeC": "ce", "description": "Charges" @@ -56,8 +56,8 @@ { "tex": "CrO4^2-", "type": "chem", - "mmlMathoid": "\n \n \n \n C<\/mi>\n r<\/mi>\n O<\/mi>\n \n 4<\/mn>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n <\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle CrO4^{2}-}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n C<\/mi>\n \u2062<\/mo>\n r<\/mi>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n \n 4<\/mn>\n 2<\/mn>\n <\/msup>\n <\/mrow>\n -<\/mo>\n <\/mrow>\n \n \n limit-from<\/csymbol>\n \n \n \ud835\udc36<\/ci>\n \ud835\udc5f<\/ci>\n \ud835\udc42<\/ci>\n \n superscript<\/csymbol>\n 4<\/cn>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle CrO4^{2}-}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n CrO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CrO4^2-}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n CrO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CrO4^2-}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{CrO}{\\vphantom{A}}_{\\smash[t]{4}}{\\vphantom{A}}^{2-}}", "typeC": "ce", "description": "Charges" @@ -65,8 +65,8 @@ { "tex": "[AgCl2]-", "type": "chem", - "mmlMathoid": "\n \n \n \n [<\/mo>\n A<\/mi>\n g<\/mi>\n C<\/mi>\n l<\/mi>\n 2<\/mn>\n ]<\/mo>\n <\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle [AgCl2]-}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n [<\/mo>\n \n A<\/mi>\n \u2062<\/mo>\n g<\/mi>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n l<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n -<\/mo>\n <\/mrow>\n \n \n limit-from<\/csymbol>\n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc34<\/ci>\n \ud835\udc54<\/ci>\n \ud835\udc36<\/ci>\n \ud835\udc59<\/ci>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle[AgCl2]-}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n \n [<\/mo>\n \n AgCl<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {[AgCl2]-}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n \n [<\/mo>\n \n AgCl<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {[AgCl2]-}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{[\\mathrm{AgCl}{\\vphantom{A}}_{\\smash[t]{2}}]{\\vphantom{A}}^{-}}", "typeC": "ce", "description": "Charges" @@ -74,8 +74,8 @@ { "tex": "Y^99+", "type": "chem", - "mmlMathoid": "\n \n \n \n \n Y<\/mi>\n \n 9<\/mn>\n <\/mrow>\n <\/msup>\n 9<\/mn>\n +<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle Y^{9}9+}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n \n Y<\/mi>\n 9<\/mn>\n <\/msup>\n \u2062<\/mo>\n 9<\/mn>\n <\/mrow>\n +<\/mo>\n <\/mrow>\n \n \n limit-from<\/csymbol>\n \n \n \n superscript<\/csymbol>\n \ud835\udc4c<\/ci>\n 9<\/cn>\n <\/apply>\n 9<\/cn>\n <\/apply>\n \n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle Y^{9}9+}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Y<\/mtext>\n \n 99<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Y^99+}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Y<\/mtext>\n \n 99<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Y^99+}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{Y}{\\vphantom{A}}^{99+}}", "typeC": "ce", "description": "Charges" @@ -83,8 +83,8 @@ { "tex": "Y^{99+}", "type": "chem", - "mmlMathoid": "\n \n \n \n \n Y<\/mi>\n \n 99<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle Y^{99+}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n Y<\/mi>\n \n 99<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n \n \n superscript<\/csymbol>\n \ud835\udc4c<\/ci>\n \n limit-from<\/csymbol>\n 99<\/cn>\n \n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle Y^{99+}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Y<\/mtext>\n \n 99<\/mn>\n \n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Y^{99+}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Y<\/mtext>\n \n 99<\/mn>\n \n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Y^{99+}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{Y}{\\vphantom{A}}^{99+}}", "typeC": "ce", "description": "Charges" @@ -92,8 +92,8 @@ { "tex": "2 H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n 2<\/mn>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 2H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 2<\/mn>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n 2<\/cn>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 2H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 2<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {2 H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 2<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {2 H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{2\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Stoichiometric Numbers" @@ -101,8 +101,8 @@ { "tex": "2H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n 2<\/mn>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 2H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 2<\/mn>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n 2<\/cn>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 2H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 2<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {2H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 2<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {2H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{2\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Stoichiometric Numbers" @@ -110,8 +110,8 @@ { "tex": "0.5 H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n 0.5<\/mn>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 0.5H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 0.5<\/mn>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n 0.5<\/cn>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 0.5H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 0<\/mn>\n \n <\/mo>\n 5<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {0.5 H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 0<\/mn>\n \n <\/mo>\n 5<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {0.5 H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{0.5\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Stoichiometric Numbers" @@ -119,8 +119,8 @@ { "tex": "1\/2 H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n 1<\/mn>\n \n \/<\/mo>\n <\/mrow>\n 2<\/mn>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 1\/2H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n 1<\/mn>\n \/<\/mo>\n 2<\/mn>\n <\/mrow>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \n \n 1<\/cn>\n 2<\/cn>\n <\/apply>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 1\/2H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n \n 1<\/mn>\n 2<\/mn>\n <\/mfrac>\n <\/mstyle>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1\/2 H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n \n 1<\/mn>\n 2<\/mn>\n <\/mfrac>\n <\/mstyle>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1\/2 H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathchoice{\\textstyle\\frac{1}{2}}{\\frac{1}{2}}{\\frac{1}{2}}{\\frac{1}{2}}\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Stoichiometric Numbers" @@ -128,8 +128,8 @@ { "tex": "(1\/2) H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n (<\/mo>\n 1<\/mn>\n \n \/<\/mo>\n <\/mrow>\n 2<\/mn>\n )<\/mo>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle (1\/2)H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n (<\/mo>\n \n 1<\/mn>\n \/<\/mo>\n 2<\/mn>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \n \n 1<\/cn>\n 2<\/cn>\n <\/apply>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle(1\/2)H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n (<\/mo>\n \n \n 1<\/mn>\n 2<\/mn>\n <\/mfrac>\n <\/mstyle>\n )<\/mo>\n <\/mrow>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {(1\/2) H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n (<\/mo>\n \n \n 1<\/mn>\n 2<\/mn>\n <\/mfrac>\n <\/mstyle>\n )<\/mo>\n <\/mrow>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {(1\/2) H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{(1\/2)\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Stoichiometric Numbers" @@ -137,8 +137,8 @@ { "tex": "$n$ H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n $<\/mi>\n n<\/mi>\n $<\/mi>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle \\$n\\$H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n n<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc5b<\/ci>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle$n$H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n $<\/mi>\n n<\/mtext>\n $<\/mi>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {\\$n\\$H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n $<\/mi>\n n<\/mtext>\n $<\/mi>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {\\$n\\$H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{n \\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Stoichiometric Numbers" @@ -146,8 +146,8 @@ { "tex": "n H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n n<\/mi>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle nH2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n n<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc5b<\/ci>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle nH2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n n<\/mtext>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {n H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n n<\/mtext>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {n H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{n\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Stoichiometric Numbers" @@ -155,8 +155,8 @@ { "tex": "nH2O", "type": "chem", - "mmlMathoid": "\n \n \n \n n<\/mi>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle nH2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n n<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc5b<\/ci>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle nH2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n nH<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {nH2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n nH<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {nH2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{n\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Stoichiometric Numbers" @@ -164,8 +164,8 @@ { "tex": "n\/2 H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n n<\/mi>\n \n \/<\/mo>\n <\/mrow>\n 2<\/mn>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle n\/2H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n n<\/mi>\n \/<\/mo>\n 2<\/mn>\n <\/mrow>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \n \n \ud835\udc5b<\/ci>\n 2<\/cn>\n <\/apply>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle n\/2H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n n<\/mtext>\n \n \/<\/mo>\n <\/mrow>\n 2<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {n\/2 H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n n<\/mtext>\n \n \/<\/mo>\n <\/mrow>\n 2<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {n\/2 H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathchoice{\\textstyle\\frac{n}{2}}{\\frac{n}{2}}{\\frac{n}{2}}{\\frac{n}{2}}\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Stoichiometric Numbers" @@ -173,8 +173,8 @@ { "tex": "^{227}_{90}Th+", "type": "chem", - "mmlMathoid": "\n \n \n \n \n <\/mi>\n \n 90<\/mn>\n <\/mrow>\n \n 227<\/mn>\n <\/mrow>\n <\/msubsup>\n T<\/mi>\n h<\/mi>\n +<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle _{90}^{227}Th+}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n \n T<\/mi>\n \n 90<\/mn>\n 227<\/mn>\n <\/mmultiscripts>\n \u2062<\/mo>\n h<\/mi>\n <\/mrow>\n +<\/mo>\n <\/mrow>\n \n \n limit-from<\/csymbol>\n \n \n \n superscript<\/csymbol>\n \n subscript<\/csymbol>\n \ud835\udc47<\/ci>\n 90<\/cn>\n <\/apply>\n 227<\/cn>\n <\/apply>\n \u210e<\/ci>\n <\/apply>\n \n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{{}^{227}_{90}Th+}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Th<\/mtext>\n \n +<\/mo>\n \n 90<\/mn>\n 227<\/mn>\n <\/mmultiscripts>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {^{227}_{90}Th+}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Th<\/mtext>\n \n +<\/mo>\n \n 90<\/mn>\n 227<\/mn>\n <\/mmultiscripts>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {^{227}_{90}Th+}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{{\\vphantom{A}}^{\\hphantom{227}}_{\\hphantom{90}}\\mkern-1.5mu{\\vphantom{A}}^{\\smash[t]{\\vphantom{2}}\\llap{227}}_{\\vphantom{2}\\llap{\\smash[t]{90}}}\\mathrm{Th}{\\vphantom{A}}^{+}}", "typeC": "ce", "description": "Nuclides, Isotopes" @@ -182,8 +182,8 @@ { "tex": "^{0}_{-1}n^{-}", "type": "chem", - "mmlMathoid": "\n \n \n \n \n <\/mi>\n \n <\/mo>\n 1<\/mn>\n <\/mrow>\n \n 0<\/mn>\n <\/mrow>\n <\/msubsup>\n \n n<\/mi>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle _{-1}^{0}n^{-}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n n<\/mi>\n \n -<\/mo>\n \n \n -<\/mo>\n 1<\/mn>\n <\/mrow>\n 0<\/mn>\n <\/mmultiscripts>\n \n \n superscript<\/csymbol>\n \n subscript<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc5b<\/ci>\n \n <\/apply>\n \n \n 1<\/cn>\n <\/apply>\n <\/apply>\n 0<\/cn>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{{}^{0}_{-1}n^{-}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n n<\/mtext>\n \n <\/mo>\n \n \n <\/mo>\n 1<\/mn>\n <\/mrow>\n 0<\/mn>\n <\/mmultiscripts>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {^{0}_{-1}n^{-}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n n<\/mtext>\n \n <\/mo>\n \n \n <\/mo>\n 1<\/mn>\n <\/mrow>\n 0<\/mn>\n <\/mmultiscripts>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {^{0}_{-1}n^{-}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{{\\vphantom{A}}^{\\hphantom{0}}_{\\hphantom{-1}}\\mkern-1.5mu{\\vphantom{A}}^{\\smash[t]{\\vphantom{2}}\\llap{0}}_{\\vphantom{2}\\llap{\\smash[t]{-1}}}\\mathrm{n}{\\vphantom{A}}^{-}}", "typeC": "ce", "description": "Nuclides, Isotopes" @@ -191,8 +191,8 @@ { "tex": "^0_-1n-", "type": "chem", - "mmlMathoid": "\n \n \n \n \n <\/mi>\n \n <\/mo>\n <\/mrow>\n \n 0<\/mn>\n <\/mrow>\n <\/msubsup>\n 1<\/mn>\n n<\/mi>\n <\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle _{-}^{0}1n-}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n 1<\/mn>\n \n -<\/mo>\n 0<\/mn>\n <\/mmultiscripts>\n n<\/mi>\n -<\/mo>\n <\/mrow>\n \n \n fragments<\/csymbol>\n \n superscript<\/csymbol>\n \n subscript<\/csymbol>\n 1<\/cn>\n \n <\/apply>\n 0<\/cn>\n <\/apply>\n n<\/csymbol>\n \n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{{}^{0}_{-}1n-}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n \n <\/mo>\n <\/mrow>\n \n \n \n \n 0<\/mn>\n <\/mmultiscripts>\n 1<\/mn>\n \n \n n<\/mtext>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {^0_-1n-}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n \n <\/mo>\n <\/mrow>\n \n \n \n \n 0<\/mn>\n <\/mmultiscripts>\n 1<\/mn>\n \n \n n<\/mtext>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {^0_-1n-}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{{\\vphantom{A}}^{\\hphantom{0}}_{\\hphantom{-1}}\\mkern-1.5mu{\\vphantom{A}}^{\\smash[t]{\\vphantom{2}}\\llap{0}}_{\\vphantom{2}\\llap{\\smash[t]{-1}}}\\mathrm{n}{\\vphantom{A}}^{-}}", "typeC": "ce", "description": "Nuclides, Isotopes" @@ -200,8 +200,8 @@ { "tex": "H{}^3HO", "type": "chem", - "mmlMathoid": "\n \n \n \n H<\/mi>\n \n \n\n <\/mrow>\n \n 3<\/mn>\n <\/mrow>\n <\/msup>\n H<\/mi>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle H{}^{3}HO}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n H<\/mi>\n \u2062<\/mo>\n \n H<\/mi>\n \n \n 3<\/mn>\n <\/mmultiscripts>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc3b<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc3b<\/ci>\n 3<\/cn>\n <\/apply>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle H{}^{3}HO}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n H<\/mtext>\n \n\n <\/mrow>\n \n HO<\/mtext>\n \n \n \n \n 3<\/mn>\n <\/mmultiscripts>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {H{}^3HO}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n H<\/mtext>\n \n\n <\/mrow>\n \n HO<\/mtext>\n \n \n \n \n 3<\/mn>\n <\/mmultiscripts>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {H{}^3HO}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{H}\\mkern2mu{\\vphantom{A}}^{\\hphantom{3}}_{\\hphantom{}}\\mkern-1.5mu{\\vphantom{A}}^{\\smash[t]{\\vphantom{2}}\\llap{3}}_{\\vphantom{2}\\llap{\\smash[t]{}}}\\mathrm{HO}}", "typeC": "ce", "description": "Nuclides, Isotopes" @@ -209,8 +209,8 @@ { "tex": "H^3HO", "type": "chem", - "mmlMathoid": "\n \n \n \n \n H<\/mi>\n \n 3<\/mn>\n <\/mrow>\n <\/msup>\n H<\/mi>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle H^{3}HO}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n H<\/mi>\n 3<\/mn>\n <\/msup>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \n superscript<\/csymbol>\n \ud835\udc3b<\/ci>\n 3<\/cn>\n <\/apply>\n \ud835\udc3b<\/ci>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle H^{3}HO}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n H<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n <\/msup>\n HO<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {H^3HO}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n H<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n <\/msup>\n HO<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {H^3HO}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{H}\\mkern2mu{\\vphantom{A}}^{\\hphantom{3}}_{\\hphantom{}}\\mkern-1.5mu{\\vphantom{A}}^{\\smash[t]{\\vphantom{2}}\\llap{3}}_{\\vphantom{2}\\llap{\\smash[t]{}}}\\mathrm{HO}}", "typeC": "ce", "description": "Nuclides, Isotopes" @@ -218,8 +218,8 @@ { "tex": "A -> B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <\/mo>\n ><\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A->B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n A<\/mi>\n -<\/mo>\n <\/mrow>\n ><\/mo>\n B<\/mi>\n <\/mrow>\n \n \n \n \n limit-from<\/csymbol>\n \ud835\udc34<\/ci>\n \n <\/apply>\n \ud835\udc35<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A->B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n <\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A -> B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n <\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A -> B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\mathrel{\\longrightarrow}{} \\mathrm{B}}", "typeC": "ce", "description": "Reaction Arrows" @@ -227,8 +227,8 @@ { "tex": "A <- B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <<\/mo>\n <\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A<-B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n <<\/mo>\n \n -<\/mo>\n B<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \ud835\udc34<\/ci>\n \n \n \ud835\udc35<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A<-B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n <\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <- B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n <\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <- B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\mathrel{\\longleftarrow}{} \\mathrm{B}}", "typeC": "ce", "description": "Reaction Arrows" @@ -236,8 +236,8 @@ { "tex": "A <-> B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <<\/mo>\n <\/mo>\n ><\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A<->B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n <<\/mo>\n -<\/mo>\n ><\/mo>\n B<\/mi>\n <\/mrow>\n \n \n fragments<\/csymbol>\n A<\/csymbol>\n \n \n \n B<\/csymbol>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A<->B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n <\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <-> B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n <\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <-> B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\mathrel{\\longleftrightarrow}{} \\mathrm{B}}", "typeC": "ce", "description": "Reaction Arrows" @@ -245,8 +245,8 @@ { "tex": "A <--> B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <<\/mo>\n <\/mo>\n <\/mo>\n ><\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A<-->B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n <<\/mo>\n -<\/mo>\n -<\/mo>\n ><\/mo>\n B<\/mi>\n <\/mrow>\n \n \n fragments<\/csymbol>\n A<\/csymbol>\n \n \n \n \n B<\/csymbol>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A<-->B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n <\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <--> B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n <\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <--> B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\mathrel{\\longleftrightarrows}{} \\mathrm{B}}", "typeC": "ce", "description": "Reaction Arrows" @@ -254,8 +254,8 @@ { "tex": "A <=> B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <=><\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A<=>B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n \u2264<\/mo>\n ><\/mo>\n B<\/mi>\n <\/mrow>\n \n \n fragments<\/csymbol>\n A<\/csymbol>\n \n \n B<\/csymbol>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A<=>B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n \n \n \n \n <\/mo>\n <\/mrow>\n \n \n \n <\/mo>\n <\/mrow>\n <\/mpadded>\n <\/mrow>\n <\/mrow>\n \n \n \n \n <\/mo>\n <\/mrow>\n \n \n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n <\/mover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <=> B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n \n \n \n \n <\/mo>\n <\/mrow>\n \n \n \n <\/mo>\n <\/mrow>\n <\/mpadded>\n <\/mrow>\n <\/mrow>\n \n \n \n \n <\/mo>\n <\/mrow>\n \n \n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n <\/mover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <=> B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\mathrel{\\longrightleftharpoons}{} \\mathrm{B}}", "typeC": "ce", "description": "Reaction Arrows" @@ -263,8 +263,8 @@ { "tex": "A <=>> B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <=>><\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A<=>>B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n \u2264<\/mo>\n \u226b<\/mo>\n B<\/mi>\n <\/mrow>\n \n \n fragments<\/csymbol>\n A<\/csymbol>\n \n much-greater-than<\/csymbol>\n B<\/csymbol>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A<=>>B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n \n \n \n \n <\/mo>\n <\/mpadded>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n \n \n \n <\/mo>\n <\/mrow>\n \n \n \n <\/mo>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n <\/mover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <=>> B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n \n \n \n \n <\/mo>\n <\/mpadded>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n \n \n \n <\/mo>\n <\/mrow>\n \n \n \n <\/mo>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n <\/mover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <=>> B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\mathrel{\\longRightleftharpoons}{} \\mathrm{B}}", "typeC": "ce", "description": "Reaction Arrows" @@ -272,8 +272,8 @@ { "tex": "A <<=> B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <<=><\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A<<=>B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n \u226a<\/mo>\n =<\/mo>\n ><\/mo>\n B<\/mi>\n <\/mrow>\n \n \n fragments<\/csymbol>\n A<\/csymbol>\n much-less-than<\/csymbol>\n \n \n B<\/csymbol>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A<<=>B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n \n \n \n <\/mo>\n <\/mrow>\n \n \n \n \n <\/mo>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/mover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <<=> B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n \n \n \n <\/mo>\n <\/mrow>\n \n \n \n \n <\/mo>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/mover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A <<=> B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\mathrel{\\longLeftrightharpoons}{} \\mathrm{B}}", "typeC": "ce", "description": "Reaction Arrows" @@ -281,8 +281,8 @@ { "tex": "A ->[H2O] B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <\/mo>\n ><\/mo>\n [<\/mo>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n ]<\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A->[H2O]B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n A<\/mi>\n -<\/mo>\n <\/mrow>\n ><\/mo>\n \n \n [<\/mo>\n \n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n \u2062<\/mo>\n B<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \n limit-from<\/csymbol>\n \ud835\udc34<\/ci>\n \n <\/apply>\n \n \n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/apply>\n \ud835\udc35<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A->[H2O]B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n →<\/mo>\n \n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A ->[H2O] B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n →<\/mo>\n \n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A ->[H2O] B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\mathrel{\\xrightarrow{\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}}{} \\mathrm{B}}", "typeC": "ce", "description": "Reaction Arrows" @@ -290,8 +290,8 @@ { "tex": "A ->[{text above}][{text below}] B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <\/mo>\n ><\/mo>\n [<\/mo>\n \n t<\/mi>\n e<\/mi>\n x<\/mi>\n t<\/mi>\n a<\/mi>\n b<\/mi>\n o<\/mi>\n v<\/mi>\n e<\/mi>\n <\/mrow>\n ]<\/mo>\n [<\/mo>\n \n t<\/mi>\n e<\/mi>\n x<\/mi>\n t<\/mi>\n b<\/mi>\n e<\/mi>\n l<\/mi>\n o<\/mi>\n w<\/mi>\n <\/mrow>\n ]<\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A->[{textabove}][{textbelow}]B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n A<\/mi>\n -<\/mo>\n <\/mrow>\n ><\/mo>\n \n \n [<\/mo>\n \n t<\/mi>\n \u2062<\/mo>\n e<\/mi>\n \u2062<\/mo>\n x<\/mi>\n \u2062<\/mo>\n t<\/mi>\n \u2062<\/mo>\n a<\/mi>\n \u2062<\/mo>\n b<\/mi>\n \u2062<\/mo>\n o<\/mi>\n \u2062<\/mo>\n v<\/mi>\n \u2062<\/mo>\n e<\/mi>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n \u2062<\/mo>\n \n [<\/mo>\n \n t<\/mi>\n \u2062<\/mo>\n e<\/mi>\n \u2062<\/mo>\n x<\/mi>\n \u2062<\/mo>\n t<\/mi>\n \u2062<\/mo>\n b<\/mi>\n \u2062<\/mo>\n e<\/mi>\n \u2062<\/mo>\n l<\/mi>\n \u2062<\/mo>\n o<\/mi>\n \u2062<\/mo>\n w<\/mi>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n \u2062<\/mo>\n B<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \n limit-from<\/csymbol>\n \ud835\udc34<\/ci>\n \n <\/apply>\n \n \n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc61<\/ci>\n \ud835\udc52<\/ci>\n \ud835\udc65<\/ci>\n \ud835\udc61<\/ci>\n \ud835\udc4e<\/ci>\n \ud835\udc4f<\/ci>\n \ud835\udc5c<\/ci>\n \ud835\udc63<\/ci>\n \ud835\udc52<\/ci>\n <\/apply>\n <\/apply>\n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc61<\/ci>\n \ud835\udc52<\/ci>\n \ud835\udc65<\/ci>\n \ud835\udc61<\/ci>\n \ud835\udc4f<\/ci>\n \ud835\udc52<\/ci>\n \ud835\udc59<\/ci>\n \ud835\udc5c<\/ci>\n \ud835\udc64<\/ci>\n <\/apply>\n <\/apply>\n \ud835\udc35<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A->[{textabove}][{textbelow}]B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n →<\/mo>\n \n \n t<\/mi>\n e<\/mi>\n x<\/mi>\n t<\/mi>\n b<\/mi>\n e<\/mi>\n l<\/mi>\n o<\/mi>\n w<\/mi>\n <\/mrow>\n <\/mpadded>\n \n \n t<\/mi>\n e<\/mi>\n x<\/mi>\n t<\/mi>\n a<\/mi>\n b<\/mi>\n o<\/mi>\n v<\/mi>\n e<\/mi>\n <\/mrow>\n <\/mpadded>\n <\/munderover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A ->[{text above}][{text below}] B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n →<\/mo>\n \n \n t<\/mi>\n e<\/mi>\n x<\/mi>\n t<\/mi>\n b<\/mi>\n e<\/mi>\n l<\/mi>\n o<\/mi>\n w<\/mi>\n <\/mrow>\n <\/mpadded>\n \n \n t<\/mi>\n e<\/mi>\n x<\/mi>\n t<\/mi>\n a<\/mi>\n b<\/mi>\n o<\/mi>\n v<\/mi>\n e<\/mi>\n <\/mrow>\n <\/mpadded>\n <\/munderover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A ->[{text above}][{text below}] B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\mathrel{\\xrightarrow[{{\\text{text below}}}]{{\\text{text above}}}}{} \\mathrm{B}}", "typeC": "ce", "description": "Reaction Arrows" @@ -299,8 +299,8 @@ { "tex": "A ->[$x$][$x_i$] B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <\/mo>\n ><\/mo>\n [<\/mo>\n $<\/mi>\n x<\/mi>\n $<\/mi>\n ]<\/mo>\n [<\/mo>\n $<\/mi>\n \n x<\/mi>\n \n i<\/mi>\n <\/mrow>\n <\/msub>\n $<\/mi>\n ]<\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A->[\\$x\\$][\\$x_{i}\\$]B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n A<\/mi>\n -<\/mo>\n <\/mrow>\n ><\/mo>\n \n \n [<\/mo>\n x<\/mi>\n ]<\/mo>\n <\/mrow>\n \u2062<\/mo>\n \n [<\/mo>\n \n x<\/mi>\n i<\/mi>\n <\/msub>\n ]<\/mo>\n <\/mrow>\n \u2062<\/mo>\n B<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \n limit-from<\/csymbol>\n \ud835\udc34<\/ci>\n \n <\/apply>\n \n \n \n delimited-[]<\/csymbol>\n \ud835\udc65<\/ci>\n <\/apply>\n \n delimited-[]<\/csymbol>\n \n subscript<\/csymbol>\n \ud835\udc65<\/ci>\n \ud835\udc56<\/ci>\n <\/apply>\n <\/apply>\n \ud835\udc35<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A->[$x$][$x_{i}$]B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n →<\/mo>\n \n $<\/mi>\n \n x<\/mi>\n \n i<\/mi>\n <\/mrow>\n <\/msub>\n $<\/mi>\n <\/mpadded>\n \n $<\/mi>\n x<\/mi>\n $<\/mi>\n <\/mpadded>\n <\/munderover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A->[\\$x\\$][\\$x_{i}\\$]B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n →<\/mo>\n \n $<\/mi>\n \n x<\/mi>\n \n i<\/mi>\n <\/mrow>\n <\/msub>\n $<\/mi>\n <\/mpadded>\n \n $<\/mi>\n x<\/mi>\n $<\/mi>\n <\/mpadded>\n <\/munderover>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A->[\\$x\\$][\\$x_{i}\\$]B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\mathrel{\\xrightarrow[{x_i }]{x }}{} \\mathrm{B}}", "typeC": "ce", "description": "Reaction Arrows" @@ -308,8 +308,8 @@ { "tex": "(NH4)2S", "type": "chem", - "mmlMathoid": "\n \n \n \n (<\/mo>\n N<\/mi>\n H<\/mi>\n 4<\/mn>\n )<\/mo>\n 2<\/mn>\n S<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle (NH4)2S}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n (<\/mo>\n \n N<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n S<\/mi>\n <\/mrow>\n \n \n \n \n \n \ud835\udc41<\/ci>\n \ud835\udc3b<\/ci>\n 4<\/cn>\n <\/apply>\n 2<\/cn>\n \ud835\udc46<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle(NH4)2S}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n \n (<\/mo>\n \n NH<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n S<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {(NH4)2S}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n \n (<\/mo>\n \n NH<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n S<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {(NH4)2S}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{(\\mathrm{NH}{\\vphantom{A}}_{\\smash[t]{4}}){\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{S}}", "typeC": "ce", "description": "Parentheses, Brackets, Braces" @@ -317,17 +317,17 @@ { "tex": "[\\{(X2)3\\}2]^3+", "type": "chem", - "mmlMathoid": "\n \n \n \n [<\/mo>\n {<\/mo>\n (<\/mo>\n X<\/mi>\n 2<\/mn>\n )<\/mo>\n 3<\/mn>\n }<\/mo>\n 2<\/mn>\n \n ]<\/mo>\n \n 3<\/mn>\n <\/mrow>\n <\/msup>\n +<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle [\\{(X2)3\\}2]^{3}+}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n \n [<\/mo>\n \n \n {<\/mo>\n \n \n (<\/mo>\n \n X<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n 3<\/mn>\n <\/mrow>\n }<\/mo>\n <\/mrow>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n 3<\/mn>\n <\/msup>\n +<\/mo>\n <\/mrow>\n \n \n limit-from<\/csymbol>\n \n superscript<\/csymbol>\n \n delimited-[]<\/csymbol>\n \n \n \n \n \n \n \n \ud835\udc4b<\/ci>\n 2<\/cn>\n <\/apply>\n 3<\/cn>\n <\/apply>\n <\/set>\n 2<\/cn>\n <\/apply>\n <\/apply>\n 3<\/cn>\n <\/apply>\n \n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle[\\{(X2)3\\}2]^{3}+}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n \n [<\/mo>\n \n \n {<\/mo>\n \n \n (<\/mo>\n \n X<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n }<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n 3<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {[\\{(X2)3\\}2]^3+}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n \n [<\/mo>\n \n \n {<\/mo>\n \n \n (<\/mo>\n \n X<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n }<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n 3<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {[\\{(X2)3\\}2]^3+}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{[\\{(\\mathrm{X}{\\vphantom{A}}_{\\smash[t]{2}}){\\vphantom{A}}_{\\smash[t]{3}}\\}{\\vphantom{A}}_{\\smash[t]{2}}]{\\vphantom{A}}^{3+}}", "typeC": "ce", "description": "Parentheses, Brackets, Braces" }, { - "tex": "CH4 + 2 $\\left( \\ce{O2 + 79\/21 N2} \\right)$", + "tex": "CH4 + 2 \\begin{math} \\left( \\ce{O2 + 79\/21 N2} \\right) \\end{math}", "type": "chem", - "mmlMathoid": "\n \n \n \n C<\/mi>\n H<\/mi>\n 4<\/mn>\n +<\/mo>\n 2<\/mn>\n $<\/mi>\n \n (<\/mo>\n \n \n O<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n +<\/mo>\n \n \n 79<\/mn>\n 21<\/mn>\n <\/mfrac>\n <\/mstyle>\n \n N<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n $<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle CH4+2\\$\\left({\\ce {O2 + 79\/21 N2}}\\right)\\$}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n C<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n +<\/mo>\n \n 2<\/mn>\n \u2062<\/mo>\n \n (<\/mo>\n \n \n \n \\ce<\/mtext>\n <\/merror>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n +<\/mo>\n \n \n 79<\/mn>\n \/<\/mo>\n 21<\/mn>\n <\/mrow>\n \u2062<\/mo>\n N<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n \n \n \n \n \n \ud835\udc36<\/ci>\n \ud835\udc3b<\/ci>\n 4<\/cn>\n <\/apply>\n \n \n 2<\/cn>\n \n \n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n <\/ci>\n \ud835\udc42<\/ci>\n 2<\/cn>\n <\/apply>\n \n \n \n \n 79<\/cn>\n 21<\/cn>\n <\/apply>\n \ud835\udc41<\/ci>\n 2<\/cn>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle CH4+2$\\left(\\ce{O2+79\/21N2}\\right)$}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n CH<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n +<\/mo>\n 2<\/mn>\n \n \n (<\/mo>\n \n \n O<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n +<\/mo>\n \n \n 79<\/mn>\n 21<\/mn>\n <\/mfrac>\n <\/mstyle>\n \n N<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CH4 + 2 $\\left({\\ce {O2 + 79\/21 N2}}\\right)$}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n CH<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n +<\/mo>\n 2<\/mn>\n \n \n (<\/mo>\n \n \n O<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n +<\/mo>\n \n \n 79<\/mn>\n 21<\/mn>\n <\/mfrac>\n <\/mstyle>\n \n N<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CH4 + 2 $\\left({\\ce {O2 + 79\/21 N2}}\\right)$}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{CH}{\\vphantom{A}}_{\\smash[t]{4}} {}+{} 2\\,\\left( \\mathrm{O}{\\vphantom{A}}_{\\smash[t]{2}} {}+{} \\mathchoice{\\textstyle\\frac{79}{21}}{\\frac{79}{21}}{\\frac{79}{21}}{\\frac{79}{21}}\\,\\mathrm{N}{\\vphantom{A}}_{\\smash[t]{2}} \\right) }", "typeC": "ce", "description": "Parentheses, Brackets, Braces" @@ -335,8 +335,8 @@ { "tex": "H2(aq)", "type": "chem", - "mmlMathoid": "\n \n \n \n H<\/mi>\n 2<\/mn>\n (<\/mo>\n a<\/mi>\n q<\/mi>\n )<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle H2(aq)}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n \n (<\/mo>\n \n a<\/mi>\n \u2062<\/mo>\n q<\/mi>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n \n \ud835\udc3b<\/ci>\n 2<\/cn>\n \n \n \ud835\udc4e<\/ci>\n \ud835\udc5e<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle H2(aq)}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n (<\/mo>\n aq<\/mtext>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {H2(aq)}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n (<\/mo>\n aq<\/mtext>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {H2(aq)}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mskip2mu (\\mathrm{aq})}", "typeC": "ce", "description": "States of Aggregation" @@ -344,8 +344,8 @@ { "tex": "CO3^2-_{(aq)}", "type": "chem", - "mmlMathoid": "\n \n \n \n C<\/mi>\n O<\/mi>\n \n 3<\/mn>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n \n <\/mo>\n \n (<\/mo>\n a<\/mi>\n q<\/mi>\n )<\/mo>\n <\/mrow>\n <\/msub>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle CO3^{2}-_{(aq)}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n C<\/mi>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n \n 3<\/mn>\n 2<\/mn>\n <\/msup>\n <\/mrow>\n \n -<\/mo>\n \n (<\/mo>\n \n a<\/mi>\n \u2062<\/mo>\n q<\/mi>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n <\/msub>\n <\/mrow>\n \n \n limit-from<\/csymbol>\n \n \n \ud835\udc36<\/ci>\n \ud835\udc42<\/ci>\n \n superscript<\/csymbol>\n 3<\/cn>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \n subscript<\/csymbol>\n \n \n \n \ud835\udc4e<\/ci>\n \ud835\udc5e<\/ci>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle CO3^{2}-_{(aq)}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n CO<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n <\/msubsup>\n \n \n <\/mo>\n <\/mrow>\n \n \n (<\/mo>\n aq<\/mtext>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CO3^2-_{(aq)}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n CO<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n <\/msubsup>\n \n \n <\/mo>\n <\/mrow>\n \n \n (<\/mo>\n aq<\/mtext>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CO3^2-_{(aq)}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{CO}{\\vphantom{A}}_{\\smash[t]{3}}{\\vphantom{A}}^{2-}{\\vphantom{A}}_{\\smash[t]{\\mskip1mu (\\mathrm{aq})}}}", "typeC": "ce", "description": "States of Aggregation" @@ -353,17 +353,17 @@ { "tex": "CO3^2-{}_{(aq)}", "type": "chem", - "mmlMathoid": "\n \n \n \n C<\/mi>\n O<\/mi>\n \n 3<\/mn>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n <\/mo>\n \n \n\n <\/mrow>\n \n (<\/mo>\n a<\/mi>\n q<\/mi>\n )<\/mo>\n <\/mrow>\n <\/msub>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle CO3^{2}-{}_{(aq)}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n C<\/mi>\n O<\/mi>\n \n 3<\/mn>\n 2<\/mn>\n <\/msup>\n -<\/mo>\n \n \n \n (<\/mo>\n \n a<\/mi>\n \u2062<\/mo>\n q<\/mi>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n <\/msub>\n <\/mrow>\n \n \n fragments<\/csymbol>\n C<\/csymbol>\n O<\/csymbol>\n \n superscript<\/csymbol>\n 3<\/cn>\n 2<\/cn>\n <\/apply>\n \n \n \n \n \ud835\udc4e<\/ci>\n \ud835\udc5e<\/ci>\n <\/apply>\n <\/apply>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle CO3^{2}-{}_{(aq)}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n CO<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n \n \n\n <\/mrow>\n \n \n (<\/mo>\n aq<\/mtext>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CO3^2-{}_{(aq)}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n CO<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n \n \n\n <\/mrow>\n \n \n (<\/mo>\n aq<\/mtext>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CO3^2-{}_{(aq)}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{CO}{\\vphantom{A}}_{\\smash[t]{3}}{\\vphantom{A}}^{2-}{\\vphantom{A}}_{\\smash[t]{\\mskip1mu (\\mathrm{aq})}}}", "typeC": "ce", "description": "States of Aggregation" }, { - "tex": "NaOH(aq,$\\infty$)", + "tex": "NaOH(aq, \\begin{math} \\infty \\end{math})", "type": "chem", - "mmlMathoid": "\n \n \n \n N<\/mi>\n a<\/mi>\n O<\/mi>\n H<\/mi>\n (<\/mo>\n a<\/mi>\n q<\/mi>\n ,<\/mo>\n $<\/mi>\n <\/mi>\n $<\/mi>\n )<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle NaOH(aq,\\$\\infty \\$)}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n N<\/mi>\n \u2062<\/mo>\n a<\/mi>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n a<\/mi>\n \u2062<\/mo>\n q<\/mi>\n <\/mrow>\n ,<\/mo>\n \u221e<\/mi>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n \n \ud835\udc41<\/ci>\n \ud835\udc4e<\/ci>\n \ud835\udc42<\/ci>\n \ud835\udc3b<\/ci>\n \n \n \n \ud835\udc4e<\/ci>\n \ud835\udc5e<\/ci>\n <\/apply>\n \n <\/interval>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle NaOH(aq,$\\infty$)}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n NaOH<\/mtext>\n \n (<\/mo>\n aq<\/mtext>\n ,<\/mo>\n <\/mi>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {NaOH(aq, $\\infty $)}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n NaOH<\/mtext>\n \n (<\/mo>\n aq<\/mtext>\n ,<\/mo>\n <\/mi>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {NaOH(aq, $\\infty $)}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{NaOH}\\mskip2mu (\\mathrm{aq},\\infty )}", "typeC": "ce", "description": "States of Aggregation" @@ -371,8 +371,8 @@ { "tex": "ZnS ($c$)", "type": "chem", - "mmlMathoid": "\n \n \n \n Z<\/mi>\n n<\/mi>\n S<\/mi>\n (<\/mo>\n $<\/mi>\n c<\/mi>\n $<\/mi>\n )<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle ZnS(\\$c\\$)}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n Z<\/mi>\n \u2062<\/mo>\n n<\/mi>\n \u2062<\/mo>\n S<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n c<\/mi>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n \n \ud835\udc4d<\/ci>\n \ud835\udc5b<\/ci>\n \ud835\udc46<\/ci>\n \ud835\udc50<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle ZnS($c$)}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n ZnS<\/mtext>\n \n (<\/mo>\n $<\/mi>\n c<\/mtext>\n $<\/mi>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {ZnS(\\$c\\$)}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n ZnS<\/mtext>\n \n (<\/mo>\n $<\/mi>\n c<\/mtext>\n $<\/mi>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {ZnS(\\$c\\$)}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{ZnS}\\mskip2mu (c )}", "typeC": "ce", "description": "Crystal Systems" @@ -381,7 +381,7 @@ "tex": "ZnS (\\ca$c$)", "type": "chem", "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n Z<\/mi>\n \u2062<\/mo>\n n<\/mi>\n \u2062<\/mo>\n S<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n \n \\ca<\/mtext>\n <\/merror>\n \u2062<\/mo>\n c<\/mi>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n \n \ud835\udc4d<\/ci>\n \ud835\udc5b<\/ci>\n \ud835\udc46<\/ci>\n \n \n \n \n \\ca<\/mtext>\n <\/merror>\n <\/ci>\n \ud835\udc50<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle ZnS(\\ca$c$)}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "", "texNew": "{\\mathrm{ZnS}\\mskip2mu ({\\sim}c )}", "typeC": "ce", "description": "Crystal Systems" @@ -389,8 +389,8 @@ { "tex": "NO_x", "type": "chem", - "mmlMathoid": "\n \n \n \n N<\/mi>\n \n O<\/mi>\n \n x<\/mi>\n <\/mrow>\n <\/msub>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle NO_{x}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n N<\/mi>\n \u2062<\/mo>\n \n O<\/mi>\n x<\/mi>\n <\/msub>\n <\/mrow>\n \n \n \n \ud835\udc41<\/ci>\n \n subscript<\/csymbol>\n \ud835\udc42<\/ci>\n \ud835\udc65<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle NO_{x}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n NO<\/mtext>\n x<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {NO_x}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n NO<\/mtext>\n x<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {NO_x}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{NO}{\\vphantom{A}}_{\\smash[t]{x }}}", "typeC": "ce", "description": "Variables like __*x*, *n*, 2*n*+1__" @@ -398,8 +398,8 @@ { "tex": "Fe^n+", "type": "chem", - "mmlMathoid": "\n \n \n \n F<\/mi>\n \n e<\/mi>\n \n n<\/mi>\n <\/mrow>\n <\/msup>\n +<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle Fe^{n}+}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n F<\/mi>\n \u2062<\/mo>\n \n e<\/mi>\n n<\/mi>\n <\/msup>\n <\/mrow>\n +<\/mo>\n <\/mrow>\n \n \n limit-from<\/csymbol>\n \n \n \ud835\udc39<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc52<\/ci>\n \ud835\udc5b<\/ci>\n <\/apply>\n <\/apply>\n \n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle Fe^{n}+}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n Fe<\/mtext>\n \n n<\/mtext>\n \n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Fe^n+}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n Fe<\/mtext>\n \n n<\/mtext>\n \n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Fe^n+}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{Fe}{\\vphantom{A}}^{n +}}", "typeC": "ce", "description": "Variables like __*x*, *n*, 2*n*+1__" @@ -407,8 +407,8 @@ { "tex": "x Na(NH4)HPO4 ->[Delta] (NaPO3)_x + x NH3 ^ + x H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n x<\/mi>\n N<\/mi>\n a<\/mi>\n (<\/mo>\n N<\/mi>\n H<\/mi>\n 4<\/mn>\n )<\/mo>\n H<\/mi>\n P<\/mi>\n O<\/mi>\n 4<\/mn>\n <\/mo>\n ><\/mo>\n [<\/mo>\n D<\/mi>\n e<\/mi>\n l<\/mi>\n t<\/mi>\n a<\/mi>\n ]<\/mo>\n (<\/mo>\n N<\/mi>\n a<\/mi>\n P<\/mi>\n O<\/mi>\n 3<\/mn>\n \n )<\/mo>\n \n x<\/mi>\n <\/mrow>\n <\/msub>\n +<\/mo>\n x<\/mi>\n N<\/mi>\n H<\/mi>\n \n 3<\/mn>\n \n +<\/mo>\n <\/mrow>\n <\/msup>\n x<\/mi>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle xNa(NH4)HPO4->[Delta](NaPO3)_{x}+xNH3^{+}xH2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n \n x<\/mi>\n \u2062<\/mo>\n N<\/mi>\n \u2062<\/mo>\n a<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n N<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n P<\/mi>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n -<\/mo>\n <\/mrow>\n ><\/mo>\n \n \n \n [<\/mo>\n \n D<\/mi>\n \u2062<\/mo>\n e<\/mi>\n \u2062<\/mo>\n l<\/mi>\n \u2062<\/mo>\n t<\/mi>\n \u2062<\/mo>\n a<\/mi>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n \u2062<\/mo>\n \n \n (<\/mo>\n \n N<\/mi>\n \u2062<\/mo>\n a<\/mi>\n \u2062<\/mo>\n P<\/mi>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n 3<\/mn>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n x<\/mi>\n <\/msub>\n <\/mrow>\n +<\/mo>\n \n x<\/mi>\n \u2062<\/mo>\n N<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n \n 3<\/mn>\n +<\/mo>\n <\/msup>\n \u2062<\/mo>\n x<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n \n \n \n \n limit-from<\/csymbol>\n \n \n \ud835\udc65<\/ci>\n \ud835\udc41<\/ci>\n \ud835\udc4e<\/ci>\n \n \n \ud835\udc41<\/ci>\n \ud835\udc3b<\/ci>\n 4<\/cn>\n <\/apply>\n \ud835\udc3b<\/ci>\n \ud835\udc43<\/ci>\n \ud835\udc42<\/ci>\n 4<\/cn>\n <\/apply>\n \n <\/apply>\n \n \n \n \n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc37<\/ci>\n \ud835\udc52<\/ci>\n \ud835\udc59<\/ci>\n \ud835\udc61<\/ci>\n \ud835\udc4e<\/ci>\n <\/apply>\n <\/apply>\n \n subscript<\/csymbol>\n \n \n \ud835\udc41<\/ci>\n \ud835\udc4e<\/ci>\n \ud835\udc43<\/ci>\n \ud835\udc42<\/ci>\n 3<\/cn>\n <\/apply>\n \ud835\udc65<\/ci>\n <\/apply>\n <\/apply>\n \n \n \ud835\udc65<\/ci>\n \ud835\udc41<\/ci>\n \ud835\udc3b<\/ci>\n \n superscript<\/csymbol>\n 3<\/cn>\n \n <\/apply>\n \ud835\udc65<\/ci>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle xNa(NH4)HPO4->[Delta](NaPO3)_{x}+xNH3^{+}xH2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n x<\/mtext>\n Na<\/mtext>\n \n (<\/mo>\n \n NH<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n HPO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n \n →<\/mo>\n \n D<\/mi>\n e<\/mi>\n l<\/mi>\n t<\/mi>\n a<\/mi>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n \n (<\/mo>\n \n NaPO<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n x<\/mtext>\n +<\/mo>\n x<\/mtext>\n \n NH<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n +<\/mo>\n x<\/mtext>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {x Na(NH4)HPO4 ->[Delta] (NaPO3)_x + x NH3 ^ + x H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n x<\/mtext>\n Na<\/mtext>\n \n (<\/mo>\n \n NH<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n HPO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n \n →<\/mo>\n \n D<\/mi>\n e<\/mi>\n l<\/mi>\n t<\/mi>\n a<\/mi>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n \n (<\/mo>\n \n NaPO<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n x<\/mtext>\n +<\/mo>\n x<\/mtext>\n \n NH<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n +<\/mo>\n x<\/mtext>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {x Na(NH4)HPO4 ->[Delta] (NaPO3)_x + x NH3 ^ + x H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{x\\,\\mathrm{Na}(\\mathrm{NH}{\\vphantom{A}}_{\\smash[t]{4}})\\mathrm{HPO}{\\vphantom{A}}_{\\smash[t]{4}} {}\\mathrel{\\xrightarrow{\\mathrm{Delta}}}{} (\\mathrm{NaPO}{\\vphantom{A}}_{\\smash[t]{3}}){\\vphantom{A}}_{\\smash[t]{x }} {}+{} x\\,\\mathrm{NH}{\\vphantom{A}}_{\\smash[t]{3}} \\uparrow{} {}+{} x\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Variables like __*x*, *n*, 2*n*+1__" @@ -416,8 +416,8 @@ { "tex": "mu-Cl", "type": "chem", - "mmlMathoid": "\n \n \n \n m<\/mi>\n u<\/mi>\n <\/mo>\n C<\/mi>\n l<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle mu-Cl}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n m<\/mi>\n \u2062<\/mo>\n u<\/mi>\n <\/mrow>\n -<\/mo>\n \n C<\/mi>\n \u2062<\/mo>\n l<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \n \n \ud835\udc5a<\/ci>\n \ud835\udc62<\/ci>\n <\/apply>\n \n \n \ud835\udc36<\/ci>\n \ud835\udc59<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle mu-Cl}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n mu<\/mtext>\n \n <\/mo>\n <\/mrow>\n Cl<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {mu-Cl}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n mu<\/mtext>\n \n <\/mo>\n <\/mrow>\n Cl<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {mu-Cl}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{mu}{-}\\mathrm{Cl}}", "typeC": "ce", "description": "Greek Characters" @@ -425,8 +425,8 @@ { "tex": "[Pt(\\eta^2-C2H4)Cl3]-", "type": "chem", - "mmlMathoid": "\n \n \n \n [<\/mo>\n P<\/mi>\n t<\/mi>\n (<\/mo>\n \n η<\/mi>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n <\/mo>\n C<\/mi>\n 2<\/mn>\n H<\/mi>\n 4<\/mn>\n )<\/mo>\n C<\/mi>\n l<\/mi>\n 3<\/mn>\n ]<\/mo>\n <\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle [Pt(\\eta ^{2}-C2H4)Cl3]-}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n [<\/mo>\n \n P<\/mi>\n \u2062<\/mo>\n t<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n \n \u03b7<\/mi>\n 2<\/mn>\n <\/msup>\n -<\/mo>\n \n C<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n l<\/mi>\n \u2062<\/mo>\n 3<\/mn>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n -<\/mo>\n <\/mrow>\n \n \n limit-from<\/csymbol>\n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc43<\/ci>\n \ud835\udc61<\/ci>\n \n \n \n superscript<\/csymbol>\n \ud835\udf02<\/ci>\n 2<\/cn>\n <\/apply>\n \n \n \ud835\udc36<\/ci>\n 2<\/cn>\n \ud835\udc3b<\/ci>\n 4<\/cn>\n <\/apply>\n <\/apply>\n \ud835\udc36<\/ci>\n \ud835\udc59<\/ci>\n 3<\/cn>\n <\/apply>\n <\/apply>\n \n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle[Pt(\\eta^{2}-C2H4)Cl3]-}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n \n [<\/mo>\n Pt<\/mtext>\n \n (<\/mo>\n \n η<\/mi>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n \n <\/mo>\n <\/mrow>\n \n C<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n H<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n Cl<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {[Pt(\\eta^2-C2H4)Cl3]-}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n \n [<\/mo>\n Pt<\/mtext>\n \n (<\/mo>\n \n η<\/mi>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n \n <\/mo>\n <\/mrow>\n \n C<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n H<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n Cl<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {[Pt(\\eta^2-C2H4)Cl3]-}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{[\\mathrm{Pt}(\\mathrm{\\eta}{\\vphantom{A}}^{2}\\text{-}\\mathrm{C}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{4}})\\mathrm{Cl}{\\vphantom{A}}_{\\smash[t]{3}}]{\\vphantom{A}}^{-}}", "typeC": "ce", "description": "Greek Characters" @@ -434,8 +434,8 @@ { "tex": "\\beta +", "type": "chem", - "mmlMathoid": "\n \n \n \n β<\/mi>\n +<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle \\beta +}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \u03b2<\/mi>\n +<\/mo>\n <\/mrow>\n \n \n limit-from<\/csymbol>\n \ud835\udefd<\/ci>\n \n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle\\beta+}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n β<\/mi>\n +<\/mo>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {\\beta +}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n β<\/mi>\n +<\/mo>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {\\beta +}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{\\beta }{\\vphantom{A}}^{+}}", "typeC": "ce", "description": "Greek Characters" @@ -443,26 +443,26 @@ { "tex": "^40_18Ar + \\gamma{} + \\nu_e", "type": "chem", - "mmlMathoid": "\n \n \n \n \n <\/mi>\n \n 4<\/mn>\n <\/mrow>\n <\/msup>\n \n 0<\/mn>\n \n 1<\/mn>\n <\/mrow>\n <\/msub>\n 8<\/mn>\n A<\/mi>\n r<\/mi>\n +<\/mo>\n γ<\/mi>\n \n\n <\/mrow>\n +<\/mo>\n \n ν<\/mi>\n \n e<\/mi>\n <\/mrow>\n <\/msub>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle ^{4}0_{1}8Ar+\\gamma {}+\\nu _{e}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n 0<\/mn>\n 1<\/mn>\n \n \n \n 4<\/mn>\n <\/mmultiscripts>\n 8<\/mn>\n A<\/mi>\n r<\/mi>\n +<\/mo>\n \u03b3<\/mi>\n +<\/mo>\n \n \u03bd<\/mi>\n e<\/mi>\n <\/msub>\n <\/mrow>\n \n \n fragments<\/csymbol>\n \n superscript<\/csymbol>\n \n subscript<\/csymbol>\n 0<\/cn>\n 1<\/cn>\n <\/apply>\n 4<\/cn>\n <\/apply>\n 8<\/cn>\n A<\/csymbol>\n r<\/csymbol>\n \n \u03b3<\/csymbol>\n \n \n subscript<\/csymbol>\n \ud835\udf08<\/ci>\n \ud835\udc52<\/ci>\n <\/apply>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{{}^{4}0_{1}8Ar+\\gamma{}+\\nu_{e}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Ar<\/mtext>\n \n \n \n 18<\/mn>\n 40<\/mn>\n <\/mmultiscripts>\n +<\/mo>\n γ<\/mi>\n \n\n <\/mrow>\n +<\/mo>\n ν<\/mi>\n e<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {^40_18Ar + \\gamma{}+ \\nu_e}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Ar<\/mtext>\n \n \n \n 18<\/mn>\n 40<\/mn>\n <\/mmultiscripts>\n +<\/mo>\n γ<\/mi>\n \n\n <\/mrow>\n +<\/mo>\n ν<\/mi>\n e<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {^40_18Ar + \\gamma{}+ \\nu_e}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{{\\vphantom{A}}^{\\hphantom{40}}_{\\hphantom{18}}\\mkern-1.5mu{\\vphantom{A}}^{\\smash[t]{\\vphantom{2}}\\llap{40}}_{\\vphantom{2}\\llap{\\smash[t]{18}}}\\mathrm{Ar} {}+{} \\mathrm{\\gamma{}} {}+{} \\mathrm{\\nu}{\\vphantom{A}}_{\\smash[t]{e }}}", "typeC": "ce", "description": "Greek Characters" }, { - "tex": "NaOH(aq,$\\infty$)", + "tex": "NaOH(aq, \\begin{math} \\infty$)", "type": "chem", - "mmlMathoid": "\n \n \n \n N<\/mi>\n a<\/mi>\n O<\/mi>\n H<\/mi>\n (<\/mo>\n a<\/mi>\n q<\/mi>\n ,<\/mo>\n $<\/mi>\n <\/mi>\n $<\/mi>\n )<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle NaOH(aq,\\$\\infty \\$)}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n N<\/mi>\n \u2062<\/mo>\n a<\/mi>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n a<\/mi>\n \u2062<\/mo>\n q<\/mi>\n <\/mrow>\n ,<\/mo>\n \u221e<\/mi>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n \n \ud835\udc41<\/ci>\n \ud835\udc4e<\/ci>\n \ud835\udc42<\/ci>\n \ud835\udc3b<\/ci>\n \n \n \n \ud835\udc4e<\/ci>\n \ud835\udc5e<\/ci>\n <\/apply>\n \n <\/interval>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle NaOH(aq,$\\infty$)}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "", + "mmlLaTeXML": "", "texNew": "{\\mathrm{NaOH}\\mskip2mu (\\mathrm{aq},\\infty )}", "typeC": "ce", "description": "(Italic) Math" }, { - "tex": "Fe(CN)_{$\\frac{6}{2}$}", + "tex": "Fe(CN)_{ \\begin{math} \\frac{6}{2} \\end{math}}", "type": "chem", - "mmlMathoid": "\n \n \n \n F<\/mi>\n e<\/mi>\n (<\/mo>\n C<\/mi>\n N<\/mi>\n \n )<\/mo>\n \n $<\/mi>\n \n \n 6<\/mn>\n 2<\/mn>\n <\/mfrac>\n <\/mrow>\n $<\/mi>\n <\/mrow>\n <\/msub>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle Fe(CN)_{\\${\\frac {6}{2}}\\$}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n F<\/mi>\n \u2062<\/mo>\n e<\/mi>\n \u2062<\/mo>\n \n \n (<\/mo>\n \n C<\/mi>\n \u2062<\/mo>\n N<\/mi>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \n 6<\/mn>\n 2<\/mn>\n <\/mfrac>\n <\/msub>\n <\/mrow>\n \n \n \n \ud835\udc39<\/ci>\n \ud835\udc52<\/ci>\n \n subscript<\/csymbol>\n \n \n \ud835\udc36<\/ci>\n \ud835\udc41<\/ci>\n <\/apply>\n \n \n 6<\/cn>\n 2<\/cn>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle Fe(CN)_{$\\frac{6}{2}$}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n Fe<\/mtext>\n \n \n (<\/mo>\n CN<\/mtext>\n )<\/mo>\n <\/mrow>\n \n \n \n 6<\/mn>\n 2<\/mn>\n <\/mfrac>\n <\/mrow>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Fe(CN)_{${\\frac {6}{2}}$}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n Fe<\/mtext>\n \n \n (<\/mo>\n CN<\/mtext>\n )<\/mo>\n <\/mrow>\n \n \n \n 6<\/mn>\n 2<\/mn>\n <\/mfrac>\n <\/mrow>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Fe(CN)_{${\\frac {6}{2}}$}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{Fe}(\\mathrm{CN}){\\vphantom{A}}_{\\smash[t]{\\frac{6}{2} }}}", "typeC": "ce", "description": "(Italic) Math" @@ -470,8 +470,8 @@ { "tex": "X_{$i$}^{$x$}", "type": "chem", - "mmlMathoid": "\n \n \n \n \n X<\/mi>\n \n $<\/mi>\n i<\/mi>\n $<\/mi>\n <\/mrow>\n \n $<\/mi>\n x<\/mi>\n $<\/mi>\n <\/mrow>\n <\/msubsup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle X_{\\$i\\$}^{\\$x\\$}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n X<\/mi>\n i<\/mi>\n x<\/mi>\n <\/msubsup>\n \n \n superscript<\/csymbol>\n \n subscript<\/csymbol>\n \ud835\udc4b<\/ci>\n \ud835\udc56<\/ci>\n <\/apply>\n \ud835\udc65<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle X_{$i$}^{$x$}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n X<\/mtext>\n \n $<\/mi>\n i<\/mtext>\n $<\/mi>\n <\/mrow>\n \n $<\/mi>\n x<\/mtext>\n $<\/mi>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {X_{\\$i\\$}^{\\$x\\$}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n X<\/mtext>\n \n $<\/mi>\n i<\/mtext>\n $<\/mi>\n <\/mrow>\n \n $<\/mi>\n x<\/mtext>\n $<\/mi>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {X_{\\$i\\$}^{\\$x\\$}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{X}{\\vphantom{A}}_{\\smash[t]{i }}{\\vphantom{A}}^{x }}", "typeC": "ce", "description": "(Italic) Math" @@ -479,8 +479,8 @@ { "tex": "X_$i$^$x$", "type": "chem", - "mmlMathoid": "\n \n \n \n \n X<\/mi>\n \n $<\/mi>\n <\/mrow>\n <\/msub>\n i<\/mi>\n \n $<\/mi>\n \n $<\/mi>\n <\/mrow>\n <\/msup>\n x<\/mi>\n $<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle X_{\\$}i\\$^{\\$}x\\$}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n X<\/mi>\n \n <\/msub>\n \u2062<\/mo>\n \n i<\/mi>\n \n <\/msup>\n \u2062<\/mo>\n x<\/mi>\n <\/mrow>\n \n \n \n \n subscript<\/csymbol>\n \ud835\udc4b<\/ci>\n absent<\/csymbol>\n <\/apply>\n \n superscript<\/csymbol>\n \ud835\udc56<\/ci>\n absent<\/csymbol>\n <\/apply>\n \ud835\udc65<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle X_{$}i$^{$}x$}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n X<\/mtext>\n \n $<\/mi>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n i<\/mtext>\n \n $<\/mi>\n \n $<\/mi>\n <\/mrow>\n <\/msup>\n x<\/mtext>\n $<\/mi>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {X_{\\$}i\\$^{\\$}x\\$}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n X<\/mtext>\n \n $<\/mi>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n i<\/mtext>\n \n $<\/mi>\n \n $<\/mi>\n <\/mrow>\n <\/msup>\n x<\/mtext>\n $<\/mi>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {X_{\\$}i\\$^{\\$}x\\$}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{X}{\\vphantom{A}}_{\\smash[t]{i }}{\\vphantom{A}}^{x }}", "typeC": "ce", "description": "(Italic) Math" @@ -488,8 +488,8 @@ { "tex": "$cis${-}[PtCl2(NH3)2]", "type": "chem", - "mmlMathoid": "\n \n \n \n $<\/mi>\n c<\/mi>\n i<\/mi>\n s<\/mi>\n $<\/mi>\n \n <\/mo>\n <\/mrow>\n [<\/mo>\n P<\/mi>\n t<\/mi>\n C<\/mi>\n l<\/mi>\n 2<\/mn>\n (<\/mo>\n N<\/mi>\n H<\/mi>\n 3<\/mn>\n )<\/mo>\n 2<\/mn>\n ]<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle \\$cis\\${-}[PtCl2(NH3)2]}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n c<\/mi>\n \u2062<\/mo>\n i<\/mi>\n \u2062<\/mo>\n s<\/mi>\n <\/mrow>\n -<\/mo>\n \n [<\/mo>\n \n P<\/mi>\n \u2062<\/mo>\n t<\/mi>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n l<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n \n (<\/mo>\n \n N<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 3<\/mn>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n \n \n \n \ud835\udc50<\/ci>\n \ud835\udc56<\/ci>\n \ud835\udc60<\/ci>\n <\/apply>\n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc43<\/ci>\n \ud835\udc61<\/ci>\n \ud835\udc36<\/ci>\n \ud835\udc59<\/ci>\n 2<\/cn>\n \n \n \ud835\udc41<\/ci>\n \ud835\udc3b<\/ci>\n 3<\/cn>\n <\/apply>\n 2<\/cn>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle$cis${-}[PtCl2(NH3)2]}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n $<\/mi>\n cis<\/mtext>\n $<\/mi>\n \n \n <\/mo>\n <\/mrow>\n <\/mrow>\n \n [<\/mo>\n \n PtCl<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n \n (<\/mo>\n \n NH<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {\\$cis\\${-}[PtCl2(NH3)2]}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n $<\/mi>\n cis<\/mtext>\n $<\/mi>\n \n \n <\/mo>\n <\/mrow>\n <\/mrow>\n \n [<\/mo>\n \n PtCl<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n \n (<\/mo>\n \n NH<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {\\$cis\\${-}[PtCl2(NH3)2]}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{cis {\\text{-}}[\\mathrm{PtCl}{\\vphantom{A}}_{\\smash[t]{2}}(\\mathrm{NH}{\\vphantom{A}}_{\\smash[t]{3}}){\\vphantom{A}}_{\\smash[t]{2}}]}", "typeC": "ce", "description": "Italic Text" @@ -497,8 +497,8 @@ { "tex": "CuS($hP12$)", "type": "chem", - "mmlMathoid": "\n \n \n \n C<\/mi>\n u<\/mi>\n S<\/mi>\n (<\/mo>\n $<\/mi>\n h<\/mi>\n P<\/mi>\n 12<\/mn>\n $<\/mi>\n )<\/mo>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle CuS(\\$hP12\\$)}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n C<\/mi>\n \u2062<\/mo>\n u<\/mi>\n \u2062<\/mo>\n S<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n h<\/mi>\n \u2062<\/mo>\n P<\/mi>\n \u2062<\/mo>\n 12<\/mn>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n \n \n \ud835\udc36<\/ci>\n \ud835\udc62<\/ci>\n \ud835\udc46<\/ci>\n \n \n \u210e<\/ci>\n \ud835\udc43<\/ci>\n 12<\/cn>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle CuS($hP12$)}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n CuS<\/mtext>\n \n (<\/mo>\n $<\/mi>\n \n hP<\/mtext>\n \n 12<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n $<\/mi>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CuS(\\$hP12\\$)}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n CuS<\/mtext>\n \n (<\/mo>\n $<\/mi>\n \n hP<\/mtext>\n \n 12<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n $<\/mi>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {CuS(\\$hP12\\$)}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{CuS}(hP12 )}", "typeC": "ce", "description": "Italic Text" @@ -506,8 +506,8 @@ { "tex": "{Gluconic Acid} + H2O2", "type": "chem", - "mmlMathoid": "\n \n \n \n \n G<\/mi>\n l<\/mi>\n u<\/mi>\n c<\/mi>\n o<\/mi>\n n<\/mi>\n i<\/mi>\n c<\/mi>\n A<\/mi>\n c<\/mi>\n i<\/mi>\n d<\/mi>\n <\/mrow>\n +<\/mo>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n 2<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {GluconicAcid}+H2O2}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n G<\/mi>\n \u2062<\/mo>\n l<\/mi>\n \u2062<\/mo>\n u<\/mi>\n \u2062<\/mo>\n c<\/mi>\n \u2062<\/mo>\n o<\/mi>\n \u2062<\/mo>\n n<\/mi>\n \u2062<\/mo>\n i<\/mi>\n \u2062<\/mo>\n c<\/mi>\n \u2062<\/mo>\n A<\/mi>\n \u2062<\/mo>\n c<\/mi>\n \u2062<\/mo>\n i<\/mi>\n \u2062<\/mo>\n d<\/mi>\n <\/mrow>\n +<\/mo>\n \n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n <\/mrow>\n \n \n \n \n \n \ud835\udc3a<\/ci>\n \ud835\udc59<\/ci>\n \ud835\udc62<\/ci>\n \ud835\udc50<\/ci>\n \ud835\udc5c<\/ci>\n \ud835\udc5b<\/ci>\n \ud835\udc56<\/ci>\n \ud835\udc50<\/ci>\n \ud835\udc34<\/ci>\n \ud835\udc50<\/ci>\n \ud835\udc56<\/ci>\n \ud835\udc51<\/ci>\n <\/apply>\n \n \n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n 2<\/cn>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle{GluconicAcid}+H2O2}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Gluconic<\/mtext>\n Acid<\/mtext>\n <\/mrow>\n +<\/mo>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n O<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {{Gluconic Acid}+ H2O2}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Gluconic<\/mtext>\n Acid<\/mtext>\n <\/mrow>\n +<\/mo>\n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n O<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {{Gluconic Acid}+ H2O2}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{{\\text{Gluconic Acid}} {}+{} \\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}{\\vphantom{A}}_{\\smash[t]{2}}}", "typeC": "ce", "description": "Upright Text, Escape Parsing" @@ -515,8 +515,8 @@ { "tex": "X_{{red}}", "type": "chem", - "mmlMathoid": "\n \n \n \n \n X<\/mi>\n \n r<\/mi>\n e<\/mi>\n d<\/mi>\n <\/mrow>\n <\/msub>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle X_{red}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n X<\/mi>\n \n r<\/mi>\n \u2062<\/mo>\n e<\/mi>\n \u2062<\/mo>\n d<\/mi>\n <\/mrow>\n <\/msub>\n \n \n subscript<\/csymbol>\n \ud835\udc4b<\/ci>\n \n \n \ud835\udc5f<\/ci>\n \ud835\udc52<\/ci>\n \ud835\udc51<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle X_{{red}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n X<\/mtext>\n \n \n red<\/mtext>\n <\/mrow>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {X_{{red}}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n X<\/mtext>\n \n \n red<\/mtext>\n <\/mrow>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {X_{{red}}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{X}{\\vphantom{A}}_{\\smash[t]{\\text{red}}}}", "typeC": "ce", "description": "Upright Text, Escape Parsing" @@ -524,8 +524,8 @@ { "tex": "{(+)}_589{-}[Co(en)3]Cl3", "type": "chem", - "mmlMathoid": "\n \n \n \n \n \n (<\/mo>\n +<\/mo>\n )<\/mo>\n <\/mrow>\n \n 5<\/mn>\n <\/mrow>\n <\/msub>\n 89<\/mn>\n \n <\/mo>\n <\/mrow>\n [<\/mo>\n C<\/mi>\n o<\/mi>\n (<\/mo>\n e<\/mi>\n n<\/mi>\n )<\/mo>\n 3<\/mn>\n ]<\/mo>\n C<\/mi>\n l<\/mi>\n 3<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {(+)}_{5}89{-}[Co(en)3]Cl3}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n \n \n (<\/mo>\n +<\/mo>\n )<\/mo>\n <\/mrow>\n 5<\/mn>\n <\/msub>\n \u2062<\/mo>\n 89<\/mn>\n <\/mrow>\n -<\/mo>\n \n \n [<\/mo>\n \n C<\/mi>\n \u2062<\/mo>\n o<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n e<\/mi>\n \u2062<\/mo>\n n<\/mi>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n 3<\/mn>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n l<\/mi>\n \u2062<\/mo>\n 3<\/mn>\n <\/mrow>\n <\/mrow>\n \n \n \n \n \n \n subscript<\/csymbol>\n \n 5<\/cn>\n <\/apply>\n 89<\/cn>\n <\/apply>\n \n \n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc36<\/ci>\n \ud835\udc5c<\/ci>\n \n \n \ud835\udc52<\/ci>\n \ud835\udc5b<\/ci>\n <\/apply>\n 3<\/cn>\n <\/apply>\n <\/apply>\n \ud835\udc36<\/ci>\n \ud835\udc59<\/ci>\n 3<\/cn>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle{(+)}_{5}89{-}[Co(en)3]Cl3}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n \n \n (<\/mo>\n +<\/mo>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n 589<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n \n <\/mo>\n <\/mrow>\n <\/mrow>\n \n [<\/mo>\n Co<\/mtext>\n \n \n (<\/mo>\n en<\/mtext>\n )<\/mo>\n <\/mrow>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n Cl<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {{(+)}_589{-}[Co(en)3]Cl3}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n \n \n (<\/mo>\n +<\/mo>\n )<\/mo>\n <\/mrow>\n <\/mrow>\n \n 589<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n \n <\/mo>\n <\/mrow>\n <\/mrow>\n \n [<\/mo>\n Co<\/mtext>\n \n \n (<\/mo>\n en<\/mtext>\n )<\/mo>\n <\/mrow>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n Cl<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {{(+)}_589{-}[Co(en)3]Cl3}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{{\\text{(+)}}{\\vphantom{A}}_{\\smash[t]{589}}{\\text{-}}[\\mathrm{Co}(\\mathrm{en}){\\vphantom{A}}_{\\smash[t]{3}}]\\mathrm{Cl}{\\vphantom{A}}_{\\smash[t]{3}}}", "typeC": "ce", "description": "Upright Text, Escape Parsing" @@ -533,8 +533,8 @@ { "tex": "C6H5-CHO", "type": "chem", - "mmlMathoid": "\n \n \n \n C<\/mi>\n 6<\/mn>\n H<\/mi>\n 5<\/mn>\n <\/mo>\n C<\/mi>\n H<\/mi>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle C6H5-CHO}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n C<\/mi>\n \u2062<\/mo>\n 6<\/mn>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 5<\/mn>\n <\/mrow>\n -<\/mo>\n \n C<\/mi>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \n \n \ud835\udc36<\/ci>\n 6<\/cn>\n \ud835\udc3b<\/ci>\n 5<\/cn>\n <\/apply>\n \n \n \ud835\udc36<\/ci>\n \ud835\udc3b<\/ci>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle C6H5-CHO}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n C<\/mtext>\n \n 6<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n H<\/mtext>\n \n 5<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n CHO<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {C6H5-CHO}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n C<\/mtext>\n \n 6<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n H<\/mtext>\n \n 5<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n CHO<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {C6H5-CHO}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{C}{\\vphantom{A}}_{\\smash[t]{6}}\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{5}}{-}\\mathrm{CHO}}", "typeC": "ce", "description": "Bonds" @@ -542,8 +542,8 @@ { "tex": "A-B=C#D", "type": "chem", - "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n \n A<\/mi>\n -<\/mo>\n B<\/mi>\n <\/mrow>\n =<\/mo>\n \n C<\/mi>\n \u2062<\/mo>\n #<\/mi>\n \u2062<\/mo>\n D<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \n \n \ud835\udc34<\/ci>\n \ud835\udc35<\/ci>\n <\/apply>\n \n \n \ud835\udc36<\/ci>\n #<\/ci>\n \ud835\udc37<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A-B=C#D}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n <\/mo>\n <\/mrow>\n B<\/mtext>\n \n =<\/mo>\n <\/mrow>\n C<\/mtext>\n \n <\/mo>\n <\/mrow>\n D<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A-B=C#D}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n <\/mo>\n <\/mrow>\n B<\/mtext>\n \n =<\/mo>\n <\/mrow>\n C<\/mtext>\n \n <\/mo>\n <\/mrow>\n D<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A-B=C#D}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A}{-}\\mathrm{B}{=}\\mathrm{C}{\\equiv}\\mathrm{D}}", "typeC": "ce", "description": "Bonds" @@ -551,8 +551,8 @@ { "tex": "A\\bond{-}B\\bond{=}C\\bond{#}D", "type": "chem", - "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n \n \n A<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n <\/mrow>\n -<\/mo>\n \n B<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n <\/mrow>\n <\/mrow>\n =<\/mo>\n \n C<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n \u2062<\/mo>\n #<\/mi>\n \u2062<\/mo>\n D<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \n \n \n \n \ud835\udc34<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n <\/apply>\n \n \n \ud835\udc35<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n <\/apply>\n <\/apply>\n \n \n \ud835\udc36<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n #<\/ci>\n \ud835\udc37<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A\\bond{-}B\\bond{=}C\\bond{#}D}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n \n =<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n C<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n D<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {-}}B{\\bond {=}}C{\\bond {#}}D}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n \n =<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n C<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n D<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {-}}B{\\bond {=}}C{\\bond {#}}D}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A}{-}\\mathrm{B}{=}\\mathrm{C}{\\equiv}\\mathrm{D}}", "typeC": "ce", "description": "Bonds" @@ -560,8 +560,8 @@ { "tex": "A\\bond{1}B\\bond{2}C\\bond{3}D", "type": "chem", - "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n A<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n \u2062<\/mo>\n 1<\/mn>\n \u2062<\/mo>\n B<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n \u2062<\/mo>\n 3<\/mn>\n \u2062<\/mo>\n D<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc34<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n 1<\/cn>\n \ud835\udc35<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n 2<\/cn>\n \ud835\udc36<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n 3<\/cn>\n \ud835\udc37<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A\\bond{1}B\\bond{2}C\\bond{3}D}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n 1<\/mn>\n \n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n 2<\/mn>\n \n <\/mrow>\n <\/mrow>\n C<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n 3<\/mn>\n \n <\/mrow>\n <\/mrow>\n D<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {1}}B{\\bond {2}}C{\\bond {3}}D}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n 1<\/mn>\n \n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n 2<\/mn>\n \n <\/mrow>\n <\/mrow>\n C<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n 3<\/mn>\n \n <\/mrow>\n <\/mrow>\n D<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {1}}B{\\bond {2}}C{\\bond {3}}D}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A}{-}\\mathrm{B}{=}\\mathrm{C}{\\equiv}\\mathrm{D}}", "typeC": "ce", "description": "Bonds" @@ -569,8 +569,8 @@ { "tex": "A\\bond{~}B\\bond{~-}C", "type": "chem", - "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n \n A<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n \u2062<\/mo>\n B<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n <\/mrow>\n -<\/mo>\n C<\/mi>\n <\/mrow>\n \n \n \n \n \n \ud835\udc34<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n \ud835\udc35<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n <\/apply>\n \ud835\udc36<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A\\bond{~{}}B\\bond{~{}-}C}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n  <\/mtext>\n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n  <\/mtext>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n C<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {~}}B{\\bond {~-}}C}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n  <\/mtext>\n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n  <\/mtext>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n C<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {~}}B{\\bond {~-}}C}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A}{\\tripledash}\\mathrm{B}{\\rlap{\\lower.1em{-}}\\raise.1em{\\tripledash}}\\mathrm{C}}", "typeC": "ce", "description": "Bonds" @@ -578,8 +578,8 @@ { "tex": "A\\bond{~--}B\\bond{~=}C\\bond{-~-}D", "type": "chem", - "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n A<\/mi>\n \n \\bond<\/mtext>\n <\/merror>\n -<\/mo>\n -<\/mo>\n B<\/mi>\n \n \\bond<\/mtext>\n <\/merror>\n =<\/mo>\n C<\/mi>\n \n \\bond<\/mtext>\n <\/merror>\n -<\/mo>\n -<\/mo>\n D<\/mi>\n <\/mrow>\n \n \n fragments<\/csymbol>\n A<\/csymbol>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n \n \n B<\/csymbol>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n \n C<\/csymbol>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n \n \n D<\/csymbol>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A\\bond{~{}--}B\\bond{~{}=}C\\bond{-~{}-}D}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n  <\/mtext>\n \n <\/mo>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n  <\/mtext>\n \n =<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n C<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n \n <\/mo>\n <\/mrow>\n  <\/mtext>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n D<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {~--}}B{\\bond {~=}}C{\\bond {-~-}}D}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n  <\/mtext>\n \n <\/mo>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n  <\/mtext>\n \n =<\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n C<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n \n <\/mo>\n <\/mrow>\n  <\/mtext>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n D<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {~--}}B{\\bond {~=}}C{\\bond {-~-}}D}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A}{\\rlap{\\lower.2em{-}}\\rlap{\\raise.2em{\\tripledash}}-}\\mathrm{B}{\\rlap{\\lower.2em{-}}\\rlap{\\raise.2em{\\tripledash}}-}\\mathrm{C}{\\rlap{\\lower.2em{-}}\\rlap{\\raise.2em{-}}\\tripledash}\\mathrm{D}}", "typeC": "ce", "description": "Bonds" @@ -587,8 +587,8 @@ { "tex": "A\\bond{...}B\\bond{....}C", "type": "chem", - "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n \n A<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n \u2062<\/mo>\n \u2026<\/mi>\n \u2062<\/mo>\n B<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n \u2062<\/mo>\n \u2026<\/mi>\n <\/mrow>\n .<\/mo>\n C<\/mi>\n <\/mrow>\n \n \n formulae-sequence<\/csymbol>\n \n \n \ud835\udc34<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n \u2026<\/ci>\n \ud835\udc35<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n \u2026<\/ci>\n <\/apply>\n \ud835\udc36<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A\\bond{...}B\\bond{....}C}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n <\/mo>\n <\/mo>\n <\/mo>\n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n <\/mo>\n <\/mo>\n <\/mo>\n <\/mo>\n <\/mrow>\n <\/mrow>\n C<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {...}}B{\\bond {....}}C}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n <\/mo>\n <\/mo>\n <\/mo>\n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n <\/mo>\n <\/mo>\n <\/mo>\n <\/mo>\n <\/mrow>\n <\/mrow>\n C<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {...}}B{\\bond {....}}C}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A}{{\\cdot}{\\cdot}{\\cdot}}\\mathrm{B}{{\\cdot}{\\cdot}{\\cdot}{\\cdot}}\\mathrm{C}}", "typeC": "ce", "description": "Bonds" @@ -596,8 +596,8 @@ { "tex": "A\\bond{->}B\\bond{<-}C", "type": "chem", - "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n \n \n A<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n <\/mrow>\n -<\/mo>\n <\/mrow>\n ><\/mo>\n \n B<\/mi>\n \u2062<\/mo>\n \n \\bond<\/mtext>\n <\/merror>\n <\/mrow>\n <<\/mo>\n \n -<\/mo>\n C<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \n \n \n limit-from<\/csymbol>\n \n \n \ud835\udc34<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n <\/apply>\n \n <\/apply>\n \n \n \ud835\udc35<\/ci>\n \n \n \\bond<\/mtext>\n <\/merror>\n <\/ci>\n <\/apply>\n <\/apply>\n \n \n \n \n \n \ud835\udc36<\/ci>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A\\bond{->}B\\bond{<-}C}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n C<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {->}}B{\\bond {<-}}C}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n B<\/mtext>\n \n \n ??<\/mtext>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n C<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A{\\bond {->}}B{\\bond {<-}}C}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A}{\\rightarrow}\\mathrm{B}{\\leftarrow}\\mathrm{C}}", "typeC": "ce", "description": "Bonds" @@ -605,8 +605,8 @@ { "tex": "KCr(SO4)2*12H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n K<\/mi>\n C<\/mi>\n r<\/mi>\n (<\/mo>\n S<\/mi>\n O<\/mi>\n 4<\/mn>\n )<\/mo>\n 2<\/mn>\n <\/mo>\n 12<\/mn>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle KCr(SO4)2*12H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n \n K<\/mi>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n r<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n S<\/mi>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n *<\/mo>\n 12<\/mn>\n <\/mrow>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \n \n \n \n \ud835\udc3e<\/ci>\n \ud835\udc36<\/ci>\n \ud835\udc5f<\/ci>\n \n \n \ud835\udc46<\/ci>\n \ud835\udc42<\/ci>\n 4<\/cn>\n <\/apply>\n 2<\/cn>\n <\/apply>\n 12<\/cn>\n <\/apply>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle KCr(SO4)2*12H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n KCr<\/mtext>\n \n \n (<\/mo>\n \n SO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mo>\n 12<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {KCr(SO4)2*12H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n KCr<\/mtext>\n \n \n (<\/mo>\n \n SO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mo>\n 12<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {KCr(SO4)2*12H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{KCr}(\\mathrm{SO}{\\vphantom{A}}_{\\smash[t]{4}}){\\vphantom{A}}_{\\smash[t]{2}}\\,{\\cdot}\\,12\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Addition Compounds" @@ -614,8 +614,8 @@ { "tex": "KCr(SO4)2.12H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n K<\/mi>\n C<\/mi>\n r<\/mi>\n (<\/mo>\n S<\/mi>\n O<\/mi>\n 4<\/mn>\n )<\/mo>\n 2.12<\/mn>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle KCr(SO4)2.12H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n K<\/mi>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n r<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n S<\/mi>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n 2.12<\/mn>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc3e<\/ci>\n \ud835\udc36<\/ci>\n \ud835\udc5f<\/ci>\n \n \n \ud835\udc46<\/ci>\n \ud835\udc42<\/ci>\n 4<\/cn>\n <\/apply>\n 2.12<\/cn>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle KCr(SO4)2.12H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n KCr<\/mtext>\n \n \n (<\/mo>\n \n SO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mo>\n 12<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {KCr(SO4)2.12H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n KCr<\/mtext>\n \n \n (<\/mo>\n \n SO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mo>\n 12<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {KCr(SO4)2.12H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{KCr}(\\mathrm{SO}{\\vphantom{A}}_{\\smash[t]{4}}){\\vphantom{A}}_{\\smash[t]{2}}\\,{\\cdot}\\,12\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Addition Compounds" @@ -623,8 +623,8 @@ { "tex": "KCr(SO4)2 * 12 H2O", "type": "chem", - "mmlMathoid": "\n \n \n \n K<\/mi>\n C<\/mi>\n r<\/mi>\n (<\/mo>\n S<\/mi>\n O<\/mi>\n 4<\/mn>\n )<\/mo>\n 2<\/mn>\n <\/mo>\n 12<\/mn>\n H<\/mi>\n 2<\/mn>\n O<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle KCr(SO4)2*12H2O}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n \n K<\/mi>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n r<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n S<\/mi>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n *<\/mo>\n 12<\/mn>\n <\/mrow>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n <\/mrow>\n \n \n \n \n \n \n \n \ud835\udc3e<\/ci>\n \ud835\udc36<\/ci>\n \ud835\udc5f<\/ci>\n \n \n \ud835\udc46<\/ci>\n \ud835\udc42<\/ci>\n 4<\/cn>\n <\/apply>\n 2<\/cn>\n <\/apply>\n 12<\/cn>\n <\/apply>\n \ud835\udc3b<\/ci>\n 2<\/cn>\n \ud835\udc42<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle KCr(SO4)2*12H2O}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n KCr<\/mtext>\n \n \n (<\/mo>\n \n SO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mo>\n 12<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {KCr(SO4)2 * 12 H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n KCr<\/mtext>\n \n \n (<\/mo>\n \n SO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mo>\n 12<\/mn>\n \n \n H<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n O<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {KCr(SO4)2 * 12 H2O}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{KCr}(\\mathrm{SO}{\\vphantom{A}}_{\\smash[t]{4}}){\\vphantom{A}}_{\\smash[t]{2}}\\,{\\cdot}\\,12\\,\\mathrm{H}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}}", "typeC": "ce", "description": "Addition Compounds" @@ -632,8 +632,8 @@ { "tex": "Fe^{II}Fe^{III}2O4", "type": "chem", - "mmlMathoid": "\n \n \n \n F<\/mi>\n \n e<\/mi>\n \n I<\/mi>\n I<\/mi>\n <\/mrow>\n <\/msup>\n F<\/mi>\n \n e<\/mi>\n \n I<\/mi>\n I<\/mi>\n I<\/mi>\n <\/mrow>\n <\/msup>\n 2<\/mn>\n O<\/mi>\n 4<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle Fe^{II}Fe^{III}2O4}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n F<\/mi>\n \u2062<\/mo>\n \n e<\/mi>\n \n I<\/mi>\n \u2062<\/mo>\n I<\/mi>\n <\/mrow>\n <\/msup>\n \u2062<\/mo>\n F<\/mi>\n \u2062<\/mo>\n \n e<\/mi>\n \n I<\/mi>\n \u2062<\/mo>\n I<\/mi>\n \u2062<\/mo>\n I<\/mi>\n <\/mrow>\n <\/msup>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n O<\/mi>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n \n \n \n \ud835\udc39<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc52<\/ci>\n \n \n \ud835\udc3c<\/ci>\n \ud835\udc3c<\/ci>\n <\/apply>\n <\/apply>\n \ud835\udc39<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc52<\/ci>\n \n \n \ud835\udc3c<\/ci>\n \ud835\udc3c<\/ci>\n \ud835\udc3c<\/ci>\n <\/apply>\n <\/apply>\n 2<\/cn>\n \ud835\udc42<\/ci>\n 4<\/cn>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle Fe^{II}Fe^{III}2O4}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Fe<\/mtext>\n \n II<\/mtext>\n <\/mrow>\n <\/msup>\n \n Fe<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n III<\/mtext>\n <\/mrow>\n <\/msubsup>\n \n O<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Fe^{II}Fe^{III}2O4}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Fe<\/mtext>\n \n II<\/mtext>\n <\/mrow>\n <\/msup>\n \n Fe<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n III<\/mtext>\n <\/mrow>\n <\/msubsup>\n \n O<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Fe^{II}Fe^{III}2O4}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{Fe}{\\vphantom{A}}^{\\mathrm{II}}\\mathrm{Fe}{\\vphantom{A}}^{\\mathrm{III}}{\\vphantom{A}}_{\\smash[t]{2}}\\mathrm{O}{\\vphantom{A}}_{\\smash[t]{4}}}", "typeC": "ce", "description": "Oxidation States" @@ -641,8 +641,8 @@ { "tex": "OCO^{.-}", "type": "chem", - "mmlMathoid": "\n \n \n \n O<\/mi>\n C<\/mi>\n \n O<\/mi>\n \n .<\/mo>\n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle OCO^{.-}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n O<\/mi>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n \n O<\/mi>\n \n .<\/mo>\n -<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n \n \n \n \ud835\udc42<\/ci>\n \ud835\udc36<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc42<\/ci>\n \n fragments<\/csymbol>\n .<\/ci>\n \n <\/cerror>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle OCO^{.-}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n OCO<\/mtext>\n \n <\/mo>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {OCO^{.-}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n OCO<\/mtext>\n \n <\/mo>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {OCO^{.-}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{OCO}{\\vphantom{A}}^{\\mkern1mu \\bullet\\mkern1mu -}}", "typeC": "ce", "description": "Unpaired Electrons, Radical Dots" @@ -650,8 +650,8 @@ { "tex": "NO^{(2.)-}", "type": "chem", - "mmlMathoid": "\n \n \n \n N<\/mi>\n \n O<\/mi>\n \n (<\/mo>\n 2.<\/mn>\n )<\/mo>\n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle NO^{(2.)-}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n N<\/mi>\n \u2062<\/mo>\n \n O<\/mi>\n \n \n (<\/mo>\n 2<\/mn>\n .<\/mo>\n )<\/mo>\n <\/mrow>\n -<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n \n \n \n \ud835\udc41<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc42<\/ci>\n \n fragments<\/csymbol>\n \n fragments<\/csymbol>\n (<\/ci>\n 2<\/cn>\n .<\/ci>\n )<\/ci>\n <\/cerror>\n \n <\/cerror>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle NO^{(2.)-}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n NO<\/mtext>\n \n \n \n (<\/mo>\n 2<\/mn>\n \n <\/mo>\n )<\/mo>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {NO^{(2.)-}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n NO<\/mtext>\n \n \n \n (<\/mo>\n 2<\/mn>\n \n <\/mo>\n )<\/mo>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/msup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {NO^{(2.)-}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{NO}{\\vphantom{A}}^{(2\\mkern1mu \\bullet\\mkern1mu )-}}", "typeC": "ce", "description": "Unpaired Electrons, Radical Dots" @@ -659,8 +659,8 @@ { "tex": "Li^x_{Li,1-2x}Mg^._{Li,x}$V$'_{Li,x}Cl^x_{Cl}", "type": "chem", - "mmlMathoid": "\n \n \n \n L<\/mi>\n \n i<\/mi>\n \n L<\/mi>\n i<\/mi>\n ,<\/mo>\n 1<\/mn>\n <\/mo>\n 2<\/mn>\n x<\/mi>\n <\/mrow>\n \n x<\/mi>\n <\/mrow>\n <\/msubsup>\n M<\/mi>\n \n g<\/mi>\n \n L<\/mi>\n i<\/mi>\n ,<\/mo>\n x<\/mi>\n <\/mrow>\n \n .<\/mo>\n <\/mrow>\n <\/msubsup>\n $<\/mi>\n V<\/mi>\n \n $<\/mi>\n \n L<\/mi>\n i<\/mi>\n ,<\/mo>\n x<\/mi>\n <\/mrow>\n ′<\/mo>\n <\/msubsup>\n C<\/mi>\n \n l<\/mi>\n \n C<\/mi>\n l<\/mi>\n <\/mrow>\n \n x<\/mi>\n <\/mrow>\n <\/msubsup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle Li_{Li,1-2x}^{x}Mg_{Li,x}^{.}\\$V\\$'_{Li,x}Cl_{Cl}^{x}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n L<\/mi>\n \u2062<\/mo>\n \n i<\/mi>\n \n \n L<\/mi>\n \u2062<\/mo>\n i<\/mi>\n <\/mrow>\n ,<\/mo>\n \n 1<\/mn>\n -<\/mo>\n \n 2<\/mn>\n \u2062<\/mo>\n x<\/mi>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n x<\/mi>\n <\/msubsup>\n \u2062<\/mo>\n M<\/mi>\n \u2062<\/mo>\n \n g<\/mi>\n \n \n L<\/mi>\n \u2062<\/mo>\n i<\/mi>\n <\/mrow>\n ,<\/mo>\n x<\/mi>\n <\/mrow>\n .<\/mo>\n <\/msubsup>\n \u2062<\/mo>\n \n V<\/mi>\n \n \n L<\/mi>\n \u2062<\/mo>\n i<\/mi>\n <\/mrow>\n ,<\/mo>\n x<\/mi>\n <\/mrow>\n \u2032<\/mo>\n <\/msubsup>\n \u2062<\/mo>\n C<\/mi>\n \u2062<\/mo>\n \n l<\/mi>\n \n C<\/mi>\n \u2062<\/mo>\n l<\/mi>\n <\/mrow>\n x<\/mi>\n <\/msubsup>\n <\/mrow>\n \n \n \n \ud835\udc3f<\/ci>\n \n subscript<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc56<\/ci>\n \ud835\udc65<\/ci>\n <\/apply>\n \n \n \n \ud835\udc3f<\/ci>\n \ud835\udc56<\/ci>\n <\/apply>\n \n \n 1<\/cn>\n \n \n 2<\/cn>\n \ud835\udc65<\/ci>\n <\/apply>\n <\/apply>\n <\/list>\n <\/apply>\n \ud835\udc40<\/ci>\n \n subscript<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc54<\/ci>\n .<\/ci>\n <\/apply>\n \n \n \n \ud835\udc3f<\/ci>\n \ud835\udc56<\/ci>\n <\/apply>\n \ud835\udc65<\/ci>\n <\/list>\n <\/apply>\n \n subscript<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc49<\/ci>\n \u2032<\/ci>\n <\/apply>\n \n \n \n \ud835\udc3f<\/ci>\n \ud835\udc56<\/ci>\n <\/apply>\n \ud835\udc65<\/ci>\n <\/list>\n <\/apply>\n \ud835\udc36<\/ci>\n \n subscript<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc59<\/ci>\n \ud835\udc65<\/ci>\n <\/apply>\n \n \n \ud835\udc36<\/ci>\n \ud835\udc59<\/ci>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle Li^{x}_{Li,1-2x}Mg^{.}_{Li,x}$V$^{\\prime}_{Li,x}%\nCl^{x}_{Cl}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Li<\/mtext>\n \n Li<\/mtext>\n ,<\/mo>\n 1<\/mn>\n \n \n <\/mo>\n <\/mrow>\n 2<\/mn>\n \n x<\/mtext>\n <\/mrow>\n \n x<\/mtext>\n <\/mrow>\n <\/msubsup>\n \n Mg<\/mtext>\n \n Li<\/mtext>\n ,<\/mo>\n x<\/mtext>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/msubsup>\n $<\/mi>\n V<\/mtext>\n \n $<\/mi>\n \n Li<\/mtext>\n ,<\/mo>\n x<\/mtext>\n <\/mrow>\n \n ′<\/mo>\n \n \n <\/mrow>\n <\/mrow>\n <\/msubsup>\n \n Cl<\/mtext>\n \n Cl<\/mtext>\n <\/mrow>\n \n x<\/mtext>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Li_{Li,1-2x}^{x}Mg_{Li,x}^{.}\\$V\\$'_{Li,x}Cl_{Cl}^{x}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Li<\/mtext>\n \n Li<\/mtext>\n ,<\/mo>\n 1<\/mn>\n \n \n <\/mo>\n <\/mrow>\n 2<\/mn>\n \n x<\/mtext>\n <\/mrow>\n \n x<\/mtext>\n <\/mrow>\n <\/msubsup>\n \n Mg<\/mtext>\n \n Li<\/mtext>\n ,<\/mo>\n x<\/mtext>\n <\/mrow>\n \n <\/mo>\n <\/mrow>\n <\/msubsup>\n $<\/mi>\n V<\/mtext>\n \n $<\/mi>\n \n Li<\/mtext>\n ,<\/mo>\n x<\/mtext>\n <\/mrow>\n \n ′<\/mo>\n \n \n <\/mrow>\n <\/mrow>\n <\/msubsup>\n \n Cl<\/mtext>\n \n Cl<\/mtext>\n <\/mrow>\n \n x<\/mtext>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Li_{Li,1-2x}^{x}Mg_{Li,x}^{.}\\$V\\$'_{Li,x}Cl_{Cl}^{x}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{Li}{\\vphantom{A}}^{{\\times}}_{\\smash[t]{\\mathrm{Li}{,}\\mkern1mu 1-2x }}\\mathrm{Mg}{\\vphantom{A}}^{\\mkern1mu \\bullet\\mkern1mu }_{\\smash[t]{\\mathrm{Li}{,}\\mkern1mu x }}V {\\vphantom{A}}^{\\prime }_{\\smash[t]{\\mathrm{Li}{,}\\mkern1mu x }}\\mathrm{Cl}{\\vphantom{A}}^{{\\times}}_{\\smash[t]{\\mathrm{Cl}}}}", "typeC": "ce", "description": "Kr\u00f6ger-Vink Notation" @@ -668,8 +668,8 @@ { "tex": "O''_{i,x}", "type": "chem", - "mmlMathoid": "\n \n \n \n \n O<\/mi>\n \n i<\/mi>\n ,<\/mo>\n x<\/mi>\n <\/mrow>\n ″<\/mo>\n <\/msubsup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle O''_{i,x}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n O<\/mi>\n \n i<\/mi>\n ,<\/mo>\n x<\/mi>\n <\/mrow>\n \u2032\u2032<\/mo>\n <\/msubsup>\n \n \n subscript<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc42<\/ci>\n \u2032\u2032<\/ci>\n <\/apply>\n \n \ud835\udc56<\/ci>\n \ud835\udc65<\/ci>\n <\/list>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle O^{\\prime\\prime}_{i,x}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n O<\/mtext>\n \n i<\/mtext>\n ,<\/mo>\n x<\/mtext>\n <\/mrow>\n \n ″<\/mo>\n \n \n <\/mrow>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {O''_{i,x}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n O<\/mtext>\n \n i<\/mtext>\n ,<\/mo>\n x<\/mtext>\n <\/mrow>\n \n ″<\/mo>\n \n \n <\/mrow>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {O''_{i,x}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{O}{\\vphantom{A}}^{\\prime \\prime }_{\\smash[t]{\\mathrm{i}{,}\\mkern1mu x }}}", "typeC": "ce", "description": "Kr\u00f6ger-Vink Notation" @@ -677,8 +677,8 @@ { "tex": "M^{..}_i", "type": "chem", - "mmlMathoid": "\n \n \n \n \n M<\/mi>\n \n i<\/mi>\n <\/mrow>\n \n .<\/mo>\n .<\/mo>\n <\/mrow>\n <\/msubsup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle M_{i}^{..}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n M<\/mi>\n i<\/mi>\n \n .<\/mo>\n .<\/mo>\n <\/mrow>\n <\/msubsup>\n \n \n subscript<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc40<\/ci>\n \n fragments<\/csymbol>\n .<\/ci>\n .<\/ci>\n <\/cerror>\n <\/apply>\n \ud835\udc56<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle M^{..}_{i}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n M<\/mtext>\n \n <\/mo>\n <\/mo>\n <\/mrow>\n <\/msup>\n i<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {M^{..}_i}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n M<\/mtext>\n \n <\/mo>\n <\/mo>\n <\/mrow>\n <\/msup>\n i<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {M^{..}_i}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{M}{\\vphantom{A}}^{\\mkern1mu \\bullet\\mkern1mu \\mkern1mu \\bullet\\mkern1mu }_{\\smash[t]{\\mathrm{i}}}}", "typeC": "ce", "description": "Kr\u00f6ger-Vink Notation" @@ -686,8 +686,8 @@ { "tex": "$V$^{4'}_{Ti}", "type": "chem", - "mmlMathoid": "\n \n \n \n $<\/mi>\n V<\/mi>\n \n $<\/mi>\n \n T<\/mi>\n i<\/mi>\n <\/mrow>\n \n \n 4<\/mn>\n ′<\/mo>\n <\/msup>\n <\/mrow>\n <\/msubsup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle \\$V\\$_{Ti}^{4'}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n V<\/mi>\n \n T<\/mi>\n \u2062<\/mo>\n i<\/mi>\n <\/mrow>\n \n 4<\/mn>\n \u2032<\/mo>\n <\/msup>\n <\/msubsup>\n \n \n subscript<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc49<\/ci>\n \n superscript<\/csymbol>\n 4<\/cn>\n \u2032<\/ci>\n <\/apply>\n <\/apply>\n \n \n \ud835\udc47<\/ci>\n \ud835\udc56<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle$V$^{4^{\\prime}}_{Ti}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n $<\/mi>\n V<\/mtext>\n \n $<\/mi>\n \n Ti<\/mtext>\n <\/mrow>\n \n 4<\/mn>\n \n \n ′<\/mo>\n <\/msup>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {\\$V\\$_{Ti}^{4'}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n $<\/mi>\n V<\/mtext>\n \n $<\/mi>\n \n Ti<\/mtext>\n <\/mrow>\n \n 4<\/mn>\n \n \n ′<\/mo>\n <\/msup>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {\\$V\\$_{Ti}^{4'}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{V {\\vphantom{A}}^{4\\prime }_{\\smash[t]{\\mathrm{Ti}}}}", "typeC": "ce", "description": "Kr\u00f6ger-Vink Notation" @@ -695,8 +695,8 @@ { "tex": "V_{V,1}C_{C,0.8}$V$_{C,0.2}", "type": "chem", - "mmlMathoid": "\n \n \n \n \n V<\/mi>\n \n V<\/mi>\n ,<\/mo>\n 1<\/mn>\n <\/mrow>\n <\/msub>\n \n C<\/mi>\n \n C<\/mi>\n ,<\/mo>\n 0.8<\/mn>\n <\/mrow>\n <\/msub>\n $<\/mi>\n V<\/mi>\n \n $<\/mi>\n \n C<\/mi>\n ,<\/mo>\n 0.2<\/mn>\n <\/mrow>\n <\/msub>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle V_{V,1}C_{C,0.8}\\$V\\$_{C,0.2}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n V<\/mi>\n \n V<\/mi>\n ,<\/mo>\n 1<\/mn>\n <\/mrow>\n <\/msub>\n \u2062<\/mo>\n \n C<\/mi>\n \n C<\/mi>\n ,<\/mo>\n 0.8<\/mn>\n <\/mrow>\n <\/msub>\n \u2062<\/mo>\n \n V<\/mi>\n \n C<\/mi>\n ,<\/mo>\n 0.2<\/mn>\n <\/mrow>\n <\/msub>\n <\/mrow>\n \n \n \n \n subscript<\/csymbol>\n \ud835\udc49<\/ci>\n \n \ud835\udc49<\/ci>\n 1<\/cn>\n <\/list>\n <\/apply>\n \n subscript<\/csymbol>\n \ud835\udc36<\/ci>\n \n \ud835\udc36<\/ci>\n 0.8<\/cn>\n <\/list>\n <\/apply>\n \n subscript<\/csymbol>\n \ud835\udc49<\/ci>\n \n \ud835\udc36<\/ci>\n 0.2<\/cn>\n <\/list>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle V_{V,1}C_{C,0.8}$V$_{C,0.2}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n V<\/mtext>\n \n V<\/mtext>\n ,<\/mo>\n 1<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n C<\/mtext>\n \n C<\/mtext>\n ,<\/mo>\n 0<\/mn>\n \n <\/mo>\n 8<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n $<\/mi>\n V<\/mtext>\n \n $<\/mi>\n \n C<\/mtext>\n ,<\/mo>\n 0<\/mn>\n \n <\/mo>\n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {V_{V,1}C_{C,0.8}\\$V\\$_{C,0.2}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n V<\/mtext>\n \n V<\/mtext>\n ,<\/mo>\n 1<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n C<\/mtext>\n \n C<\/mtext>\n ,<\/mo>\n 0<\/mn>\n \n <\/mo>\n 8<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n $<\/mi>\n V<\/mtext>\n \n $<\/mi>\n \n C<\/mtext>\n ,<\/mo>\n 0<\/mn>\n \n <\/mo>\n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {V_{V,1}C_{C,0.8}\\$V\\$_{C,0.2}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{V}{\\vphantom{A}}_{\\smash[t]{\\mathrm{V}{,}\\mkern1mu 1}}\\mathrm{C}{\\vphantom{A}}_{\\smash[t]{\\mathrm{C}{,}\\mkern1mu 0.8}}V {\\vphantom{A}}_{\\smash[t]{\\mathrm{C}{,}\\mkern1mu 0.2}}}", "typeC": "ce", "description": "Kr\u00f6ger-Vink Notation" @@ -704,8 +704,8 @@ { "tex": "A + B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n +<\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A+B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n +<\/mo>\n B<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc34<\/ci>\n \ud835\udc35<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A+B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n +<\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A + B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n +<\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A + B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}+{} \\mathrm{B}}", "typeC": "ce", "description": "Equation Operators" @@ -713,8 +713,8 @@ { "tex": "A - B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n <\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A-B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n -<\/mo>\n B<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc34<\/ci>\n \ud835\udc35<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A-B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n <\/mo>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A - B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n <\/mo>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A - B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}-{} \\mathrm{B}}", "typeC": "ce", "description": "Equation Operators" @@ -722,8 +722,8 @@ { "tex": "A = B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n =<\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A=B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n =<\/mo>\n B<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc34<\/ci>\n \ud835\udc35<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A=B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n =<\/mo>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A = B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n =<\/mo>\n <\/mrow>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A = B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}={} \\mathrm{B}}", "typeC": "ce", "description": "Equation Operators" @@ -731,8 +731,8 @@ { "tex": "A \\pm B", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n ±<\/mo>\n B<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A\\pm B}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n \u00b1<\/mo>\n B<\/mi>\n <\/mrow>\n \n \n plus-or-minus<\/csymbol>\n \ud835\udc34<\/ci>\n \ud835\udc35<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A\\pm B}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n ±<\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A \\pm B}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n ±<\/mo>\n B<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A \\pm B}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} {}\\pm{} \\mathrm{B}}", "typeC": "ce", "description": "Equation Operators" @@ -740,8 +740,8 @@ { "tex": "SO4^2- + Ba^2+ -> BaSO4 v", "type": "chem", - "mmlMathoid": "\n \n \n \n S<\/mi>\n O<\/mi>\n \n 4<\/mn>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n <\/mo>\n +<\/mo>\n B<\/mi>\n \n a<\/mi>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n +<\/mo>\n <\/mo>\n ><\/mo>\n B<\/mi>\n a<\/mi>\n S<\/mi>\n O<\/mi>\n 4<\/mn>\n v<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle SO4^{2}-+Ba^{2}+->BaSO4v}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n S<\/mi>\n O<\/mi>\n \n 4<\/mn>\n 2<\/mn>\n <\/msup>\n -<\/mo>\n +<\/mo>\n B<\/mi>\n \n a<\/mi>\n 2<\/mn>\n <\/msup>\n +<\/mo>\n -<\/mo>\n ><\/mo>\n B<\/mi>\n a<\/mi>\n S<\/mi>\n O<\/mi>\n 4<\/mn>\n v<\/mi>\n <\/mrow>\n \n \n fragments<\/csymbol>\n S<\/csymbol>\n O<\/csymbol>\n \n superscript<\/csymbol>\n 4<\/cn>\n 2<\/cn>\n <\/apply>\n \n \n B<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc4e<\/ci>\n 2<\/cn>\n <\/apply>\n \n \n \n B<\/csymbol>\n a<\/csymbol>\n S<\/csymbol>\n O<\/csymbol>\n 4<\/cn>\n v<\/csymbol>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle SO4^{2}-+Ba^{2}+->BaSO4v}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n SO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msubsup>\n +<\/mo>\n \n Ba<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mo>\n \n BaSO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {SO4^2- + Ba^2+ -> BaSO4 v}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n SO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msubsup>\n +<\/mo>\n \n Ba<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mo>\n \n BaSO<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {SO4^2- + Ba^2+ -> BaSO4 v}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{SO}{\\vphantom{A}}_{\\smash[t]{4}}{\\vphantom{A}}^{2-} {}+{} \\mathrm{Ba}{\\vphantom{A}}^{2+} {}\\mathrel{\\longrightarrow}{} \\mathrm{BaSO}{\\vphantom{A}}_{\\smash[t]{4}} \\downarrow{} }", "typeC": "ce", "description": "Precipitate and Gas" @@ -749,8 +749,8 @@ { "tex": "A v B (v) -> B ^ B (^)", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n v<\/mi>\n B<\/mi>\n (<\/mo>\n v<\/mi>\n )<\/mo>\n <\/mo>\n ><\/mo>\n \n B<\/mi>\n \n B<\/mi>\n <\/mrow>\n <\/msup>\n \n (<\/mo>\n \n )<\/mo>\n <\/mrow>\n <\/msup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle AvB(v)->B^{B}(^{)}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n v<\/mi>\n B<\/mi>\n \n (<\/mo>\n v<\/mi>\n )<\/mo>\n <\/mrow>\n -<\/mo>\n ><\/mo>\n \n B<\/mi>\n B<\/mi>\n <\/msup>\n \n (<\/mo>\n )<\/mo>\n <\/msup>\n <\/mrow>\n \n \n fragments<\/csymbol>\n A<\/csymbol>\n v<\/csymbol>\n B<\/csymbol>\n \n fragments<\/csymbol>\n (<\/ci>\n v<\/csymbol>\n )<\/ci>\n <\/cerror>\n \n \n \n superscript<\/csymbol>\n \ud835\udc35<\/ci>\n \ud835\udc35<\/ci>\n <\/apply>\n \n superscript<\/csymbol>\n (<\/ci>\n )<\/ci>\n <\/apply>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle AvB(v)->B^{B}(^{)}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n \n <\/mo>\n <\/mrow>\n B<\/mtext>\n \n <\/mo>\n <\/mrow>\n <\/mo>\n B<\/mtext>\n \n <\/mo>\n <\/mrow>\n B<\/mtext>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A v B (v) -> B ^ B (^)}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n \n <\/mo>\n <\/mrow>\n B<\/mtext>\n \n <\/mo>\n <\/mrow>\n <\/mo>\n B<\/mtext>\n \n <\/mo>\n <\/mrow>\n B<\/mtext>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A v B (v) -> B ^ B (^)}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A} \\downarrow{} ~\\mathrm{B} \\downarrow{} {}\\mathrel{\\longrightarrow}{} \\mathrm{B} \\uparrow{} ~\\mathrm{B} \\uparrow{} }", "typeC": "ce", "description": "Precipitate and Gas" @@ -758,8 +758,8 @@ { "tex": "NO^*", "type": "chem", - "mmlMathoid": "\n \n \n \n N<\/mi>\n \n O<\/mi>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle NO^{*}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n N<\/mi>\n \u2062<\/mo>\n \n O<\/mi>\n *<\/mo>\n <\/msup>\n <\/mrow>\n \n \n \n \ud835\udc41<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc42<\/ci>\n \n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle NO^{*}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n NO<\/mtext>\n <\/mo>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {NO^*}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n NO<\/mtext>\n <\/mo>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {NO^*}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{NO}{\\vphantom{A}}^{*}}", "typeC": "ce", "description": "Other Symbols and Shortcuts" @@ -767,8 +767,8 @@ { "tex": "1s^2-N", "type": "chem", - "mmlMathoid": "\n \n \n \n 1<\/mn>\n \n s<\/mi>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n <\/mo>\n N<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 1s^{2}-N}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n 1<\/mn>\n \u2062<\/mo>\n \n s<\/mi>\n 2<\/mn>\n <\/msup>\n <\/mrow>\n -<\/mo>\n N<\/mi>\n <\/mrow>\n \n \n \n \n \n 1<\/cn>\n \n superscript<\/csymbol>\n \ud835\udc60<\/ci>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \ud835\udc41<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 1s^{2}-N}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 1<\/mn>\n \n \n s<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n \n <\/mo>\n <\/mrow>\n N<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1s^2-N}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 1<\/mn>\n \n \n s<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n \n <\/mo>\n <\/mrow>\n N<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1s^2-N}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{1\\mathrm{s}{\\vphantom{A}}^{2}\\text{-}\\mathrm{N}}", "typeC": "ce", "description": "Other Symbols and Shortcuts" @@ -776,8 +776,8 @@ { "tex": "n-Pr", "type": "chem", - "mmlMathoid": "\n \n \n \n n<\/mi>\n <\/mo>\n P<\/mi>\n r<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle n-Pr}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n n<\/mi>\n -<\/mo>\n \n P<\/mi>\n \u2062<\/mo>\n r<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n \n \ud835\udc5b<\/ci>\n \n \n \ud835\udc43<\/ci>\n \ud835\udc5f<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle n-Pr}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n n<\/mtext>\n \n <\/mo>\n <\/mrow>\n Pr<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {n-Pr}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n n<\/mtext>\n \n <\/mo>\n <\/mrow>\n Pr<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {n-Pr}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{n \\text{-}\\mathrm{Pr}}", "typeC": "ce", "description": "Other Symbols and Shortcuts" @@ -785,8 +785,8 @@ { "tex": "iPr", "type": "chem", - "mmlMathoid": "\n \n \n \n i<\/mi>\n P<\/mi>\n r<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle iPr}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n i<\/mi>\n \u2062<\/mo>\n P<\/mi>\n \u2062<\/mo>\n r<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc56<\/ci>\n \ud835\udc43<\/ci>\n \ud835\udc5f<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle iPr}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n iPr<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {iPr}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n iPr<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {iPr}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{iPr}}", "typeC": "ce", "description": "Other Symbols and Shortcuts" @@ -795,7 +795,7 @@ "tex": "\\ca Fe", "type": "chem", "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n \n \\ca<\/mtext>\n <\/merror>\n \u2062<\/mo>\n F<\/mi>\n \u2062<\/mo>\n e<\/mi>\n <\/mrow>\n \n \n \n \n \n \\ca<\/mtext>\n <\/merror>\n <\/ci>\n \ud835\udc39<\/ci>\n \ud835\udc52<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle\\ca Fe}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "", "texNew": "{{\\sim}\\mathrm{Fe}}", "typeC": "ce", "description": "Other Symbols and Shortcuts" @@ -803,8 +803,8 @@ { "tex": "A, B, C; F", "type": "chem", - "mmlMathoid": "\n \n \n \n A<\/mi>\n ,<\/mo>\n B<\/mi>\n ,<\/mo>\n C<\/mi>\n ;<\/mo>\n F<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle A,B,C;F}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n A<\/mi>\n ,<\/mo>\n B<\/mi>\n ,<\/mo>\n C<\/mi>\n ;<\/mo>\n F<\/mi>\n <\/mrow>\n \n \n \ud835\udc34<\/ci>\n \ud835\udc35<\/ci>\n \ud835\udc36<\/ci>\n \ud835\udc39<\/ci>\n <\/list>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle A,B,C;F}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n A<\/mtext>\n ,<\/mo>\n B<\/mtext>\n ,<\/mo>\n C<\/mtext>\n ;<\/mo>\n F<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A, B, C; F}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n A<\/mtext>\n ,<\/mo>\n B<\/mtext>\n ,<\/mo>\n C<\/mtext>\n ;<\/mo>\n F<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {A, B, C; F}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{A}{,}\\mkern6mu \\mathrm{B}{,}\\mkern6mu \\mathrm{C}{;}\\mkern6mu \\mathrm{F}}", "typeC": "ce", "description": "Other Symbols and Shortcuts" @@ -812,44 +812,44 @@ { "tex": "{and others}", "type": "chem", - "mmlMathoid": "\n \n \n \n \n a<\/mi>\n n<\/mi>\n d<\/mi>\n o<\/mi>\n t<\/mi>\n h<\/mi>\n e<\/mi>\n r<\/mi>\n s<\/mi>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {andothers}}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n a<\/mi>\n \u2062<\/mo>\n n<\/mi>\n \u2062<\/mo>\n d<\/mi>\n \u2062<\/mo>\n o<\/mi>\n \u2062<\/mo>\n t<\/mi>\n \u2062<\/mo>\n h<\/mi>\n \u2062<\/mo>\n e<\/mi>\n \u2062<\/mo>\n r<\/mi>\n \u2062<\/mo>\n s<\/mi>\n <\/mrow>\n \n \n \n \ud835\udc4e<\/ci>\n \ud835\udc5b<\/ci>\n \ud835\udc51<\/ci>\n \ud835\udc5c<\/ci>\n \ud835\udc61<\/ci>\n \u210e<\/ci>\n \ud835\udc52<\/ci>\n \ud835\udc5f<\/ci>\n \ud835\udc60<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle{andothers}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n and<\/mtext>\n others<\/mtext>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {{and others}}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n and<\/mtext>\n others<\/mtext>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {{and others}}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{{\\text{and others}}}", "typeC": "ce", "description": "Other Symbols and Shortcuts" }, { - "tex": "Zn^2+ <=>[+ 2OH-][+ 2H+] $\\underset{\\text{amphoteres Hydroxid}}{\\ce{Zn(OH)2 v}}$ <=>[+ 2OH-][+ 2H+] $\\underset{\\text{Hydroxozikat}}{\\ce{[Zn(OH)4]^2-}}$", + "tex": "Zn^2+ <=>[+ 2OH-][+ 2H+] \\begin{math} \\underset{\\text{amphoteres Hydroxid}}{\\ce{Zn(OH)2 v}}\\end{math} <=>[+ 2OH-][+ 2H+] \\begin{math} \\underset{\\text{Hydroxozikat}}{\\ce{[Zn(OH)4]^2-}}\\end{math}", "type": "chem", - "mmlMathoid": "\n \n \n \n Z<\/mi>\n \n n<\/mi>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n +<\/mo>\n <=><\/mo>\n [<\/mo>\n +<\/mo>\n 2<\/mn>\n O<\/mi>\n H<\/mi>\n <\/mo>\n ]<\/mo>\n [<\/mo>\n +<\/mo>\n 2<\/mn>\n H<\/mi>\n +<\/mo>\n ]<\/mo>\n $<\/mi>\n \n \n \n Zn<\/mtext>\n \n \n (<\/mo>\n OH<\/mtext>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n amphoteres Hydroxid<\/mtext>\n <\/munder>\n <\/mrow>\n $<\/mi>\n <=><\/mo>\n [<\/mo>\n +<\/mo>\n 2<\/mn>\n O<\/mi>\n H<\/mi>\n <\/mo>\n ]<\/mo>\n [<\/mo>\n +<\/mo>\n 2<\/mn>\n H<\/mi>\n +<\/mo>\n ]<\/mo>\n $<\/mi>\n \n \n \n \n \n [<\/mo>\n Zn<\/mtext>\n \n \n (<\/mo>\n OH<\/mtext>\n )<\/mo>\n <\/mrow>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n Hydroxozikat<\/mtext>\n <\/munder>\n <\/mrow>\n $<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle Zn^{2}+<=>[+2OH-][+2H+]\\${\\underset {\\text{amphoteres Hydroxid}}{{\\ce {Zn(OH)2 v}}}}\\$<=>[+2OH-][+2H+]\\${\\underset {\\text{Hydroxozikat}}{{\\ce {[Zn(OH)4]^2-}}}}\\$}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n Z<\/mi>\n \n n<\/mi>\n 2<\/mn>\n <\/msup>\n +<\/mo>\n \u2264<\/mo>\n ><\/mo>\n \n [<\/mo>\n +<\/mo>\n 2<\/mn>\n O<\/mi>\n H<\/mi>\n -<\/mo>\n ]<\/mo>\n <\/mrow>\n \n [<\/mo>\n +<\/mo>\n 2<\/mn>\n H<\/mi>\n +<\/mo>\n ]<\/mo>\n <\/mrow>\n \n \n \n \\ce<\/mtext>\n <\/merror>\n \u2062<\/mo>\n Z<\/mi>\n \u2062<\/mo>\n n<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n O<\/mi>\n \u2062<\/mo>\n H<\/mi>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n 2<\/mn>\n \u2062<\/mo>\n v<\/mi>\n <\/mrow>\n amphoteres Hydroxid<\/mtext>\n <\/munder>\n \u2264<\/mo>\n ><\/mo>\n \n [<\/mo>\n +<\/mo>\n 2<\/mn>\n O<\/mi>\n H<\/mi>\n -<\/mo>\n ]<\/mo>\n <\/mrow>\n \n [<\/mo>\n +<\/mo>\n 2<\/mn>\n H<\/mi>\n +<\/mo>\n ]<\/mo>\n <\/mrow>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n \u2062<\/mo>\n \n \n [<\/mo>\n \n Z<\/mi>\n \u2062<\/mo>\n n<\/mi>\n \u2062<\/mo>\n \n (<\/mo>\n \n O<\/mi>\n \u2062<\/mo>\n H<\/mi>\n <\/mrow>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n 2<\/mn>\n <\/msup>\n <\/mrow>\n -<\/mo>\n <\/mrow>\n Hydroxozikat<\/mtext>\n <\/munder>\n <\/mrow>\n \n \n fragments<\/csymbol>\n Z<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc5b<\/ci>\n 2<\/cn>\n <\/apply>\n \n \n \n \n fragments<\/csymbol>\n [<\/ci>\n \n 2<\/cn>\n O<\/csymbol>\n H<\/csymbol>\n \n ]<\/ci>\n <\/cerror>\n \n fragments<\/csymbol>\n [<\/ci>\n \n 2<\/cn>\n H<\/csymbol>\n \n ]<\/ci>\n <\/cerror>\n \n \n amphoteres Hydroxid<\/mtext>\n <\/ci>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n <\/ci>\n \ud835\udc4d<\/ci>\n \ud835\udc5b<\/ci>\n \n \n \ud835\udc42<\/ci>\n \ud835\udc3b<\/ci>\n <\/apply>\n 2<\/cn>\n \ud835\udc63<\/ci>\n <\/apply>\n <\/apply>\n \n \n \n fragments<\/csymbol>\n [<\/ci>\n \n 2<\/cn>\n O<\/csymbol>\n H<\/csymbol>\n \n ]<\/ci>\n <\/cerror>\n \n fragments<\/csymbol>\n [<\/ci>\n \n 2<\/cn>\n H<\/csymbol>\n \n ]<\/ci>\n <\/cerror>\n \n \n Hydroxozikat<\/mtext>\n <\/ci>\n \n limit-from<\/csymbol>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n <\/ci>\n \n superscript<\/csymbol>\n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc4d<\/ci>\n \ud835\udc5b<\/ci>\n \n \n \ud835\udc42<\/ci>\n \ud835\udc3b<\/ci>\n <\/apply>\n 4<\/cn>\n <\/apply>\n <\/apply>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \n <\/apply>\n <\/apply>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle Zn^{2}+<=>[+2OH-][+2H+]$\\underset{\\text{%\namphoteres Hydroxid}}{\\ce{Zn(OH)2v}}$<=>[+2OH-][+2H+]$\\underset{\\text{%\nHydroxozikat}}{\\ce{[Zn(OH)4]^{2}-}}$}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Zn<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n \n \n ⇌<\/mo>\n \n +<\/mo>\n 2<\/mn>\n H<\/mi>\n +<\/mo>\n <\/mpadded>\n \n +<\/mo>\n 2<\/mn>\n O<\/mi>\n H<\/mi>\n <\/mo>\n <\/mpadded>\n <\/munderover>\n <\/mrow>\n \n \n \n Zn<\/mtext>\n \n \n (<\/mo>\n OH<\/mtext>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n amphoteres Hydroxid<\/mtext>\n <\/munder>\n <\/mrow>\n \n \n ⇌<\/mo>\n \n +<\/mo>\n 2<\/mn>\n H<\/mi>\n +<\/mo>\n <\/mpadded>\n \n +<\/mo>\n 2<\/mn>\n O<\/mi>\n H<\/mi>\n <\/mo>\n <\/mpadded>\n <\/munderover>\n <\/mrow>\n \n \n \n \n \n [<\/mo>\n Zn<\/mtext>\n \n \n (<\/mo>\n OH<\/mtext>\n )<\/mo>\n <\/mrow>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n Hydroxozikat<\/mtext>\n <\/munder>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Zn^2+ <=>[+ 2OH-][+ 2H+] ${\\underset {\\text{amphoteres Hydroxid}}{{\\ce {Zn(OH)2 v}}}}$<=>[+ 2OH-][+ 2H+] ${\\underset {\\text{Hydroxozikat}}{{\\ce {[Zn(OH)4]^2-}}}}$}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Zn<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n \n \n ⇌<\/mo>\n \n +<\/mo>\n 2<\/mn>\n H<\/mi>\n +<\/mo>\n <\/mpadded>\n \n +<\/mo>\n 2<\/mn>\n O<\/mi>\n H<\/mi>\n <\/mo>\n <\/mpadded>\n <\/munderover>\n <\/mrow>\n \n \n \n Zn<\/mtext>\n \n \n (<\/mo>\n OH<\/mtext>\n )<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n \n <\/mo>\n <\/mrow>\n <\/mrow>\n amphoteres Hydroxid<\/mtext>\n <\/munder>\n <\/mrow>\n \n \n ⇌<\/mo>\n \n +<\/mo>\n 2<\/mn>\n H<\/mi>\n +<\/mo>\n <\/mpadded>\n \n +<\/mo>\n 2<\/mn>\n O<\/mi>\n H<\/mi>\n <\/mo>\n <\/mpadded>\n <\/munderover>\n <\/mrow>\n \n \n \n \n \n [<\/mo>\n Zn<\/mtext>\n \n \n (<\/mo>\n OH<\/mtext>\n )<\/mo>\n <\/mrow>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n Hydroxozikat<\/mtext>\n <\/munder>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Zn^2+ <=>[+ 2OH-][+ 2H+] ${\\underset {\\text{amphoteres Hydroxid}}{{\\ce {Zn(OH)2 v}}}}$<=>[+ 2OH-][+ 2H+] ${\\underset {\\text{Hydroxozikat}}{{\\ce {[Zn(OH)4]^2-}}}}$}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{Zn}{\\vphantom{A}}^{2+} {}\\mathrel{\\underset{\\lower6mu{ {}+{} 2\\,\\mathrm{H}{\\vphantom{A}}^{+}}}{\\overset{ {}+{} 2\\,\\mathrm{OH}{\\vphantom{A}}^{-}}{\\longrightleftharpoons}}}{} \\underset{\\text{amphoteres Hydroxid}}{\\ce{Zn(OH)2 v}} {}\\mathrel{\\underset{\\lower6mu{ {}+{} 2\\,\\mathrm{H}{\\vphantom{A}}^{+}}}{\\overset{ {}+{} 2\\,\\mathrm{OH}{\\vphantom{A}}^{-}}{\\longrightleftharpoons}}}{} \\underset{\\text{Hydroxozikat}}{\\ce{[Zn(OH)4]^2-}} }", "typeC": "ce", "description": "Complex Examples" }, { - "tex": "$K = \\frac{[\\ce{Hg^2+}][\\ce{Hg}]}{[\\ce{Hg2^2+}]}$", + "tex": " \\begin{math} K = \\frac{[\\ce{Hg^2+}][\\ce{Hg}]}{[\\ce{Hg2^2+}]}\\end{math}", "type": "chem", - "mmlMathoid": "\n \n \n \n $<\/mi>\n K<\/mi>\n =<\/mo>\n \n \n \n [<\/mo>\n \n \n Hg<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n ]<\/mo>\n [<\/mo>\n \n Hg<\/mtext>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n \n [<\/mo>\n \n \n Hg<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n <\/mfrac>\n <\/mrow>\n $<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle \\$K={\\frac {[{\\ce {Hg^2+}}][{\\ce {Hg}}]}{[{\\ce {Hg2^2+}}]}}\\$}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n K<\/mi>\n =<\/mo>\n \n \n \n \n [<\/mo>\n \n \n \n \\ce<\/mtext>\n <\/merror>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n \n g<\/mi>\n 2<\/mn>\n <\/msup>\n <\/mrow>\n +<\/mo>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n \u2062<\/mo>\n \n [<\/mo>\n \n \n \\ce<\/mtext>\n <\/merror>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n g<\/mi>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n <\/mrow>\n \n [<\/mo>\n \n \n \n \\ce<\/mtext>\n <\/merror>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n g<\/mi>\n \u2062<\/mo>\n \n 2<\/mn>\n 2<\/mn>\n <\/msup>\n <\/mrow>\n +<\/mo>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n <\/mfrac>\n <\/mstyle>\n <\/mrow>\n \n \n \n \ud835\udc3e<\/ci>\n \n \n \n \n \n delimited-[]<\/csymbol>\n \n limit-from<\/csymbol>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n <\/ci>\n \ud835\udc3b<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc54<\/ci>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \n <\/apply>\n <\/apply>\n \n delimited-[]<\/csymbol>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n <\/ci>\n \ud835\udc3b<\/ci>\n \ud835\udc54<\/ci>\n <\/apply>\n <\/apply>\n <\/apply>\n \n delimited-[]<\/csymbol>\n \n limit-from<\/csymbol>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n <\/ci>\n \ud835\udc3b<\/ci>\n \ud835\udc54<\/ci>\n \n superscript<\/csymbol>\n 2<\/cn>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \n <\/apply>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle$K=\\frac{[\\ce{Hg^{2}+}][\\ce{Hg}]}{[\\ce{Hg2^{2}+}]}%\n$}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n K<\/mi>\n =<\/mo>\n \n \n \n [<\/mo>\n \n \n Hg<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n ]<\/mo>\n [<\/mo>\n \n Hg<\/mtext>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n \n [<\/mo>\n \n \n Hg<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n <\/mfrac>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {$K={\\frac {[{\\ce {Hg^2+}}][{\\ce {Hg}}]}{[{\\ce {Hg2^2+}}]}}$}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n K<\/mi>\n =<\/mo>\n \n \n \n [<\/mo>\n \n \n Hg<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n ]<\/mo>\n [<\/mo>\n \n Hg<\/mtext>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n \n [<\/mo>\n \n \n Hg<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msubsup>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n <\/mfrac>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {$K={\\frac {[{\\ce {Hg^2+}}][{\\ce {Hg}}]}{[{\\ce {Hg2^2+}}]}}$}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{K = \\frac{[\\ce{Hg^2+}][\\ce{Hg}]}{[\\ce{Hg2^2+}]} }", "typeC": "ce", "description": "Complex Examples" }, { - "tex": "$K = \\ce{\\frac{[Hg^2+][Hg]}{[Hg2^2+]}}$", + "tex": " \\begin{math} K = \\ce{\\frac{[Hg^2+][Hg]}{[Hg2^2+]}}\\end{math}", "type": "chem", - "mmlMathoid": "\n \n \n \n $<\/mi>\n K<\/mi>\n =<\/mo>\n \n \n \n \n \n [<\/mo>\n \n Hg<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n ]<\/mo>\n <\/mrow>\n \n [<\/mo>\n Hg<\/mtext>\n ]<\/mo>\n <\/mrow>\n <\/mrow>\n \n [<\/mo>\n \n Hg<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n <\/mfrac>\n <\/mrow>\n <\/mrow>\n $<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle \\$K={\\ce {{\\frac {[Hg^2+][Hg]}{[Hg2^2+]}}}}\\$}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n K<\/mi>\n =<\/mo>\n \n \n \\ce<\/mtext>\n <\/merror>\n \u2062<\/mo>\n \n \n \n \n [<\/mo>\n \n \n H<\/mi>\n \u2062<\/mo>\n \n g<\/mi>\n 2<\/mn>\n <\/msup>\n <\/mrow>\n +<\/mo>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n \u2062<\/mo>\n \n [<\/mo>\n \n H<\/mi>\n \u2062<\/mo>\n g<\/mi>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n <\/mrow>\n \n [<\/mo>\n \n \n H<\/mi>\n \u2062<\/mo>\n g<\/mi>\n \u2062<\/mo>\n \n 2<\/mn>\n 2<\/mn>\n <\/msup>\n <\/mrow>\n +<\/mo>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n <\/mfrac>\n <\/mstyle>\n <\/mrow>\n <\/mrow>\n \n \n \n \ud835\udc3e<\/ci>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n <\/ci>\n \n \n \n \n \n delimited-[]<\/csymbol>\n \n limit-from<\/csymbol>\n \n \n \ud835\udc3b<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc54<\/ci>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \n <\/apply>\n <\/apply>\n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc3b<\/ci>\n \ud835\udc54<\/ci>\n <\/apply>\n <\/apply>\n <\/apply>\n \n delimited-[]<\/csymbol>\n \n limit-from<\/csymbol>\n \n \n \ud835\udc3b<\/ci>\n \ud835\udc54<\/ci>\n \n superscript<\/csymbol>\n 2<\/cn>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \n <\/apply>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle$K=\\ce{\\frac{[Hg^{2}+][Hg]}{[Hg2^{2}+]}}$}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n K<\/mi>\n =<\/mo>\n \n \n \n \n \n [<\/mo>\n \n Hg<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n ]<\/mo>\n <\/mrow>\n \n [<\/mo>\n Hg<\/mtext>\n ]<\/mo>\n <\/mrow>\n <\/mrow>\n \n [<\/mo>\n \n Hg<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n <\/mfrac>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {$K={\\ce {{\\frac {[Hg^2+][Hg]}{[Hg2^2+]}}}}$}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n K<\/mi>\n =<\/mo>\n \n \n \n \n \n [<\/mo>\n \n Hg<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n ]<\/mo>\n <\/mrow>\n \n [<\/mo>\n Hg<\/mtext>\n ]<\/mo>\n <\/mrow>\n <\/mrow>\n \n [<\/mo>\n \n Hg<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n <\/mfrac>\n <\/mrow>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {$K={\\ce {{\\frac {[Hg^2+][Hg]}{[Hg2^2+]}}}}$}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{K = \\frac{[\\mathrm{Hg}{\\vphantom{A}}^{2+}][\\mathrm{Hg}]}{[\\mathrm{Hg}{\\vphantom{A}}_{\\smash[t]{2}}{\\vphantom{A}}^{2+}]}}", "typeC": "ce", "description": "Complex Examples" }, { - "tex": "Hg^2+ ->[I-] $\\underset{\\mathrm{red}}{\\ce{HgI2}}$ ->[I-] $\\underset{\\mathrm{red}}{\\ce{[Hg^{II}I4]^2-}}$", + "tex": "Hg^2+ ->[I-] \\begin{math} \\underset{\\mathrm{red}}{\\ce{HgI2}}\\end{math} ->[I-] \\begin{math} \\underset{\\mathrm{red}}{\\ce{[Hg^{II}I4]^2-}}\\end{math}", "type": "chem", - "mmlMathoid": "\n \n \n \n H<\/mi>\n \n g<\/mi>\n \n 2<\/mn>\n <\/mrow>\n <\/msup>\n +<\/mo>\n <\/mo>\n ><\/mo>\n [<\/mo>\n I<\/mi>\n <\/mo>\n ]<\/mo>\n $<\/mi>\n \n \n \n \n HgI<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n \n r<\/mi>\n e<\/mi>\n d<\/mi>\n <\/mrow>\n <\/munder>\n <\/mrow>\n $<\/mi>\n <\/mo>\n ><\/mo>\n [<\/mo>\n I<\/mi>\n <\/mo>\n ]<\/mo>\n $<\/mi>\n \n \n \n \n \n [<\/mo>\n \n Hg<\/mtext>\n \n II<\/mtext>\n <\/mrow>\n <\/msup>\n \n I<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n \n r<\/mi>\n e<\/mi>\n d<\/mi>\n <\/mrow>\n <\/munder>\n <\/mrow>\n $<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle Hg^{2}+->[I-]\\${\\underset {\\mathrm {red} }{{\\ce {HgI2}}}}\\$->[I-]\\${\\underset {\\mathrm {red} }{{\\ce {[Hg^{II}I4]^2-}}}}\\$}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n H<\/mi>\n \n g<\/mi>\n 2<\/mn>\n <\/msup>\n +<\/mo>\n -<\/mo>\n ><\/mo>\n \n [<\/mo>\n I<\/mi>\n -<\/mo>\n ]<\/mo>\n <\/mrow>\n \n \n \n \\ce<\/mtext>\n <\/merror>\n \u2062<\/mo>\n H<\/mi>\n \u2062<\/mo>\n g<\/mi>\n \u2062<\/mo>\n I<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n red<\/mo>\n <\/munder>\n -<\/mo>\n ><\/mo>\n \n [<\/mo>\n I<\/mi>\n -<\/mo>\n ]<\/mo>\n <\/mrow>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n \u2062<\/mo>\n \n \n [<\/mo>\n \n H<\/mi>\n \u2062<\/mo>\n \n g<\/mi>\n \n I<\/mi>\n \u2062<\/mo>\n I<\/mi>\n <\/mrow>\n <\/msup>\n \u2062<\/mo>\n I<\/mi>\n \u2062<\/mo>\n 4<\/mn>\n <\/mrow>\n ]<\/mo>\n <\/mrow>\n 2<\/mn>\n <\/msup>\n <\/mrow>\n -<\/mo>\n <\/mrow>\n red<\/mo>\n <\/munder>\n <\/mrow>\n \n \n fragments<\/csymbol>\n H<\/csymbol>\n \n superscript<\/csymbol>\n \ud835\udc54<\/ci>\n 2<\/cn>\n <\/apply>\n \n \n \n \n fragments<\/csymbol>\n [<\/ci>\n I<\/csymbol>\n \n ]<\/ci>\n <\/cerror>\n \n red<\/ci>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n <\/ci>\n \ud835\udc3b<\/ci>\n \ud835\udc54<\/ci>\n \ud835\udc3c<\/ci>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \n \n \n fragments<\/csymbol>\n [<\/ci>\n I<\/csymbol>\n \n ]<\/ci>\n <\/cerror>\n \n red<\/ci>\n \n limit-from<\/csymbol>\n \n \n \n \n \\ce<\/mtext>\n <\/merror>\n <\/ci>\n \n superscript<\/csymbol>\n \n delimited-[]<\/csymbol>\n \n \n \ud835\udc3b<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc54<\/ci>\n \n \n \ud835\udc3c<\/ci>\n \ud835\udc3c<\/ci>\n <\/apply>\n <\/apply>\n \ud835\udc3c<\/ci>\n 4<\/cn>\n <\/apply>\n <\/apply>\n 2<\/cn>\n <\/apply>\n <\/apply>\n \n <\/apply>\n <\/apply>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle Hg^{2}+->[I-]$\\underset{\\mathrm{red}}{\\ce{HgI2}}$%\n->[I-]$\\underset{\\mathrm{red}}{\\ce{[Hg^{II}I4]^{2}-}}$}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n \n Hg<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n \n \n →<\/mo>\n \n I<\/mi>\n <\/mo>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n \n \n \n \n HgI<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n \n r<\/mi>\n e<\/mi>\n d<\/mi>\n <\/mrow>\n <\/munder>\n <\/mrow>\n \n \n →<\/mo>\n \n I<\/mi>\n <\/mo>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n \n \n \n \n \n [<\/mo>\n \n Hg<\/mtext>\n \n II<\/mtext>\n <\/mrow>\n <\/msup>\n \n I<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n \n r<\/mi>\n e<\/mi>\n d<\/mi>\n <\/mrow>\n <\/munder>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Hg^2+ ->[I-] ${\\underset {\\mathrm {red} }{{\\ce {HgI2}}}}$->[I-] ${\\underset {\\mathrm {red} }{{\\ce {[Hg^{II}I4]^2-}}}}$}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n \n Hg<\/mtext>\n \n 2<\/mn>\n +<\/mo>\n <\/mrow>\n <\/msup>\n \n \n →<\/mo>\n \n I<\/mi>\n <\/mo>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n \n \n \n \n HgI<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n \n r<\/mi>\n e<\/mi>\n d<\/mi>\n <\/mrow>\n <\/munder>\n <\/mrow>\n \n \n →<\/mo>\n \n I<\/mi>\n <\/mo>\n <\/mpadded>\n <\/mover>\n <\/mrow>\n \n \n \n \n \n [<\/mo>\n \n Hg<\/mtext>\n \n II<\/mtext>\n <\/mrow>\n <\/msup>\n \n I<\/mtext>\n \n 4<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n ]<\/mo>\n <\/mrow>\n \n 2<\/mn>\n <\/mo>\n <\/mrow>\n <\/msup>\n <\/mrow>\n \n r<\/mi>\n e<\/mi>\n d<\/mi>\n <\/mrow>\n <\/munder>\n <\/mrow>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {Hg^2+ ->[I-] ${\\underset {\\mathrm {red} }{{\\ce {HgI2}}}}$->[I-] ${\\underset {\\mathrm {red} }{{\\ce {[Hg^{II}I4]^2-}}}}$}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{\\mathrm{Hg}{\\vphantom{A}}^{2+} {}\\mathrel{\\xrightarrow{\\mathrm{I}{\\vphantom{A}}^{-}}}{} \\underset{\\mathrm{red}}{\\ce{HgI2}} {}\\mathrel{\\xrightarrow{\\mathrm{I}{\\vphantom{A}}^{-}}}{} \\underset{\\mathrm{red}}{\\ce{[Hg^{II}I4]^2-}} }", "typeC": "ce", "description": "Complex Examples" @@ -857,8 +857,8 @@ { "tex": "123 kJ", "type": "chem", - "mmlMathoid": "\n \n \n \n 123<\/mn>\n k<\/mi>\n J<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 123kJ}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 123<\/mn>\n \u2062<\/mo>\n k<\/mi>\n \u2062<\/mo>\n J<\/mi>\n <\/mrow>\n \n \n \n 123<\/cn>\n \ud835\udc58<\/ci>\n \ud835\udc3d<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 123kJ}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{123~\\mathrm{kJ}}", "typeC": "pu", "description": "pu" @@ -866,8 +866,8 @@ { "tex": "123 mm2", "type": "chem", - "mmlMathoid": "\n \n \n \n 123<\/mn>\n m<\/mi>\n m<\/mi>\n 2<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 123mm2}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 123<\/mn>\n \u2062<\/mo>\n m<\/mi>\n \u2062<\/mo>\n m<\/mi>\n \u2062<\/mo>\n 2<\/mn>\n <\/mrow>\n \n \n \n 123<\/cn>\n \ud835\udc5a<\/ci>\n \ud835\udc5a<\/ci>\n 2<\/cn>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 123mm2}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 123<\/mn>\n \n \n mm<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 mm2}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \n \n mm<\/mtext>\n \n 2<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 mm2}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{123~\\mathrm{mm^{2}}}", "typeC": "pu", "description": "pu" @@ -875,8 +875,8 @@ { "tex": "123 J s", "type": "chem", - "mmlMathoid": "\n \n \n \n 123<\/mn>\n J<\/mi>\n s<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 123Js}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 123<\/mn>\n \u2062<\/mo>\n J<\/mi>\n \u2062<\/mo>\n s<\/mi>\n <\/mrow>\n \n \n \n 123<\/cn>\n \ud835\udc3d<\/ci>\n \ud835\udc60<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 123Js}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 123<\/mn>\n \n J<\/mtext>\n s<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 J s}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \n J<\/mtext>\n s<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 J s}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{123~\\mathrm{J}\\mkern3mu \\mathrm{s}}", "typeC": "pu", "description": "pu" @@ -884,8 +884,8 @@ { "tex": "123 J*s", "type": "chem", - "mmlMathoid": "\n \n \n \n 123<\/mn>\n J<\/mi>\n <\/mo>\n s<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 123J*s}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n 123<\/mn>\n \u2062<\/mo>\n J<\/mi>\n <\/mrow>\n *<\/mo>\n s<\/mi>\n <\/mrow>\n \n \n \n \n \n 123<\/cn>\n \ud835\udc3d<\/ci>\n <\/apply>\n \ud835\udc60<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 123J*s}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 123<\/mn>\n \n J<\/mtext>\n <\/mo>\n s<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 J*s}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \n J<\/mtext>\n <\/mo>\n s<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 J*s}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{123~\\mathrm{J}\\mkern1mu{\\cdot}\\mkern1mu \\mathrm{s}}", "typeC": "pu", "description": "pu" @@ -893,8 +893,8 @@ { "tex": "123 kJ\/mol", "type": "chem", - "mmlMathoid": "\n \n \n \n 123<\/mn>\n k<\/mi>\n J<\/mi>\n \n \/<\/mo>\n <\/mrow>\n m<\/mi>\n o<\/mi>\n l<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 123kJ\/mol}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \u2062<\/mo>\n k<\/mi>\n \u2062<\/mo>\n J<\/mi>\n <\/mrow>\n \/<\/mo>\n m<\/mi>\n <\/mrow>\n \u2062<\/mo>\n o<\/mi>\n \u2062<\/mo>\n l<\/mi>\n <\/mrow>\n \n \n \n \n \n \n \n 123<\/cn>\n \ud835\udc58<\/ci>\n \ud835\udc3d<\/ci>\n <\/apply>\n \ud835\udc5a<\/ci>\n <\/apply>\n \ud835\udc5c<\/ci>\n \ud835\udc59<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 123kJ\/mol}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n \n \/<\/mo>\n <\/mrow>\n mol<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ\/mol}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n \n \/<\/mo>\n <\/mrow>\n mol<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ\/mol}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{123~\\mathrm{kJ}\/\\mathrm{mol}}", "typeC": "pu", "description": "pu" @@ -902,8 +902,8 @@ { "tex": "123 kJ\/\/mol", "type": "chem", - "mmlMathoid": "\n \n \n \n 123<\/mn>\n k<\/mi>\n J<\/mi>\n \n \/<\/mo>\n <\/mrow>\n \n \/<\/mo>\n <\/mrow>\n m<\/mi>\n o<\/mi>\n l<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 123kJ\/\/mol}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 123<\/mn>\n k<\/mi>\n J<\/mi>\n \/<\/mo>\n \/<\/mo>\n m<\/mi>\n o<\/mi>\n l<\/mi>\n <\/mrow>\n \n \n fragments<\/csymbol>\n 123<\/cn>\n k<\/csymbol>\n J<\/csymbol>\n \n \n m<\/csymbol>\n o<\/csymbol>\n l<\/csymbol>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 123kJ\/\/mol}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n \n \/<\/mo>\n <\/mrow>\n \n \/<\/mo>\n <\/mrow>\n mol<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ\/\/mol}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n \n \/<\/mo>\n <\/mrow>\n \n \/<\/mo>\n <\/mrow>\n mol<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ\/\/mol}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{123~\\mathchoice{\\textstyle\\frac{\\mathrm{kJ}}{\\mathrm{mol}}}{\\frac{\\mathrm{kJ}}{\\mathrm{mol}}}{\\frac{\\mathrm{kJ}}{\\mathrm{mol}}}{\\frac{\\mathrm{kJ}}{\\mathrm{mol}}}}", "typeC": "pu", "description": "pu" @@ -911,8 +911,8 @@ { "tex": "123 kJ mol^-1", "type": "chem", - "mmlMathoid": "\n \n \n \n 123<\/mn>\n k<\/mi>\n J<\/mi>\n m<\/mi>\n o<\/mi>\n \n l<\/mi>\n \n <\/mo>\n <\/mrow>\n <\/msup>\n 1<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 123kJmol^{-}1}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 123<\/mn>\n \u2062<\/mo>\n k<\/mi>\n \u2062<\/mo>\n J<\/mi>\n \u2062<\/mo>\n m<\/mi>\n \u2062<\/mo>\n o<\/mi>\n \u2062<\/mo>\n \n l<\/mi>\n -<\/mo>\n <\/msup>\n \u2062<\/mo>\n 1<\/mn>\n <\/mrow>\n \n \n \n 123<\/cn>\n \ud835\udc58<\/ci>\n \ud835\udc3d<\/ci>\n \ud835\udc5a<\/ci>\n \ud835\udc5c<\/ci>\n \n superscript<\/csymbol>\n \ud835\udc59<\/ci>\n \n <\/apply>\n 1<\/cn>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 123kJmol^{-}1}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n mol<\/mtext>\n \n <\/mo>\n <\/mrow>\n 1<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ mol^-1}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n mol<\/mtext>\n \n <\/mo>\n <\/mrow>\n 1<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ mol^-1}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{123~\\mathrm{kJ}\\mkern3mu \\mathrm{mol^{-1}}}", "typeC": "pu", "description": "pu" @@ -920,8 +920,8 @@ { "tex": "123 kJ*mol-1", "type": "chem", - "mmlMathoid": "\n \n \n \n 123<\/mn>\n k<\/mi>\n J<\/mi>\n <\/mo>\n m<\/mi>\n o<\/mi>\n l<\/mi>\n <\/mo>\n 1<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 123kJ*mol-1}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n \n \n 123<\/mn>\n \u2062<\/mo>\n k<\/mi>\n \u2062<\/mo>\n J<\/mi>\n <\/mrow>\n *<\/mo>\n m<\/mi>\n <\/mrow>\n \u2062<\/mo>\n o<\/mi>\n \u2062<\/mo>\n l<\/mi>\n <\/mrow>\n -<\/mo>\n 1<\/mn>\n <\/mrow>\n \n \n \n \n \n \n \n \n \n 123<\/cn>\n \ud835\udc58<\/ci>\n \ud835\udc3d<\/ci>\n <\/apply>\n \ud835\udc5a<\/ci>\n <\/apply>\n \ud835\udc5c<\/ci>\n \ud835\udc59<\/ci>\n <\/apply>\n 1<\/cn>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 123kJ*mol-1}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n <\/mo>\n mol<\/mtext>\n \n <\/mo>\n <\/mrow>\n 1<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ*mol-1}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n <\/mo>\n mol<\/mtext>\n \n <\/mo>\n <\/mrow>\n 1<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ*mol-1}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{123~\\mathrm{kJ}\\mkern1mu{\\cdot}\\mkern1mu \\mathrm{mol^{-1}}}", "typeC": "pu", "description": "pu" @@ -929,8 +929,8 @@ { "tex": "123 kJ.mol-1", "type": "chem", - "mmlMathoid": "\n \n \n \n 123<\/mn>\n k<\/mi>\n J<\/mi>\n .<\/mo>\n m<\/mi>\n o<\/mi>\n l<\/mi>\n <\/mo>\n 1<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 123kJ.mol-1}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n \n 123<\/mn>\n \u2062<\/mo>\n k<\/mi>\n \u2062<\/mo>\n J<\/mi>\n <\/mrow>\n .<\/mo>\n \n \n m<\/mi>\n \u2062<\/mo>\n o<\/mi>\n \u2062<\/mo>\n l<\/mi>\n <\/mrow>\n -<\/mo>\n 1<\/mn>\n <\/mrow>\n <\/mrow>\n \n \n formulae-sequence<\/csymbol>\n \n \n 123<\/cn>\n \ud835\udc58<\/ci>\n \ud835\udc3d<\/ci>\n <\/apply>\n \n \n \n \n \ud835\udc5a<\/ci>\n \ud835\udc5c<\/ci>\n \ud835\udc59<\/ci>\n <\/apply>\n 1<\/cn>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 123kJ.mol-1}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n <\/mo>\n mol<\/mtext>\n \n <\/mo>\n <\/mrow>\n 1<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ.mol-1}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \n kJ<\/mtext>\n <\/mo>\n mol<\/mtext>\n \n <\/mo>\n <\/mrow>\n 1<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 kJ.mol-1}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{123~\\mathrm{kJ}\\mkern1mu{\\cdot}\\mkern1mu \\mathrm{mol^{-1}}}", "typeC": "pu", "description": "pu" @@ -938,8 +938,8 @@ { "tex": "1.2e3 kJ", "type": "chem", - "mmlMathoid": "\n \n \n \n 1.2<\/mn>\n e<\/mi>\n 3<\/mn>\n k<\/mi>\n J<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 1.2e3kJ}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 1.2<\/mn>\n \u2062<\/mo>\n e<\/mi>\n \u2062<\/mo>\n 3<\/mn>\n \u2062<\/mo>\n k<\/mi>\n \u2062<\/mo>\n J<\/mi>\n <\/mrow>\n \n \n \n 1.2<\/cn>\n \ud835\udc52<\/ci>\n 3<\/cn>\n \ud835\udc58<\/ci>\n \ud835\udc3d<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 1.2e3kJ}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 1<\/mn>\n \n <\/mo>\n 2<\/mn>\n \n \n e<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n kJ<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1.2e3 kJ}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 1<\/mn>\n \n <\/mo>\n 2<\/mn>\n \n \n e<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n kJ<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1.2e3 kJ}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{1.2\\cdot 10^{3}~\\mathrm{kJ}}", "typeC": "pu", "description": "pu" @@ -947,8 +947,8 @@ { "tex": "1,2e3 kJ", "type": "chem", - "mmlMathoid": "\n \n \n \n 1<\/mn>\n ,<\/mo>\n 2<\/mn>\n e<\/mi>\n 3<\/mn>\n k<\/mi>\n J<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 1,2e3kJ}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 1<\/mn>\n ,<\/mo>\n \n 2<\/mn>\n \u2062<\/mo>\n e<\/mi>\n \u2062<\/mo>\n 3<\/mn>\n \u2062<\/mo>\n k<\/mi>\n \u2062<\/mo>\n J<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n 1<\/cn>\n \n \n 2<\/cn>\n \ud835\udc52<\/ci>\n 3<\/cn>\n \ud835\udc58<\/ci>\n \ud835\udc3d<\/ci>\n <\/apply>\n <\/list>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 1,2e3kJ}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 1<\/mn>\n \n ,<\/mo>\n 2<\/mn>\n \n \n e<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n kJ<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1,2e3 kJ}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 1<\/mn>\n \n ,<\/mo>\n 2<\/mn>\n \n \n e<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n kJ<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1,2e3 kJ}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{1{,}2\\cdot 10^{3}~\\mathrm{kJ}}", "typeC": "pu", "description": "pu" @@ -956,8 +956,8 @@ { "tex": "1.2E3 kJ", "type": "chem", - "mmlMathoid": "\n \n \n \n 1.2<\/mn>\n E<\/mi>\n 3<\/mn>\n k<\/mi>\n J<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 1.2E3kJ}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 1.2<\/mn>\n \u2062<\/mo>\n E<\/mi>\n \u2062<\/mo>\n 3<\/mn>\n \u2062<\/mo>\n k<\/mi>\n \u2062<\/mo>\n J<\/mi>\n <\/mrow>\n \n \n \n 1.2<\/cn>\n \ud835\udc38<\/ci>\n 3<\/cn>\n \ud835\udc58<\/ci>\n \ud835\udc3d<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 1.2E3kJ}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 1<\/mn>\n \n <\/mo>\n 2<\/mn>\n \n \n E<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n kJ<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1.2E3 kJ}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 1<\/mn>\n \n <\/mo>\n 2<\/mn>\n \n \n E<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n kJ<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1.2E3 kJ}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{1.2\\times 10^{3}~\\mathrm{kJ}}", "typeC": "pu", "description": "pu" @@ -965,8 +965,8 @@ { "tex": "1,2E3 kJ", "type": "chem", - "mmlMathoid": "\n \n \n \n 1<\/mn>\n ,<\/mo>\n 2<\/mn>\n E<\/mi>\n 3<\/mn>\n k<\/mi>\n J<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 1,2E3kJ}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 1<\/mn>\n ,<\/mo>\n \n 2<\/mn>\n \u2062<\/mo>\n E<\/mi>\n \u2062<\/mo>\n 3<\/mn>\n \u2062<\/mo>\n k<\/mi>\n \u2062<\/mo>\n J<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n 1<\/cn>\n \n \n 2<\/cn>\n \ud835\udc38<\/ci>\n 3<\/cn>\n \ud835\udc58<\/ci>\n \ud835\udc3d<\/ci>\n <\/apply>\n <\/list>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 1,2E3kJ}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 1<\/mn>\n \n ,<\/mo>\n 2<\/mn>\n \n \n E<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n kJ<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1,2E3 kJ}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 1<\/mn>\n \n ,<\/mo>\n 2<\/mn>\n \n \n E<\/mtext>\n \n 3<\/mn>\n <\/mrow>\n \n \n <\/mrow>\n <\/msubsup>\n kJ<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1,2E3 kJ}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{1{,}2\\times 10^{3}~\\mathrm{kJ}}", "typeC": "pu", "description": "pu" @@ -974,8 +974,8 @@ { "tex": "1234", "type": "chem", - "mmlMathoid": "\n \n \n \n 1234<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 1234}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n 1234<\/mn>\n \n 1234<\/cn>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 1234}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 1234<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1234}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 1234<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1234}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{1234}", "typeC": "pu", "description": "pu" @@ -983,8 +983,8 @@ { "tex": "12345", "type": "chem", - "mmlMathoid": "\n \n \n \n 12345<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 12345}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n 12345<\/mn>\n \n 12345<\/cn>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 12345}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 12345<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {12345}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 12345<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {12345}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{12\\mkern2mu 345}", "typeC": "pu", "description": "pu" @@ -993,7 +993,7 @@ "tex": "1\u00b0C", "type": "chem", "mmlMathoid": "", - "mmlLaTeXML": "\n \n \n 1<\/mn>\n \u2062<\/mo>\n \u00b0<\/mi>\n \u2062<\/mo>\n C<\/mi>\n <\/mrow>\n \n \n \n 1<\/cn>\n \u00b0<\/ci>\n \ud835\udc36<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 1\u00b0C}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "", "texNew": "{1~\\mathrm{{}^{\\circ}C}}", "typeC": "pu", "description": "pu" @@ -1001,8 +1001,8 @@ { "tex": "23.4782(32) m", "type": "chem", - "mmlMathoid": "\n \n \n \n 23.4782<\/mn>\n (<\/mo>\n 32<\/mn>\n )<\/mo>\n m<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 23.4782(32)m}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 23.4782<\/mn>\n \u2062<\/mo>\n \n (<\/mo>\n 32<\/mn>\n )<\/mo>\n <\/mrow>\n \u2062<\/mo>\n m<\/mi>\n <\/mrow>\n \n \n \n 23.4782<\/cn>\n 32<\/cn>\n \ud835\udc5a<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 23.4782(32)m}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 23<\/mn>\n \n <\/mo>\n 4782<\/mn>\n \n \n (<\/mo>\n 32<\/mn>\n \n )<\/mo>\n <\/mrow>\n m<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {23.4782(32) m}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 23<\/mn>\n \n <\/mo>\n 4782<\/mn>\n \n \n (<\/mo>\n 32<\/mn>\n \n )<\/mo>\n <\/mrow>\n m<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {23.4782(32) m}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{23.4782(32)~\\mathrm{m}}", "typeC": "pu", "description": "pu" @@ -1010,8 +1010,8 @@ { "tex": "8.00001 \\pm 0.00005 nm", "type": "chem", - "mmlMathoid": "\n \n \n \n 8.00001<\/mn>\n ±<\/mo>\n 0.00005<\/mn>\n n<\/mi>\n m<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 8.00001\\pm 0.00005nm}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 8.00001<\/mn>\n \u00b1<\/mo>\n \n 0.00005<\/mn>\n \u2062<\/mo>\n n<\/mi>\n \u2062<\/mo>\n m<\/mi>\n <\/mrow>\n <\/mrow>\n \n \n plus-or-minus<\/csymbol>\n 8.00001<\/cn>\n \n \n 0.00005<\/cn>\n \ud835\udc5b<\/ci>\n \ud835\udc5a<\/ci>\n <\/apply>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 8.00001\\pm 0.00005nm}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 8<\/mn>\n \n <\/mo>\n 00001<\/mn>\n \n ±<\/mo>\n 0<\/mn>\n \n <\/mo>\n 00005<\/mn>\n \n nm<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {8.00001 \\pm 0.00005 nm}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 8<\/mn>\n \n <\/mo>\n 00001<\/mn>\n \n ±<\/mo>\n 0<\/mn>\n \n <\/mo>\n 00005<\/mn>\n \n nm<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {8.00001 \\pm 0.00005 nm}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{8.000\\mkern2mu 01 {}\\pm{} 0.000\\mkern2mu 05~\\mathrm{nm}}", "typeC": "pu", "description": "pu" @@ -1019,8 +1019,8 @@ { "tex": ".25", "type": "chem", - "mmlMathoid": "\n \n \n \n .25<\/mn>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle .25}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n .25<\/mn>\n \n .25<\/cn>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle.25}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n <\/mo>\n 25<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {.25}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n <\/mo>\n 25<\/mn>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {.25}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{.25}", "typeC": "pu", "description": "pu" @@ -1028,8 +1028,8 @@ { "tex": "1 mol ", "type": "chem", - "mmlMathoid": "\n \n \n \n 1<\/mn>\n m<\/mi>\n o<\/mi>\n l<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 1mol}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 1<\/mn>\n \u2062<\/mo>\n m<\/mi>\n \u2062<\/mo>\n o<\/mi>\n \u2062<\/mo>\n l<\/mi>\n <\/mrow>\n \n \n \n 1<\/cn>\n \ud835\udc5a<\/ci>\n \ud835\udc5c<\/ci>\n \ud835\udc59<\/ci>\n <\/apply>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 1mol}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 1<\/mn>\n \n mol<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1 mol}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 1<\/mn>\n \n mol<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {1 mol}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{1~\\mathrm{mol}~}", "typeC": "pu", "description": "pu" @@ -1037,8 +1037,8 @@ { "tex": "123 l\/\/100km", "type": "chem", - "mmlMathoid": "\n \n \n \n 123<\/mn>\n l<\/mi>\n \n \/<\/mo>\n <\/mrow>\n \n \/<\/mo>\n <\/mrow>\n 100<\/mn>\n k<\/mi>\n m<\/mi>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle 123l\/\/100km}<\/annotation>\n <\/semantics>\n<\/math>", - "mmlLaTeXML": "\n \n \n 123<\/mn>\n l<\/mi>\n \/<\/mo>\n \/<\/mo>\n 100<\/mn>\n k<\/mi>\n m<\/mi>\n <\/mrow>\n \n \n fragments<\/csymbol>\n 123<\/cn>\n l<\/csymbol>\n \n \n 100<\/cn>\n k<\/csymbol>\n m<\/csymbol>\n <\/cerror>\n <\/annotation-xml>\n {\\displaystyle{\\displaystyle 123l\/\/100km}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlMathoid": "\n \n \n \n \n 123<\/mn>\n \n l<\/mtext>\n \n \/<\/mo>\n <\/mrow>\n \n \/<\/mo>\n <\/mrow>\n 100<\/mn>\n \n km<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 l\/\/100km}}}<\/annotation>\n <\/semantics>\n<\/math>", + "mmlLaTeXML": "\n \n \n \n \n 123<\/mn>\n \n l<\/mtext>\n \n \/<\/mo>\n <\/mrow>\n \n \/<\/mo>\n <\/mrow>\n 100<\/mn>\n \n km<\/mtext>\n <\/mrow>\n <\/mstyle>\n <\/mrow>\n {\\displaystyle {\\ce {123 l\/\/100km}}}<\/annotation>\n <\/semantics>\n<\/math>", "texNew": "{123~\\mathchoice{\\textstyle\\frac{\\mathrm{l}}{100~\\mathrm{km}}}{\\frac{\\mathrm{l}}{100~\\mathrm{km}}}{\\frac{\\mathrm{l}}{100~\\mathrm{km}}}{\\frac{\\mathrm{l}}{100~\\mathrm{km}}}}", "typeC": "pu", "description": "pu" diff --git a/tests/phpunit/unit/TexVC/Mhchem/Mhchemv4tex.json b/tests/phpunit/unit/TexVC/Mhchem/Mhchemv4tex.json index 556407ef4..ccacc4d74 100644 --- a/tests/phpunit/unit/TexVC/Mhchem/Mhchemv4tex.json +++ b/tests/phpunit/unit/TexVC/Mhchem/Mhchemv4tex.json @@ -195,7 +195,7 @@ "type":"ce" }, { - "tex": "CH4 + 2 $\\left( \\ce{O2 + 79/21 N2} \\right)$", + "tex": "CH4 + 2 \\begin{math} \\left( \\ce{O2 + 79/21 N2} \\right) \\end{math}", "texNew": "{\\mathrm{CH}{\\vphantom{A}}_{\\smash[t]{4}} {}+{} 2\\,\\left( \\mathrm{O}{\\vphantom{A}}_{\\smash[t]{2}} {}+{} \\mathchoice{\\textstyle\\frac{79}{21}}{\\frac{79}{21}}{\\frac{79}{21}}{\\frac{79}{21}}\\,\\mathrm{N}{\\vphantom{A}}_{\\smash[t]{2}} \\right) }", "type": "ce" } @@ -217,7 +217,7 @@ "type":"ce" }, { - "tex": "NaOH(aq,$\\infty$)", + "tex": "NaOH(aq, \\begin{math} \\infty \\end{math})", "texNew": "{\\mathrm{NaOH}\\mskip2mu (\\mathrm{aq},\\infty )}", "type": "ce" } @@ -275,12 +275,12 @@ ], "(Italic) Math": [ { - "tex": "NaOH(aq,$\\infty$)", + "tex": "NaOH(aq, \\begin{math} \\infty$)", "texNew": "{\\mathrm{NaOH}\\mskip2mu (\\mathrm{aq},\\infty )}", "type":"ce" }, { - "tex": "Fe(CN)_{$\\frac{6}{2}$}", + "tex": "Fe(CN)_{ \\begin{math} \\frac{6}{2} \\end{math}}", "texNew": "{\\mathrm{Fe}(\\mathrm{CN}){\\vphantom{A}}_{\\smash[t]{\\frac{6}{2} }}}", "type":"ce" }, @@ -502,22 +502,22 @@ ], "Complex Examples": [ { - "tex": "Zn^2+ <=>[+ 2OH-][+ 2H+] $\\underset{\\text{amphoteres Hydroxid}}{\\ce{Zn(OH)2 v}}$ <=>[+ 2OH-][+ 2H+] $\\underset{\\text{Hydroxozikat}}{\\ce{[Zn(OH)4]^2-}}$", + "tex": "Zn^2+ <=>[+ 2OH-][+ 2H+] \\begin{math} \\underset{\\text{amphoteres Hydroxid}}{\\ce{Zn(OH)2 v}}\\end{math} <=>[+ 2OH-][+ 2H+] \\begin{math} \\underset{\\text{Hydroxozikat}}{\\ce{[Zn(OH)4]^2-}}\\end{math}", "texNew": "{\\mathrm{Zn}{\\vphantom{A}}^{2+} {}\\mathrel{\\underset{\\lower6mu{ {}+{} 2\\,\\mathrm{H}{\\vphantom{A}}^{+}}}{\\overset{ {}+{} 2\\,\\mathrm{OH}{\\vphantom{A}}^{-}}{\\longrightleftharpoons}}}{} \\underset{\\text{amphoteres Hydroxid}}{\\ce{Zn(OH)2 v}} {}\\mathrel{\\underset{\\lower6mu{ {}+{} 2\\,\\mathrm{H}{\\vphantom{A}}^{+}}}{\\overset{ {}+{} 2\\,\\mathrm{OH}{\\vphantom{A}}^{-}}{\\longrightleftharpoons}}}{} \\underset{\\text{Hydroxozikat}}{\\ce{[Zn(OH)4]^2-}} }", "type":"ce" }, { - "tex": "$K = \\frac{[\\ce{Hg^2+}][\\ce{Hg}]}{[\\ce{Hg2^2+}]}$", + "tex": " \\begin{math} K = \\frac{[\\ce{Hg^2+}][\\ce{Hg}]}{[\\ce{Hg2^2+}]}\\end{math}", "texNew": "{K = \\frac{[\\ce{Hg^2+}][\\ce{Hg}]}{[\\ce{Hg2^2+}]} }", "type":"ce" }, { - "tex": "$K = \\ce{\\frac{[Hg^2+][Hg]}{[Hg2^2+]}}$", + "tex": " \\begin{math} K = \\ce{\\frac{[Hg^2+][Hg]}{[Hg2^2+]}}\\end{math}", "texNew": "{K = \\frac{[\\mathrm{Hg}{\\vphantom{A}}^{2+}][\\mathrm{Hg}]}{[\\mathrm{Hg}{\\vphantom{A}}_{\\smash[t]{2}}{\\vphantom{A}}^{2+}]}}", "type":"ce" }, { - "tex": "Hg^2+ ->[I-] $\\underset{\\mathrm{red}}{\\ce{HgI2}}$ ->[I-] $\\underset{\\mathrm{red}}{\\ce{[Hg^{II}I4]^2-}}$", + "tex": "Hg^2+ ->[I-] \\begin{math} \\underset{\\mathrm{red}}{\\ce{HgI2}}\\end{math} ->[I-] \\begin{math} \\underset{\\mathrm{red}}{\\ce{[Hg^{II}I4]^2-}}\\end{math}", "texNew": "{\\mathrm{Hg}{\\vphantom{A}}^{2+} {}\\mathrel{\\xrightarrow{\\mathrm{I}{\\vphantom{A}}^{-}}}{} \\underset{\\mathrm{red}}{\\ce{HgI2}} {}\\mathrel{\\xrightarrow{\\mathrm{I}{\\vphantom{A}}^{-}}}{} \\underset{\\mathrm{red}}{\\ce{[Hg^{II}I4]^2-}} }", "type":"ce" }