globalGroup documentation
See original GitHub issueI have two math blocks that I’d like to render
\newcommand\dfn{:=}
\newcommand\conj[1]{\overline{#1}}
a \dfn \conj{b}
and
a \dfn \conj{b}
The second block uses \newcommand definitions from the first.
I’m looping over the blocks via
katex.render(content, node, {
displayMode: true,
throwOnError: false,
trust: true,
globalGroup: true,
});
I’d been under the impression that globalGroup: true makes sure the \newcommands are global. However, from the above I’m getting

This is with KaTeX v0.15.2 on Chrome 98.0.4758.80.
Am I missing something?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Class: Yabeda::GlobalGroup
Class: Yabeda::GlobalGroup. Inherits: Group. Object; Group; Yabeda::GlobalGroup. show all ... Overview. Represents implicit global group ...
Read more >Create global Group
Documentation Managing TeamsCreate global Group ... Click on the Create new global group quick action to open the associated dialog. Create new group....
Read more >Global Groups: /Documentation
Global groups are groups that are built into every LabKey Server at the site level and thus available when configuring permissions for any...
Read more >Documentation - RDV Global Group
Documentation. CPC Catalog. CPC Catalog. Foxx Life Sciences Documentation. https://www.foxxlifesciences.com/pages/product-pictures.
Read more >The Global Group - Global Care - PDF Catalogs
Today, The Global Group of Companies is the fifth largest multinational manufacturer, marketer, and distributor of office furniture and related products - with ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

The example is outside the bullet; it’s meant to be an example of how to use
katex.renderin general. Perhaps there should be a heading like### Exampleto clarify that. But I also think it would make sense to replace it with an example that actually creates a sharedmacrosobject, e.g.:And maybe include a
\gdef(or\defandglobalGroup) in the first example.🎉 This issue has been resolved in version 0.15.3 🎉
The release is available on:
Your semantic-release bot 📦🚀