-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathother.html
More file actions
36 lines (33 loc) · 1 KB
/
other.html
File metadata and controls
36 lines (33 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" }},
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
},
"HTML-CSS": { matchFontHeight: false },
displayAlign: "left",
displayIndent: "2em"
});
</script>
<title>
ShPhoNe's web site
</title>
</head>
<body>
<h1>
なにか
</h1>
<p>
好き.\(\displaystyle{f(x)=\sum_{k=0}^{n-1}\frac{f^{(k)}(a)}{k!}(x-a)^k+R_{n}(x)}\)
</p>
<hr>
<a href="index.html">戻る</a>
</body>
</html>