We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2449f75 commit 12c85c7Copy full SHA for 12c85c7
tests/readme/custom_mixins_example.py
@@ -43,7 +43,7 @@ class MyCustomToolkit(TextttMixin, DefaultToolkit):
43
# manually add new TeX (constant) definitions (\\newcommand)
44
tex.newcommand("const", 1)
45
46
-# this overwrites the previous definition of 'cons'
+# this overwrites the previous definition of 'const'
47
tex.newcommand("const", 3, mathmode=False)
48
49
# add custom TeX strings that should be directly serialized
0 commit comments