Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
qwinsi committed Aug 18, 2024
1 parent cf1d924 commit b7ac0ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ export const symbolMap = new Map<string, string>([

['mathbb', 'bb'],
['mathcal', 'cal'],
// TODO: This result it not proper. A solution is define scr in Typst code:
// #let scr(a) = text(font: "STIX Two Math", stylistic-set: 01)[#math.cal(a)]
// https://qiita.com/Yarakashi_Kikohshi/items/b7beaa0fba62a527df2b
// https://github.com/typst/typst/issues/1431
['mathscr', 'cal'],

['mathrm', 'upright'],
['rm', 'upright'],
Expand Down

0 comments on commit b7ac0ba

Please sign in to comment.