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 3262c97 commit a41349eCopy full SHA for a41349e
docs/source/conf.py
@@ -20,7 +20,7 @@
20
# -- Project information -----------------------------------------------------
21
22
project = 'Spatial Maths package'
23
-copyright = '2020, Peter Corke'
+copyright = '2022, Peter Corke'
24
author = 'Peter Corke'
25
version = '0.9'
26
@@ -133,6 +133,7 @@
133
"norm": [r"\Vert #1 \Vert", 1],
134
# matrices
135
"mat": [r"\mathbf{#1}", 1],
136
+ "dmat": [r"\dot{\mathbf{#1}}", 1],
137
"fmat": [r"\presup{#1}\mathbf{#2}", 2],
138
# skew matrices
139
"sk": [r"\left[#1\right]", 1],
0 commit comments