diff options
Diffstat (limited to 'posts/4/index.html')
-rw-r--r-- | posts/4/index.html | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/posts/4/index.html b/posts/4/index.html index 2e314e2..b9d798a 100644 --- a/posts/4/index.html +++ b/posts/4/index.html @@ -58,6 +58,17 @@ User space: For applications to run in unprivileged user mode Kernel space: For <script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/contrib/auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script> </head> + + <script> +document.addEventListener("DOMContentLoaded", function() { + renderMathInElement(document.body, { + delimiters: [ + {left: "$$", right: "$$", display: true}, + {left: "$", right: "$", display: false} + ] + }); +}); +</script> </html> @@ -146,19 +157,6 @@ User space: For applications to run in unprivileged user mode Kernel space: For System calls APIs: man section 2</p> </blockquote> <p>to be continue…</p> -<p>\documentclass[12pt,twoside,a4paper]{article} -\begin{document} -\begin{tabular}{|c|c|c|} -\hline -A & B & C \ -\hline -1 & 2 & 3 \ -\hline -4 & 5 & 6 -\ -\hline -\end{tabular} -\end{document}</p> </div> |