Skip to content

Commit a41349e

Browse files
committed
add dmat{}, change copyright year
1 parent 3262c97 commit a41349e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'Spatial Maths package'
23-
copyright = '2020, Peter Corke'
23+
copyright = '2022, Peter Corke'
2424
author = 'Peter Corke'
2525
version = '0.9'
2626

@@ -133,6 +133,7 @@
133133
"norm": [r"\Vert #1 \Vert", 1],
134134
# matrices
135135
"mat": [r"\mathbf{#1}", 1],
136+
"dmat": [r"\dot{\mathbf{#1}}", 1],
136137
"fmat": [r"\presup{#1}\mathbf{#2}", 2],
137138
# skew matrices
138139
"sk": [r"\left[#1\right]", 1],

0 commit comments

Comments
 (0)