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 37 38 39 40
|
<html>
<head>
<link rel="stylesheet" href="cmun-serif.css"></link>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/latest.js?config=TeX-AMS-MML_HTMLorMML' async></script>
<style>
div.image_png { width: 400px; }
div.output { font-family: monospace; }
h1, h2, h3 { font-family: 'STIXGENERAL'; }
div.latex_view { font-family: 'STIXGENERAL'; color: black; font-size: 16px; line-height: 23px; margin-left: 40px; margin-right: 40px; padding-left: 10px; margin-bottom: 10px; }
div.image_png img { width: 100%; }
div.python { font-family: monospace; padding-left: 10px; margin-left: 40px; margin-right; 40px; margin-bottom: 10px; margin-top: 10px; white-space: pre; color: blue; }
pre.output { color: black; }
div.author { font-weight: bold; }
div.email { font-family: monospace; }
</style>
<script>
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true,
displayAlign: "left",
ignoreClass: "python",
processClass: "latex_view",
linebreaks: { automatic: true }
},
"HTML-CSS": {
scale: 105,
preferredFont: "TeX",
webFont: "TeX",
mtextFontInherit: false,
matchFontHeight: false,
linebreaks: { automatic: true }
},
"SVG": {
linebreaks: { automatic: true }
}
});
</script>
</head>
|