From 10ce236cac2d1f6c35839dfe329a689f74618245 Mon Sep 17 00:00:00 2001 From: Ron Kok Date: Fri, 28 Jan 2022 08:35:01 -0800 Subject: [PATCH] Revise home page example to use \mathrm --- site/index.html | 78 ++----------------------------------------------- 1 file changed, 3 insertions(+), 75 deletions(-) diff --git a/site/index.html b/site/index.html index ccf2a5e5..d97077d6 100644 --- a/site/index.html +++ b/site/index.html @@ -41,7 +41,7 @@


- @@ -52,79 +52,7 @@

- - - - - C - - - B - - - - - - d - - - - l - - - = - - - - μ - 0 - - - ( - - I - enc - - + - - ε - 0 - - - - d - - - - - d - - - t - - - - - S - - - E - - - - - n - ^ - - - d - - - a - ) - - - + CBdl=μ0(Ienc+ε0ddtSEn^da)
@@ -224,7 +152,7 @@

if (hash && hash.length > 1) { getHash() } else { - if (input.value !== `\\newcommand\\d[0]{\\operatorname{d}\\!} + if (input.value !== `\\def\\d{\\mathrm{d}} \\oint_C \\vec{B}\\circ \\d\\vec{l} = \\mu_0 \\left( I_{\\text{enc}} + \\varepsilon_0 \\frac{\\d}{\\d t} \\int_S \\vec{E} \\circ \\hat{n}\\; \\d a \\right)`) { }