Skip to content

Commit 240c482

Browse files
authored
Merge pull request #4546 from serlo/katex-to-mathml
refactor: replace KaTeX with MathML, temml and Fira Math font
2 parents c2e61bf + 6a38a82 commit 240c482

File tree

89 files changed

+366
-1333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+366
-1333
lines changed
-4.99 KB
Binary file not shown.
-43.3 KB
Binary file not shown.
-1.55 MB
Binary file not shown.
556 KB
Binary file not shown.

apps/web/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
"show-unused-exports": "ts-unused-exports tsconfig.json --excludePathsFromReport=src/pages/ --excludePathsFromReport=src/fetcher/graphql-types/operations.ts --allowUnusedTypes",
2727
"start": "next start"
2828
},
29-
"resolutions": {
30-
"@serlo/katex-styles": "1.0.1"
31-
},
3229
"dependencies": {
3330
"@cortex-js/compute-engine": "^0.22.0",
3431
"@fortawesome/fontawesome-svg-core": "6.7.2",
@@ -45,7 +42,6 @@
4542
"@radix-ui/react-navigation-menu": "^1.2.1",
4643
"@serlo/authorization": "^0.60.0",
4744
"@serlo/editor": "workspace:*",
48-
"@serlo/katex-styles": "1.0.1",
4945
"@tippyjs/react": "^4.2.6",
5046
"@vidstack/react": "next",
5147
"array-move": "^4.0.0",
@@ -62,7 +58,6 @@
6258
"isomorphic-dompurify": "^2.22.0",
6359
"js-cookie": "^3.0.5",
6460
"json-diff": "^1.0.6",
65-
"katex": "^0.16.21",
6661
"mathjs": "^13.2.2",
6762
"mathlive": "^0.104.0",
6863
"next": "^14.2.26",
@@ -102,7 +97,6 @@
10297
"@types/iframe-resizer": "^3.5.13",
10398
"@types/js-cookie": "^3.0.6",
10499
"@types/json-diff": "^1.0.3",
105-
"@types/katex": "^0.16.7",
106100
"@types/node": "^20.17.6",
107101
"@types/nprogress": "^0.2.3",
108102
"@types/qrcode.react": "^1.0.5",
-69.3 KB
Binary file not shown.
-38 KB
Binary file not shown.
-32.2 KB
Binary file not shown.
-18.9 KB
Binary file not shown.
-11.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)