Skip to content

Commit 1f66540

Browse files
get formatting files
1 parent 55cfee2 commit 1f66540

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/extra.css

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
h1, h2 {
2+
margin-top:80px;
3+
margin-bottom:30px;
4+
}
5+
6+
h3, h4 {
7+
margin-top:50px;
8+
margin-bottom:10px;
9+
}
10+
11+
h5, h6{
12+
margin-top:30px;
13+
margin-bottom:10px;
14+
}

docs/mathjaxhelper.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
MathJax.Hub.Config({
2+
"tex2jax": { inlineMath: [ [ '$', '$' ] ] }
3+
});
4+
MathJax.Hub.Config({
5+
config: ["MMLorHTML.js"],
6+
jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"],
7+
extensions: ["MathMenu.js", "MathZoom.js"]
8+
});

0 commit comments

Comments
 (0)