-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
780 lines (476 loc) · 22.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>
DepletedPrism's Blog
</title>
<meta property="og:type" content="website">
<meta property="og:title" content="DepletedPrism's Blog">
<meta property="og:url" content="https://depletedprism.github.io/index.html">
<meta property="og:site_name" content="DepletedPrism's Blog">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="DepletedPrism">
<meta name="twitter:card" content="summary">
<link rel="alternative" href="/atom.xml" title="DepletedPrism's Blog" type="application/atom+xml">
<link rel="icon" href="/images/favicon.jpg">
<link rel="stylesheet" href="/perfect-scrollbar/css/perfect-scrollbar.min.css">
<link rel="stylesheet" href="/styles/main.css">
<meta name="generator" content="Hexo 7.3.0"></head>
<body
class="monochrome"
>
<div class="mobile-header">
<button class="sidebar-toggle" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="title" href="/">DepletedPrism's Blog</a>
</div>
<div class="main-container">
<div class="sidebar">
<div class="header">
<h1 class="title"><a href="/">DepletedPrism's Blog</a></h1>
<p class="subtitle">
厌离秽土, 欣求净土.
</p>
<div class="info">
<div class="content">
<div class="author">DepletedPrism</div>
</div>
<div class="avatar">
<a href="/about"><img src="/images/favicon.jpg"></a>
</div>
</div>
</div>
<div class="body">
<ul class="nav">
<li class="category-list-container">
<a href="javascript:;">分类</a>
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a><span class="category-list-count">15</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E9%9A%8F%E7%AC%94/">随笔</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/%E9%A2%98%E8%A7%A3/">题解</a><span class="category-list-count">38</span></li></ul>
</li>
<li class="tag-list-container">
<a href="javascript:;">标签</a>
<ul class="tag-list" itemprop="keywords"><li class="tag-list-item"><a class="tag-list-link" href="/tags/Calculus/" rel="tag">Calculus</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Combinatorics/" rel="tag">Combinatorics</a><span class="tag-list-count">9</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/DP/" rel="tag">DP</a><span class="tag-list-count">3</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Data-Structure/" rel="tag">Data Structure</a><span class="tag-list-count">4</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Game-Theory/" rel="tag">Game Theory</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Geometry/" rel="tag">Geometry</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Graph/" rel="tag">Graph</a><span class="tag-list-count">4</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Greedy/" rel="tag">Greedy</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Number-Theory/" rel="tag">Number Theory</a><span class="tag-list-count">3</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Polynomial/" rel="tag">Polynomial</a><span class="tag-list-count">10</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Probability/" rel="tag">Probability</a><span class="tag-list-count">4</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/String/" rel="tag">String</a><span class="tag-list-count">4</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Vim/" rel="tag">Vim</a><span class="tag-list-count">1</span></li></ul>
</li>
<li class="archive-list-container">
<a href="javascript:;">归档</a>
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/9102/">9102</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2022/">2022</a><span class="archive-list-count">9</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2021/">2021</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/">2020</a><span class="archive-list-count">42</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2019/">2019</a><span class="archive-list-count">4</span></li></ul>
</li>
</ul>
<ul class="nav">
<li>
<a href="/index.html" title="Homepage" external="false">Homepage</a>
</li>
</ul>
<ul class="nav">
<li>
<a href="https://github.com/DepletedPrism" title="Github" target="_blank" rel="noopener">Github</a>
</li>
<li>
<a href="https://codeforces.com/profile/DepletedPrism" title="Codeforces" target="_blank" rel="noopener">Codeforces</a>
</li>
</ul>
</div>
</div>
<div class="main-content">
<div style="max-width: 1000px">
<div class="post-list">
<div class="post-list-item article">
<h3 class="article-header">
<a href="/compilation/" >
「置顶」算法教程合辑
</a>
</h3>
<div class="article-info">
<a href="/compilation/"><span class="article-date">
9102-11-14
</span>
</a>
<span class="article-category tagcloud">
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a></li></ul>
</span>
</div>
<div class="article-entry">
<hr>
<p>这个 idea 来源于 <a href="https://www.cnblogs.com/mlystdcall/p/8078467.html">__stdcall 的教程合辑</a>, 觉得这个很好, 所以学习了.</p>
<p>
<a href="/compilation/">
阅读全文
</a>
</p>
</div>
</div>
</div>
<div class="post-list">
<div class="post-list-item article">
<h3 class="article-header">
<a href="/memos/multiplicative-functions/" >
一些积性函数相关的简单筛法
</a>
</h3>
<div class="article-info">
<a href="/memos/multiplicative-functions/"><span class="article-date">
2022-08-28
</span>
</a>
<span class="article-category tagcloud">
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a></li></ul>
</span>
<span class="article-tag tagcloud">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Number-Theory/" rel="tag">Number Theory</a></li></ul>
</span>
</div>
<div class="article-entry">
<hr>
<p>useless algorithm 警告…</p>
<h2 id="综述"><a href="#综述" class="headerlink" title="综述"></a>综述</h2><p>记录了一些利用筛法求积性函数的方法.</p>
<p>
<a href="/memos/multiplicative-functions/">
阅读全文
</a>
</p>
</div>
</div>
</div>
<div class="post-list">
<div class="post-list-item article">
<h3 class="article-header">
<a href="/memos/game-theory-introduction/" >
博弈论初步:图上的游戏, Nim 游戏和 SG 定理
</a>
</h3>
<div class="article-info">
<a href="/memos/game-theory-introduction/"><span class="article-date">
2022-08-13
</span>
</a>
<span class="article-category tagcloud">
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a></li></ul>
</span>
<span class="article-tag tagcloud">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Game-Theory/" rel="tag">Game Theory</a></li></ul>
</span>
</div>
<div class="article-entry">
<hr>
<blockquote>
<p>さぁ、ゲームをはじめよう<br>来吧,游戏开始了。</p>
<p>- NO GAME NO LIFE</p>
</blockquote>
<h2 id="综述"><a href="#综述" class="headerlink" title="综述"></a>综述</h2><p>在 OI/XCPC 的范畴中, 博弈论的题目往往是在研究公平组合游戏, 似乎称为组合博弈论会好一点, 是寻常意义下的博弈论的一部分.</p>
<p>本文由有向图游戏开始, 到 Nim 游戏和 SG 定理结束, 介绍了一些简单的博弈论相关的内容.</p>
<p>
<a href="/memos/game-theory-introduction/">
阅读全文
</a>
</p>
</div>
</div>
</div>
<div class="post-list">
<div class="post-list-item article">
<h3 class="article-header">
<a href="/memos/taylors-theorem-remainder/" >
泰勒公式的施勒米尔希-洛希余项备忘录
</a>
</h3>
<div class="article-info">
<a href="/memos/taylors-theorem-remainder/"><span class="article-date">
2022-08-08
</span>
</a>
<span class="article-category tagcloud">
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a></li></ul>
</span>
<span class="article-tag tagcloud">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Calculus/" rel="tag">Calculus</a></li></ul>
</span>
</div>
<div class="article-entry">
<hr>
<p>大一上学高数的时候室友就谈到这个东西, 当时没有注意, 后来…</p>
<div style="text-align:center;"><img src="/images/taylors-theorem-remainder/base.jpg" /> </div>
<p>
<a href="/memos/taylors-theorem-remainder/">
阅读全文
</a>
</p>
</div>
</div>
</div>
<div class="post-list">
<div class="post-list-item article">
<h3 class="article-header">
<a href="/memos/binomial-theorem/" >
牛顿二项式定理备忘录
</a>
</h3>
<div class="article-info">
<a href="/memos/binomial-theorem/"><span class="article-date">
2022-08-05
</span>
</a>
<span class="article-category tagcloud">
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a></li></ul>
</span>
<span class="article-tag tagcloud">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Combinatorics/" rel="tag">Combinatorics</a></li></ul>
</span>
</div>
<div class="article-entry">
<hr>
<blockquote>
<p>数学就是用的时候不够用的东西 = =</p>
</blockquote>
<h2 id="综述"><a href="#综述" class="headerlink" title="综述"></a>综述</h2><p>牛顿二项式定理是对二项式定理的推广, 也有人称之为广义二项式定理.</p>
<p>刚开始看 <组合数学> 的时候见到这个东西, 以为没什么用, 后来…</p>
<p>
<a href="/memos/binomial-theorem/">
阅读全文
</a>
</p>
</div>
</div>
</div>
<div class="post-list">
<div class="post-list-item article">
<h3 class="article-header">
<a href="/memos/polynomial-FFT/" >
多项式与 FFT 备忘录
</a>
</h3>
<div class="article-info">
<a href="/memos/polynomial-FFT/"><span class="article-date">
2022-07-24
</span>
</a>
<span class="article-category tagcloud">
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a></li></ul>
</span>
<span class="article-tag tagcloud">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Polynomial/" rel="tag">Polynomial</a></li></ul>
</span>
</div>
<div class="article-entry">
<hr>
<p>很多两年前学过的东西已经忘了, 虽然很大一部分原因在于当时就没有学明白, 但还是有一种原有的认知落空的感觉.</p>
<h2 id="综述"><a href="#综述" class="headerlink" title="综述"></a>综述</h2><p>在 OI/XCPC 中, FFT 常用于加速卷积的计算. 此外, 配合牛顿迭代得到的一系列多项式算法提供了对生成函数进行快速运算的方法, 因此在许多计数问题中也 FFT 也很有用.</p>
<p>
<a href="/memos/polynomial-FFT/">
阅读全文
</a>
</p>
</div>
</div>
</div>
<div class="post-list">
<div class="post-list-item article">
<h3 class="article-header">
<a href="/sol/xcpc/2021-icpc-shaanxi/" >
2021 年 ICPC 陕西省赛的部分题解
</a>
</h3>
<div class="article-info">
<a href="/sol/xcpc/2021-icpc-shaanxi/"><span class="article-date">
2022-06-01
</span>
</a>
<span class="article-category tagcloud">
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E9%A2%98%E8%A7%A3/">题解</a></li></ul>
</span>
</div>
<div class="article-entry">
<hr>
<p><strong>比赛链接</strong></p>
<ul>
<li>热身赛: <a href="https://ac.nowcoder.com/acm/contest/35520">https://ac.nowcoder.com/acm/contest/35520</a></li>
<li>现场赛: <a href="https://ac.nowcoder.com/acm/contest/35232">https://ac.nowcoder.com/acm/contest/35232</a></li>
</ul>
<p>铁牌作伴好还乡.</p>
<p>事实证明还是不要取一些诸如 “写的都不对” 之类的队名, 如果一语成谶就会非常尴尬 (</p>
<p>
<a href="/sol/xcpc/2021-icpc-shaanxi/">
阅读全文
</a>
</p>
</div>
</div>
</div>
<div class="post-list">
<div class="post-list-item article">
<h3 class="article-header">
<a href="/sol/xcpc/2022-xdu-campus/" >
2022 年西安电子科技大学校赛的部分题解
</a>
</h3>
<div class="article-info">
<a href="/sol/xcpc/2022-xdu-campus/"><span class="article-date">
2022-05-25
</span>
</a>
<span class="article-category tagcloud">
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E9%A2%98%E8%A7%A3/">题解</a></li></ul>
</span>
</div>
<div class="article-entry">
<hr>
<p><strong>题目 & 题面</strong></p>
<ul>
<li><a href="https://acm.xidian.edu.cn/contest.php?cid=1083">https://acm.xidian.edu.cn/contest.php?cid=1083</a></li>
<li><a href="https://acm.xidian.edu.cn/campus/2022/statements.pdf">https://acm.xidian.edu.cn/campus/2022/statements.pdf</a></li>
</ul>
<p>被出题人打爆了.</p>
<p>
<a href="/sol/xcpc/2022-xdu-campus/">
阅读全文
</a>
</p>
</div>
</div>
</div>
<div class="post-list">
<div class="post-list-item article">
<h3 class="article-header">
<a href="/memos/manacher/" >
Manacher 备忘录
</a>
</h3>
<div class="article-info">
<a href="/memos/manacher/"><span class="article-date">
2022-03-22
</span>
</a>
<span class="article-category tagcloud">
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E7%AC%94%E8%AE%B0/">笔记</a></li></ul>
</span>
<span class="article-tag tagcloud">
<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/String/" rel="tag">String</a></li></ul>
</span>
</div>
<div class="article-entry">
<hr>
<p>一直记不住的 <del>马拉车</del> 板子. 前几天校内选拔赛还不会写, 惨遭吊打. </p>
<h2 id="综述"><a href="#综述" class="headerlink" title="综述"></a>综述</h2><p>对于一个长度为 $n$ 的字符串, Manacher 可以在 $O(n)$ 的时间内对每个位置 $i$ 计算一个类似于最长回文半径的东西.</p>
<p>具体而言, Manacher 在扫描每个位置的时候, 维护一个右端点最靠右的回文串的左右端点, 并借助于这个回文串来计算需要的信息.</p>
<p>
<a href="/memos/manacher/">
阅读全文
</a>
</p>
</div>
</div>
</div>
<div class="post-list">
<div class="post-list-item article">
<h3 class="article-header">
<a href="/logs/2021-summary/" >
我的 2021 年终总结
</a>
</h3>
<div class="article-info">
<a href="/logs/2021-summary/"><span class="article-date">
2022-02-01
</span>
</a>
<span class="article-category tagcloud">
<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/%E9%9A%8F%E7%AC%94/">随笔</a></li></ul>
</span>
</div>
<div class="article-entry">
<hr>
<p>连年终总结都拖欠到新年的人是屑 (</p>
<p>
<a href="/logs/2021-summary/">
阅读全文
</a>
</p>
</div>
</div>
</div>
<div class="pagination">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><span class="space">…</span><a class="page-number" href="/page/6/">6</a><a class="extend next" rel="next" href="/page/2/">下一页</a>
</div>
<div class="main-footer">
©
2019-2024
DepletedPrism's Blog
- Powered by <a href="http://hexo.io" target="_blank">Hexo</a> - Theme <a href="https://github.com/denjones/hexo-theme-chan" target="_blank">Chan</a>
</div>
</div>
</div>
</div>
<script src="//apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="stylesheet" href="/PhotoSwipe/photoswipe.css">
<link rel="stylesheet" href="/PhotoSwipe/default-skin/default-skin.css">
<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides.
PhotoSwipe keeps only 3 of them in the DOM to save memory.
Don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<script src="/PhotoSwipe/photoswipe.js"></script>
<script src="/PhotoSwipe/photoswipe-ui-default.js"></script>
<script src="/perfect-scrollbar/js/min/perfect-scrollbar.min.js"></script>
<script src="/scripts/main.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ["$","$"], ["\\(","\\)"] ],
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'],
processEscapes: true
},
"HTML-CSS": { fonts: ["TeX"] }
});
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax();
for (var i = 0; i < all.length; ++i)
all[i].SourceElement().parentNode.className += ' has-jax';
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>
</body>
</html>