Skip to content

Commit f9a83c2

Browse files
committed
Doxygen documentation: mathbbm support
1 parent 6dcafe0 commit f9a83c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/mymath.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ MathJax.Hub.Config(
88
forkthree: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ #5 & \\mbox{#6}\\\\ \\end{array} \\right.", 6],
99
vecthree: ["\\begin{bmatrix} #1\\\\ #2\\\\ #3 \\end{bmatrix}", 3],
1010
vecthreethree: ["\\begin{bmatrix} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{bmatrix}", 9],
11-
hdotsfor: ["\\dots", 1]
11+
hdotsfor: ["\\dots", 1],
12+
mathbbm: ["\\mathbb{#1}", 1]
1213
}
1314
}
1415
}

doc/mymath.sty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
\usepackage{euler}
44
\usepackage{amssymb}
55
\usepackage{amsmath}
6+
\usepackage{bbm}
67

78
\newcommand{\matTT}[9]{
89
\[

0 commit comments

Comments
 (0)