chiark / gitweb /
dep.js (value): Force the dep before registering a dependents.
[dep-ui] / rolling-eqn.html
index 9c03c3dd7bf56f71e457d2266960bfd3045d3c73..29c9de3ca94085daf4141a336d88db7293fc56be 100644 (file)
@@ -3,15 +3,16 @@
 <html>
 <head>
   <title>Rolling wire-strip calculator: equations</title>
+  <meta name=viewport content="width=device-width initial-scale=1.0">
+  <link rel=stylesheet type="text/css" href="rolling.css">
   <script type="text/x-mathjax-config">
     MathJax.Hub.Config({
       tex2jax: { inlineMath: [['$', '$'], ['\\(', '\\)']] }
     });
   </script>
   <script type="text/javascript"
-         src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML">
+         src="https://www.distorted.org.uk/javascript/mathjax/MathJax.js?config=TeX-AMS_HTML">
   </script>
-  <link rel=stylesheet type="text/css" href="rolling.css">
 <head>
 <body>
 
@@ -42,7 +43,7 @@ its side&nbsp;$S_0$ (for square stock) or diameter&nbsp;$D_0$ (for
 round) again makes use of conservation of volume:
 \[ L_0 = \frac{S^2 L}{S_0^2} = \frac{4 S^2 L}{\pi D_0^2} \]
 
-<p>[This page uses <a href="http://www.mathjax.org/">MathJax</a> for
+<p>[This page uses <a href="https://www.mathjax.org/">MathJax</a> for
 rendering equations.  It probably doesn't work if you don't enable
 JavaScript.]