Skip to content

Commit

Permalink
× Add latex support for \texttimes (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Feb 22, 2024
1 parent 9f359e2 commit 0234a0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-otters-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tex-to-myst": patch
---

Add support for texttimes
1 change: 1 addition & 0 deletions packages/tex-to-myst/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const LatexSpecialSymbols = {
AA: 'Å',
dots: '…',
ldots: '…',
texttimes: '×',
textellipsis: '…',
textdegree: 'º',
textasciitilde: '~',
Expand Down

0 comments on commit 0234a0f

Please sign in to comment.