CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download
Project: test
Views: 91872
1
<link href='http://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
2
<link href='http://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700,800,900,100italic,300italic,400italic,500italic,700italic,800italic,900italic' rel='stylesheet' type='text/css'>
3
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:300,400' rel='stylesheet' type='text/css'>
4
<style>
5
@font-face {
6
font-family: "Computer Modern";
7
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
8
}
9
div.cell{
10
width:800px;
11
margin-left:16% !important;
12
margin-right:auto;
13
}
14
h1 {
15
font-family: 'Alegreya Sans', sans-serif;
16
}
17
h2 {
18
font-family: 'Fenix', serif;
19
}
20
h3{
21
font-family: 'Fenix', serif;
22
margin-top:12px;
23
margin-bottom: 3px;
24
}
25
h4{
26
font-family: 'Fenix', serif;
27
}
28
h5 {
29
font-family: 'Alegreya Sans', sans-serif;
30
}
31
div.text_cell_render{
32
font-family: 'Alegreya Sans',Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
33
line-height: 135%;
34
font-size: 120%;
35
width:600px;
36
margin-left:auto;
37
margin-right:auto;
38
}
39
.CodeMirror{
40
font-family: "Source Code Pro";
41
font-size: 90%;
42
}
43
/* .prompt{
44
display: None;
45
}*/
46
.text_cell_render h1 {
47
font-weight: 200;
48
font-size: 50pt;
49
line-height: 100%;
50
color:#CD2305;
51
margin-bottom: 0.5em;
52
margin-top: 0.5em;
53
display: block;
54
}
55
.text_cell_render h5 {
56
font-weight: 300;
57
font-size: 16pt;
58
color: #CD2305;
59
font-style: italic;
60
margin-bottom: .5em;
61
margin-top: 0.5em;
62
display: block;
63
}
64
65
.warning{
66
color: rgb( 240, 20, 20 )
67
}
68
</style>
69
<script>
70
MathJax.Hub.Config({
71
TeX: {
72
extensions: ["AMSmath.js"]
73
},
74
tex2jax: {
75
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
76
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
77
},
78
displayAlign: 'center', // Change this to 'center' to center equations.
79
"HTML-CSS": {
80
styles: {'.MathJax_Display': {"margin": 4}}
81
}
82
});
83
</script>
84
85