Skip to content

Commit 2f78a39

Browse files
committed
Fix incorrect dependency for dsfont
1 parent 16a650b commit 2f78a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mjs/dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const dependencies = {
3737
'[tex]/colorv2': ['input/tex-base'],
3838
'[tex]/colortbl': ['input/tex-base', '[tex]/color'],
3939
'[tex]/configmacros': ['input/tex-base', '[tex]/newcommand'],
40-
'[tex]/dsfont': ['input/tex/tex-base'],
40+
'[tex]/dsfont': ['input/tex-base'],
4141
'[tex]/enclose': ['input/tex-base'],
4242
'[tex]/extpfeil': ['input/tex-base', '[tex]/newcommand', '[tex]/ams'],
4343
'[tex]/html': ['input/tex-base'],

0 commit comments

Comments
 (0)