Skip to content

Commit 8762c5b

Browse files
committed
deploy: b7b1db3
1 parent 548972f commit 8762c5b

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

404.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131

3232
<!-- Custom theme stylesheets -->
3333

34+
<!-- MathJax -->
35+
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
3436
</head>
3537
<body class="sidebar-visible no-js">
3638
<div id="body-container">

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
<!-- Custom theme stylesheets -->
3232

33+
<!-- MathJax -->
34+
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
3335
</head>
3436
<body class="sidebar-visible no-js">
3537
<div id="body-container">

intro/intro.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
<!-- Custom theme stylesheets -->
3232

33+
<!-- MathJax -->
34+
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
3335
</head>
3436
<body class="sidebar-visible no-js">
3537
<div id="body-container">

print.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131

3232
<!-- Custom theme stylesheets -->
3333

34+
<!-- MathJax -->
35+
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
3436
</head>
3537
<body class="sidebar-visible no-js">
3638
<div id="body-container">
@@ -216,7 +218,9 @@ <h1 id="Базовые-методы-искусственного-интелле
216218

217219
<script>
218220
window.addEventListener('load', function() {
219-
window.setTimeout(window.print, 100);
221+
MathJax.Hub.Register.StartupHook('End', function() {
222+
window.setTimeout(window.print, 100);
223+
});
220224
});
221225
</script>
222226

0 commit comments

Comments
 (0)