Skip to content

Commit

Permalink
Support \boxslash
Browse files Browse the repository at this point in the history
  • Loading branch information
ronkok committed Aug 22, 2024
1 parent 193f9c8 commit ebc80ed
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
8 changes: 8 additions & 0 deletions docs/comparison.html
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,14 @@ <h2 id="b">B</h2>
<td>₸\boxplus₸</td>
<td></td>
</tr>
<tr>
<td>\boxslash</td>
<td>₮\boxslash₮</td>
<td>\(\boxtimes\)</td>
<td><span class="no-sup">Not supported</span></td>
<td>₸\boxtimes₸</td>
<td></td>
</tr>
<tr>
<td>\boxtimes</td>
<td>₮\boxtimes₮</td>
Expand Down
2 changes: 2 additions & 0 deletions docs/support_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ If you know the shape of a character, but not its name,
+---------------------+--------------------------+--------------------------+-------------------+
| \boxplus | $\boxplus$ | | ams |
+---------------------+--------------------------+--------------------------+-------------------+
| \boxslash | $\boxslash$ | | |
+---------------------+--------------------------+--------------------------+-------------------+
| \boxtimes | $\boxtimes$ | | ams |
+---------------------+--------------------------+--------------------------+-------------------+
| \Bqty | $\Bqty{5 \text{mm}}$ | `\Bqty{5 \text{mm}}` | physics extension |
Expand Down
17 changes: 10 additions & 7 deletions docs/supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -819,19 +819,22 @@ Direct Input: <span class="direct">+ - / ∖ * ⋅ ∘ ± × ÷ ∓ ∔ ∧ ∨
+-------------------------------------+-------------------------------------+-----------------------------------+
| $\boxplus$ `\boxplus` | $\lozengeminus$ `\lozengeminus` | $\star$ `\star` |
+-------------------------------------+-------------------------------------+-----------------------------------+
| $\boxtimes$ `\boxtimes` | $\obar$ `\obar` | $\triangle$ `\triangle` |
| $\boxslash$ `\boxslash` | $\obar$ `\obar` | $\triangle$ `\triangle` |
+-------------------------------------+-------------------------------------+-----------------------------------+
| $\circledast$ `\circledast` | $\obslash$ `\obslash` | $\triangleminus$ `\triangleminus` |
| $\boxtimes$ `\boxtimes` | $\obslash$ `\obslash` | $\triangleminus$ `\triangleminus` |
+-------------------------------------+-------------------------------------+-----------------------------------+
| $\circledcirc$ `\circledcirc` | $\odiv$ `\odiv` | $\triangleplus$ `\triangleplus` |
| $\circledast$ `\circledast` | $\odiv$ `\odiv` | $\triangleplus$ `\triangleplus` |
+-------------------------------------+-------------------------------------+-----------------------------------+
| $\circleddash$ `\circleddash` | $\odot$ `\odot` | $\triangletimes$ `\triangletimes` |
| $\circledcirc$ `\circledcirc` | $\odot$ `\odot` | $\triangletimes$ `\triangletimes` |
+-------------------------------------+-------------------------------------+-----------------------------------+
| $\circledequal$ `\circledequal` | $\ogreaterthan$ `\ogreaterthan` | $\whitesquaretickleft$ |
| $\circleddash$ `\circleddash` | $\ogreaterthan$ `\ogreaterthan` | $\whitesquaretickleft$ |
| | | `\whitesquaretickleft` |
+-------------------------------------+-------------------------------------+-----------------------------------+
| $\circledparallel$ | $\olessthan$ `\olessthan` | $\whitesquaretickright$ |
| `\circledparallel` | | `\whitesquaretickright` |
| $\circledequal$ `\circledequal` | $\olessthan$ `\olessthan` | $\whitesquaretickright$ |
| | | `\whitesquaretickright` |
+-------------------------------------+-------------------------------------+-----------------------------------+
| $\circledparallel$ | | |
| `\circledparallel` | | |
+-------------------------------------+-------------------------------------+-----------------------------------+

Direct Input: <span class="direct">◯ ⧗ ⧆ ⧈ ⧇ ⊡ ⊟ ⊞ ⊠ ⊛ ⊚ ⊖ ⊜ ⦷ ⦶ ⦵ ⟡ ⟢ ⟣ ⋄ ⧖ ⟠ ⌽ ⦸ ⨸ ⊙ ⧁ ⧀ ⊝ ⦹ ⊕ ⊘ ⊗ ⨷ ⨶ ⋆ △ ⨺ ⨻ ⟤ ⟥</span>
Expand Down
1 change: 1 addition & 0 deletions src/symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ defineSymbol(math, bin, "\u22d3", "\\Cup", true);
defineSymbol(math, bin, "\u2a5e", "\\doublebarwedge", true);
defineSymbol(math, bin, "\u229f", "\\boxminus", true);
defineSymbol(math, bin, "\u229e", "\\boxplus", true);
defineSymbol(math, bin, "\u29C4", "\\boxslash", true);
defineSymbol(math, bin, "\u22c7", "\\divideontimes", true);
defineSymbol(math, bin, "\u22c9", "\\ltimes", true);
defineSymbol(math, bin, "\u22ca", "\\rtimes", true);
Expand Down

0 comments on commit ebc80ed

Please sign in to comment.