Use LaTeX instead of Markdown

This commit is contained in:
Augusto Gunsch
2022-01-16 17:58:46 -03:00
parent ae73db13d4
commit 2bc21159db
75 changed files with 2994 additions and 23 deletions

View File

@@ -2,7 +2,16 @@
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="${root}highlight.css"/>
<link rel="stylesheet" href="${root}stylesheet.css"/>
<script>
window.MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
}
};
</script>
<script src="${root}mathjax/es5/tex-mml-chtml.js"></script>
<title>${title}</title>
</head>
<body>