Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
qwinsi committed Jan 15, 2025
1 parent 1435294 commit 84acb4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const symbolMap = new Map<string, string>([
['ddot', 'dot.double'],
['doteq', 'dot(eq)'],
['dots', 'dots.h'],
['ldots', 'dots.h'],
['vdots', 'dots.v'],
['ddots', 'dots.down'],
['widehat', 'hat'], // Ideally, the result of \widehat should be longer than \hat. But it is not implemented now.
Expand Down

0 comments on commit 84acb4d

Please sign in to comment.