first commit

This commit is contained in:
2025-12-22 12:20:15 +08:00
commit d77a09bdaa
1027 changed files with 54150 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
_cache/
dist-newstyle/
.DS_Store
.vscode/
cache/
packagedb/
build/
# binaries
katex_cli
site
_site/
sxlxc.github.io/

130
bib_style.csl Normal file
View File

@@ -0,0 +1,130 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Elsevier (numeric, with titles)</title>
<id>http://www.zotero.org/styles/elsevier-numeric-with-titles</id>
<link href="http://www.zotero.org/styles/elsevier-numeric-with-titles" rel="self"/>
<link href="http://www.zotero.org/styles/elsevier-without-titles" rel="template"/>
<link href="http://www.elsevier.com/journals/solid-state-electronics/0038-1101/guide-for-authors#68000" rel="documentation"/>
<author>
<name>Richard Karnesky</name>
<email>karnesky+zotero@gmail.com</email>
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
</author>
<contributor>
<name>Rintze Zelle</name>
<uri>http://twitter.com/rintzezelle</uri>
</contributor>
<category citation-format="numeric"/>
<category field="generic-base"/>
<summary>A style for many of Elsevier's journals that includes article titles in the reference list</summary>
<updated>2025-06-05T07:59:51+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
<names variable="author">
<name initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" text-case="capitalize-first" suffix=".)" strip-periods="true"/>
</names>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="publisher">
<text variable="publisher" suffix=", "/>
<text variable="publisher-place" suffix=", "/>
<text macro="year-date"/>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush" et-al-min="7" et-al-use-first="6">
<layout suffix=".">
<text variable="citation-number" prefix="[" suffix="]"/>
<text macro="author" prefix=" " suffix=", "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=", ">
<text variable="title" font-style="normal" font-weight="normal"/>
<text macro="edition"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<text variable="title" suffix=", "/>
<text term="in" suffix=": "/>
<text variable="container-title" form="short" text-case="title" font-style="italic" suffix=", "/>
<text macro="edition" suffix=", "/>
<text macro="publisher"/>
<group delimiter=" ">
<label variable="page" form="short" prefix=": "/>
<text variable="page"/>
</group>
</else-if>
<else-if type="patent">
<group delimiter=", ">
<text variable="title"/>
<text variable="number"/>
<text macro="year-date"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<text variable="title"/>
<text variable="genre"/>
<text variable="publisher"/>
<text macro="year-date"/>
</group>
</else-if>
<else>
<group delimiter=" ">
<text variable="title" font-style="normal" font-weight="normal" suffix=","/>
<text variable="container-title" form="short" text-case="title" font-style="italic" suffix="."/>
<text variable="volume"/>
<text macro="year-date" prefix="(" suffix=")"/>
<text variable="page" form="short"/>
</group>
</else>
</choose>
<text variable="DOI" prefix=" "/>
</layout>
</bibliography>
</style>

3
contact.md Normal file
View File

@@ -0,0 +1,3 @@
---
title: Contact
---

452
css/default.css Normal file
View File

@@ -0,0 +1,452 @@
:root {
--color-text: black;
--color-tag1: gray;
--color-tag2: darkolivegreen;
--color-bg: white;
--color-link: #337ab7;
--color-linkhbg: #e6f0ff;
--color-linkh: #002266;
--color-bq: olivedrab;
--color-notice: #fb4f4f;
}
@media (prefers-color-scheme: dark) {
:root {
--color-text: white;
--color-bg: black;
}
}
html {
scrollbar-gutter: stable;
}
body {
font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 1.2em;
line-height: 125%;
color: var(--color-text);
background-color: var(--color-bg);
text-rendering: optimizeLegibility;
text-align: justify;
}
body a {
color: var(--color-link);
text-decoration: none;
}
body a:hover {
text-decoration: underline;
text-decoration-style: solid;
}
main a:hover {
background-color: var(--color-linkhbg);
color: var(--color-linkh);
text-decoration: none;
}
.text-space .langtag {
color: var(--color-tag1);
}
.sc {
font-variant-caps: small-caps;
}
p {
hyphens: auto;
}
a.url {
word-break: break-all;
}
header {
font-weight: 400;
font-family: "IosevkaC", sans-serif;
}
/* top bar*/
.navbar {
display: flex;
justify-content: space-between;
align-items: start;
}
.navright a {
margin: 0 0 0 1em;
}
/* Links inside the navbar */
.navbar a {
text-decoration: none;
color: var(--color-text);
}
.navbar a:visited {
color: var(--color-text);
}
.navright a,
.navright a:visited {
color: var(--color-linkh);
text-decoration: underline;
}
.navright a:hover {
background-color: var(--color-linkhbg);
}
.navright {
gap: 0.75rem 1.25rem; /* row gap | column gap */
}
nav {
background-color: whitesmoke;
text-align: right;
/* border-bottom: solid 1px var(--color-text); */
}
nav a {
font-size: 1.2rem;
margin-left: 12px;
display: inline-block;
/* line-height: 24px;
height: 24px;
padding: 0 8px; */
vertical-align: middle;
text-decoration: none;
}
.uri {
word-wrap: break-word;
/* Legacy support */
overflow-wrap: break-word;
/* Modern property */
word-break: break-all;
/* Break long words if necessary */
white-space: normal;
/* Allow wrapping */
}
footer {
color: var(--color-text);
font-size: 12px;
margin-top: 30px;
text-align: right;
padding: 3pt 10pt 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-align: left;
}
.pagetitle {
/* margin-top: 2em; */
font-size: 2em;
font-weight: normal;
font-style: normal;
text-align: left;
line-height: 100%;
}
h1 {
margin-top: 1em;
font-size: 1.44em;
font-weight: bold;
font-style: normal;
text-align: left;
line-height: 100%;
}
h2 {
margin-top: 1em;
font-size: 1.2em;
font-weight: bold;
font-style: normal
}
h3 {
margin-top: 1em;
font-size: 1em;
font-weight: bold;
font-style: normal
}
article .header {
font-size: 1rem;
font-style: normal;
color: var(--color-tag1);
text-align: left;
}
.info {
color: var(--color-tag2);
font-size: 1.1rem;
font-style: normal;
text-align: left;
}
.info a {
color: var(--color-tag2);
font-size: 1.1rem;
font-style: normal;
text-align: left;
}
.info a:visited {
color: var(--color-tag2);
}
section.body {
margin-top: 2rem;
}
.ascii-art {
margin: 0;
border: 2px solid var(--color-text);
padding: 10px;
background-color: #f0f0f0;
display: block;
font-family: monospace;
line-height: normal;
}
blockquote {
margin: 1rem 0;
padding: 0 0 0 1.5em;
border-left: 3px solid var(--color-bq);
}
blockquote p {
margin: 0;
}
ul {
list-style-type: square;
}
li {
margin-bottom: 0.15em;
}
table,
th,
td {
border: 1px solid darkolivegreen;
border-collapse: collapse;
text-align: left;
}
figure {
display: flex;
flex-flow: column;
padding: 5px;
margin: auto;
max-width: 80%;
}
figcaption {
/* font: italic smaller sans-serif; */
padding: 3px;
text-align: center;
}
.caption {
display: none
}
.centerimg img {
margin: 0 auto 0 auto;
display: block;
}
/* .katex .mathnormal, .katex .mathrm, .katex .custom-Regular, .katex .amsrm {
font-family: 'LibertinusMath';
} */
.katex,
.katex * {
line-height: normal !important;
font-size: 1em;
}
div.highlight,
pre code {
margin: auto;
padding: 10px;
overflow: auto;
display: block;
}
code {
font-family: "IosevkaC", monospace;
margin: 0 auto;
display: inline-block;
padding: 0px 2px;
border-radius: 2px;
font-variant-ligatures: none;
font-kerning: none;
text-rendering: optimizeSpeed;
}
.draft-notice {
color: var(--color-notice);
margin: 1em auto;
text-align: center
}
.subtitle {
text-align: left;
font-size: 1.2em;
margin-top: 0
}
/* phones -- no sidebar no sidenotes*/
@media (max-width: 768px) {
body {
/* width: 90%; */
margin: auto;
padding: 0 5%;
text-align: left;
max-width: 876px;
}
mjx-container[display="true"]
/*, .katex-display */ {
overflow-x: auto;
overflow-y: hidden;
}
/* .katex-display>.katex>.katex-html>.tag {
display: inline-block;
position: relative;
padding-left: 10pt;
} */
}
.navbar-space {
display: none;
}
/* sidebar. no sidenotes */
@media (min-width: 769px) {
a.home{
font-size: 2rem;
white-space: nowrap;
padding-top: 1rem;
}
body {
max-width: 2500px;
display: -webkit-flex;
-webkit-flex-flow: row wrap;
display: -ms-flexbox;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
width: 95%;
padding-right: 5%;
margin: auto;
}
.navbar-space {
margin-top: 5rem;
margin-left: 0;
margin-right: 0;
width: 33%;
display: inline-block;
}
div#contents ul,
div#contents-big ul {
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-left: 1em;
line-height: 1.2;
list-style-type: decimal;
margin-left: 0
}
div#contents-big ul ul {
list-style-type: none;
}
div#contents-big li+li {
margin-top: 0.5em
}
div#contents-big {
font-size: 80%;
padding-top: 0;
padding-left: 1rem;
text-align: left;
max-width: 80%;
clear: both;
margin-right: 1.7em;
margin-left: 0.25em;
position: sticky;
top: 5rem;
left: 100%
}
div#contents-big .mini-header {
font-weight: bold;
margin: 0;
font-variant: small-caps;
}
.text-space {
display: inline-block;
width: 66%;
}
.gallery {
padding-top: 60px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
justify-content: center;
}
.gallery {
column-width: 280px;
/* target column width */
column-gap: 20px;
}
.gallery img {
width: 100%;
display: block;
margin-bottom: 10px;
}
}
/* sidebar+sidenotes */
@media (min-width: 1200px) {
body {
width: 75%;
padding-right: 25%;
}
}
@media print {
.no-print,
.no-print * {
display: none !important;
}
body {
margin: auto;
}
}

40
css/fonts.css Normal file
View File

@@ -0,0 +1,40 @@
/* fonts */
@font-face {
font-family: "Lato";
src: url("/fonts/Lato-Regular.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Lato";
src: url("/fonts/Lato-Bold.woff2") format("woff2");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Lato";
src: url("/fonts/Lato-Italic.woff2") format("woff2");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Lato";
src: url("/fonts/Lato-BoldItalic.woff2") format("woff2");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "IosevkaC";
src: url("/fonts/IosevkaCustom-Regular.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "IosevkaC";
src: url("/fonts/IosevkaCustom-Bold.woff2") format("woff2");
font-weight: bold;
font-style: normal;
}

35
css/pygentize.css Normal file
View File

@@ -0,0 +1,35 @@
code.sourceCode
{
background: inherit
}
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
code span.al { color: #CB4B16; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #D33682; } /* BaseN */
code span.bu { } /* BuiltIn */
code span.cf { color: #5F8700; font-weight: bold; } /* ControlFlow */
code span.ch { color: #16801a; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #93A1A1; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { background-color: #f8edff; } /* DataType */
code span.dv { color: #D33682; } /* DecVal */
code span.er { color: #D30102; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #D33682; } /* Float */
code span.fu { } /* Function */
code span.im { color: #D70000} /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { font-weight: bold; } /* Keyword */
code span.op { font-weight: bold; } /* Operator */
code span.ot { font-weight: bold; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #16801a; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/Lato-Bold.ttf Normal file

Binary file not shown.

BIN
fonts/Lato-Bold.woff2 Normal file

Binary file not shown.

BIN
fonts/Lato-BoldItalic.ttf Normal file

Binary file not shown.

BIN
fonts/Lato-BoldItalic.woff2 Normal file

Binary file not shown.

BIN
fonts/Lato-Italic.ttf Normal file

Binary file not shown.

BIN
fonts/Lato-Italic.woff2 Normal file

Binary file not shown.

BIN
fonts/Lato-Regular.ttf Normal file

Binary file not shown.

BIN
fonts/Lato-Regular.woff2 Normal file

Binary file not shown.

35
hakyll-blog.cabal Normal file
View File

@@ -0,0 +1,35 @@
name: hakyll-blog
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
hs-source-dirs: src
main-is: site.hs
other-modules: ChaoDoc, SideNoteHTML
build-depends: base >= 4.18
, hakyll >= 4.15
, mtl >= 2.2.2
, pandoc
, pandoc-types >= 1.22.2.1
, pandoc-sidenote
, tagsoup
, text
, containers
-- , process
-- , regex-compat
, array
, filepath
-- , ghc-syntax-highlighter
-- , blaze-html >= 0.9
ghc-options: -Weverything
-Wno-implicit-prelude
-Wno-missing-import-lists
-Wno-unused-packages
-Wno-missing-safe-haskell-mode
-Wno-all-missed-specialisations
-Wno-unsafe
-Wno-prepositive-qualified-module
-O2 -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010

3
index.md Normal file
View File

@@ -0,0 +1,3 @@
---
title: 19th Asian Logic Conference (ALC)
---

3
invited_speaker.md Normal file
View File

@@ -0,0 +1,3 @@
---
title: Invited Speakers
---

26
makefile Normal file
View File

@@ -0,0 +1,26 @@
COMMANDS := build watch rebuild clean
.PHONY: $(COMMANDS)
# Set the default goal, so running 'make' without arguments will run 'make build'.
.DEFAULT_GOAL := build
# ---
$(COMMANDS): site
@echo "Running command: ./site $@"
-@./site $@
# --- Rules ---
# using relative symlinks should be fine since everything only works at ./
site: src/site.hs src/ChaoDoc.hs
cabal build
ln -sf "$(shell cabal list-bin exe:site)" site
# move from katex to mathjax
# katex_cli:
# cd katex_rust_fork && cargo build --release
# ln -sf ./katex_rust_fork/target/release/katex_cli katex_cli

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(()=>{"use strict";const d=MathJax._.output.chtml.DynamicFonts.AddFontIds,x=MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont,t=MathJax._.output.common.Direction,a=(t.DIRECTION,t.V,t.H);x.dynamicSetup("","accents",d({"":{normal:{184:[.016,.241,.275],688:[.781,-.4,.309],689:[.779,-.4,.309],690:[.804,-.291,.203],692:[.666,-.393,.242],695:[.665,-.4,.467],696:[.665,-.289,.344],697:[.689,-.427,.304],698:[.689,-.427,.454],699:[.85,-.587,.204],700:[.753,-.49,.228],703:[.836,-.624,.174],704:[.846,-.611,.262],712:[.858,-.626,.147],716:[-.072,.304,.147],718:[-.049,.205,.3],719:[-.049,.205,.3],720:[.487,0,.247],721:[.487,-.333,.247],724:[.409,-.19,.424],726:[.467,-.13,.461],727:[.334,-.265,.462],731:[.033,.232,.263,{ic:.005}],733:[.797,-.592,.366],734:[.527,-.313,.394,{ic:.02}],736:[.665,-.29,.348],737:[.78,-.391,.186],738:[.673,-.391,.306],739:[.665,-.4,.348],740:[.779,-.4,.327],741:[.689,0,.344],742:[.689,0,.344],743:[.689,0,.344],744:[.689,0,.344],745:[.689,0,.344],750:[.748,-.511,.374],777:[.846,-.611,0,{dx:.131}],779:[.832,-.634,0,{dx:.183}],781:[.858,-.626,0,{dx:.073}],783:[.832,-.634,0,{dx:.183}],785:[.76,-.614,0,{dx:.181}],786:[.802,-.583,0,{dx:.09}],787:[.802,-.583,0,{dx:.09}],790:[-.049,.205,0,{dx:.15}],791:[-.049,.205,0,{dx:.15}],792:[-.063,.353,0,{dx:.132}],793:[-.063,.353,0,{dx:.133}],794:[.779,-.594,0,{dx:.121,sk:.029}],795:[.607,-.417,0,{dx:.097}],796:[-.064,.276,0,{dx:.087}],797:[-.091,.31,0,{dx:.18}],798:[-.091,.31,0,{dx:.18}],799:[-.082,.323,0,{dx:.157}],800:[-.171,.236,0,{dx:.157}],801:[.001,.213,0,{dx:.163}],803:[-.074,.199,0,{dx:.095}],804:[-.078,.192,0,{dx:.193}],805:[-.064,.276,0,{dx:.144}],806:[-.077,.296,0,{dx:.09}],807:[.016,.241,0,{dx:.138}],808:[.033,.232,0,{dx:.132}],809:[-.072,.304,0,{dx:.086}],810:[-.091,.24,0,{dx:.17}],811:[-.061,.197,0,{dx:.221}],812:[-.071,.226,0,{dx:.196}],813:[-.068,.226,0,{dx:.196}],815:[-.05,.196,0,{dx:.181}],816:[-.066,.184,0,{dx:.197}],817:[-.104,.173,0,{dx:.167}],818:[-.104,.173,0,{dx:.235}],820:[.384,-.25,0,{sk:-.239}],821:[.352,-.274,0,{sk:-.202}],822:[.352,-.274,0,{sk:-.393}],823:[.597,-.062,0,{sk:-.236}],825:[-.063,.275,0,{dx:.086}],826:[-.091,.24,0,{dx:.17}],827:[-.068,.24,0,{dx:.17}],828:[-.06,.196,0,{dx:.221}],829:[.838,-.6,0,{dx:.174}],834:[.774,-.656,0,{dx:.197}],837:[-.039,.19,0,{dx:.136}],860:[-.027,.212,0,{dx:0}],865:[.794,-.609,0,{dx:.001}],7620:[.782,-.608,0,{dx:.205}],7621:[.782,-.608,0,{dx:.205}],7622:[.746,-.589,0,{dx:.205}],7623:[.746,-.589,0,{dx:.205}],7624:[.795,-.653,0,{dx:.235}],7625:[.795,-.653,0,{dx:.235}],8403:[.45,.182,0,{sk:-.2}],8423:[.692,.182,0,{sk:-.43}],8424:[-.078,.192,0,{dx:.287}],8425:[.783,-.634,0,{dx:.245}],8432:[.85,-.566,0,{dx:.179}]}}},"FIRA"),{818:{dir:a,sizes:[0],stretch:[0,818],HDW:[-.104,.173,0],hd:[-.104,.173]}});MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/accents","4.0.0","dynamic-font")})();

View File

@@ -0,0 +1 @@
(()=>{"use strict";const t=MathJax._.output.chtml.DynamicFonts.AddFontIds,s=MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont,r=MathJax._.output.common.Direction,e=(r.DIRECTION,r.V),h=r.H;s.dynamicSetup("","arrows",t({AR:{normal:{8604:[.458,-.111,1.03],8605:[.458,-.111,1.03],8607:[.705,.145,.664],8609:[.705,.145,.664],8613:[.68,.12,.664],8615:[.68,.12,.664],8616:[.72,.226,.664],8621:[.492,-.068,1.23],8623:[.709,.132,.696],8624:[.74,.08,.68],8625:[.74,.08,.68],8626:[.66,.16,.68],8627:[.66,.16,.68],8628:[.65,.07,1.06],8629:[.7,.12,.96],8632:[.678,.03,.874],8633:[.647,.087,1.08],8662:[.563,.098,.901],8663:[.563,.098,.901],8664:[.563,.098,.901],8665:[.563,.098,.901],8668:[.492,-.068,1.18],8669:[.492,-.068,1.18],8670:[.68,.12,.664],8671:[.68,.12,.664],8678:[.58,.02,1.04],8679:[.68,.12,.84],8680:[.58,.02,1.04],8681:[.68,.12,.84],8682:[.68,.12,.84],8683:[.68,.12,.84],8684:[.68,.12,.84],8685:[.68,.12,.84],8686:[.68,.12,.84],8687:[.68,.12,.84],8688:[.58,.02,1.04],8689:[.678,.032,.952],8690:[.678,.032,.952],8691:[.72,.16,.84],8692:[.492,-.068,1.04],8695:[.492,-.068,1.04],8696:[.492,-.068,1.04],8697:[.492,-.068,1.14],8698:[.492,-.068,1.04],8699:[.492,-.068,1.04],8700:[.492,-.068,1.16],8701:[.531,-.029,1.04],8702:[.531,-.029,1.04],8703:[.531,-.029,1.16],9166:[.75,-.015,1],10145:[.613,-.013,1],10496:[.492,-.068,1.12],10497:[.492,-.068,1.2],10498:[.548,-.012,1.04],10499:[.548,-.012,1.04],10500:[.548,-.012,1.2],10501:[.492,-.068,1.12],10502:[.548,-.012,1.04],10503:[.548,-.012,1.04],10504:[.68,.12,.664],10505:[.68,.12,.664],10514:[.716,.156,.664],10515:[.716,.156,.664],10516:[.492,-.068,1.08],10517:[.492,-.068,1.08],10518:[.492,-.068,1.12],10519:[.492,-.068,1.26],10520:[.492,-.068,1.27],10521:[.492,-.068,1.08],10522:[.492,-.068,1.08],10523:[.492,-.068,1.08],10524:[.492,-.068,1.08],10572:[.69,.13,1.04],10573:[.69,.13,1.04],10575:[.816,.084,1.12],10577:[.816,.084,1.12],10588:[.695,.115,1.04],10589:[.695,.115,1.04],10592:[.695,.115,1.04],10593:[.695,.115,1.04],11013:[.613,-.013,1],11014:[.832,.012,.72],11015:[.75,.094,.72],11057:[.802,.242,1.04],11060:[.492,-.068,1.12],11061:[.492,-.068,1.2],11062:[.492,-.068,1.12],11065:[.492,-.068,1.08],11066:[.492,-.068,1.08],11067:[.492,-.068,1.12],11068:[.492,-.068,1.26],11069:[.492,-.068,1.27]}}},"FIRA"),{8613:{dir:e,sizes:[.8],stretch:[8593,8593,95],stretchv:[0,1,0],HDW:[.68,.12,.664]},8615:{dir:e,sizes:[.8],stretch:[95,8593,8595],stretchv:[0,1,0],HDW:[.68,.12,.664]},10502:{dir:h,sizes:[1.04],stretch:[8656,8656,8612],stretchv:[2,1,2],HDW:[.597,-.012,1.04],hd:[.414,-.146]},10503:{dir:h,sizes:[1.04],stretch:[8612,8656,8658],stretchv:[2,1,3],HDW:[.597,-.012,1.04],hd:[.414,-.146]},10572:{dir:e,sizes:[.82],stretch:[10572,8593,10572],stretchv:[2,1,3],HDW:[.69,.13,.664]},10573:{dir:e,sizes:[.82],stretch:[10573,8593,10573],stretchv:[2,1,3],HDW:[.69,.13,.664]},10575:{dir:e,sizes:[.899],stretch:[10572,8593,10573],stretchv:[2,1,3],HDW:[.816,.084,.664]},10577:{dir:e,sizes:[.899],stretch:[10573,8593,10572],stretchv:[2,1,3],HDW:[.816,.084,.664]},10588:{dir:e,sizes:[.809],stretch:[10572,8593,95],stretchv:[2,1,0],HDW:[.695,.115,.664]},10589:{dir:e,sizes:[.809],stretch:[95,8593,10573],stretchv:[0,1,3],HDW:[.695,.115,.664]},10592:{dir:e,sizes:[.809],stretch:[10573,8593,95],stretchv:[2,1,0],HDW:[.695,.115,.664]},10593:{dir:e,sizes:[.809],stretch:[95,8593,10572],stretchv:[0,1,3],HDW:[.695,.115,.664]}},["MJX-FIRA-AR"]);MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/arrows","4.0.0","dynamic-font")})();

View File

@@ -0,0 +1 @@
(()=>{"use strict";const c=MathJax._.output.chtml.DynamicFonts.AddFontIds;MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont.dynamicSetup("","calligraphic",c({C:{"-tex-calligraphic":{65:[.722,.05,.798],66:[.706,.022,.656,{ic:.009}],67:[.705,.024,.526,{ic:.008}],68:[.683,0,.771],69:[.705,.022,.527,{ic:.038}],70:[.691,.032,.719,{ic:.111}],71:[.705,.119,.594,{ic:.007}],72:[.683,.049,.844],73:[.683,0,.544,{ic:.091}],74:[.683,.119,.677,{ic:.163}],75:[.705,.022,.761],76:[.705,.022,.689],77:[.705,.05,1.2],78:[.775,.05,.82,{ic:.158}],79:[.705,.022,.796],80:[.683,.05,.695,{ic:.038}],81:[.705,.124,.816],82:[.683,.022,.847],83:[.705,.022,.605,{ic:.037}],84:[.717,.068,.544,{ic:.29}],85:[.683,.028,.625,{ic:.063}],86:[.683,.045,.612,{ic:.048}],87:[.683,.045,.987,{ic:.049}],88:[.683,0,.713,{ic:.095}],89:[.683,.135,.668,{ic:.049}],90:[.683,0,.724,{ic:.043}]}},CB:{"-tex-bold-calligraphic":{65:[.745,.049,.92,{ic:.049}],66:[.705,.017,.747],67:[.703,.02,.612],68:[.686,0,.892],69:[.703,.017,.606,{ic:.021}],70:[.686,.031,.814,{ic:.116}],71:[.703,.114,.681],72:[.686,.048,.987],73:[.686,0,.642,{ic:.098}],74:[.686,.114,.779,{ic:.159}],75:[.703,.017,.871],76:[.703,.017,.788],77:[.703,.049,1.377],78:[.825,.049,.937,{ic:.167}],79:[.703,.017,.905],80:[.686,.061,.809,{ic:.037}],81:[.703,.14,.939],82:[.686,.017,.989],83:[.703,.017,.696,{ic:.025}],84:[.72,.069,.644,{ic:.304}],85:[.686,.024,.714,{ic:.058}],86:[.686,.069,.737,{ic:.039}],87:[.686,.069,1.168,{ic:.04}],88:[.686,0,.816,{ic:.091}],89:[.686,.156,.758,{ic:.042}],90:[.686,0,.818,{ic:.036}]}}},"FIRA"));MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/calligraphic","4.0.0","dynamic-font")})();

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(()=>{"use strict";const t=MathJax._.output.chtml.DynamicFonts.AddFontIds,a=MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont,o=MathJax._.output.common.Direction,c=(o.DIRECTION,o.V);o.H;a.dynamicSetup("","double-struck",t({DS:{normal:{8450:[.696,.011,.56],8461:[.689,0,.766],8469:[.685,0,.673],8473:[.685,0,.685],8474:[.696,.093,.69],8477:[.685,0,.741],8484:[.685,0,.63],8512:[.711,.151,.765],120120:[.685,0,.679],120121:[.685,0,.714],120123:[.685,0,.733],120124:[.685,0,.572],120125:[.685,0,.541],120126:[.696,.011,.618],120128:[.685,0,.375],120129:[.685,.139,.399],120130:[.685,0,.739],120131:[.685,0,.567],120132:[.685,0,.882],120134:[.696,.011,.691],120138:[.696,.011,.536],120139:[.685,0,.555],120140:[.685,.011,.712],120141:[.685,0,.546],120142:[.685,0,.81],120143:[.685,0,.555],120144:[.685,0,.647],120146:[.534,.011,.566],120147:[.743,.011,.677],120148:[.534,.011,.469],120149:[.743,.011,.682],120150:[.534,.011,.535],120151:[.743,0,.407],120152:[.568,.205,.526],120153:[.743,0,.684],120154:[.789,0,.374],120155:[.789,.223,.374],120156:[.743,0,.641],120157:[.743,.011,.343],120158:[.534,0,.953],120159:[.534,0,.685],120160:[.534,.011,.587],120161:[.534,.205,.677],120162:[.534,.205,.682],120163:[.534,0,.478],120164:[.534,.011,.458],120165:[.655,.011,.376],120166:[.523,.011,.679],120167:[.523,0,.484],120168:[.523,0,.732],120169:[.523,0,.494],120170:[.523,.204,.468],120171:[.523,0,.535]}}},"FIRA"),{8512:{dir:c,sizes:[.863,1.528],variants:[0,2]}},["MJX-FIRA-DS"]);MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/double-struck","4.0.0","dynamic-font")})();

View File

@@ -0,0 +1 @@
(()=>{"use strict";const a=MathJax._.output.chtml.DynamicFonts.AddFontIds;MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont.dynamicSetup("","fraktur",a({F:{normal:{120068:[.697,.027,.718],120069:[.691,.027,.884],8493:[.686,.024,.613],120071:[.69,.027,.832],120072:[.686,.024,.663],120073:[.686,.155,.611,{ic:.01}],120074:[.692,.025,.785],8460:[.667,.133,.72],8465:[.686,.027,.554],120077:[.686,.139,.552],120078:[.681,.027,.668,{ic:.022}],120079:[.686,.027,.666],120080:[.692,.027,1.05],120081:[.686,.029,.832],120082:[.729,.027,.827],120083:[.692,.219,.828],120084:[.729,.069,.827],8476:[.686,.027,.828],120086:[.689,.027,.829],120087:[.703,.027,.669,{ic:.007}],120088:[.697,.027,.646,{ic:.02}],120089:[.686,.028,.831],120090:[.686,.028,1.046,{ic:.009}],120091:[.689,.027,.719],120092:[.686,.219,.833],8488:[.729,.139,.602],120094:[.471,.036,.5],120095:[.686,.031,.513],120096:[.466,.029,.389],120097:[.612,.034,.499],120098:[.467,.031,.401],120099:[.679,.238,.326],120100:[.47,.209,.504],120101:[.689,.198,.521],120102:[.675,.021,.279],120103:[.673,.202,.281],120104:[.686,.026,.389],120105:[.686,.02,.28],120106:[.475,.026,.767],120107:[.475,.023,.527],120108:[.481,.028,.489],120109:[.538,.214,.5],120110:[.48,.224,.489],120111:[.474,.021,.389,{ic:.006}],120112:[.479,.03,.443],120113:[.641,.021,.333,{ic:.016}],120114:[.474,.026,.517],120115:[.533,.028,.512],120116:[.533,.028,.774],120117:[.473,.188,.389],120118:[.524,.219,.499],120119:[.471,.215,.391]}}},"FIRA"),{},["MJX-FIRA-F"]);MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/fraktur","4.0.0","dynamic-font")})();

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(()=>{"use strict";const a=MathJax._.output.chtml.DynamicFonts.AddFontIds;MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont.dynamicSetup("","latin-m",a({LM:{monospace:{192:[.909,0,.6],193:[.906,0,.6],194:[.91,0,.6],195:[.891,0,.6],196:[.875,0,.6],197:[.943,0,.6],198:[.689,0,.6,{ic:.007}],199:[.7,.238,.6],200:[.909,0,.6],201:[.906,0,.6],202:[.91,0,.6],203:[.875,0,.6],204:[.909,0,.6],205:[.906,0,.6],206:[.91,0,.6],207:[.875,0,.6],208:[.689,0,.6],209:[.891,0,.6],210:[.909,.011,.6],211:[.906,.011,.6],212:[.91,.011,.6],213:[.891,.011,.6],214:[.875,.011,.6],216:[.803,.11,.6],217:[.909,.011,.6],218:[.906,.011,.6],219:[.91,.011,.6],220:[.875,.011,.6],221:[.906,0,.6],222:[.689,0,.6],223:[.749,.011,.6],224:[.787,.012,.6],225:[.797,.012,.6],226:[.789,.012,.6],227:[.772,.012,.6],228:[.756,.012,.6],229:[.824,.012,.6],230:[.538,.011,.6,{ic:.007}],231:[.538,.238,.6],232:[.787,.011,.6],233:[.797,.011,.6],234:[.789,.011,.6],235:[.756,.011,.6],236:[.787,0,.6],237:[.797,0,.6],238:[.789,0,.6],239:[.756,0,.6],241:[.772,0,.6],242:[.787,.011,.6],243:[.797,.011,.6],244:[.789,.011,.6],245:[.772,.011,.6],246:[.756,.011,.6],248:[.654,.13,.6],249:[.787,.011,.6],250:[.797,.011,.6],251:[.789,.011,.6],252:[.756,.011,.6],253:[.797,.212,.6],254:[.749,.212,.6],255:[.756,.212,.6],256:[.859,0,.6],257:[.74,.012,.6],258:[.891,0,.6],259:[.779,.012,.6],260:[.689,.229,.6],261:[.538,.241,.6],262:[.906,.011,.6],263:[.788,.011,.6],264:[.91,.011,.6],265:[.78,.011,.6],266:[.892,.011,.6],267:[.764,.011,.6],268:[.905,.011,.6],269:[.78,.011,.6],270:[.905,0,.6],271:[.749,.011,.6,{ic:.013}],272:[.689,0,.6],273:[.749,.011,.6],274:[.859,0,.6],275:[.74,.011,.6],276:[.891,0,.6],277:[.779,.011,.6],278:[.892,0,.6],279:[.773,.011,.6],280:[.689,.229,.6],281:[.538,.229,.6],282:[.905,0,.6],283:[.789,.011,.6],284:[.91,.011,.6],285:[.789,.212,.6],286:[.891,.011,.6],287:[.779,.212,.6],288:[.892,.011,.6],289:[.773,.212,.6],290:[.7,.286,.6],291:[.813,.212,.6],292:[.91,0,.6],293:[.96,0,.6],294:[.689,0,.6],295:[.747,0,.6],296:[.891,0,.6],297:[.772,0,.6],298:[.859,0,.6],299:[.74,0,.6],300:[.891,0,.6],301:[.779,0,.6],302:[.689,.229,.6],303:[.773,.229,.6],304:[.892,0,.6],306:[.689,.136,.6],307:[.773,.212,.6],308:[.91,.012,.6],309:[.789,.212,.6],310:[.689,.286,.6],311:[.749,.286,.6],312:[.527,0,.6],313:[.906,0,.6],314:[1.009,.011,.6],315:[.689,.286,.6],316:[.739,.286,.6],317:[.698,0,.6],318:[.748,.011,.6],319:[.689,0,.6],320:[.739,.011,.6,{ic:.021}],321:[.689,0,.6],322:[.739,.011,.6],323:[.906,0,.6],324:[.797,0,.6],325:[.689,.286,.6],326:[.538,.286,.6],327:[.905,0,.6],328:[.789,0,.6],329:[.752,0,.6],330:[.689,.212,.6],331:[.538,.211,.6],332:[.859,.011,.6],333:[.74,.011,.6],334:[.891,.011,.6],335:[.779,.011,.6],336:[.955,.011,.6],337:[.836,.011,.6],338:[.7,.011,.6,{ic:.017}],339:[.538,.011,.6,{ic:.015}],340:[.906,0,.6],341:[.797,0,.6],342:[.689,.286,.6],343:[.538,.286,.6],344:[.905,0,.6],345:[.789,0,.6],346:[.906,.011,.6],347:[.797,.011,.6],348:[.91,.011,.6],349:[.789,.011,.6],350:[.7,.238,.6],351:[.538,.238,.6],352:[.905,.011,.6],353:[.789,.011,.6],354:[.689,.238,.6],355:[.656,.238,.6],356:[.905,0,.6],357:[.762,.011,.6],358:[.689,0,.6],359:[.656,.011,.6],360:[.891,.011,.6],361:[.772,.011,.6],362:[.859,.011,.6],363:[.74,.011,.6],364:[.891,.011,.6],365:[.779,.011,.6],366:[.943,.011,.6],367:[.824,.011,.6],368:[.955,.011,.6],369:[.836,.011,.6],370:[.689,.229,.6],371:[.527,.229,.6],372:[.91,0,.6],373:[.789,0,.6],374:[.91,0,.6],375:[.789,.212,.6],376:[.875,0,.6],377:[.906,0,.6],378:[.797,0,.6],379:[.892,0,.6],380:[.773,0,.6],381:[.905,0,.6],382:[.789,0,.6],402:[.749,.211,.6],508:[.906,0,.6,{ic:.007}],509:[.797,.011,.6,{ic:.007}],510:[.906,.11,.6],511:[.797,.13,.6],536:[.7,.286,.6],537:[.538,.286,.6],538:[.689,.286,.6],539:[.656,.286,.6],7808:[.909,0,.6],7809:[.787,0,.6],7810:[.906,0,.6],7811:[.797,0,.6],7812:[.875,0,.6],7813:[.756,0,.6],7922:[.909,0,.6],7923:[.787,.212,.6]}}},"FIRA"),{},["MJX-FIRA-LM"]);MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/latin-m","4.0.0","dynamic-font")})();

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(()=>{"use strict";const t=MathJax._.output.chtml.DynamicFonts.AddFontIds;MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont.dynamicSetup("","math-other",t({MXB:{bold:{8592:[.664,.006,.9],8593:[.705,0,.9],8594:[.664,.006,.9],8595:[.654,.051,.9],8596:[.664,.006,1.297],8597:[.89,.222,.9],8598:[.591,.006,.818],8599:[.627,-.03,.818],8600:[.613,-.016,.818],8601:[.613,-.016,.9],8709:[.716,.016,.9],8710:[.693,0,.599,{ic:.013}],8719:[.676,.222,.605],8721:[.676,0,.52],8722:[.393,-.271,.519],8725:[.759,.085,.169,{ic:.167}],8729:[.398,-.217,.24],8730:[.881,0,.56,{ic:.202}],8734:[.542,-.089,.898],8747:[.862,.222,.395,{ic:.065}],8776:[.516,-.13,.514],8800:[.625,-.034,.519],8804:[.653,0,.519],8805:[.653,0,.519],8901:[.398,-.217,.24],9650:[.695,-.03,.878],9652:[.505,-.169,.501],9654:[.729,.029,.878],9656:[.529,-.098,.5],9658:[.572,-.109,.6],9660:[.672,-.008,.878],9662:[.445,-.109,.501],9664:[.729,.029,.878],9666:[.529,-.098,.5],9668:[.572,-.109,.6],9674:[.676,0,.576],9679:[.691,.012,.877],10625:[.554,-.071,.628]}},MXI:{italic:{8592:[.637,-.021,.9],8593:[.67,0,.9],8594:[.637,-.021,.901],8595:[.635,.035,.9],8596:[.637,-.021,1.285],8597:[.868,.19,.969],8598:[.567,-.04,.843],8599:[.603,-.076,.799],8600:[.567,-.04,.842],8601:[.567,-.04,.9],8709:[.716,.016,.9],8710:[.689,0,.577],8719:[.669,.213,.592,{ic:.001}],8721:[.669,0,.497,{ic:.008}],8722:[.371,-.294,.494],8725:[.75,.078,.126,{ic:.232}],8729:[.38,-.241,.239],8730:[.852,0,.56,{ic:.237}],8734:[.523,-.108,.889],8747:[.852,.213,.367,{ic:.119}],8776:[.484,-.161,.482],8800:[.596,-.061,.495],8804:[.581,0,.496],8805:[.581,0,.494],8901:[.38,-.241,.239],9674:[.669,0,.525]}},MXBI:{"bold-italic":{8592:[.664,.006,.9],8593:[.705,0,.9],8594:[.664,.006,.9],8595:[.654,.051,.9],8596:[.664,.006,1.288],8597:[.89,.222,.97],8598:[.591,.006,.862],8599:[.627,-.03,.816],8600:[.613,-.016,.861],8601:[.613,-.016,.9],8709:[.716,.016,.893],8710:[.693,0,.589],8719:[.676,.222,.596,{ic:.027}],8721:[.676,0,.511,{ic:.027}],8722:[.393,-.271,.509],8725:[.759,.085,.159,{ic:.231}],8729:[.398,-.217,.24],8730:[.881,0,.56,{ic:.282}],8734:[.542,-.089,.888],8747:[.862,.222,.384,{ic:.144}],8776:[.516,-.13,.505,{ic:.012}],8800:[.625,-.034,.509],8804:[.652,0,.512,{ic:.009}],8805:[.652,0,.509],8901:[.398,-.217,.24],9674:[.676,0,.567]}}},"FIRA"),{},["MJX-FIRA-MXB","MJX-FIRA-MXI","MJX-FIRA-MXBI"]);MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/math-other","4.0.0","dynamic-font")})();

View File

@@ -0,0 +1 @@
(()=>{"use strict";const a=MathJax._.output.chtml.DynamicFonts.AddFontIds;MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont.dynamicSetup("","monospace",a({M:{normal:{120432:[.689,0,.6],120433:[.689,0,.6],120434:[.7,.011,.6],120435:[.689,0,.6],120436:[.689,0,.6],120437:[.689,0,.6],120438:[.7,.011,.6],120439:[.689,0,.6],120440:[.689,0,.6],120441:[.689,.012,.6],120442:[.689,0,.6],120443:[.689,0,.6],120444:[.689,0,.6],120445:[.689,0,.6],120446:[.7,.011,.6],120447:[.689,0,.6],120448:[.7,.173,.6],120449:[.689,0,.6],120450:[.7,.011,.6],120451:[.689,0,.6],120452:[.689,.011,.6],120453:[.689,0,.6],120454:[.689,0,.6],120455:[.689,0,.6],120456:[.689,0,.6],120457:[.689,0,.6],120458:[.538,.012,.6],120459:[.749,.011,.6],120460:[.538,.011,.6],120461:[.749,.011,.6],120462:[.538,.011,.6],120463:[.749,0,.6],120464:[.582,.212,.6],120465:[.747,0,.6],120466:[.773,0,.6],120467:[.773,.212,.6],120468:[.749,0,.6],120469:[.739,.011,.6],120470:[.538,0,.6],120471:[.538,0,.6],120472:[.538,.011,.6],120473:[.538,.212,.6],120474:[.538,.212,.6],120475:[.538,0,.6],120476:[.538,.011,.6],120477:[.656,.011,.6],120478:[.527,.011,.6],120479:[.527,0,.6],120480:[.527,0,.6],120481:[.527,0,.6],120482:[.527,.212,.6],120483:[.527,0,.6],120822:[.7,.011,.6],120823:[.689,0,.6],120824:[.7,0,.6],120825:[.7,.011,.6],120826:[.7,0,.6],120827:[.689,.011,.6],120828:[.7,.011,.6],120829:[.689,.009,.6],120830:[.7,.011,.6],120831:[.699,.021,.6]},monospace:{32:[0,0,.6],33:[.689,.011,.6],34:[.739,-.479,.6],35:[.689,0,.6],36:[.848,.153,.6],37:[.707,.02,.6],38:[.699,.011,.6],39:[.739,-.479,.6],40:[.84,.14,.6],41:[.84,.14,.6],42:[.527,-.134,.6],43:[.495,-.127,.6],44:[.165,.179,.6],45:[.349,-.277,.6],46:[.165,.011,.6],47:[.809,.103,.6],58:[.511,.011,.6],59:[.511,.18,.6],60:[.594,-.033,.6],61:[.442,-.18,.6],62:[.594,-.033,.6],63:[.7,.011,.6],64:[.7,.091,.6],91:[.815,.115,.6],92:[.809,.103,.6],93:[.815,.115,.6],94:[.84,-.527,.6],95:[-.108,.182,.6],96:[.787,-.622,.6],123:[.836,.136,.6],124:[.807,.102,.6],125:[.836,.136,.6],126:[.401,-.228,.6],160:[0,0,.6],168:[.756,-.648,.6],176:[.749,-.436,.6],180:[.797,-.64,.6],305:[.527,0,.6],567:[.527,.212,.6],710:[.789,-.629,.6],711:[.789,-.629,.6],713:[.747,-.683,.6],728:[.779,-.63,.6],729:[.773,-.655,.6],730:[.824,-.619,.6],731:[.031,.229,.6],732:[.772,-.659,.6],768:[.797,-.64,.6],769:[.797,-.64,.6],770:[.748,-.598,.6],771:[.772,-.659,.6],772:[.686,-.622,.6],774:[.718,-.586,.6],775:[.719,-.601,.6],776:[.756,-.648,.6],778:[.77,-.565,.6],779:[.782,-.58,.6],780:[.731,-.581,.6],913:[.689,0,.6],914:[.689,0,.6],915:[.689,0,.6],916:[.689,0,.6],917:[.689,0,.6],918:[.689,0,.6],919:[.689,0,.6],920:[.7,.011,.6],921:[.689,0,.6],922:[.689,0,.6],923:[.689,0,.6],924:[.689,0,.6],925:[.689,0,.6],926:[.689,0,.6],927:[.7,.011,.6],928:[.689,0,.6],929:[.689,0,.6],931:[.689,0,.6],932:[.689,0,.6],933:[.689,0,.6],934:[.689,0,.6],935:[.689,0,.6],936:[.689,0,.6],937:[.7,0,.6],945:[.538,.013,.6],946:[.748,.212,.6],947:[.538,.212,.6],948:[.749,.011,.6],949:[.538,.011,.6],950:[.739,.223,.6],951:[.538,.212,.6],952:[.749,.011,.6],953:[.527,.011,.6],954:[.538,.011,.6],955:[.751,.013,.6],956:[.527,.212,.6],957:[.538,0,.6],958:[.749,.223,.6],959:[.538,.011,.6],960:[.527,.011,.6],961:[.538,.212,.6],962:[.538,.214,.6],963:[.532,.011,.6],964:[.527,.011,.6],965:[.527,.011,.6],966:[.538,.212,.6],967:[.537,.21,.6],968:[.527,.212,.6],969:[.527,.011,.6],977:[.749,.011,.6],978:[.7,0,.6],981:[.747,.212,.6],982:[.527,.011,.6],1008:[.538,.011,.6],1009:[.538,.215,.6],1012:[.7,.011,.6],1013:[.538,.011,.6],8592:[.634,-.024,.6],8593:[.668,0,.6,{ic:.013}],8594:[.634,-.024,.6],8595:[.631,.036,.6,{ic:.013}],8596:[.606,-.052,.6,{ic:.074}],8597:[.865,.185,.6,{ic:.013}],8598:[.6,-.078,.6],8599:[.6,-.078,.6],8600:[.565,-.043,.6],8601:[.565,-.043,.6],8719:[.689,.212,.6],8721:[.689,0,.6],8722:[.35,-.275,.6],8725:[.494,-.184,.6],8729:[.429,-.253,.6],8730:[.866,0,.6,{ic:.095}],8734:[.512,-.119,.6,{ic:.005}],8745:[.574,-.042,.6],8747:[.851,.212,.6],8776:[.47,-.159,.6],8800:[.594,-.028,.6],8801:[.538,-.086,.6],8804:[.547,0,.6],8805:[.547,0,.6],9674:[.689,0,.6]}}},"FIRA"));MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/monospace","4.0.0","dynamic-font")})();

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(()=>{"use strict";const c=MathJax._.output.chtml.DynamicFonts.AddFontIds;MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont.dynamicSetup("","script",c({S:{normal:{119964:[.713,.012,.885,{ic:.17}],8492:[.73,.006,.972,{ic:.144}],119966:[.744,.015,.751,{ic:.123}],119967:[.733,.018,.923,{ic:.127}],8496:[.746,.015,.68,{ic:.144}],8497:[.724,.019,.85,{ic:.26}],119970:[.74,.015,.703,{ic:.168}],8459:[.732,.012,.961,{ic:.2}],8464:[.729,.015,.937,{ic:.222}],119973:[.726,.199,.944,{ic:.151}],119974:[.741,.031,1.016,{ic:.183}],8466:[.812,.042,1.025,{ic:.138}],8499:[.726,.033,1.046,{ic:.14}],119977:[.723,.013,.988,{ic:.185}],119978:[.716,.015,.711,{ic:.129}],119979:[.826,.022,.949,{ic:.168}],119980:[.716,.033,.708,{ic:.13}],8475:[.815,.036,.946,{ic:.155}],119982:[.741,.015,.939,{ic:.229}],119983:[.745,.013,.828,{ic:.308}],119984:[.727,.006,.836,{ic:.071}],119985:[.727,.018,.784,{ic:.287}],119986:[.722,.012,.862,{ic:.325}],119987:[.721,.012,.908,{ic:.187}],119988:[.723,.249,.908,{ic:.177}],119989:[.719,.005,.978,{ic:.1}],119990:[.48,.012,.774],119991:[.854,.014,.747,{ic:.082}],119992:[.48,.02,.54,{ic:.029}],119993:[.785,.01,.733,{ic:.167}],8495:[.414,.019,.516],119995:[.853,.341,.957,{ic:.166}],8458:[.41,.344,.896],119997:[.847,.013,.681,{ic:.165}],119998:[.708,.022,.438,{ic:.07}],119999:[.708,.35,.872,{ic:.114}],12e4:[.854,.017,.845,{ic:.032}],120001:[.86,.017,.737,{ic:.054}],120002:[.477,.022,1.147],120003:[.477,.015,.843],8500:[.411,.019,.578],120005:[.477,.401,1.143],120006:[.48,.401,.817],120007:[.473,0,.747],120008:[.606,.015,.542],120009:[.714,.02,.656],120010:[.459,.033,.745],120011:[.469,.022,.652],120012:[.469,.022,.959],120013:[.479,.02,.817],120014:[.459,.403,.991],120015:[.498,.017,.781],8467:[.75,.012,.402,{sk:.049}]}}},"FIRA"),{},["MJX-FIRA-S"]);MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/script","4.0.0","dynamic-font")})();

View File

@@ -0,0 +1 @@
(()=>{"use strict";const a=MathJax._.output.chtml.DynamicFonts.AddFontIds;MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont.dynamicSetup("","shapes",a({SH:{normal:{8962:[.539,0,.6],8998:[.713,.012,1.4],8999:[.713,.012,1.24],9e3:[.713,.012,1.46],9003:[.713,.012,1.46],9211:[.739,.013,.836],9212:[.753,.013,.866],9213:[.607,-.09,.294],9214:[.612,-.13,.682],9600:[1,-.25,.6],9601:[-.312,.5,.6],9602:[-.125,.5,.6],9603:[.062,.5,.6],9604:[.25,.5,.6],9605:[.437,.5,.6],9606:[.625,.5,.6],9607:[.812,.5,.6],9608:[1,.5,.6],9609:[1,.5,.6],9610:[1,.5,.6],9611:[1,.5,.6],9612:[1,.5,.6],9613:[1,.5,.6],9614:[1,.5,.6],9615:[1,.5,.6],9616:[1,.5,.6],9620:[1,-.812,.6],9621:[1,.5,.6],9622:[.25,.5,.6],9623:[.25,.5,.6],9624:[1,-.25,.6],9625:[1,.5,.6],9626:[1,.5,.6],9627:[1,.5,.6],9628:[1,.5,.6],9629:[1,-.25,.6],9630:[1,.5,.6],9631:[1,.5,.6],9634:[.564,0,.74],9635:[.564,0,.74],9644:[.397,0,.849],9645:[.397,0,.849],9646:[.689,0,.589],9647:[.689,0,.589],9673:[.54,0,.6],9678:[.54,0,.6],9680:[.54,0,.6],9681:[.54,0,.6],9682:[.54,0,.6],9683:[.54,0,.6],9685:[.54,0,.6],9686:[.54,0,.6],9687:[.54,0,.6],9689:[.54,0,.6],9690:[.54,-.27,.6],9691:[.27,0,.6],9692:[.54,-.27,.6],9693:[.54,-.27,.6],9694:[.27,0,.6],9695:[.27,0,.6],9696:[.54,-.27,.6],9697:[.27,0,.6],9698:[.54,0,.6],9699:[.54,0,.6],9700:[.54,0,.6],9701:[.54,0,.6],9703:[.54,0,.6],9704:[.54,0,.6],9705:[.54,0,.6],9706:[.54,0,.6],9707:[.54,0,.6],9712:[.54,0,.6],9713:[.54,0,.6],9714:[.54,0,.6],9715:[.54,0,.6],9716:[.54,0,.6],9717:[.54,0,.6],9718:[.54,0,.6],9719:[.54,0,.6],9760:[.539,-.023,.6],9785:[.539,0,.6],9786:[.539,0,.6],9787:[.539,0,.6],9788:[.527,0,.6],9792:[.539,0,.6],9794:[.487,0,.6],9824:[.539,0,.6],9827:[.539,0,.6],9829:[.539,0,.6],9830:[.539,.012,.6],9834:[.527,.012,.6],9835:[.577,.012,.6],9898:[.55,-.01,.74],9899:[.55,-.01,.74],9900:[.48,-.08,.6],10145:[.613,-.013,1],11044:[.76,.2,1.16],11096:[.753,.013,.866],128900:[.38,-.18,.4]}},SHB:{bold:{9647:[.689,0,.589]}},SHI:{italic:{}},SHBI:{"bold-italic":{}}},"FIRA"),{},["MJX-FIRA-SH","MJX-FIRA-SHB","MJX-FIRA-SHI","MJX-FIRA-SHBI"]);MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/shapes","4.0.0","dynamic-font")})();

View File

@@ -0,0 +1 @@
(()=>{"use strict";const i=MathJax._.output.chtml.DynamicFonts.AddFontIds,c=MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont,t=MathJax._.output.common.Direction,s=(t.DIRECTION,t.V);t.H;c.dynamicSetup("","stretchy",i({"":{normal:{8731:[.952,.2,.693,{ic:.015}],8732:[.952,.2,.693,{ic:.015}]},"-smallop":{8731:[1.176,.294,.713,{ic:.015}],8732:[1.176,.294,.713,{ic:.015}]},"-largeop":{8731:[1.4,.387,.734,{ic:.015}],8732:[1.4,.387,.734,{ic:.015}]},"-size3":{8731:[1.624,.48,.754,{ic:.015}],8732:[1.624,.48,.754,{ic:.015}]},"-size4":{8731:[1.848,.574,.775,{ic:.015}],8732:[1.848,.574,.775,{ic:.015}]},"-size5":{8731:[2.072,.667,.795,{ic:.015}],8732:[2.072,.667,.795,{ic:.015}]},"-size6":{8731:[2.296,.76,.816,{ic:.015}],8732:[2.296,.76,.816,{ic:.015}]},"-size7":{8731:[2.52,.854,.836,{ic:.015}],8732:[2.52,.854,.836,{ic:.015}]},"-size8":{8731:[2.744,.947,.857,{ic:.015}],8732:[2.744,.947,.857,{ic:.015}]},"-size9":{8731:[2.968,1.04,.877,{ic:.015}],8732:[2.968,1.04,.877,{ic:.015}]},"-size10":{8731:[3.192,1.134,.898,{ic:.015}],8732:[3.192,1.134,.898,{ic:.015}]},"-size11":{8731:[3.416,1.227,.918,{ic:.015}],8732:[3.416,1.227,.918,{ic:.015}]},"-size12":{8731:[3.64,1.32,.939,{ic:.015}],8732:[3.64,1.32,.939,{ic:.015}]},"-size13":{8731:[3.864,1.414,.959,{ic:.015}],8732:[3.864,1.414,.959,{ic:.015}]},"-size14":{8731:[4.088,1.507,.98,{ic:.015}],8732:[4.088,1.507,.98,{ic:.015}]},"-size15":{8731:[4.312,1.6,1.001,{ic:.015}],8732:[4.312,1.6,1.001,{ic:.015}]},"-lf-tp":{8731:[1.6,0,1.085,{ic:.015}],8732:[1.6,0,1.085,{ic:.015}]},"-rt-bt":{8731:[3.8,0,1.085],8732:[3.8,0,1.085]},"-ext":{8731:[.6,0,1.085],8732:[.6,0,1.085]}}},"FIRA"),{8731:{dir:s,sizes:[1.153,1.471,1.788,2.105,2.423,2.74,3.057,3.375,3.692,4.009,4.327,4.644,4.961,5.279,5.596,5.913],stretch:[8731,8731,8731],stretchv:[2,1,3],HDW:[.952,.2,1.085]},8732:{dir:s,sizes:[1.153,1.471,1.788,2.105,2.423,2.74,3.057,3.375,3.692,4.009,4.327,4.644,4.961,5.279,5.596,5.913],stretch:[8732,8732,8732],stretchv:[2,1,3],HDW:[.952,.2,1.085]}});MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/stretchy","4.0.0","dynamic-font")})();

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(()=>{"use strict";const a=MathJax._.output.chtml.DynamicFonts.AddFontIds;MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont.dynamicSetup("","symbols",a({SY:{normal:{161:[.495,.202,.241],162:[.684,.154,.478],164:[.595,-.088,.56],166:[.807,.102,.403],169:[.748,-.121,.81],170:[.689,0,.5],171:[.535,-.039,.575],173:[.352,-.274,.403],174:[.75,-.238,.641],178:[.746,-.322,.4],179:[.746,-.313,.4],185:[.739,-.322,.4],186:[.689,0,.5],187:[.535,-.039,.566],188:[.75,.078,.932],189:[.75,.078,.932],190:[.75,.078,.932],191:[.495,.215,.459],3647:[.824,.155,.594],8204:[0,0,0],8205:[0,0,0],8218:[.107,.156,.228],8222:[.107,.156,.406],8226:[.42,-.14,.4],8240:[.711,.031,1.188],8249:[.535,-.039,.34],8250:[.535,-.039,.34],8255:[-.027,.212,.67],8266:[.527,.212,.529],8304:[.746,-.313,.4],8308:[.746,-.322,.4],8309:[.739,-.313,.4],8310:[.746,-.313,.4],8311:[.739,-.314,.4],8312:[.746,-.313,.4],8313:[.746,-.306,.4],8314:[.64,-.399,.401],8315:[.551,-.486,.4],8316:[.546,-.483,.8],8317:[.792,-.15,.395],8318:[.792,-.15,.395],8319:[.673,-.4,.299],8320:[.222,.211,.4],8321:[.215,.202,.4],8322:[.222,.202,.4],8323:[.222,.211,.4],8324:[.222,.202,.4],8325:[.215,.211,.4],8326:[.222,.211,.4],8327:[.215,.21,.4],8328:[.222,.211,.4],8329:[.222,.218,.4],8330:[.118,.123,.401],8331:[.029,.036,.4],8332:[.024,.039,.8],8333:[.308,.334,.395],8334:[.308,.334,.395],8353:[.824,.155,.546],8358:[.669,0,.663],8361:[.669,0,.813],8362:[.564,0,.908],8363:[.712,.173,.604],8367:[.669,.213,1.177],8372:[.679,.012,.534],8377:[.669,0,.531],8378:[.669,0,.545],8381:[.669,0,.56],8470:[.689,0,1.122],8482:[.689,-.298,.882],8494:[.716,.016,.946],8531:[.75,.078,.932],8532:[.75,.078,.932],8533:[.75,.078,.932],8534:[.75,.078,.932],8535:[.75,.078,.932],8536:[.75,.078,.932],8537:[.75,.078,.932],8538:[.75,.078,.932],8539:[.75,.078,.932],8540:[.75,.078,.932],8541:[.75,.078,.932],8542:[.75,.078,.872],8543:[.75,.078,.532,{ic:.167}],8962:[.539,0,.6],8998:[.713,.012,1.4],8999:[.713,.012,1.24],9e3:[.713,.012,1.46],9003:[.713,.012,1.46],9211:[.739,.013,.836],9212:[.753,.013,.866],9213:[.607,-.09,.294],9214:[.612,-.13,.682],11262:[.54,0,.672],64256:[.75,0,.61,{ic:.06}],64257:[.75,0,.575],64258:[.75,.012,.592],64259:[.75,0,.86],64260:[.75,.012,.877],57600:[.75,.212,.857],57601:[.75,.012,.92],57602:[.75,.212,.572],57603:[.75,.012,.635]}}},"FIRA"),{},["MJX-FIRA-SY"]);MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/symbols","4.0.0","dynamic-font")})();

View File

@@ -0,0 +1 @@
(()=>{"use strict";const t=MathJax._.output.chtml.DynamicFonts.AddFontIds;MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont.dynamicSetup("","up-int",t({UP:{"-up":{8747:[.852,.22,.491],8748:[.852,.22,.791],8749:[.852,.22,1.091],8750:[.852,.22,.491],8751:[.852,.22,.791],8752:[.852,.22,1.146],10764:[.852,.22,1.391]}},DUP:{"-dup":{8747:[1.424,.65,.882],8748:[1.814,.594,1.382],8749:[1.814,.594,1.882],8750:[1.814,.594,.882],8751:[1.814,.594,1.402],8752:[1.814,.594,1.942],10764:[1.814,.594,2.382]}}},"FIRA"),{},["MJX-FIRA-UP","MJX-FIRA-DUP"]);MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/up-int","4.0.0","dynamic-font")})();

View File

@@ -0,0 +1 @@
(()=>{"use strict";const a=MathJax._.output.chtml.DynamicFonts.AddFontIds;MathJax._.output.fonts["mathjax-fira"].chtml_ts.MathJaxFiraFont.dynamicSetup("","variants",a({VX:{"-tex-variant":{34:[.463,-.165,.611],39:[.463,-.165,.375],42:[.47,-.09,.511],48:[.679,.012,.558],49:[.669,0,.433],50:[.679,0,.495],51:[.679,.012,.499],52:[.679,0,.532],53:[.669,.012,.501],54:[.679,.012,.533],55:[.669,.01,.444],56:[.679,.012,.551],57:[.679,.022,.525],96:[.463,-.165,.375],170:[.539,.173,.544,{c:"a\u0332"}],176:[.42,-.14,.48],178:[.701,0,.56],179:[.701,.012,.56],185:[.689,0,.56],186:[.539,.173,.584,{c:"o\u0332"}],8204:[.75,.15,0],8205:[.815,.15,0],8206:[.822,.15,0],8207:[.822,.15,0],8304:[.701,.012,.56],8305:[.78,0,.282],8308:[.701,0,.56],8309:[.689,.012,.56],8310:[.701,.012,.56],8311:[.689,.012,.56],8312:[.701,.012,.56],8313:[.701,.022,.56],8314:[.468,-.092,.5],8315:[.318,-.242,.5],8316:[.414,-.146,.5],8317:[.775,.215,.324],8318:[.775,.215,.324],8319:[.539,0,.586],8320:[.701,.012,.56],8321:[.689,0,.56],8322:[.701,0,.56],8323:[.701,.012,.56],8324:[.701,0,.56],8325:[.689,.012,.56],8326:[.701,.012,.56],8327:[.689,.012,.56],8328:[.701,.012,.56],8329:[.701,.022,.56],8330:[.468,-.092,.5],8331:[.318,-.242,.5],8332:[.414,-.146,.5],8333:[.775,.215,.324],8334:[.775,.215,.324]}}},"FIRA"),{},["MJX-FIRA-VX"]);MathJax.loader&&MathJax.loader.checkVersion("[mathjax-fira]/chtml/dynamic/variants","4.0.0","dynamic-font")})();

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More