📚 The CoCalc Library - books, templates and other resources
License: OTHER
<style>1@font-face {2font-family: "Computer Modern";3src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');4}5div.cell{6width:800px;7margin-left:16% !important;8margin-right:auto;9}10h1 {11font-family: Helvetica, serif;12}13h4{14margin-top:12px;15margin-bottom: 3px;16}17div.text_cell_render{18font-family: Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;19line-height: 145%;20font-size: 130%;21width:800px;22margin-left:auto;23margin-right:auto;24}25.CodeMirror{26font-family: "Source Code Pro", source-code-pro,Consolas, monospace;27}28.prompt{29display: None;30}31.text_cell_render h5 {32font-weight: 300;33font-size: 22pt;34color: #4057A1;35font-style: italic;36margin-bottom: .5em;37margin-top: 0.5em;38display: block;39}4041.warning{42color: rgb( 240, 20, 20 )43}44</style>45<script>46MathJax.Hub.Config({47TeX: {48extensions: ["AMSmath.js"]49},50tex2jax: {51inlineMath: [ ['$','$'], ["\\(","\\)"] ],52displayMath: [ ['$$','$$'], ["\\[","\\]"] ]53},54displayAlign: 'center', // Change this to 'center' to center equations.55"HTML-CSS": {56styles: {'.MathJax_Display': {"margin": 4}}57}58});59</script>6061