-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi, i'm looking at http://docs.mathjax.org/en/latest/input/tex/extensions/colorv2.html#tex-colorv2 but i am having trouble getting it working.
Can you advise how i would load in additional settings?
i thought something like this might work, but it didn't.
// const settings = {
// loader: {load: ['[tex]/colorv2']},
// tex: {packages: {'[+]': ['color']}},
// }
const settings = {
load: ['[tex]/colorv2'],
packages: {'[+]': ['color']},
}
return (
<Box sx={{fontSize: '1.35rem', pb: 1.5}}>
<MathComponent tex={tex} settings={settings} />
</Box>
)
Could it be related to this issue here? #12
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels