From b7ac0ba4aabf17a906604f2ea68130174003036a Mon Sep 17 00:00:00 2001 From: qwinsi <70425035+qwinsi@users.noreply.github.com> Date: Sun, 18 Aug 2024 20:34:32 +0800 Subject: [PATCH] remove unused code --- src/map.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/map.ts b/src/map.ts index e5ff222..dc61c61 100644 --- a/src/map.ts +++ b/src/map.ts @@ -25,11 +25,6 @@ export const symbolMap = new Map([ ['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'],