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.
1 parent 43743e2 commit 7e82c5dCopy full SHA for 7e82c5d
test/test_gprinter.py
@@ -39,7 +39,7 @@ def test_gxpdf(self):
39
B = g3.mv('B', 'bivector')
40
Fmt(1) # Set Fmt globally
41
gprint(r'\mathbf{B} =', B) # B will be bold.
42
- gprint(r'\mathbf{B} =', B.Fmt(3)) # Fmt(3) here only.
+ gprint(r'\mathbf{B} =', B.Fmt(1)) # Fmt(3) here only.
43
gprint(r'\mathbf{B} =', B) # Global Fmt remembered.
44
45
gprint(r'\mathbf{B}^2 =', B*B)
0 commit comments