@drghaliasri/butex 3.2.2 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/document.mjs CHANGED
@@ -1159,6 +1159,24 @@ var ATOMIC_OPERATOR_COMMANDS = {
1159
1159
  title: "\u0623\u0643\u0628\u0631 \u0645\u0646 \u0623\u0648 \u064A\u0633\u0627\u0648\u064A",
1160
1160
  svg_path: null
1161
1161
  },
1162
+ coloneqq: {
1163
+ id: "coloneqq",
1164
+ category: "operators1",
1165
+ Tex: "\\coloneqq",
1166
+ mirror: true,
1167
+ Label: "\u2254",
1168
+ title: "\u064A\u0639\u0631\u0641 \u0628\u0623\u0646\u0647 \u064A\u0633\u0627\u0648\u064A",
1169
+ svg_path: null
1170
+ },
1171
+ eqqcolon: {
1172
+ id: "eqqcolon",
1173
+ category: "operators1",
1174
+ Tex: "\\eqqcolon",
1175
+ mirror: true,
1176
+ Label: "\u2255",
1177
+ title: "\u064A\u0633\u0627\u0648\u064A \u0628\u0627\u0644\u062A\u0639\u0631\u064A\u0641",
1178
+ svg_path: null
1179
+ },
1162
1180
  ///// Operators 2
1163
1181
  propto: {
1164
1182
  id: "propto",
@@ -1325,6 +1343,60 @@ var ATOMIC_OPERATOR_COMMANDS = {
1325
1343
  title: "\u064A\u0643\u0627\u0641\u0626",
1326
1344
  svg_path: null
1327
1345
  },
1346
+ implies: {
1347
+ id: "implies",
1348
+ category: "operators3",
1349
+ Tex: "\\implies",
1350
+ mirror: true,
1351
+ Label: "\u21D2",
1352
+ title: "\u064A\u0633\u062A\u0644\u0632\u0645",
1353
+ svg_path: null
1354
+ },
1355
+ impliedby: {
1356
+ id: "impliedby",
1357
+ category: "operators3",
1358
+ Tex: "\\impliedby",
1359
+ mirror: true,
1360
+ Label: "\u21D0",
1361
+ title: "\u0645\u0633\u062A\u0644\u0632\u0645 \u0645\u0646",
1362
+ svg_path: null
1363
+ },
1364
+ iff: {
1365
+ id: "iff",
1366
+ category: "operators3",
1367
+ Tex: "\\iff",
1368
+ mirror: false,
1369
+ Label: "\u21D4",
1370
+ title: "\u0625\u0630\u0627 \u0648\u0641\u0642\u0637 \u0625\u0630\u0627",
1371
+ svg_path: null
1372
+ },
1373
+ Longrightarrow: {
1374
+ id: "Longrightarrow",
1375
+ category: "operators3",
1376
+ Tex: "\\Longrightarrow",
1377
+ mirror: true,
1378
+ Label: "\u27F9",
1379
+ title: "\u0633\u0647\u0645 \u0645\u0632\u062F\u0648\u062C \u0637\u0648\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",
1380
+ svg_path: null
1381
+ },
1382
+ Longleftarrow: {
1383
+ id: "Longleftarrow",
1384
+ category: "operators3",
1385
+ Tex: "\\Longleftarrow",
1386
+ mirror: true,
1387
+ Label: "\u27F8",
1388
+ title: "\u0633\u0647\u0645 \u0645\u0632\u062F\u0648\u062C \u0637\u0648\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u064A\u0633\u0627\u0631",
1389
+ svg_path: null
1390
+ },
1391
+ to: {
1392
+ id: "to",
1393
+ category: "operators3",
1394
+ Tex: "\\to",
1395
+ mirror: true,
1396
+ Label: "\u2192",
1397
+ title: "\u064A\u0624\u0648\u0644 \u0625\u0644\u0649",
1398
+ svg_path: null
1399
+ },
1328
1400
  rightleftharpoons: {
1329
1401
  id: "rightleftharpoons",
1330
1402
  category: "operators3",