Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 3195
1
<style>
2
@font-face {
3
font-family: "Computer Modern";
4
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunss.otf');
5
}
6
@font-face {
7
font-family: "Computer Modern";
8
font-weight: bold;
9
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunsx.otf');
10
}
11
@font-face {
12
font-family: "Computer Modern";
13
font-style: oblique;
14
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunsi.otf');
15
}
16
@font-face {
17
font-family: "Computer Modern";
18
font-weight: bold;
19
font-style: oblique;
20
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunso.otf');
21
}
22
div.cell{
23
width:800px;
24
margin-left:16% !important;
25
margin-right:auto;
26
}
27
h1 {
28
font-family: Helvetica, serif;
29
}
30
h4{
31
margin-top:12px;
32
margin-bottom: 3px;
33
}
34
div.text_cell_render{
35
font-family: Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
36
line-height: 145%;
37
font-size: 130%;
38
width:800px;
39
margin-left:auto;
40
margin-right:auto;
41
}
42
.CodeMirror{
43
font-family: "Source Code Pro", source-code-pro,Consolas, monospace;
44
}
45
.prompt{
46
display: None;
47
}
48
.text_cell_render h5 {
49
font-weight: 300;
50
font-size: 22pt;
51
color: #4057A1;
52
font-style: italic;
53
margin-bottom: .5em;
54
margin-top: 0.5em;
55
display: block;
56
}
57
58
.warning{
59
color: rgb( 240, 20, 20 )
60
}
61
</style>
62
<script>
63
MathJax.Hub.Config({
64
TeX: {
65
extensions: ["AMSmath.js"]
66
},
67
tex2jax: {
68
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
69
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
70
},
71
displayAlign: 'center', // Change this to 'center' to center equations.
72
"HTML-CSS": {
73
styles: {'.MathJax_Display': {"margin": 4}}
74
}
75
});
76
</script>
77
78