File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments