large-model-component 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/img/blue_tip.2d17b827.png +0 -0
- package/dist/large-model-component.common.js +8927 -141151
- package/dist/large-model-component.common.js.map +1 -1
- package/dist/large-model-component.css +1 -1
- package/dist/large-model-component.umd.js +8931 -141155
- package/dist/large-model-component.umd.js.map +1 -1
- package/dist/large-model-component.umd.min.js +6 -31
- package/dist/large-model-component.umd.min.js.map +1 -1
- package/docs/comps/README.md +1 -1
- package/package.json +10 -16
- package/packages/footer/footer.vue +346 -0
- package/packages/footer/index.js +2 -0
- package/packages/header/header.vue +516 -0
- package/packages/header/index.js +3 -0
- package/packages/index.js +7 -3
- package/packages/model/index.js +3 -0
- package/packages/{largeModel/index.vue → model/model.vue} +26 -65
- package/packages/upload/index.js +2 -0
- package/packages/upload/src/ajax.js +156 -0
- package/packages/upload/src/index.vue +329 -0
- package/packages/upload/src/upload-dragger.vue +70 -0
- package/packages/upload/src/upload-list.vue +94 -0
- package/packages/upload/src/upload.vue +274 -0
- package/src/App.vue +240 -2
- package/src/assets/blue_tip.png +0 -0
- package/src/assets/gray_tip.png +0 -0
- package/src/assets/logo.png +0 -0
- package/src/components/HelloWorld.vue +59 -0
- package/{packages/largeModel → src/components}/contentFold.vue +13 -0
- package/src/main.js +0 -5
- package/src/utils/request.js +3 -11
- package/tests/unit/example.spec.js +12 -0
- package/.env +0 -2
- package/.env.development +0 -2
- package/.env.production +0 -2
- package/dist/css/107.3716bdaf.css +0 -1
- package/dist/css/644.3716bdaf.css +0 -1
- package/dist/css/848.e455a0b7.css +0 -1
- package/dist/img/ai-chart.167a7713.png +0 -0
- package/dist/img/scrol-bg.f446933a.png +0 -0
- package/dist/img/zhijing-model.6a81c5a7.png +0 -0
- package/dist/large-model-component.common.644.js +0 -73
- package/dist/large-model-component.common.644.js.map +0 -1
- package/dist/large-model-component.umd.107.js +0 -73
- package/dist/large-model-component.umd.107.js.map +0 -1
- package/dist/large-model-component.umd.min.848.js +0 -2
- package/dist/large-model-component.umd.min.848.js.map +0 -1
- package/packages/largeModel/index.js +0 -2
- package/src/assets/css/app.css +0 -3255
- package/src/assets/css/chunk-vendors.css +0 -2071
- package/src/assets/css/github-markdown.css +0 -985
- package/src/router/index.js +0 -20
- package/src/store/index.js +0 -26
- package/src/utils/auth.js +0 -48
- package/src/utils/index.js +0 -111
- package/src/utils/spceialistConfig.js +0 -44
- package/src/utils/tool.js +0 -4
- package/src/utils/validate.js +0 -20
- /package/{packages/largeModel → src/utils}/pubsub.js +0 -0
- /package/{packages/largeModel → src/utils}/wsconnecter.js +0 -0
|
@@ -1,2071 +0,0 @@
|
|
|
1
|
-
.hljs {
|
|
2
|
-
display: block;
|
|
3
|
-
overflow-x: auto;
|
|
4
|
-
padding: .5em;
|
|
5
|
-
color: #383a42;
|
|
6
|
-
background: #fafafa
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.hljs-comment, .hljs-quote {
|
|
10
|
-
color: #a0a1a7;
|
|
11
|
-
font-style: italic
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.hljs-doctag, .hljs-formula, .hljs-keyword {
|
|
15
|
-
color: #a626a4
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.hljs-deletion, .hljs-name, .hljs-section, .hljs-selector-tag, .hljs-subst {
|
|
19
|
-
color: #e45649
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.hljs-literal {
|
|
23
|
-
color: #0184bb
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.hljs-addition, .hljs-attribute, .hljs-meta-string, .hljs-regexp, .hljs-string {
|
|
27
|
-
color: #50a14f
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.hljs-built_in, .hljs-class .hljs-title {
|
|
31
|
-
color: #c18401
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.hljs-attr, .hljs-number, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-pseudo, .hljs-template-variable, .hljs-type, .hljs-variable {
|
|
35
|
-
color: #986801
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-symbol, .hljs-title {
|
|
39
|
-
color: #4078f2
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.hljs-emphasis {
|
|
43
|
-
font-style: italic
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.hljs-strong {
|
|
47
|
-
font-weight: 700
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.hljs-link {
|
|
51
|
-
text-decoration: underline
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.markdown-body .octicon {
|
|
55
|
-
display: inline-block;
|
|
56
|
-
fill: currentColor;
|
|
57
|
-
vertical-align: text-bottom
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.markdown-body .anchor {
|
|
61
|
-
float: left;
|
|
62
|
-
line-height: 1;
|
|
63
|
-
margin-left: -20px;
|
|
64
|
-
padding-right: 4px
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.markdown-body .anchor:focus {
|
|
68
|
-
outline: none
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {
|
|
72
|
-
color: #1b1f23;
|
|
73
|
-
vertical-align: middle;
|
|
74
|
-
visibility: hidden
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor {
|
|
78
|
-
text-decoration: none
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link {
|
|
82
|
-
visibility: visible
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.markdown-body h1:hover .anchor .octicon-link:before, .markdown-body h2:hover .anchor .octicon-link:before, .markdown-body h3:hover .anchor .octicon-link:before, .markdown-body h4:hover .anchor .octicon-link:before, .markdown-body h5:hover .anchor .octicon-link:before, .markdown-body h6:hover .anchor .octicon-link:before {
|
|
86
|
-
width: 16px;
|
|
87
|
-
height: 16px;
|
|
88
|
-
content: " ";
|
|
89
|
-
display: inline-block;
|
|
90
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'/%3E%3C/svg%3E")
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.markdown-body {
|
|
94
|
-
-ms-text-size-adjust: 100%;
|
|
95
|
-
-webkit-text-size-adjust: 100%;
|
|
96
|
-
color: #24292e;
|
|
97
|
-
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
|
98
|
-
font-size: 16px;
|
|
99
|
-
line-height: 1.5;
|
|
100
|
-
word-wrap: break-word
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.markdown-body details {
|
|
104
|
-
display: block
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.markdown-body summary {
|
|
108
|
-
display: list-item
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.markdown-body a {
|
|
112
|
-
background-color: initial
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.markdown-body a:active, .markdown-body a:hover {
|
|
116
|
-
outline-width: 0
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.markdown-body strong {
|
|
120
|
-
font-weight: inherit;
|
|
121
|
-
font-weight: bolder
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.markdown-body h1 {
|
|
125
|
-
margin: .67em 0
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.markdown-body img {
|
|
129
|
-
border-style: none
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.markdown-body code, .markdown-body kbd, .markdown-body pre {
|
|
133
|
-
font-family: monospace, monospace;
|
|
134
|
-
font-size: 1em
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.markdown-body hr {
|
|
138
|
-
-webkit-box-sizing: initial;
|
|
139
|
-
box-sizing: initial;
|
|
140
|
-
overflow: visible
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.markdown-body input {
|
|
144
|
-
font: inherit;
|
|
145
|
-
margin: 0;
|
|
146
|
-
overflow: visible
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.markdown-body [type=checkbox] {
|
|
150
|
-
padding: 0
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.markdown-body *, .markdown-body [type=checkbox] {
|
|
154
|
-
-webkit-box-sizing: border-box;
|
|
155
|
-
box-sizing: border-box
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.markdown-body input {
|
|
159
|
-
font-family: inherit;
|
|
160
|
-
font-size: inherit;
|
|
161
|
-
line-height: inherit
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.markdown-body a {
|
|
165
|
-
color: #0366d6;
|
|
166
|
-
text-decoration: none
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.markdown-body a:hover {
|
|
170
|
-
text-decoration: underline
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.markdown-body strong {
|
|
174
|
-
font-weight: 600
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.markdown-body hr {
|
|
178
|
-
height: 0;
|
|
179
|
-
margin: 15px 0;
|
|
180
|
-
overflow: hidden;
|
|
181
|
-
background: transparent;
|
|
182
|
-
border-bottom: 1px solid #dfe2e5
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.markdown-body hr:after, .markdown-body hr:before {
|
|
186
|
-
display: table;
|
|
187
|
-
content: ""
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.markdown-body hr:after {
|
|
191
|
-
clear: both
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.markdown-body table {
|
|
195
|
-
border-spacing: 0;
|
|
196
|
-
border-collapse: collapse
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.markdown-body td, .markdown-body th {
|
|
200
|
-
padding: 0
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.markdown-body details summary {
|
|
204
|
-
cursor: pointer
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
|
|
208
|
-
margin-top: 0;
|
|
209
|
-
margin-bottom: 0
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.markdown-body h1 {
|
|
213
|
-
font-size: 32px
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.markdown-body h1, .markdown-body h2 {
|
|
217
|
-
font-weight: 600
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.markdown-body h2 {
|
|
221
|
-
font-size: 24px
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.markdown-body h3 {
|
|
225
|
-
font-size: 20px
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.markdown-body h3, .markdown-body h4 {
|
|
229
|
-
font-weight: 600
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.markdown-body h4 {
|
|
233
|
-
font-size: 16px
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.markdown-body h5 {
|
|
237
|
-
font-size: 14px
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.markdown-body h5, .markdown-body h6 {
|
|
241
|
-
font-weight: 600
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.markdown-body h6 {
|
|
245
|
-
font-size: 12px
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.markdown-body p {
|
|
249
|
-
margin-top: 0;
|
|
250
|
-
margin-bottom: 10px
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.markdown-body blockquote {
|
|
254
|
-
margin: 0
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.markdown-body ol, .markdown-body ul {
|
|
258
|
-
padding-left: 0;
|
|
259
|
-
margin-top: 0;
|
|
260
|
-
margin-bottom: 0
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.markdown-body ol ol, .markdown-body ul ol {
|
|
264
|
-
list-style-type: lower-roman
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.markdown-body ol ol ol, .markdown-body ol ul ol, .markdown-body ul ol ol, .markdown-body ul ul ol {
|
|
268
|
-
list-style-type: lower-alpha
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.markdown-body dd {
|
|
272
|
-
margin-left: 0
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.markdown-body code, .markdown-body pre {
|
|
276
|
-
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
|
|
277
|
-
font-size: 12px
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.markdown-body pre {
|
|
281
|
-
margin-top: 0;
|
|
282
|
-
margin-bottom: 0
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.markdown-body input::-webkit-inner-spin-button, .markdown-body input::-webkit-outer-spin-button {
|
|
286
|
-
margin: 0;
|
|
287
|
-
-webkit-appearance: none;
|
|
288
|
-
appearance: none
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.markdown-body :checked + .radio-label {
|
|
292
|
-
position: relative;
|
|
293
|
-
z-index: 1;
|
|
294
|
-
border-color: #0366d6
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.markdown-body .border {
|
|
298
|
-
border: 1px solid #e1e4e8 !important
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.markdown-body .border-0 {
|
|
302
|
-
border: 0 !important
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
.markdown-body .border-bottom {
|
|
306
|
-
border-bottom: 1px solid #e1e4e8 !important
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.markdown-body .rounded-1 {
|
|
310
|
-
border-radius: 3px !important
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.markdown-body .bg-white {
|
|
314
|
-
background-color: #fff !important
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.markdown-body .bg-gray-light {
|
|
318
|
-
background-color: #fafbfc !important
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.markdown-body .text-gray-light {
|
|
322
|
-
color: #6a737d !important
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.markdown-body .pl-3, .markdown-body .px-3 {
|
|
326
|
-
padding-left: 16px !important
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
.markdown-body .px-3 {
|
|
330
|
-
padding-right: 16px !important
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.markdown-body .f6 {
|
|
334
|
-
font-size: 12px !important
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.markdown-body .lh-condensed {
|
|
338
|
-
line-height: 1.25 !important
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.markdown-body .text-bold {
|
|
342
|
-
font-weight: 600 !important
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.markdown-body .pl-c {
|
|
346
|
-
color: #6a737d
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
.markdown-body .pl-c1, .markdown-body .pl-s .pl-v {
|
|
350
|
-
color: #005cc5
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
.markdown-body .pl-e, .markdown-body .pl-en {
|
|
354
|
-
color: #6f42c1
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.markdown-body .pl-s .pl-s1, .markdown-body .pl-smi {
|
|
358
|
-
color: #24292e
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
.markdown-body .pl-ent {
|
|
362
|
-
color: #22863a
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
.markdown-body .pl-k {
|
|
366
|
-
color: #d73a49
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.markdown-body .pl-pds, .markdown-body .pl-s, .markdown-body .pl-s .pl-pse .pl-s1, .markdown-body .pl-sr, .markdown-body .pl-sr .pl-cce, .markdown-body .pl-sr .pl-sra, .markdown-body .pl-sr .pl-sre {
|
|
370
|
-
color: #032f62
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.markdown-body .pl-smw, .markdown-body .pl-v {
|
|
374
|
-
color: #e36209
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.markdown-body .pl-bu {
|
|
378
|
-
color: #b31d28
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.markdown-body .pl-ii {
|
|
382
|
-
color: #fafbfc;
|
|
383
|
-
background-color: #b31d28
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.markdown-body .pl-c2 {
|
|
387
|
-
color: #fafbfc;
|
|
388
|
-
background-color: #d73a49
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
.markdown-body .pl-c2:before {
|
|
392
|
-
content: "^M"
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
.markdown-body .pl-sr .pl-cce {
|
|
396
|
-
font-weight: 700;
|
|
397
|
-
color: #22863a
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
.markdown-body .pl-ml {
|
|
401
|
-
color: #735c0f
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.markdown-body .pl-mh, .markdown-body .pl-mh .pl-en, .markdown-body .pl-ms {
|
|
405
|
-
font-weight: 700;
|
|
406
|
-
color: #005cc5
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
.markdown-body .pl-mi {
|
|
410
|
-
font-style: italic;
|
|
411
|
-
color: #24292e
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.markdown-body .pl-mb {
|
|
415
|
-
font-weight: 700;
|
|
416
|
-
color: #24292e
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.markdown-body .pl-md {
|
|
420
|
-
color: #b31d28;
|
|
421
|
-
background-color: #ffeef0
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.markdown-body .pl-mi1 {
|
|
425
|
-
color: #22863a;
|
|
426
|
-
background-color: #f0fff4
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.markdown-body .pl-mc {
|
|
430
|
-
color: #e36209;
|
|
431
|
-
background-color: #ffebda
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.markdown-body .pl-mi2 {
|
|
435
|
-
color: #f6f8fa;
|
|
436
|
-
background-color: #005cc5
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
.markdown-body .pl-mdr {
|
|
440
|
-
font-weight: 700;
|
|
441
|
-
color: #6f42c1
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.markdown-body .pl-ba {
|
|
445
|
-
color: #586069
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.markdown-body .pl-sg {
|
|
449
|
-
color: #959da5
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.markdown-body .pl-corl {
|
|
453
|
-
text-decoration: underline;
|
|
454
|
-
color: #032f62
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
.markdown-body .mb-0 {
|
|
458
|
-
margin-bottom: 0 !important
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
.markdown-body .my-2 {
|
|
462
|
-
margin-bottom: 8px !important;
|
|
463
|
-
margin-top: 8px !important
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.markdown-body .pl-0 {
|
|
467
|
-
padding-left: 0 !important
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.markdown-body .py-0 {
|
|
471
|
-
padding-top: 0 !important;
|
|
472
|
-
padding-bottom: 0 !important
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.markdown-body .pl-1 {
|
|
476
|
-
padding-left: 4px !important
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
.markdown-body .pl-2 {
|
|
480
|
-
padding-left: 8px !important
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.markdown-body .py-2 {
|
|
484
|
-
padding-top: 8px !important;
|
|
485
|
-
padding-bottom: 8px !important
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.markdown-body .pl-3 {
|
|
489
|
-
padding-left: 16px !important
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
.markdown-body .pl-4 {
|
|
493
|
-
padding-left: 24px !important
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.markdown-body .pl-5 {
|
|
497
|
-
padding-left: 32px !important
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.markdown-body .pl-6 {
|
|
501
|
-
padding-left: 40px !important
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
.markdown-body .pl-7 {
|
|
505
|
-
padding-left: 48px !important
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.markdown-body .pl-8 {
|
|
509
|
-
padding-left: 64px !important
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
.markdown-body .pl-9 {
|
|
513
|
-
padding-left: 80px !important
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
.markdown-body .pl-10 {
|
|
517
|
-
padding-left: 96px !important
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.markdown-body .pl-11 {
|
|
521
|
-
padding-left: 112px !important
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.markdown-body .pl-12 {
|
|
525
|
-
padding-left: 128px !important
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.markdown-body hr {
|
|
529
|
-
border-bottom-color: #eee
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.markdown-body kbd {
|
|
533
|
-
display: inline-block;
|
|
534
|
-
padding: 3px 5px;
|
|
535
|
-
font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
|
|
536
|
-
line-height: 10px;
|
|
537
|
-
color: #444d56;
|
|
538
|
-
vertical-align: middle;
|
|
539
|
-
background-color: #fafbfc;
|
|
540
|
-
border: 1px solid #d1d5da;
|
|
541
|
-
border-radius: 3px;
|
|
542
|
-
-webkit-box-shadow: inset 0 -1px 0 #d1d5da;
|
|
543
|
-
box-shadow: inset 0 -1px 0 #d1d5da
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
.markdown-body:after, .markdown-body:before {
|
|
547
|
-
display: table;
|
|
548
|
-
content: ""
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
.markdown-body:after {
|
|
552
|
-
clear: both
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
.markdown-body > :first-child {
|
|
556
|
-
margin-top: 0 !important
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
.markdown-body > :last-child {
|
|
560
|
-
margin-bottom: 0 !important
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
.markdown-body a:not([href]) {
|
|
564
|
-
color: inherit;
|
|
565
|
-
text-decoration: none
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.markdown-body blockquote, .markdown-body details, .markdown-body dl, .markdown-body ol, .markdown-body p, .markdown-body pre, .markdown-body table, .markdown-body ul {
|
|
569
|
-
margin-top: 0;
|
|
570
|
-
margin-bottom: 16px
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
.markdown-body hr {
|
|
574
|
-
height: .25em;
|
|
575
|
-
padding: 0;
|
|
576
|
-
margin: 24px 0;
|
|
577
|
-
background-color: #e1e4e8;
|
|
578
|
-
border: 0
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
.markdown-body blockquote {
|
|
582
|
-
padding: 0 1em;
|
|
583
|
-
color: #6a737d;
|
|
584
|
-
border-left: .25em solid #dfe2e5
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.markdown-body blockquote > :first-child {
|
|
588
|
-
margin-top: 0
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.markdown-body blockquote > :last-child {
|
|
592
|
-
margin-bottom: 0
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
|
|
596
|
-
margin-top: 24px;
|
|
597
|
-
margin-bottom: 16px;
|
|
598
|
-
font-weight: 600;
|
|
599
|
-
line-height: 1.25
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.markdown-body h1 {
|
|
603
|
-
font-size: 2em
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
.markdown-body h1, .markdown-body h2 {
|
|
607
|
-
padding-bottom: .3em;
|
|
608
|
-
border-bottom: 1px solid #eaecef
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.markdown-body h2 {
|
|
612
|
-
font-size: 1.5em
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
.markdown-body h3 {
|
|
616
|
-
font-size: 1.25em
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.markdown-body h4 {
|
|
620
|
-
font-size: 1em
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
.markdown-body h5 {
|
|
624
|
-
font-size: .875em
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.markdown-body h6 {
|
|
628
|
-
font-size: .85em;
|
|
629
|
-
color: #6a737d
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.markdown-body ol, .markdown-body ul {
|
|
633
|
-
padding-left: 2em
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
.markdown-body ol ol, .markdown-body ol ul, .markdown-body ul ol, .markdown-body ul ul {
|
|
637
|
-
margin-top: 0;
|
|
638
|
-
margin-bottom: 0
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
.markdown-body li {
|
|
642
|
-
word-wrap: break-all
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
.markdown-body li > p {
|
|
646
|
-
margin-top: 16px
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
.markdown-body li + li {
|
|
650
|
-
margin-top: .25em
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
.markdown-body dl {
|
|
654
|
-
padding: 0
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
.markdown-body dl dt {
|
|
658
|
-
padding: 0;
|
|
659
|
-
margin-top: 16px;
|
|
660
|
-
font-size: 1em;
|
|
661
|
-
font-style: italic;
|
|
662
|
-
font-weight: 600
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
.markdown-body dl dd {
|
|
666
|
-
padding: 0 16px;
|
|
667
|
-
margin-bottom: 16px
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
.markdown-body table {
|
|
671
|
-
display: block;
|
|
672
|
-
width: 100%;
|
|
673
|
-
overflow: auto
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
.markdown-body table th {
|
|
677
|
-
font-weight: 600
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.markdown-body table td, .markdown-body table th {
|
|
681
|
-
padding: 6px 13px;
|
|
682
|
-
border: 1px solid #dfe2e5
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
.markdown-body table tr {
|
|
686
|
-
background-color: #fff;
|
|
687
|
-
border-top: 1px solid #c6cbd1
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.markdown-body table tr:nth-child(2n) {
|
|
691
|
-
background-color: #f6f8fa
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
.markdown-body img {
|
|
695
|
-
max-width: 100%;
|
|
696
|
-
-webkit-box-sizing: initial;
|
|
697
|
-
box-sizing: initial;
|
|
698
|
-
background-color: #fff
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
.markdown-body img[align=right] {
|
|
702
|
-
padding-left: 20px
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
.markdown-body img[align=left] {
|
|
706
|
-
padding-right: 20px
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
.markdown-body code {
|
|
710
|
-
padding: .2em .4em;
|
|
711
|
-
margin: 0;
|
|
712
|
-
font-size: 85%;
|
|
713
|
-
background-color: rgba(27, 31, 35, .05);
|
|
714
|
-
border-radius: 3px
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
.markdown-body pre {
|
|
718
|
-
word-wrap: normal
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
.markdown-body pre > code {
|
|
722
|
-
padding: 0;
|
|
723
|
-
margin: 0;
|
|
724
|
-
font-size: 100%;
|
|
725
|
-
word-break: normal;
|
|
726
|
-
white-space: pre;
|
|
727
|
-
background: transparent;
|
|
728
|
-
border: 0
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
.markdown-body .highlight {
|
|
732
|
-
margin-bottom: 16px
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
.markdown-body .highlight pre {
|
|
736
|
-
margin-bottom: 0;
|
|
737
|
-
word-break: normal
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
.markdown-body .highlight pre, .markdown-body pre {
|
|
741
|
-
padding: 16px;
|
|
742
|
-
overflow: auto;
|
|
743
|
-
font-size: 85%;
|
|
744
|
-
line-height: 1.45;
|
|
745
|
-
background-color: #f6f8fa;
|
|
746
|
-
border-radius: 3px
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
.markdown-body pre code {
|
|
750
|
-
display: inline;
|
|
751
|
-
max-width: auto;
|
|
752
|
-
padding: 0;
|
|
753
|
-
margin: 0;
|
|
754
|
-
overflow: visible;
|
|
755
|
-
line-height: inherit;
|
|
756
|
-
word-wrap: normal;
|
|
757
|
-
background-color: initial;
|
|
758
|
-
border: 0
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
.markdown-body .commit-tease-sha {
|
|
762
|
-
display: inline-block;
|
|
763
|
-
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
|
|
764
|
-
font-size: 90%;
|
|
765
|
-
color: #444d56
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.markdown-body .full-commit .btn-outline:not(:disabled):hover {
|
|
769
|
-
color: #005cc5;
|
|
770
|
-
border-color: #005cc5
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
.markdown-body .blob-wrapper {
|
|
774
|
-
overflow-x: auto;
|
|
775
|
-
overflow-y: hidden
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
.markdown-body .blob-wrapper-embedded {
|
|
779
|
-
max-height: 240px;
|
|
780
|
-
overflow-y: auto
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
.markdown-body .blob-num {
|
|
784
|
-
width: 1%;
|
|
785
|
-
min-width: 50px;
|
|
786
|
-
padding-right: 10px;
|
|
787
|
-
padding-left: 10px;
|
|
788
|
-
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
|
|
789
|
-
font-size: 12px;
|
|
790
|
-
line-height: 20px;
|
|
791
|
-
color: rgba(27, 31, 35, .3);
|
|
792
|
-
text-align: right;
|
|
793
|
-
white-space: nowrap;
|
|
794
|
-
vertical-align: top;
|
|
795
|
-
cursor: pointer;
|
|
796
|
-
-webkit-user-select: none;
|
|
797
|
-
-moz-user-select: none;
|
|
798
|
-
-ms-user-select: none;
|
|
799
|
-
user-select: none
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
.markdown-body .blob-num:hover {
|
|
803
|
-
color: rgba(27, 31, 35, .6)
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
.markdown-body .blob-num:before {
|
|
807
|
-
content: attr(data-line-number)
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
.markdown-body .blob-code {
|
|
811
|
-
position: relative;
|
|
812
|
-
padding-right: 10px;
|
|
813
|
-
padding-left: 10px;
|
|
814
|
-
line-height: 20px;
|
|
815
|
-
vertical-align: top
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
.markdown-body .blob-code-inner {
|
|
819
|
-
overflow: visible;
|
|
820
|
-
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
|
|
821
|
-
font-size: 12px;
|
|
822
|
-
color: #24292e;
|
|
823
|
-
word-wrap: normal;
|
|
824
|
-
white-space: pre
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
.markdown-body .pl-token.active, .markdown-body .pl-token:hover {
|
|
828
|
-
cursor: pointer;
|
|
829
|
-
background: #ffea7f
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.markdown-body .tab-size[data-tab-size="1"] {
|
|
833
|
-
-moz-tab-size: 1;
|
|
834
|
-
-o-tab-size: 1;
|
|
835
|
-
tab-size: 1
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
.markdown-body .tab-size[data-tab-size="2"] {
|
|
839
|
-
-moz-tab-size: 2;
|
|
840
|
-
-o-tab-size: 2;
|
|
841
|
-
tab-size: 2
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
.markdown-body .tab-size[data-tab-size="3"] {
|
|
845
|
-
-moz-tab-size: 3;
|
|
846
|
-
-o-tab-size: 3;
|
|
847
|
-
tab-size: 3
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
.markdown-body .tab-size[data-tab-size="4"] {
|
|
851
|
-
-moz-tab-size: 4;
|
|
852
|
-
-o-tab-size: 4;
|
|
853
|
-
tab-size: 4
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
.markdown-body .tab-size[data-tab-size="5"] {
|
|
857
|
-
-moz-tab-size: 5;
|
|
858
|
-
-o-tab-size: 5;
|
|
859
|
-
tab-size: 5
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
.markdown-body .tab-size[data-tab-size="6"] {
|
|
863
|
-
-moz-tab-size: 6;
|
|
864
|
-
-o-tab-size: 6;
|
|
865
|
-
tab-size: 6
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.markdown-body .tab-size[data-tab-size="7"] {
|
|
869
|
-
-moz-tab-size: 7;
|
|
870
|
-
-o-tab-size: 7;
|
|
871
|
-
tab-size: 7
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
.markdown-body .tab-size[data-tab-size="8"] {
|
|
875
|
-
-moz-tab-size: 8;
|
|
876
|
-
-o-tab-size: 8;
|
|
877
|
-
tab-size: 8
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
.markdown-body .tab-size[data-tab-size="9"] {
|
|
881
|
-
-moz-tab-size: 9;
|
|
882
|
-
-o-tab-size: 9;
|
|
883
|
-
tab-size: 9
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.markdown-body .tab-size[data-tab-size="10"] {
|
|
887
|
-
-moz-tab-size: 10;
|
|
888
|
-
-o-tab-size: 10;
|
|
889
|
-
tab-size: 10
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
.markdown-body .tab-size[data-tab-size="11"] {
|
|
893
|
-
-moz-tab-size: 11;
|
|
894
|
-
-o-tab-size: 11;
|
|
895
|
-
tab-size: 11
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.markdown-body .tab-size[data-tab-size="12"] {
|
|
899
|
-
-moz-tab-size: 12;
|
|
900
|
-
-o-tab-size: 12;
|
|
901
|
-
tab-size: 12
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
.markdown-body .task-list-item {
|
|
905
|
-
list-style-type: none
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
.markdown-body .task-list-item + .task-list-item {
|
|
909
|
-
margin-top: 3px
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
.markdown-body .task-list-item input {
|
|
913
|
-
margin: 0 .2em .25em -1.6em;
|
|
914
|
-
vertical-align: middle
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
@font-face {
|
|
918
|
-
font-family: KaTeX_AMS;
|
|
919
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_AMS-Regular.eot);
|
|
920
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_AMS-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_AMS-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_AMS-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_AMS-Regular.ttf) format("truetype");
|
|
921
|
-
font-weight: 400;
|
|
922
|
-
font-style: normal
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
@font-face {
|
|
926
|
-
font-family: KaTeX_Caligraphic;
|
|
927
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Caligraphic-Bold.eot);
|
|
928
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Caligraphic-Bold.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Caligraphic-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype");
|
|
929
|
-
font-weight: 700;
|
|
930
|
-
font-style: normal
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
@font-face {
|
|
934
|
-
font-family: KaTeX_Caligraphic;
|
|
935
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Caligraphic-Regular.eot);
|
|
936
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Caligraphic-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Caligraphic-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype");
|
|
937
|
-
font-weight: 400;
|
|
938
|
-
font-style: normal
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
@font-face {
|
|
942
|
-
font-family: KaTeX_Fraktur;
|
|
943
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Fraktur-Bold.eot);
|
|
944
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Fraktur-Bold.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Fraktur-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Fraktur-Bold.ttf) format("truetype");
|
|
945
|
-
font-weight: 700;
|
|
946
|
-
font-style: normal
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
@font-face {
|
|
950
|
-
font-family: KaTeX_Fraktur;
|
|
951
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Fraktur-Regular.eot);
|
|
952
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Fraktur-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Fraktur-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Fraktur-Regular.ttf) format("truetype");
|
|
953
|
-
font-weight: 400;
|
|
954
|
-
font-style: normal
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
@font-face {
|
|
958
|
-
font-family: KaTeX_Main;
|
|
959
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Bold.eot);
|
|
960
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Bold.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Bold.ttf) format("truetype");
|
|
961
|
-
font-weight: 700;
|
|
962
|
-
font-style: normal
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
@font-face {
|
|
966
|
-
font-family: KaTeX_Main;
|
|
967
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Italic.eot);
|
|
968
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Italic.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Italic.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Italic.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Italic.ttf) format("truetype");
|
|
969
|
-
font-weight: 400;
|
|
970
|
-
font-style: italic
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
@font-face {
|
|
974
|
-
font-family: KaTeX_Main;
|
|
975
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Regular.eot);
|
|
976
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Main-Regular.ttf) format("truetype");
|
|
977
|
-
font-weight: 400;
|
|
978
|
-
font-style: normal
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
@font-face {
|
|
982
|
-
font-family: KaTeX_Math;
|
|
983
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Math-Italic.eot);
|
|
984
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Math-Italic.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Math-Italic.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Math-Italic.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Math-Italic.ttf) format("truetype");
|
|
985
|
-
font-weight: 400;
|
|
986
|
-
font-style: italic
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
@font-face {
|
|
990
|
-
font-family: KaTeX_SansSerif;
|
|
991
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_SansSerif-Regular.eot);
|
|
992
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_SansSerif-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_SansSerif-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_SansSerif-Regular.ttf) format("truetype");
|
|
993
|
-
font-weight: 400;
|
|
994
|
-
font-style: normal
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
@font-face {
|
|
998
|
-
font-family: KaTeX_Script;
|
|
999
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Script-Regular.eot);
|
|
1000
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Script-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Script-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Script-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Script-Regular.ttf) format("truetype");
|
|
1001
|
-
font-weight: 400;
|
|
1002
|
-
font-style: normal
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
@font-face {
|
|
1006
|
-
font-family: KaTeX_Size1;
|
|
1007
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size1-Regular.eot);
|
|
1008
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size1-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size1-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size1-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size1-Regular.ttf) format("truetype");
|
|
1009
|
-
font-weight: 400;
|
|
1010
|
-
font-style: normal
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
@font-face {
|
|
1014
|
-
font-family: KaTeX_Size2;
|
|
1015
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size2-Regular.eot);
|
|
1016
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size2-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size2-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size2-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size2-Regular.ttf) format("truetype");
|
|
1017
|
-
font-weight: 400;
|
|
1018
|
-
font-style: normal
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
@font-face {
|
|
1022
|
-
font-family: KaTeX_Size3;
|
|
1023
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size3-Regular.eot);
|
|
1024
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size3-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size3-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size3-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size3-Regular.ttf) format("truetype");
|
|
1025
|
-
font-weight: 400;
|
|
1026
|
-
font-style: normal
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
@font-face {
|
|
1030
|
-
font-family: KaTeX_Size4;
|
|
1031
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size4-Regular.eot);
|
|
1032
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size4-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size4-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size4-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Size4-Regular.ttf) format("truetype");
|
|
1033
|
-
font-weight: 400;
|
|
1034
|
-
font-style: normal
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
@font-face {
|
|
1038
|
-
font-family: KaTeX_Typewriter;
|
|
1039
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Typewriter-Regular.eot);
|
|
1040
|
-
src: url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Typewriter-Regular.eot#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Typewriter-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/katex/latest/fonts/KaTeX_Typewriter-Regular.ttf) format("truetype");
|
|
1041
|
-
font-weight: 400;
|
|
1042
|
-
font-style: normal
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.katex-display {
|
|
1046
|
-
display: block;
|
|
1047
|
-
margin: 1em 0;
|
|
1048
|
-
text-align: center
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
.katex-display > .katex {
|
|
1052
|
-
display: inline-block;
|
|
1053
|
-
text-align: initial
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
.katex {
|
|
1057
|
-
font: normal 1.21em KaTeX_Main, Times New Roman, serif;
|
|
1058
|
-
line-height: 1.2;
|
|
1059
|
-
white-space: nowrap;
|
|
1060
|
-
text-indent: 0;
|
|
1061
|
-
text-rendering: auto
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
.katex * {
|
|
1065
|
-
-ms-high-contrast-adjust: none !important
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
.katex .katex-html {
|
|
1069
|
-
display: inline-block
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
.katex .katex-mathml {
|
|
1073
|
-
position: absolute;
|
|
1074
|
-
clip: rect(1px, 1px, 1px, 1px);
|
|
1075
|
-
padding: 0;
|
|
1076
|
-
border: 0;
|
|
1077
|
-
height: 1px;
|
|
1078
|
-
width: 1px;
|
|
1079
|
-
overflow: hidden
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
.katex .base {
|
|
1083
|
-
position: relative
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
.katex .base, .katex .strut {
|
|
1087
|
-
display: inline-block
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
.katex .mathrm {
|
|
1091
|
-
font-style: normal
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
.katex .mathit, .katex .textit {
|
|
1095
|
-
font-style: italic
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
.katex .mathit {
|
|
1099
|
-
font-family: KaTeX_Math
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
.katex .mathbf {
|
|
1103
|
-
font-family: KaTeX_Main;
|
|
1104
|
-
font-weight: 700
|
|
1105
|
-
}
|
|
1106
|
-
|
|
1107
|
-
.katex .amsrm, .katex .mathbb {
|
|
1108
|
-
font-family: KaTeX_AMS
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
.katex .mathcal {
|
|
1112
|
-
font-family: KaTeX_Caligraphic
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
.katex .mathfrak {
|
|
1116
|
-
font-family: KaTeX_Fraktur
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
.katex .mathtt {
|
|
1120
|
-
font-family: KaTeX_Typewriter
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
.katex .mathscr {
|
|
1124
|
-
font-family: KaTeX_Script
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
.katex .mathsf {
|
|
1128
|
-
font-family: KaTeX_SansSerif
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
.katex .mainit {
|
|
1132
|
-
font-family: KaTeX_Main;
|
|
1133
|
-
font-style: italic
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
.katex .mainrm {
|
|
1137
|
-
font-family: KaTeX_Main;
|
|
1138
|
-
font-style: normal
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
.katex .mord + .mop {
|
|
1142
|
-
margin-left: .16667em
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
.katex .mord + .mbin {
|
|
1146
|
-
margin-left: .22222em
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
.katex .mord + .mrel {
|
|
1150
|
-
margin-left: .27778em
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
.katex .mop + .mop, .katex .mop + .mord, .katex .mord + .minner {
|
|
1154
|
-
margin-left: .16667em
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.katex .mop + .mrel {
|
|
1158
|
-
margin-left: .27778em
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.katex .mop + .minner {
|
|
1162
|
-
margin-left: .16667em
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.katex .mbin + .minner, .katex .mbin + .mop, .katex .mbin + .mopen, .katex .mbin + .mord {
|
|
1166
|
-
margin-left: .22222em
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
.katex .mrel + .minner, .katex .mrel + .mop, .katex .mrel + .mopen, .katex .mrel + .mord {
|
|
1170
|
-
margin-left: .27778em
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
|
-
.katex .mclose + .mop {
|
|
1174
|
-
margin-left: .16667em
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
.katex .mclose + .mbin {
|
|
1178
|
-
margin-left: .22222em
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
.katex .mclose + .mrel {
|
|
1182
|
-
margin-left: .27778em
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
.katex .mclose + .minner, .katex .minner + .mop, .katex .minner + .mord, .katex .mpunct + .mclose, .katex .mpunct + .minner, .katex .mpunct + .mop, .katex .mpunct + .mopen, .katex .mpunct + .mord, .katex .mpunct + .mpunct, .katex .mpunct + .mrel {
|
|
1186
|
-
margin-left: .16667em
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
.katex .minner + .mbin {
|
|
1190
|
-
margin-left: .22222em
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
.katex .minner + .mrel {
|
|
1194
|
-
margin-left: .27778em
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
.katex .minner + .minner, .katex .minner + .mopen, .katex .minner + .mpunct {
|
|
1198
|
-
margin-left: .16667em
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
.katex .mbin.mtight, .katex .mclose.mtight, .katex .minner.mtight, .katex .mop.mtight, .katex .mopen.mtight, .katex .mord.mtight, .katex .mpunct.mtight, .katex .mrel.mtight {
|
|
1202
|
-
margin-left: 0
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
|
-
.katex .mclose + .mop.mtight, .katex .minner + .mop.mtight, .katex .mop + .mop.mtight, .katex .mop + .mord.mtight, .katex .mord + .mop.mtight {
|
|
1206
|
-
margin-left: .16667em
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
.katex .vlist-t {
|
|
1210
|
-
display: inline-table;
|
|
1211
|
-
table-layout: fixed
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
.katex .vlist-r {
|
|
1215
|
-
display: table-row
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
.katex .vlist {
|
|
1219
|
-
display: table-cell;
|
|
1220
|
-
vertical-align: bottom;
|
|
1221
|
-
position: relative
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
.katex .vlist > span {
|
|
1225
|
-
display: block;
|
|
1226
|
-
height: 0;
|
|
1227
|
-
position: relative
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
.katex .vlist > span > span {
|
|
1231
|
-
display: inline-block
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.katex .vlist > span > .pstrut {
|
|
1235
|
-
overflow: hidden;
|
|
1236
|
-
width: 0
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
.katex .vlist-t2 {
|
|
1240
|
-
margin-right: -2px
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
.katex .vlist-s {
|
|
1244
|
-
display: table-cell;
|
|
1245
|
-
vertical-align: bottom;
|
|
1246
|
-
font-size: 1px;
|
|
1247
|
-
width: 2px
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
.katex .msupsub {
|
|
1251
|
-
text-align: left
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
.katex .mfrac > span > span {
|
|
1255
|
-
text-align: center
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
.katex .mfrac .frac-line {
|
|
1259
|
-
display: inline-block;
|
|
1260
|
-
width: 100%
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
@media screen {
|
|
1264
|
-
.katex .mfrac .frac-line, .katex .overline .overline-line, .katex .underline .underline-line {
|
|
1265
|
-
min-height: 1px
|
|
1266
|
-
}
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
|
|
1270
|
-
.katex .mfrac .frac-line, .katex .overline .overline-line, .katex .underline .underline-line {
|
|
1271
|
-
min-height: .5px
|
|
1272
|
-
}
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
.katex .mspace {
|
|
1276
|
-
display: inline-block
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
.katex .mspace.negativethinspace {
|
|
1280
|
-
margin-left: -.16667em
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
.katex .mspace.thinspace {
|
|
1284
|
-
width: .16667em
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
.katex .mspace.negativemediumspace {
|
|
1288
|
-
margin-left: -.22222em
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
.katex .mspace.mediumspace {
|
|
1292
|
-
width: .22222em
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
.katex .mspace.thickspace {
|
|
1296
|
-
width: .27778em
|
|
1297
|
-
}
|
|
1298
|
-
|
|
1299
|
-
.katex .mspace.sixmuspace {
|
|
1300
|
-
width: .333333em
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
.katex .mspace.eightmuspace {
|
|
1304
|
-
width: .444444em
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
.katex .mspace.enspace {
|
|
1308
|
-
width: .5em
|
|
1309
|
-
}
|
|
1310
|
-
|
|
1311
|
-
.katex .mspace.twelvemuspace {
|
|
1312
|
-
width: .666667em
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
.katex .mspace.quad {
|
|
1316
|
-
width: 1em
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
.katex .mspace.qquad {
|
|
1320
|
-
width: 2em
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
.katex .clap, .katex .llap, .katex .rlap {
|
|
1324
|
-
width: 0;
|
|
1325
|
-
position: relative
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
.katex .clap > .inner, .katex .llap > .inner, .katex .rlap > .inner {
|
|
1329
|
-
position: absolute
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
.katex .clap > .fix, .katex .llap > .fix, .katex .rlap > .fix {
|
|
1333
|
-
display: inline-block
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
.katex .llap > .inner {
|
|
1337
|
-
right: 0
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
.katex .clap > .inner, .katex .rlap > .inner {
|
|
1341
|
-
left: 0
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
.katex .clap > .inner > span {
|
|
1345
|
-
margin-left: -50%;
|
|
1346
|
-
margin-right: 50%
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.katex .katex-logo .a {
|
|
1350
|
-
font-size: .75em;
|
|
1351
|
-
margin-left: -.32em;
|
|
1352
|
-
position: relative;
|
|
1353
|
-
top: -.2em
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
.katex .katex-logo .t {
|
|
1357
|
-
margin-left: -.23em
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
.katex .katex-logo .e {
|
|
1361
|
-
margin-left: -.1667em;
|
|
1362
|
-
position: relative;
|
|
1363
|
-
top: .2155em
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
.katex .katex-logo .x {
|
|
1367
|
-
margin-left: -.125em
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
.katex .rule {
|
|
1371
|
-
display: inline-block;
|
|
1372
|
-
border: 0 solid;
|
|
1373
|
-
position: relative
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
.katex .overline .overline-line, .katex .underline .underline-line {
|
|
1377
|
-
display: inline-block;
|
|
1378
|
-
width: 100%
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
.katex .sqrt > .root {
|
|
1382
|
-
margin-left: .27777778em;
|
|
1383
|
-
margin-right: -.55555556em
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
.katex .fontsize-ensurer, .katex .sizing {
|
|
1387
|
-
display: inline-block
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
.katex .fontsize-ensurer.reset-size1.size1, .katex .sizing.reset-size1.size1 {
|
|
1391
|
-
font-size: 1em
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
.katex .fontsize-ensurer.reset-size1.size2, .katex .sizing.reset-size1.size2 {
|
|
1395
|
-
font-size: 1.2em
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
.katex .fontsize-ensurer.reset-size1.size3, .katex .sizing.reset-size1.size3 {
|
|
1399
|
-
font-size: 1.4em
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
.katex .fontsize-ensurer.reset-size1.size4, .katex .sizing.reset-size1.size4 {
|
|
1403
|
-
font-size: 1.6em
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
.katex .fontsize-ensurer.reset-size1.size5, .katex .sizing.reset-size1.size5 {
|
|
1407
|
-
font-size: 1.8em
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
.katex .fontsize-ensurer.reset-size1.size6, .katex .sizing.reset-size1.size6 {
|
|
1411
|
-
font-size: 2em
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
.katex .fontsize-ensurer.reset-size1.size7, .katex .sizing.reset-size1.size7 {
|
|
1415
|
-
font-size: 2.4em
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.katex .fontsize-ensurer.reset-size1.size8, .katex .sizing.reset-size1.size8 {
|
|
1419
|
-
font-size: 2.88em
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
|
-
.katex .fontsize-ensurer.reset-size1.size9, .katex .sizing.reset-size1.size9 {
|
|
1423
|
-
font-size: 3.456em
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
.katex .fontsize-ensurer.reset-size1.size10, .katex .sizing.reset-size1.size10 {
|
|
1427
|
-
font-size: 4.148em
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
.katex .fontsize-ensurer.reset-size1.size11, .katex .sizing.reset-size1.size11 {
|
|
1431
|
-
font-size: 4.976em
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
.katex .fontsize-ensurer.reset-size2.size1, .katex .sizing.reset-size2.size1 {
|
|
1435
|
-
font-size: .83333333em
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
.katex .fontsize-ensurer.reset-size2.size2, .katex .sizing.reset-size2.size2 {
|
|
1439
|
-
font-size: 1em
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
.katex .fontsize-ensurer.reset-size2.size3, .katex .sizing.reset-size2.size3 {
|
|
1443
|
-
font-size: 1.16666667em
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
|
-
.katex .fontsize-ensurer.reset-size2.size4, .katex .sizing.reset-size2.size4 {
|
|
1447
|
-
font-size: 1.33333333em
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
.katex .fontsize-ensurer.reset-size2.size5, .katex .sizing.reset-size2.size5 {
|
|
1451
|
-
font-size: 1.5em
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
.katex .fontsize-ensurer.reset-size2.size6, .katex .sizing.reset-size2.size6 {
|
|
1455
|
-
font-size: 1.66666667em
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
.katex .fontsize-ensurer.reset-size2.size7, .katex .sizing.reset-size2.size7 {
|
|
1459
|
-
font-size: 2em
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
.katex .fontsize-ensurer.reset-size2.size8, .katex .sizing.reset-size2.size8 {
|
|
1463
|
-
font-size: 2.4em
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
.katex .fontsize-ensurer.reset-size2.size9, .katex .sizing.reset-size2.size9 {
|
|
1467
|
-
font-size: 2.88em
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.katex .fontsize-ensurer.reset-size2.size10, .katex .sizing.reset-size2.size10 {
|
|
1471
|
-
font-size: 3.45666667em
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
.katex .fontsize-ensurer.reset-size2.size11, .katex .sizing.reset-size2.size11 {
|
|
1475
|
-
font-size: 4.14666667em
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
.katex .fontsize-ensurer.reset-size3.size1, .katex .sizing.reset-size3.size1 {
|
|
1479
|
-
font-size: .71428571em
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
.katex .fontsize-ensurer.reset-size3.size2, .katex .sizing.reset-size3.size2 {
|
|
1483
|
-
font-size: .85714286em
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
.katex .fontsize-ensurer.reset-size3.size3, .katex .sizing.reset-size3.size3 {
|
|
1487
|
-
font-size: 1em
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
.katex .fontsize-ensurer.reset-size3.size4, .katex .sizing.reset-size3.size4 {
|
|
1491
|
-
font-size: 1.14285714em
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
.katex .fontsize-ensurer.reset-size3.size5, .katex .sizing.reset-size3.size5 {
|
|
1495
|
-
font-size: 1.28571429em
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
.katex .fontsize-ensurer.reset-size3.size6, .katex .sizing.reset-size3.size6 {
|
|
1499
|
-
font-size: 1.42857143em
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
.katex .fontsize-ensurer.reset-size3.size7, .katex .sizing.reset-size3.size7 {
|
|
1503
|
-
font-size: 1.71428571em
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
.katex .fontsize-ensurer.reset-size3.size8, .katex .sizing.reset-size3.size8 {
|
|
1507
|
-
font-size: 2.05714286em
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
.katex .fontsize-ensurer.reset-size3.size9, .katex .sizing.reset-size3.size9 {
|
|
1511
|
-
font-size: 2.46857143em
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
.katex .fontsize-ensurer.reset-size3.size10, .katex .sizing.reset-size3.size10 {
|
|
1515
|
-
font-size: 2.96285714em
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
.katex .fontsize-ensurer.reset-size3.size11, .katex .sizing.reset-size3.size11 {
|
|
1519
|
-
font-size: 3.55428571em
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
.katex .fontsize-ensurer.reset-size4.size1, .katex .sizing.reset-size4.size1 {
|
|
1523
|
-
font-size: .625em
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
.katex .fontsize-ensurer.reset-size4.size2, .katex .sizing.reset-size4.size2 {
|
|
1527
|
-
font-size: .75em
|
|
1528
|
-
}
|
|
1529
|
-
|
|
1530
|
-
.katex .fontsize-ensurer.reset-size4.size3, .katex .sizing.reset-size4.size3 {
|
|
1531
|
-
font-size: .875em
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
.katex .fontsize-ensurer.reset-size4.size4, .katex .sizing.reset-size4.size4 {
|
|
1535
|
-
font-size: 1em
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
.katex .fontsize-ensurer.reset-size4.size5, .katex .sizing.reset-size4.size5 {
|
|
1539
|
-
font-size: 1.125em
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
.katex .fontsize-ensurer.reset-size4.size6, .katex .sizing.reset-size4.size6 {
|
|
1543
|
-
font-size: 1.25em
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
.katex .fontsize-ensurer.reset-size4.size7, .katex .sizing.reset-size4.size7 {
|
|
1547
|
-
font-size: 1.5em
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
.katex .fontsize-ensurer.reset-size4.size8, .katex .sizing.reset-size4.size8 {
|
|
1551
|
-
font-size: 1.8em
|
|
1552
|
-
}
|
|
1553
|
-
|
|
1554
|
-
.katex .fontsize-ensurer.reset-size4.size9, .katex .sizing.reset-size4.size9 {
|
|
1555
|
-
font-size: 2.16em
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
.katex .fontsize-ensurer.reset-size4.size10, .katex .sizing.reset-size4.size10 {
|
|
1559
|
-
font-size: 2.5925em
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1562
|
-
.katex .fontsize-ensurer.reset-size4.size11, .katex .sizing.reset-size4.size11 {
|
|
1563
|
-
font-size: 3.11em
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
.katex .fontsize-ensurer.reset-size5.size1, .katex .sizing.reset-size5.size1 {
|
|
1567
|
-
font-size: .55555556em
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
.katex .fontsize-ensurer.reset-size5.size2, .katex .sizing.reset-size5.size2 {
|
|
1571
|
-
font-size: .66666667em
|
|
1572
|
-
}
|
|
1573
|
-
|
|
1574
|
-
.katex .fontsize-ensurer.reset-size5.size3, .katex .sizing.reset-size5.size3 {
|
|
1575
|
-
font-size: .77777778em
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
.katex .fontsize-ensurer.reset-size5.size4, .katex .sizing.reset-size5.size4 {
|
|
1579
|
-
font-size: .88888889em
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
|
-
.katex .fontsize-ensurer.reset-size5.size5, .katex .sizing.reset-size5.size5 {
|
|
1583
|
-
font-size: 1em
|
|
1584
|
-
}
|
|
1585
|
-
|
|
1586
|
-
.katex .fontsize-ensurer.reset-size5.size6, .katex .sizing.reset-size5.size6 {
|
|
1587
|
-
font-size: 1.11111111em
|
|
1588
|
-
}
|
|
1589
|
-
|
|
1590
|
-
.katex .fontsize-ensurer.reset-size5.size7, .katex .sizing.reset-size5.size7 {
|
|
1591
|
-
font-size: 1.33333333em
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
|
-
.katex .fontsize-ensurer.reset-size5.size8, .katex .sizing.reset-size5.size8 {
|
|
1595
|
-
font-size: 1.6em
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
.katex .fontsize-ensurer.reset-size5.size9, .katex .sizing.reset-size5.size9 {
|
|
1599
|
-
font-size: 1.92em
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
.katex .fontsize-ensurer.reset-size5.size10, .katex .sizing.reset-size5.size10 {
|
|
1603
|
-
font-size: 2.30444444em
|
|
1604
|
-
}
|
|
1605
|
-
|
|
1606
|
-
.katex .fontsize-ensurer.reset-size5.size11, .katex .sizing.reset-size5.size11 {
|
|
1607
|
-
font-size: 2.76444444em
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
|
-
.katex .fontsize-ensurer.reset-size6.size1, .katex .sizing.reset-size6.size1 {
|
|
1611
|
-
font-size: .5em
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
.katex .fontsize-ensurer.reset-size6.size2, .katex .sizing.reset-size6.size2 {
|
|
1615
|
-
font-size: .6em
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
.katex .fontsize-ensurer.reset-size6.size3, .katex .sizing.reset-size6.size3 {
|
|
1619
|
-
font-size: .7em
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
.katex .fontsize-ensurer.reset-size6.size4, .katex .sizing.reset-size6.size4 {
|
|
1623
|
-
font-size: .8em
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
.katex .fontsize-ensurer.reset-size6.size5, .katex .sizing.reset-size6.size5 {
|
|
1627
|
-
font-size: .9em
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
|
-
.katex .fontsize-ensurer.reset-size6.size6, .katex .sizing.reset-size6.size6 {
|
|
1631
|
-
font-size: 1em
|
|
1632
|
-
}
|
|
1633
|
-
|
|
1634
|
-
.katex .fontsize-ensurer.reset-size6.size7, .katex .sizing.reset-size6.size7 {
|
|
1635
|
-
font-size: 1.2em
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
|
-
.katex .fontsize-ensurer.reset-size6.size8, .katex .sizing.reset-size6.size8 {
|
|
1639
|
-
font-size: 1.44em
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
.katex .fontsize-ensurer.reset-size6.size9, .katex .sizing.reset-size6.size9 {
|
|
1643
|
-
font-size: 1.728em
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.katex .fontsize-ensurer.reset-size6.size10, .katex .sizing.reset-size6.size10 {
|
|
1647
|
-
font-size: 2.074em
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
.katex .fontsize-ensurer.reset-size6.size11, .katex .sizing.reset-size6.size11 {
|
|
1651
|
-
font-size: 2.488em
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
.katex .fontsize-ensurer.reset-size7.size1, .katex .sizing.reset-size7.size1 {
|
|
1655
|
-
font-size: .41666667em
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
.katex .fontsize-ensurer.reset-size7.size2, .katex .sizing.reset-size7.size2 {
|
|
1659
|
-
font-size: .5em
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
|
-
.katex .fontsize-ensurer.reset-size7.size3, .katex .sizing.reset-size7.size3 {
|
|
1663
|
-
font-size: .58333333em
|
|
1664
|
-
}
|
|
1665
|
-
|
|
1666
|
-
.katex .fontsize-ensurer.reset-size7.size4, .katex .sizing.reset-size7.size4 {
|
|
1667
|
-
font-size: .66666667em
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
.katex .fontsize-ensurer.reset-size7.size5, .katex .sizing.reset-size7.size5 {
|
|
1671
|
-
font-size: .75em
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
.katex .fontsize-ensurer.reset-size7.size6, .katex .sizing.reset-size7.size6 {
|
|
1675
|
-
font-size: .83333333em
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
.katex .fontsize-ensurer.reset-size7.size7, .katex .sizing.reset-size7.size7 {
|
|
1679
|
-
font-size: 1em
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1682
|
-
.katex .fontsize-ensurer.reset-size7.size8, .katex .sizing.reset-size7.size8 {
|
|
1683
|
-
font-size: 1.2em
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
.katex .fontsize-ensurer.reset-size7.size9, .katex .sizing.reset-size7.size9 {
|
|
1687
|
-
font-size: 1.44em
|
|
1688
|
-
}
|
|
1689
|
-
|
|
1690
|
-
.katex .fontsize-ensurer.reset-size7.size10, .katex .sizing.reset-size7.size10 {
|
|
1691
|
-
font-size: 1.72833333em
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
.katex .fontsize-ensurer.reset-size7.size11, .katex .sizing.reset-size7.size11 {
|
|
1695
|
-
font-size: 2.07333333em
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
.katex .fontsize-ensurer.reset-size8.size1, .katex .sizing.reset-size8.size1 {
|
|
1699
|
-
font-size: .34722222em
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
|
-
.katex .fontsize-ensurer.reset-size8.size2, .katex .sizing.reset-size8.size2 {
|
|
1703
|
-
font-size: .41666667em
|
|
1704
|
-
}
|
|
1705
|
-
|
|
1706
|
-
.katex .fontsize-ensurer.reset-size8.size3, .katex .sizing.reset-size8.size3 {
|
|
1707
|
-
font-size: .48611111em
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
|
-
.katex .fontsize-ensurer.reset-size8.size4, .katex .sizing.reset-size8.size4 {
|
|
1711
|
-
font-size: .55555556em
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
.katex .fontsize-ensurer.reset-size8.size5, .katex .sizing.reset-size8.size5 {
|
|
1715
|
-
font-size: .625em
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
.katex .fontsize-ensurer.reset-size8.size6, .katex .sizing.reset-size8.size6 {
|
|
1719
|
-
font-size: .69444444em
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
.katex .fontsize-ensurer.reset-size8.size7, .katex .sizing.reset-size8.size7 {
|
|
1723
|
-
font-size: .83333333em
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
.katex .fontsize-ensurer.reset-size8.size8, .katex .sizing.reset-size8.size8 {
|
|
1727
|
-
font-size: 1em
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
.katex .fontsize-ensurer.reset-size8.size9, .katex .sizing.reset-size8.size9 {
|
|
1731
|
-
font-size: 1.2em
|
|
1732
|
-
}
|
|
1733
|
-
|
|
1734
|
-
.katex .fontsize-ensurer.reset-size8.size10, .katex .sizing.reset-size8.size10 {
|
|
1735
|
-
font-size: 1.44027778em
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
.katex .fontsize-ensurer.reset-size8.size11, .katex .sizing.reset-size8.size11 {
|
|
1739
|
-
font-size: 1.72777778em
|
|
1740
|
-
}
|
|
1741
|
-
|
|
1742
|
-
.katex .fontsize-ensurer.reset-size9.size1, .katex .sizing.reset-size9.size1 {
|
|
1743
|
-
font-size: .28935185em
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
.katex .fontsize-ensurer.reset-size9.size2, .katex .sizing.reset-size9.size2 {
|
|
1747
|
-
font-size: .34722222em
|
|
1748
|
-
}
|
|
1749
|
-
|
|
1750
|
-
.katex .fontsize-ensurer.reset-size9.size3, .katex .sizing.reset-size9.size3 {
|
|
1751
|
-
font-size: .40509259em
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
.katex .fontsize-ensurer.reset-size9.size4, .katex .sizing.reset-size9.size4 {
|
|
1755
|
-
font-size: .46296296em
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
.katex .fontsize-ensurer.reset-size9.size5, .katex .sizing.reset-size9.size5 {
|
|
1759
|
-
font-size: .52083333em
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
|
-
.katex .fontsize-ensurer.reset-size9.size6, .katex .sizing.reset-size9.size6 {
|
|
1763
|
-
font-size: .5787037em
|
|
1764
|
-
}
|
|
1765
|
-
|
|
1766
|
-
.katex .fontsize-ensurer.reset-size9.size7, .katex .sizing.reset-size9.size7 {
|
|
1767
|
-
font-size: .69444444em
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
.katex .fontsize-ensurer.reset-size9.size8, .katex .sizing.reset-size9.size8 {
|
|
1771
|
-
font-size: .83333333em
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
.katex .fontsize-ensurer.reset-size9.size9, .katex .sizing.reset-size9.size9 {
|
|
1775
|
-
font-size: 1em
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
.katex .fontsize-ensurer.reset-size9.size10, .katex .sizing.reset-size9.size10 {
|
|
1779
|
-
font-size: 1.20023148em
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
.katex .fontsize-ensurer.reset-size9.size11, .katex .sizing.reset-size9.size11 {
|
|
1783
|
-
font-size: 1.43981481em
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
|
-
.katex .fontsize-ensurer.reset-size10.size1, .katex .sizing.reset-size10.size1 {
|
|
1787
|
-
font-size: .24108004em
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
.katex .fontsize-ensurer.reset-size10.size2, .katex .sizing.reset-size10.size2 {
|
|
1791
|
-
font-size: .28929605em
|
|
1792
|
-
}
|
|
1793
|
-
|
|
1794
|
-
.katex .fontsize-ensurer.reset-size10.size3, .katex .sizing.reset-size10.size3 {
|
|
1795
|
-
font-size: .33751205em
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
.katex .fontsize-ensurer.reset-size10.size4, .katex .sizing.reset-size10.size4 {
|
|
1799
|
-
font-size: .38572806em
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
.katex .fontsize-ensurer.reset-size10.size5, .katex .sizing.reset-size10.size5 {
|
|
1803
|
-
font-size: .43394407em
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
.katex .fontsize-ensurer.reset-size10.size6, .katex .sizing.reset-size10.size6 {
|
|
1807
|
-
font-size: .48216008em
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
.katex .fontsize-ensurer.reset-size10.size7, .katex .sizing.reset-size10.size7 {
|
|
1811
|
-
font-size: .57859209em
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
.katex .fontsize-ensurer.reset-size10.size8, .katex .sizing.reset-size10.size8 {
|
|
1815
|
-
font-size: .69431051em
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
|
-
.katex .fontsize-ensurer.reset-size10.size9, .katex .sizing.reset-size10.size9 {
|
|
1819
|
-
font-size: .83317261em
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
.katex .fontsize-ensurer.reset-size10.size10, .katex .sizing.reset-size10.size10 {
|
|
1823
|
-
font-size: 1em
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
.katex .fontsize-ensurer.reset-size10.size11, .katex .sizing.reset-size10.size11 {
|
|
1827
|
-
font-size: 1.19961427em
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
.katex .fontsize-ensurer.reset-size11.size1, .katex .sizing.reset-size11.size1 {
|
|
1831
|
-
font-size: .20096463em
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
.katex .fontsize-ensurer.reset-size11.size2, .katex .sizing.reset-size11.size2 {
|
|
1835
|
-
font-size: .24115756em
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
|
-
.katex .fontsize-ensurer.reset-size11.size3, .katex .sizing.reset-size11.size3 {
|
|
1839
|
-
font-size: .28135048em
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
|
-
.katex .fontsize-ensurer.reset-size11.size4, .katex .sizing.reset-size11.size4 {
|
|
1843
|
-
font-size: .32154341em
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
.katex .fontsize-ensurer.reset-size11.size5, .katex .sizing.reset-size11.size5 {
|
|
1847
|
-
font-size: .36173633em
|
|
1848
|
-
}
|
|
1849
|
-
|
|
1850
|
-
.katex .fontsize-ensurer.reset-size11.size6, .katex .sizing.reset-size11.size6 {
|
|
1851
|
-
font-size: .40192926em
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
.katex .fontsize-ensurer.reset-size11.size7, .katex .sizing.reset-size11.size7 {
|
|
1855
|
-
font-size: .48231511em
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
|
-
.katex .fontsize-ensurer.reset-size11.size8, .katex .sizing.reset-size11.size8 {
|
|
1859
|
-
font-size: .57877814em
|
|
1860
|
-
}
|
|
1861
|
-
|
|
1862
|
-
.katex .fontsize-ensurer.reset-size11.size9, .katex .sizing.reset-size11.size9 {
|
|
1863
|
-
font-size: .69453376em
|
|
1864
|
-
}
|
|
1865
|
-
|
|
1866
|
-
.katex .fontsize-ensurer.reset-size11.size10, .katex .sizing.reset-size11.size10 {
|
|
1867
|
-
font-size: .83360129em
|
|
1868
|
-
}
|
|
1869
|
-
|
|
1870
|
-
.katex .fontsize-ensurer.reset-size11.size11, .katex .sizing.reset-size11.size11 {
|
|
1871
|
-
font-size: 1em
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
.katex .delimsizing.size1 {
|
|
1875
|
-
font-family: KaTeX_Size1
|
|
1876
|
-
}
|
|
1877
|
-
|
|
1878
|
-
.katex .delimsizing.size2 {
|
|
1879
|
-
font-family: KaTeX_Size2
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
.katex .delimsizing.size3 {
|
|
1883
|
-
font-family: KaTeX_Size3
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
.katex .delimsizing.size4 {
|
|
1887
|
-
font-family: KaTeX_Size4
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
.katex .delimsizing.mult .delim-size1 > span {
|
|
1891
|
-
font-family: KaTeX_Size1
|
|
1892
|
-
}
|
|
1893
|
-
|
|
1894
|
-
.katex .delimsizing.mult .delim-size4 > span {
|
|
1895
|
-
font-family: KaTeX_Size4
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
.katex .nulldelimiter {
|
|
1899
|
-
display: inline-block;
|
|
1900
|
-
width: .12em
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
.katex .delimcenter, .katex .op-symbol {
|
|
1904
|
-
position: relative
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
.katex .op-symbol.small-op {
|
|
1908
|
-
font-family: KaTeX_Size1
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
.katex .op-symbol.large-op {
|
|
1912
|
-
font-family: KaTeX_Size2
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
.katex .accent > .vlist-t, .katex .op-limits > .vlist-t {
|
|
1916
|
-
text-align: center
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
.katex .accent .accent-body > span {
|
|
1920
|
-
width: 0
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
.katex .accent .accent-body.accent-vec > span {
|
|
1924
|
-
position: relative;
|
|
1925
|
-
left: .326em
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
|
-
.katex .accent .accent-body.accent-hungarian > span {
|
|
1929
|
-
position: relative;
|
|
1930
|
-
left: .25em
|
|
1931
|
-
}
|
|
1932
|
-
|
|
1933
|
-
.katex .mtable .vertical-separator {
|
|
1934
|
-
display: inline-block;
|
|
1935
|
-
margin: 0 -.025em;
|
|
1936
|
-
width: .05em
|
|
1937
|
-
}
|
|
1938
|
-
|
|
1939
|
-
@media screen {
|
|
1940
|
-
.katex .mtable .vertical-separator {
|
|
1941
|
-
min-width: 1px
|
|
1942
|
-
}
|
|
1943
|
-
}
|
|
1944
|
-
|
|
1945
|
-
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
|
|
1946
|
-
.katex .mtable .vertical-separator {
|
|
1947
|
-
min-width: .5px
|
|
1948
|
-
}
|
|
1949
|
-
}
|
|
1950
|
-
|
|
1951
|
-
.katex .mtable .arraycolsep {
|
|
1952
|
-
display: inline-block
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
|
-
.katex .mtable .col-align-c > .vlist-t {
|
|
1956
|
-
text-align: center
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
.katex .mtable .col-align-l > .vlist-t {
|
|
1960
|
-
text-align: left
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
.katex .mtable .col-align-r > .vlist-t {
|
|
1964
|
-
text-align: right
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
.katex .svg-align {
|
|
1968
|
-
text-align: left
|
|
1969
|
-
}
|
|
1970
|
-
|
|
1971
|
-
.katex svg {
|
|
1972
|
-
display: block;
|
|
1973
|
-
position: absolute;
|
|
1974
|
-
width: 100%
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
|
-
.katex svg path {
|
|
1978
|
-
fill: currentColor
|
|
1979
|
-
}
|
|
1980
|
-
|
|
1981
|
-
.katex svg line {
|
|
1982
|
-
stroke: currentColor
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
.katex .stretchy {
|
|
1986
|
-
width: 100%;
|
|
1987
|
-
display: block
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
.katex .stretchy:after, .katex .stretchy:before {
|
|
1991
|
-
content: ""
|
|
1992
|
-
}
|
|
1993
|
-
|
|
1994
|
-
.katex .hide-tail {
|
|
1995
|
-
width: 100%;
|
|
1996
|
-
position: relative;
|
|
1997
|
-
overflow: hidden
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
|
-
.katex .halfarrow-left {
|
|
2001
|
-
position: absolute;
|
|
2002
|
-
left: 0;
|
|
2003
|
-
width: 50.1%;
|
|
2004
|
-
overflow: hidden
|
|
2005
|
-
}
|
|
2006
|
-
|
|
2007
|
-
.katex .halfarrow-right {
|
|
2008
|
-
position: absolute;
|
|
2009
|
-
right: 0;
|
|
2010
|
-
width: 50%;
|
|
2011
|
-
overflow: hidden
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
.katex .brace-left {
|
|
2015
|
-
position: absolute;
|
|
2016
|
-
left: 0;
|
|
2017
|
-
width: 25.1%;
|
|
2018
|
-
overflow: hidden
|
|
2019
|
-
}
|
|
2020
|
-
|
|
2021
|
-
.katex .brace-center {
|
|
2022
|
-
position: absolute;
|
|
2023
|
-
left: 25%;
|
|
2024
|
-
width: 50%;
|
|
2025
|
-
overflow: hidden
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
.katex .brace-right {
|
|
2029
|
-
position: absolute;
|
|
2030
|
-
right: 0;
|
|
2031
|
-
width: 25.1%;
|
|
2032
|
-
overflow: hidden
|
|
2033
|
-
}
|
|
2034
|
-
|
|
2035
|
-
.katex .x-arrow-pad {
|
|
2036
|
-
padding: 0 .5em
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
.katex .mover, .katex .munder, .katex .x-arrow {
|
|
2040
|
-
text-align: center
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
.katex .boxpad {
|
|
2044
|
-
padding: 0 .3em
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
.katex .fbox {
|
|
2048
|
-
border: .04em solid #000
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
.katex .fbox, .katex .fcolorbox {
|
|
2052
|
-
-webkit-box-sizing: border-box;
|
|
2053
|
-
box-sizing: border-box
|
|
2054
|
-
}
|
|
2055
|
-
|
|
2056
|
-
.katex .fcolorbox {
|
|
2057
|
-
border: .04em solid
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
.katex .cancel-pad {
|
|
2061
|
-
padding: 0 .2em
|
|
2062
|
-
}
|
|
2063
|
-
|
|
2064
|
-
.katex .cancel-lap + .mbin, .katex .cancel-lap + .mord, .katex .cancel-lap + .msupsub, .katex .mbin + .cancel-lap, .katex .mord + .cancel-lap {
|
|
2065
|
-
margin-left: -.2em
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
|
-
.katex .sout {
|
|
2069
|
-
border-bottom-style: solid;
|
|
2070
|
-
border-bottom-width: .08em
|
|
2071
|
-
}
|