We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67029d6 + c3909b1 commit 0f20cb0Copy full SHA for 0f20cb0
components/mjs/dependencies.js
@@ -25,6 +25,8 @@ export const dependencies = {
25
'[tex]/autoload': ['input/tex-base', '[tex]/require'],
26
'[tex]/ams': ['input/tex-base'],
27
'[tex]/amscd': ['input/tex-base'],
28
+ '[tex]/bbm': ['input/tex-base'],
29
+ '[tex]/bboldx': ['input/tex-base', '[tex]/textmacros'],
30
'[tex]/bbox': ['input/tex-base', '[tex]/ams', '[tex]/newcommand'],
31
'[tex]/boldsymbol': ['input/tex-base'],
32
'[tex]/braket': ['input/tex-base'],
@@ -35,6 +37,7 @@ export const dependencies = {
35
37
'[tex]/colorv2': ['input/tex-base'],
36
38
'[tex]/colortbl': ['input/tex-base', '[tex]/color'],
39
'[tex]/configmacros': ['input/tex-base', '[tex]/newcommand'],
40
+ '[tex]/dsfonts': ['input/tex/tex-base'],
41
'[tex]/enclose': ['input/tex-base'],
42
'[tex]/extpfeil': ['input/tex-base', '[tex]/newcommand', '[tex]/ams'],
43
'[tex]/html': ['input/tex-base'],
components/mjs/input/tex/extensions/bboldx/config.json
@@ -1,12 +1,13 @@
1
{
2
"build": {
3
- "id": "[tex]//bboldx",
4
- "component": "input/tex/extensions//bboldx",
5
- "targets": ["input/tex//bboldx"]
+ "id": "[tex]/bboldx",
+ "component": "input/tex/extensions/bboldx",
+ "targets": ["input/tex/bboldx"]
6
},
7
"webpack": {
8
"name": "input/tex/extensions/bboldx",
9
"libs": [
10
+ "components/src/input/tex/extensions/textmacros/lib",
11
"components/src/input/tex-base/lib",
12
"components/src/core/lib"
13
]
0 commit comments