diff --git a/404.html b/404.html index 032bc71ce..0ac3cc764 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@ Page Not Found | Touying - + diff --git a/assets/js/30e9e8ba.c2a7f029.js b/assets/js/30e9e8ba.379cce5b.js similarity index 97% rename from assets/js/30e9e8ba.c2a7f029.js rename to assets/js/30e9e8ba.379cce5b.js index 39c0bc80a..32c850e65 100644 --- a/assets/js/30e9e8ba.c2a7f029.js +++ b/assets/js/30e9e8ba.379cce5b.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[8694],{5129:(t,e,i)=>{i.r(e),i.d(e,{assets:()=>c,contentTitle:()=>a,default:()=>u,frontMatter:()=>o,metadata:()=>r,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},a="MiTeX",r={id:"integration/mitex",title:"MiTeX",description:"During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.",source:"@site/versioned_docs/version-0.4.0+/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/docs/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.4.0+/integration/mitex.md",tags:[],version:"0.4.0+",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/docs/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/docs/integration/cetz"}},c={},d=[];function m(t){const e={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...t.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(e.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(e.p,{children:["During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use ",(0,n.jsx)(e.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"}),"."]}),"\n",(0,n.jsx)(e.p,{children:"Example:"}),"\n",(0,n.jsx)(e.pre,{children:(0,n.jsx)(e.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.1": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function u(t={}){const{wrapper:e}={...(0,s.a)(),...t.components};return e?(0,n.jsx)(e,{...t,children:(0,n.jsx)(m,{...t})}):m(t)}},1151:(t,e,i)=>{i.d(e,{Z:()=>r,a:()=>a});var n=i(7294);const s={},o=n.createContext(s);function a(t){const e=n.useContext(o);return n.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function r(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:a(t.components),n.createElement(o.Provider,{value:e},t.children)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[8694],{5129:(t,e,i)=>{i.r(e),i.d(e,{assets:()=>c,contentTitle:()=>a,default:()=>u,frontMatter:()=>o,metadata:()=>r,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},a="MiTeX",r={id:"integration/mitex",title:"MiTeX",description:"During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.",source:"@site/versioned_docs/version-0.4.0+/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/docs/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.4.0+/integration/mitex.md",tags:[],version:"0.4.0+",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/docs/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/docs/integration/cetz"}},c={},d=[];function m(t){const e={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...t.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(e.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(e.p,{children:["During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use ",(0,n.jsx)(e.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"}),"."]}),"\n",(0,n.jsx)(e.p,{children:"Example:"}),"\n",(0,n.jsx)(e.pre,{children:(0,n.jsx)(e.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.3": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function u(t={}){const{wrapper:e}={...(0,s.a)(),...t.components};return e?(0,n.jsx)(e,{...t,children:(0,n.jsx)(m,{...t})}):m(t)}},1151:(t,e,i)=>{i.d(e,{Z:()=>r,a:()=>a});var n=i(7294);const s={},o=n.createContext(s);function a(t){const e=n.useContext(o);return n.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function r(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:a(t.components),n.createElement(o.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/583d85fc.1f34e760.js b/assets/js/583d85fc.cad2678b.js similarity index 97% rename from assets/js/583d85fc.1f34e760.js rename to assets/js/583d85fc.cad2678b.js index d0ae17447..935a0ceca 100644 --- a/assets/js/583d85fc.1f34e760.js +++ b/assets/js/583d85fc.cad2678b.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[3715],{2069:(t,e,i)=>{i.r(e),i.d(e,{assets:()=>c,contentTitle:()=>a,default:()=>u,frontMatter:()=>o,metadata:()=>r,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},a="MiTeX",r={id:"integration/mitex",title:"MiTeX",description:"During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.",source:"@site/versioned_docs/version-0.3.x/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/docs/0.3.x/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.3.x/integration/mitex.md",tags:[],version:"0.3.x",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/docs/0.3.x/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/docs/0.3.x/integration/cetz"}},c={},d=[];function m(t){const e={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...t.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(e.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(e.p,{children:["During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use ",(0,n.jsx)(e.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"}),"."]}),"\n",(0,n.jsx)(e.p,{children:"Example:"}),"\n",(0,n.jsx)(e.pre,{children:(0,n.jsx)(e.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.1": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function u(t={}){const{wrapper:e}={...(0,s.a)(),...t.components};return e?(0,n.jsx)(e,{...t,children:(0,n.jsx)(m,{...t})}):m(t)}},1151:(t,e,i)=>{i.d(e,{Z:()=>r,a:()=>a});var n=i(7294);const s={},o=n.createContext(s);function a(t){const e=n.useContext(o);return n.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function r(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:a(t.components),n.createElement(o.Provider,{value:e},t.children)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[3715],{2069:(t,e,i)=>{i.r(e),i.d(e,{assets:()=>c,contentTitle:()=>a,default:()=>u,frontMatter:()=>o,metadata:()=>r,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},a="MiTeX",r={id:"integration/mitex",title:"MiTeX",description:"During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.",source:"@site/versioned_docs/version-0.3.x/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/docs/0.3.x/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.3.x/integration/mitex.md",tags:[],version:"0.3.x",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/docs/0.3.x/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/docs/0.3.x/integration/cetz"}},c={},d=[];function m(t){const e={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...t.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(e.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(e.p,{children:["During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use ",(0,n.jsx)(e.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"}),"."]}),"\n",(0,n.jsx)(e.p,{children:"Example:"}),"\n",(0,n.jsx)(e.pre,{children:(0,n.jsx)(e.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.3": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function u(t={}){const{wrapper:e}={...(0,s.a)(),...t.components};return e?(0,n.jsx)(e,{...t,children:(0,n.jsx)(m,{...t})}):m(t)}},1151:(t,e,i)=>{i.d(e,{Z:()=>r,a:()=>a});var n=i(7294);const s={},o=n.createContext(s);function a(t){const e=n.useContext(o);return n.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function r(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:a(t.components),n.createElement(o.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/c9c87310.e9af93e9.js b/assets/js/c9c87310.c174fd44.js similarity index 97% rename from assets/js/c9c87310.e9af93e9.js rename to assets/js/c9c87310.c174fd44.js index f6e9ab7bd..6f8b32a68 100644 --- a/assets/js/c9c87310.e9af93e9.js +++ b/assets/js/c9c87310.c174fd44.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[9410],{7309:(t,e,i)=>{i.r(e),i.d(e,{assets:()=>c,contentTitle:()=>a,default:()=>u,frontMatter:()=>o,metadata:()=>r,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},a="MiTeX",r={id:"integration/mitex",title:"MiTeX",description:"During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.",source:"@site/versioned_docs/version-0.3.2+/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/docs/0.3.2+/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.3.2+/integration/mitex.md",tags:[],version:"0.3.2+",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/docs/0.3.2+/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/docs/0.3.2+/integration/cetz"}},c={},d=[];function m(t){const e={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...t.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(e.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(e.p,{children:["During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use ",(0,n.jsx)(e.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"}),"."]}),"\n",(0,n.jsx)(e.p,{children:"Example:"}),"\n",(0,n.jsx)(e.pre,{children:(0,n.jsx)(e.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.1": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function u(t={}){const{wrapper:e}={...(0,s.a)(),...t.components};return e?(0,n.jsx)(e,{...t,children:(0,n.jsx)(m,{...t})}):m(t)}},1151:(t,e,i)=>{i.d(e,{Z:()=>r,a:()=>a});var n=i(7294);const s={},o=n.createContext(s);function a(t){const e=n.useContext(o);return n.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function r(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:a(t.components),n.createElement(o.Provider,{value:e},t.children)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[9410],{7309:(t,e,i)=>{i.r(e),i.d(e,{assets:()=>c,contentTitle:()=>a,default:()=>u,frontMatter:()=>o,metadata:()=>r,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},a="MiTeX",r={id:"integration/mitex",title:"MiTeX",description:"During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.",source:"@site/versioned_docs/version-0.3.2+/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/docs/0.3.2+/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.3.2+/integration/mitex.md",tags:[],version:"0.3.2+",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/docs/0.3.2+/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/docs/0.3.2+/integration/cetz"}},c={},d=[];function m(t){const e={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...t.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(e.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(e.p,{children:["During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use ",(0,n.jsx)(e.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"}),"."]}),"\n",(0,n.jsx)(e.p,{children:"Example:"}),"\n",(0,n.jsx)(e.pre,{children:(0,n.jsx)(e.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.3": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function u(t={}){const{wrapper:e}={...(0,s.a)(),...t.components};return e?(0,n.jsx)(e,{...t,children:(0,n.jsx)(m,{...t})}):m(t)}},1151:(t,e,i)=>{i.d(e,{Z:()=>r,a:()=>a});var n=i(7294);const s={},o=n.createContext(s);function a(t){const e=n.useContext(o);return n.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function r(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:a(t.components),n.createElement(o.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/ebca17e9.06c4879f.js b/assets/js/ebca17e9.06c4879f.js new file mode 100644 index 000000000..9a8f2a47a --- /dev/null +++ b/assets/js/ebca17e9.06c4879f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[9095],{6917:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>a,default:()=>l,frontMatter:()=>o,metadata:()=>r,toc:()=>u});var i=n(5893),s=n(1151);const o={sidebar_position:2},a="MiTeX",r={id:"integration/mitex",title:"MiTeX",description:"During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.",source:"@site/docs/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/docs/next/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/docs/integration/mitex.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/docs/next/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/docs/next/integration/cetz"}},c={},u=[];function d(e){const t={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,i.jsxs)(t.p,{children:["During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use ",(0,i.jsx)(t.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"}),"."]}),"\n",(0,i.jsx)(t.p,{children:"Example:"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.3": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,i.jsx)(t.p,{children:(0,i.jsx)(t.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})}),"\n",(0,i.jsxs)(t.p,{children:["Touying also provides a ",(0,i.jsx)(t.code,{children:"touying-mitex"})," function, which can be used for example"]}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-typst",children:"#touying-mitex(mitex, `\n f(x) &= \\pause x^2 + 2x + 1 \\\\\n &= \\pause (x + 1)^2 \\\\\n`)\n"})})]})}function l(e={}){const{wrapper:t}={...(0,s.a)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}},1151:(e,t,n)=>{n.d(t,{Z:()=>r,a:()=>a});var i=n(7294);const s={},o=i.createContext(s);function a(e){const t=i.useContext(o);return i.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:a(e.components),i.createElement(o.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/ebca17e9.4378e318.js b/assets/js/ebca17e9.4378e318.js deleted file mode 100644 index 128da9e77..000000000 --- a/assets/js/ebca17e9.4378e318.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[9095],{6917:(t,e,n)=>{n.r(e),n.d(e,{assets:()=>c,contentTitle:()=>a,default:()=>d,frontMatter:()=>o,metadata:()=>r,toc:()=>u});var i=n(5893),s=n(1151);const o={sidebar_position:2},a="MiTeX",r={id:"integration/mitex",title:"MiTeX",description:"During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.",source:"@site/docs/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/docs/next/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/docs/integration/mitex.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/docs/next/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/docs/next/integration/cetz"}},c={},u=[];function m(t){const e={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...t.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(e.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,i.jsxs)(e.p,{children:["During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use ",(0,i.jsx)(e.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"}),"."]}),"\n",(0,i.jsx)(e.p,{children:"Example:"}),"\n",(0,i.jsx)(e.pre,{children:(0,i.jsx)(e.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.1": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,i.jsx)(e.p,{children:(0,i.jsx)(e.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function d(t={}){const{wrapper:e}={...(0,s.a)(),...t.components};return e?(0,i.jsx)(e,{...t,children:(0,i.jsx)(m,{...t})}):m(t)}},1151:(t,e,n)=>{n.d(e,{Z:()=>r,a:()=>a});var i=n(7294);const s={},o=i.createContext(s);function a(t){const e=i.useContext(o);return i.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function r(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:a(t.components),i.createElement(o.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.a0cc1f14.js b/assets/js/runtime~main.7cd969c6.js similarity index 98% rename from assets/js/runtime~main.a0cc1f14.js rename to assets/js/runtime~main.7cd969c6.js index ecb3a13e6..6faf185dd 100644 --- a/assets/js/runtime~main.a0cc1f14.js +++ b/assets/js/runtime~main.7cd969c6.js @@ -1 +1 @@ -(()=>{"use strict";var e,c,f,a,b,d={},t={};function r(e){var c=t[e];if(void 0!==c)return c.exports;var f=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(f.exports,f,f.exports,r),f.loaded=!0,f.exports}r.m=d,r.c=t,e=[],r.O=(c,f,a,b)=>{if(!f){var d=1/0;for(i=0;i=b)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(t=!1,b0&&e[i-1][2]>b;i--)e[i]=e[i-1];e[i]=[f,a,b]},r.n=e=>{var c=e&&e.__esModule?()=>e.default:()=>e;return r.d(c,{a:c}),c},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,a){if(1&a&&(e=this(e)),8&a)return e;if("object"==typeof e&&e){if(4&a&&e.__esModule)return e;if(16&a&&"function"==typeof e.then)return e}var b=Object.create(null);r.r(b);var d={};c=c||[null,f({}),f([]),f(f)];for(var t=2&a&&e;"object"==typeof t&&!~c.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((c=>d[c]=()=>e[c]));return d.default=()=>e,r.d(b,d),b},r.d=(e,c)=>{for(var f in c)r.o(c,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:c[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((c,f)=>(r.f[f](e,c),c)),[])),r.u=e=>"assets/js/"+({53:"935f2afb",69:"018a1506",80:"2c0b54ac",196:"d9bab663",263:"5c062049",417:"080c9bd0",438:"5de4625c",498:"2cc1595c",513:"b6606f5f",530:"e5b11173",612:"d287f9e6",876:"b035a2d2",915:"648478e2",997:"5670b452",1039:"35b233e8",1049:"b472294c",1053:"c51e9508",1089:"04b649ca",1110:"5eea6960",1317:"9cec3c93",1400:"495c719e",1498:"e511abbf",1543:"98ce8162",1546:"92f7ac8d",1560:"0275f7e4",1581:"f8777534",1588:"f80396ac",1626:"a449492b",1827:"5806a9e1",1860:"67bae27a",1893:"340f1526",1949:"7c9c7243",2026:"9d0f4357",2143:"5a57e638",2172:"6bd5e75c",2191:"77e3d78c",2216:"c7f97b4e",2289:"51a4d3bf",2322:"f24a23d8",2403:"d16cbc15",2418:"e9b496d5",2432:"116fbef0",2464:"b5dfb830",2528:"ae31ff46",2529:"3143bd0d",2535:"814f3328",2551:"c37d3efc",2701:"1aab1ab5",2707:"ada9f060",2751:"890ef1f8",2784:"f65f6456",2786:"267f059f",2792:"0d1c87af",2830:"86e5cb88",2847:"7927a478",2865:"82487ba9",2868:"ce57b2d1",2925:"d848b1c8",3034:"9beb87c2",3085:"1f391b9e",3089:"a6aa9e1f",3134:"86f810a5",3135:"7ba330a5",3209:"80a0c88e",3263:"91bd08ce",3280:"4bb9edb3",3376:"6c8708e3",3389:"4c713790",3432:"de4f60ff",3608:"9e4087bc",3651:"1514c4f3",3655:"b1a1bf59",3684:"797defb6",3715:"583d85fc",3808:"ce30cdaf",3832:"e6bd25e0",3942:"14c08683",3969:"5b27bc59",3994:"41abee02",4013:"01a85c17",4042:"65e4303d",4067:"4e3d17c1",4195:"c4f5d8e4",4288:"a732a165",4368:"a94703ab",4447:"28a86b5d",4450:"c60ded92",4481:"7d3539b2",4599:"a94a4682",4618:"8e2c1ca5",4621:"0479d12b",4725:"06e0043a",4733:"173c8b24",4770:"bf750d2c",4823:"17588091",4842:"0c7d33f3",4873:"83b73936",4984:"b8fd1f7e",5022:"3b36ca8e",5030:"7f50710c",5094:"a3b8b6db",5096:"bef23ce3",5106:"6c1ba8b1",5151:"43e6fa63",5313:"4919068e",5332:"8ded3f77",5428:"11366869",5431:"7329c3b8",5526:"2553c37c",5598:"65e4cc1e",5609:"5035b6a4",5617:"54ea3d6a",5619:"ecfd88b4",5635:"1cf5eacf",5651:"359eb289",5675:"bce42248",5695:"6d7ce909",5701:"5539901a",5739:"717af290",5832:"926843be",5870:"4b91b61e",5921:"1b6fd54f",5954:"ff235272",6085:"3d438ec7",6099:"58092a00",6103:"ccc49370",6114:"89f39702",6118:"c9566e8a",6142:"f2bffab0",6154:"c38df086",6175:"58132609",6193:"864ebe97",6232:"f554ac40",6259:"55b57bd3",6296:"286c2c64",6403:"ad972684",6518:"3fefcd96",6526:"41a6ae87",6567:"b2b68e5a",6662:"555ecac1",6679:"a7cd7c6a",6685:"65dfabbc",6721:"38803c52",6864:"cbce90b2",6893:"d85491b0",6902:"024af9ce",6917:"7f65dfb7",7060:"9f9db465",7190:"ab32da60",7224:"d4a2dc55",7335:"850166d8",7414:"393be207",7503:"05ed0e1f",7504:"5297811e",7545:"2b9fd23c",7668:"acfad3c9",7701:"df5b4e08",7836:"02f62403",7918:"17896441",8010:"99d50e1d",8084:"34ff0b4c",8088:"293f9c83",8110:"56a68450",8210:"29e7adb3",8240:"832b8a10",8300:"e5a884f4",8332:"6607fcb6",8338:"f5938888",8341:"730fef4c",8350:"3f2877b5",8518:"a7bd4aaa",8565:"472f8a66",8610:"6875c492",8694:"30e9e8ba",8814:"11b282fc",8881:"05206b71",8990:"e7541c45",9027:"2b13119a",9090:"4fabf2f1",9095:"ebca17e9",9139:"09ecdeab",9159:"fbe708ec",9183:"2d4a7f47",9199:"f7c1e588",9254:"78c3c618",9259:"a62a85e6",9319:"851c2574",9375:"729d3e1e",9410:"c9c87310",9413:"38682d35",9527:"8ac96054",9543:"f8016cde",9619:"39430005",9661:"5e95c892",9664:"974d09da",9671:"0e384e19",9705:"396cf6b9",9744:"10eff399",9754:"f3d96861",9817:"14eb3368",9861:"9ea180da",9895:"b7a138aa",9916:"f3a7b3b2",9966:"1748a406",9974:"dc65f2fa"}[e]||e)+"."+{53:"fda730e2",69:"cd008c45",80:"9605d2b9",196:"1adc00f3",263:"77a22a74",417:"d61411b0",438:"96485ad6",498:"6faa31d3",513:"b7dc4067",530:"590aaa77",612:"06a655ad",876:"1630c731",915:"a22abade",997:"b5eb8c1f",1039:"4059474a",1049:"c1ea99eb",1053:"86c8f721",1089:"3c59d421",1110:"9621cd55",1317:"4c4de52b",1400:"67e1e8f6",1404:"2f578d87",1498:"46354ae6",1543:"d7676829",1546:"63fc790e",1560:"5c626199",1581:"85fe0a10",1588:"716838d7",1626:"441d5055",1772:"22d645a1",1827:"32f85c6a",1860:"9979e720",1893:"61190a65",1949:"0e5d0aca",2026:"bc35b904",2143:"6764a52d",2172:"92669f93",2191:"c89c1ad8",2216:"f091b0b4",2289:"67d62bc7",2322:"28cbf65c",2403:"e70ad829",2418:"6d0332a4",2432:"6f2750fe",2464:"373601f7",2528:"bc878fd2",2529:"e8d26008",2535:"a329f4f2",2551:"a5207080",2701:"bd9e5db3",2707:"b8b2376c",2751:"9134d19a",2784:"44b0e2f8",2786:"1727bc64",2792:"abe48754",2830:"09fb73d7",2847:"23dc45be",2865:"4f5b83c0",2868:"f674fd38",2925:"297b2448",3034:"499cb318",3085:"fa8680eb",3089:"d410008f",3134:"2c6e3cc2",3135:"cc3b1fc9",3209:"a9a1492a",3263:"52660cd0",3280:"061043fc",3376:"f67c89a2",3389:"f6b6bc02",3432:"3d887583",3608:"8eec8b12",3651:"ac393a14",3655:"fb33b4f8",3684:"2b44684f",3715:"1f34e760",3808:"19309d4f",3832:"a617cf03",3942:"357fda3f",3969:"e72bec1a",3994:"4e7738e6",4013:"354f3ef2",4042:"b27dd161",4067:"8a1553e1",4195:"b82e09e8",4288:"afd23ce7",4368:"9ecc2e7c",4447:"1a361711",4450:"36ded4b4",4481:"b4866903",4599:"f4cd98e8",4618:"bc736dd3",4621:"5e069252",4725:"c7037dab",4733:"e93baa7c",4770:"0f5ea528",4823:"5d773431",4842:"26f21937",4873:"9d7a20ea",4984:"89a9f66b",5022:"c1ec8f85",5030:"a1e836e0",5094:"7e9bd8d8",5096:"12118f94",5106:"75507717",5151:"84cd75ac",5313:"037cee1f",5332:"39e635f8",5428:"f9a0557f",5431:"1006c799",5526:"3a7d06b9",5598:"e076f0aa",5609:"ba29a9c9",5617:"e9dc7a26",5619:"b6991f82",5635:"8d579786",5651:"cc6906df",5675:"672575c5",5695:"18900c14",5701:"5cb2744c",5739:"20cf0c37",5832:"e8be20d9",5870:"3efbbdec",5921:"c6d6fca9",5954:"e2efa1de",6085:"59bf4311",6099:"4ccccd15",6103:"d9da7455",6114:"36c015ce",6118:"8502a18b",6142:"64bff290",6154:"3a34d537",6175:"f1ab7e4f",6193:"3dcc4b8f",6232:"a965c67c",6259:"afd6b9b2",6296:"608f3c26",6403:"e9454893",6518:"86f7d1c6",6526:"2629620e",6567:"a600d6fd",6662:"3f3e5636",6679:"b0847aa4",6685:"f8050b8c",6721:"01f754dc",6864:"1cde18b5",6893:"4e72fbe6",6902:"6af7179d",6917:"e0a5ac39",7060:"9e91e83f",7190:"1d07324a",7224:"86b0fccd",7335:"67d41d40",7414:"dbd0b852",7503:"41adfa01",7504:"dad1c705",7545:"45028282",7668:"e9bccc4f",7701:"4507b7bc",7836:"7661051c",7918:"15723699",8010:"713cfeb4",8084:"8f9d425a",8088:"e2d4c498",8110:"d14aa706",8210:"64d8e266",8240:"1e3413da",8300:"12442be0",8332:"18359e4f",8338:"8dd127cf",8341:"fcb26556",8350:"be6b644a",8518:"f93b23a7",8565:"c4719110",8610:"686aaf2c",8694:"c2a7f029",8814:"01cc229d",8881:"8ec9cc5e",8990:"852c5e45",9027:"18934b93",9090:"6af19ea5",9095:"4378e318",9139:"82cea7bf",9159:"a8ab2a92",9183:"359d3d24",9199:"38a8f426",9254:"b5e5000a",9259:"55365f9f",9319:"ff9078b6",9375:"35326f17",9410:"e9af93e9",9413:"e5782ec2",9527:"3ceec125",9543:"206179fa",9619:"39096450",9661:"17c48d1d",9664:"d7fb4bd8",9671:"8ef80ab1",9677:"ea822b9e",9705:"1b99490f",9744:"00ff6043",9754:"df8d17f9",9817:"21d38987",9861:"5dedb635",9895:"b665d587",9916:"232f5b0b",9966:"7c49803d",9974:"2f72d63c"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,c)=>Object.prototype.hasOwnProperty.call(e,c),a={},b="docs:",r.l=(e,c,f,d)=>{if(a[e])a[e].push(c);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var b=a[e];if(delete a[e],t.parentNode&&t.parentNode.removeChild(t),b&&b.forEach((e=>e(f))),c)return c(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/touying/",r.gca=function(e){return e={11366869:"5428",17588091:"4823",17896441:"7918",39430005:"9619",58132609:"6175","935f2afb":"53","018a1506":"69","2c0b54ac":"80",d9bab663:"196","5c062049":"263","080c9bd0":"417","5de4625c":"438","2cc1595c":"498",b6606f5f:"513",e5b11173:"530",d287f9e6:"612",b035a2d2:"876","648478e2":"915","5670b452":"997","35b233e8":"1039",b472294c:"1049",c51e9508:"1053","04b649ca":"1089","5eea6960":"1110","9cec3c93":"1317","495c719e":"1400",e511abbf:"1498","98ce8162":"1543","92f7ac8d":"1546","0275f7e4":"1560",f8777534:"1581",f80396ac:"1588",a449492b:"1626","5806a9e1":"1827","67bae27a":"1860","340f1526":"1893","7c9c7243":"1949","9d0f4357":"2026","5a57e638":"2143","6bd5e75c":"2172","77e3d78c":"2191",c7f97b4e:"2216","51a4d3bf":"2289",f24a23d8:"2322",d16cbc15:"2403",e9b496d5:"2418","116fbef0":"2432",b5dfb830:"2464",ae31ff46:"2528","3143bd0d":"2529","814f3328":"2535",c37d3efc:"2551","1aab1ab5":"2701",ada9f060:"2707","890ef1f8":"2751",f65f6456:"2784","267f059f":"2786","0d1c87af":"2792","86e5cb88":"2830","7927a478":"2847","82487ba9":"2865",ce57b2d1:"2868",d848b1c8:"2925","9beb87c2":"3034","1f391b9e":"3085",a6aa9e1f:"3089","86f810a5":"3134","7ba330a5":"3135","80a0c88e":"3209","91bd08ce":"3263","4bb9edb3":"3280","6c8708e3":"3376","4c713790":"3389",de4f60ff:"3432","9e4087bc":"3608","1514c4f3":"3651",b1a1bf59:"3655","797defb6":"3684","583d85fc":"3715",ce30cdaf:"3808",e6bd25e0:"3832","14c08683":"3942","5b27bc59":"3969","41abee02":"3994","01a85c17":"4013","65e4303d":"4042","4e3d17c1":"4067",c4f5d8e4:"4195",a732a165:"4288",a94703ab:"4368","28a86b5d":"4447",c60ded92:"4450","7d3539b2":"4481",a94a4682:"4599","8e2c1ca5":"4618","0479d12b":"4621","06e0043a":"4725","173c8b24":"4733",bf750d2c:"4770","0c7d33f3":"4842","83b73936":"4873",b8fd1f7e:"4984","3b36ca8e":"5022","7f50710c":"5030",a3b8b6db:"5094",bef23ce3:"5096","6c1ba8b1":"5106","43e6fa63":"5151","4919068e":"5313","8ded3f77":"5332","7329c3b8":"5431","2553c37c":"5526","65e4cc1e":"5598","5035b6a4":"5609","54ea3d6a":"5617",ecfd88b4:"5619","1cf5eacf":"5635","359eb289":"5651",bce42248:"5675","6d7ce909":"5695","5539901a":"5701","717af290":"5739","926843be":"5832","4b91b61e":"5870","1b6fd54f":"5921",ff235272:"5954","3d438ec7":"6085","58092a00":"6099",ccc49370:"6103","89f39702":"6114",c9566e8a:"6118",f2bffab0:"6142",c38df086:"6154","864ebe97":"6193",f554ac40:"6232","55b57bd3":"6259","286c2c64":"6296",ad972684:"6403","3fefcd96":"6518","41a6ae87":"6526",b2b68e5a:"6567","555ecac1":"6662",a7cd7c6a:"6679","65dfabbc":"6685","38803c52":"6721",cbce90b2:"6864",d85491b0:"6893","024af9ce":"6902","7f65dfb7":"6917","9f9db465":"7060",ab32da60:"7190",d4a2dc55:"7224","850166d8":"7335","393be207":"7414","05ed0e1f":"7503","5297811e":"7504","2b9fd23c":"7545",acfad3c9:"7668",df5b4e08:"7701","02f62403":"7836","99d50e1d":"8010","34ff0b4c":"8084","293f9c83":"8088","56a68450":"8110","29e7adb3":"8210","832b8a10":"8240",e5a884f4:"8300","6607fcb6":"8332",f5938888:"8338","730fef4c":"8341","3f2877b5":"8350",a7bd4aaa:"8518","472f8a66":"8565","6875c492":"8610","30e9e8ba":"8694","11b282fc":"8814","05206b71":"8881",e7541c45:"8990","2b13119a":"9027","4fabf2f1":"9090",ebca17e9:"9095","09ecdeab":"9139",fbe708ec:"9159","2d4a7f47":"9183",f7c1e588:"9199","78c3c618":"9254",a62a85e6:"9259","851c2574":"9319","729d3e1e":"9375",c9c87310:"9410","38682d35":"9413","8ac96054":"9527",f8016cde:"9543","5e95c892":"9661","974d09da":"9664","0e384e19":"9671","396cf6b9":"9705","10eff399":"9744",f3d96861:"9754","14eb3368":"9817","9ea180da":"9861",b7a138aa:"9895",f3a7b3b2:"9916","1748a406":"9966",dc65f2fa:"9974"}[e]||e,r.p+r.u(e)},(()=>{var e={1303:0,532:0};r.f.j=(c,f)=>{var a=r.o(e,c)?e[c]:void 0;if(0!==a)if(a)f.push(a[2]);else if(/^(1303|532)$/.test(c))e[c]=0;else{var b=new Promise(((f,b)=>a=e[c]=[f,b]));f.push(a[2]=b);var d=r.p+r.u(c),t=new Error;r.l(d,(f=>{if(r.o(e,c)&&(0!==(a=e[c])&&(e[c]=void 0),a)){var b=f&&("load"===f.type?"missing":f.type),d=f&&f.target&&f.target.src;t.message="Loading chunk "+c+" failed.\n("+b+": "+d+")",t.name="ChunkLoadError",t.type=b,t.request=d,a[1](t)}}),"chunk-"+c,c)}},r.O.j=c=>0===e[c];var c=(c,f)=>{var a,b,d=f[0],t=f[1],o=f[2],n=0;if(d.some((c=>0!==e[c]))){for(a in t)r.o(t,a)&&(r.m[a]=t[a]);if(o)var i=o(r)}for(c&&c(f);n{"use strict";var e,c,f,a,b,d={},t={};function r(e){var c=t[e];if(void 0!==c)return c.exports;var f=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(f.exports,f,f.exports,r),f.loaded=!0,f.exports}r.m=d,r.c=t,e=[],r.O=(c,f,a,b)=>{if(!f){var d=1/0;for(i=0;i=b)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(t=!1,b0&&e[i-1][2]>b;i--)e[i]=e[i-1];e[i]=[f,a,b]},r.n=e=>{var c=e&&e.__esModule?()=>e.default:()=>e;return r.d(c,{a:c}),c},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,a){if(1&a&&(e=this(e)),8&a)return e;if("object"==typeof e&&e){if(4&a&&e.__esModule)return e;if(16&a&&"function"==typeof e.then)return e}var b=Object.create(null);r.r(b);var d={};c=c||[null,f({}),f([]),f(f)];for(var t=2&a&&e;"object"==typeof t&&!~c.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((c=>d[c]=()=>e[c]));return d.default=()=>e,r.d(b,d),b},r.d=(e,c)=>{for(var f in c)r.o(c,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:c[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((c,f)=>(r.f[f](e,c),c)),[])),r.u=e=>"assets/js/"+({53:"935f2afb",69:"018a1506",80:"2c0b54ac",196:"d9bab663",263:"5c062049",417:"080c9bd0",438:"5de4625c",498:"2cc1595c",513:"b6606f5f",530:"e5b11173",612:"d287f9e6",876:"b035a2d2",915:"648478e2",997:"5670b452",1039:"35b233e8",1049:"b472294c",1053:"c51e9508",1089:"04b649ca",1110:"5eea6960",1317:"9cec3c93",1400:"495c719e",1498:"e511abbf",1543:"98ce8162",1546:"92f7ac8d",1560:"0275f7e4",1581:"f8777534",1588:"f80396ac",1626:"a449492b",1827:"5806a9e1",1860:"67bae27a",1893:"340f1526",1949:"7c9c7243",2026:"9d0f4357",2143:"5a57e638",2172:"6bd5e75c",2191:"77e3d78c",2216:"c7f97b4e",2289:"51a4d3bf",2322:"f24a23d8",2403:"d16cbc15",2418:"e9b496d5",2432:"116fbef0",2464:"b5dfb830",2528:"ae31ff46",2529:"3143bd0d",2535:"814f3328",2551:"c37d3efc",2701:"1aab1ab5",2707:"ada9f060",2751:"890ef1f8",2784:"f65f6456",2786:"267f059f",2792:"0d1c87af",2830:"86e5cb88",2847:"7927a478",2865:"82487ba9",2868:"ce57b2d1",2925:"d848b1c8",3034:"9beb87c2",3085:"1f391b9e",3089:"a6aa9e1f",3134:"86f810a5",3135:"7ba330a5",3209:"80a0c88e",3263:"91bd08ce",3280:"4bb9edb3",3376:"6c8708e3",3389:"4c713790",3432:"de4f60ff",3608:"9e4087bc",3651:"1514c4f3",3655:"b1a1bf59",3684:"797defb6",3715:"583d85fc",3808:"ce30cdaf",3832:"e6bd25e0",3942:"14c08683",3969:"5b27bc59",3994:"41abee02",4013:"01a85c17",4042:"65e4303d",4067:"4e3d17c1",4195:"c4f5d8e4",4288:"a732a165",4368:"a94703ab",4447:"28a86b5d",4450:"c60ded92",4481:"7d3539b2",4599:"a94a4682",4618:"8e2c1ca5",4621:"0479d12b",4725:"06e0043a",4733:"173c8b24",4770:"bf750d2c",4823:"17588091",4842:"0c7d33f3",4873:"83b73936",4984:"b8fd1f7e",5022:"3b36ca8e",5030:"7f50710c",5094:"a3b8b6db",5096:"bef23ce3",5106:"6c1ba8b1",5151:"43e6fa63",5313:"4919068e",5332:"8ded3f77",5428:"11366869",5431:"7329c3b8",5526:"2553c37c",5598:"65e4cc1e",5609:"5035b6a4",5617:"54ea3d6a",5619:"ecfd88b4",5635:"1cf5eacf",5651:"359eb289",5675:"bce42248",5695:"6d7ce909",5701:"5539901a",5739:"717af290",5832:"926843be",5870:"4b91b61e",5921:"1b6fd54f",5954:"ff235272",6085:"3d438ec7",6099:"58092a00",6103:"ccc49370",6114:"89f39702",6118:"c9566e8a",6142:"f2bffab0",6154:"c38df086",6175:"58132609",6193:"864ebe97",6232:"f554ac40",6259:"55b57bd3",6296:"286c2c64",6403:"ad972684",6518:"3fefcd96",6526:"41a6ae87",6567:"b2b68e5a",6662:"555ecac1",6679:"a7cd7c6a",6685:"65dfabbc",6721:"38803c52",6864:"cbce90b2",6893:"d85491b0",6902:"024af9ce",6917:"7f65dfb7",7060:"9f9db465",7190:"ab32da60",7224:"d4a2dc55",7335:"850166d8",7414:"393be207",7503:"05ed0e1f",7504:"5297811e",7545:"2b9fd23c",7668:"acfad3c9",7701:"df5b4e08",7836:"02f62403",7918:"17896441",8010:"99d50e1d",8084:"34ff0b4c",8088:"293f9c83",8110:"56a68450",8210:"29e7adb3",8240:"832b8a10",8300:"e5a884f4",8332:"6607fcb6",8338:"f5938888",8341:"730fef4c",8350:"3f2877b5",8518:"a7bd4aaa",8565:"472f8a66",8610:"6875c492",8694:"30e9e8ba",8814:"11b282fc",8881:"05206b71",8990:"e7541c45",9027:"2b13119a",9090:"4fabf2f1",9095:"ebca17e9",9139:"09ecdeab",9159:"fbe708ec",9183:"2d4a7f47",9199:"f7c1e588",9254:"78c3c618",9259:"a62a85e6",9319:"851c2574",9375:"729d3e1e",9410:"c9c87310",9413:"38682d35",9527:"8ac96054",9543:"f8016cde",9619:"39430005",9661:"5e95c892",9664:"974d09da",9671:"0e384e19",9705:"396cf6b9",9744:"10eff399",9754:"f3d96861",9817:"14eb3368",9861:"9ea180da",9895:"b7a138aa",9916:"f3a7b3b2",9966:"1748a406",9974:"dc65f2fa"}[e]||e)+"."+{53:"fda730e2",69:"cd008c45",80:"9605d2b9",196:"1adc00f3",263:"77a22a74",417:"d61411b0",438:"96485ad6",498:"6faa31d3",513:"b7dc4067",530:"590aaa77",612:"06a655ad",876:"1630c731",915:"a22abade",997:"b5eb8c1f",1039:"4059474a",1049:"c1ea99eb",1053:"86c8f721",1089:"3c59d421",1110:"9621cd55",1317:"4c4de52b",1400:"67e1e8f6",1404:"2f578d87",1498:"46354ae6",1543:"d7676829",1546:"63fc790e",1560:"5c626199",1581:"85fe0a10",1588:"716838d7",1626:"441d5055",1772:"22d645a1",1827:"32f85c6a",1860:"9979e720",1893:"61190a65",1949:"0e5d0aca",2026:"bc35b904",2143:"6764a52d",2172:"92669f93",2191:"c89c1ad8",2216:"f091b0b4",2289:"67d62bc7",2322:"28cbf65c",2403:"e70ad829",2418:"6d0332a4",2432:"6f2750fe",2464:"373601f7",2528:"bc878fd2",2529:"e8d26008",2535:"a329f4f2",2551:"a5207080",2701:"bd9e5db3",2707:"b8b2376c",2751:"9134d19a",2784:"44b0e2f8",2786:"1727bc64",2792:"abe48754",2830:"09fb73d7",2847:"23dc45be",2865:"4f5b83c0",2868:"f674fd38",2925:"297b2448",3034:"499cb318",3085:"fa8680eb",3089:"d410008f",3134:"2c6e3cc2",3135:"cc3b1fc9",3209:"a9a1492a",3263:"52660cd0",3280:"061043fc",3376:"f67c89a2",3389:"f6b6bc02",3432:"3d887583",3608:"8eec8b12",3651:"ac393a14",3655:"fb33b4f8",3684:"2b44684f",3715:"cad2678b",3808:"19309d4f",3832:"a617cf03",3942:"357fda3f",3969:"e72bec1a",3994:"4e7738e6",4013:"354f3ef2",4042:"b27dd161",4067:"8a1553e1",4195:"b82e09e8",4288:"afd23ce7",4368:"9ecc2e7c",4447:"1a361711",4450:"36ded4b4",4481:"b4866903",4599:"f4cd98e8",4618:"bc736dd3",4621:"5e069252",4725:"c7037dab",4733:"e93baa7c",4770:"0f5ea528",4823:"5d773431",4842:"26f21937",4873:"9d7a20ea",4984:"89a9f66b",5022:"c1ec8f85",5030:"a1e836e0",5094:"7e9bd8d8",5096:"12118f94",5106:"75507717",5151:"84cd75ac",5313:"037cee1f",5332:"39e635f8",5428:"f9a0557f",5431:"1006c799",5526:"3a7d06b9",5598:"e076f0aa",5609:"ba29a9c9",5617:"e9dc7a26",5619:"b6991f82",5635:"8d579786",5651:"cc6906df",5675:"672575c5",5695:"18900c14",5701:"5cb2744c",5739:"20cf0c37",5832:"e8be20d9",5870:"3efbbdec",5921:"c6d6fca9",5954:"e2efa1de",6085:"59bf4311",6099:"4ccccd15",6103:"d9da7455",6114:"36c015ce",6118:"8502a18b",6142:"64bff290",6154:"3a34d537",6175:"f1ab7e4f",6193:"3dcc4b8f",6232:"a965c67c",6259:"afd6b9b2",6296:"608f3c26",6403:"e9454893",6518:"86f7d1c6",6526:"2629620e",6567:"a600d6fd",6662:"3f3e5636",6679:"b0847aa4",6685:"f8050b8c",6721:"01f754dc",6864:"1cde18b5",6893:"4e72fbe6",6902:"6af7179d",6917:"e0a5ac39",7060:"9e91e83f",7190:"1d07324a",7224:"86b0fccd",7335:"67d41d40",7414:"dbd0b852",7503:"41adfa01",7504:"dad1c705",7545:"45028282",7668:"e9bccc4f",7701:"4507b7bc",7836:"7661051c",7918:"15723699",8010:"713cfeb4",8084:"8f9d425a",8088:"e2d4c498",8110:"d14aa706",8210:"64d8e266",8240:"1e3413da",8300:"12442be0",8332:"18359e4f",8338:"8dd127cf",8341:"fcb26556",8350:"be6b644a",8518:"f93b23a7",8565:"c4719110",8610:"686aaf2c",8694:"379cce5b",8814:"01cc229d",8881:"8ec9cc5e",8990:"852c5e45",9027:"18934b93",9090:"6af19ea5",9095:"06c4879f",9139:"82cea7bf",9159:"a8ab2a92",9183:"359d3d24",9199:"38a8f426",9254:"b5e5000a",9259:"55365f9f",9319:"ff9078b6",9375:"35326f17",9410:"c174fd44",9413:"e5782ec2",9527:"3ceec125",9543:"206179fa",9619:"39096450",9661:"17c48d1d",9664:"d7fb4bd8",9671:"8ef80ab1",9677:"ea822b9e",9705:"1b99490f",9744:"00ff6043",9754:"df8d17f9",9817:"21d38987",9861:"5dedb635",9895:"b665d587",9916:"232f5b0b",9966:"7c49803d",9974:"2f72d63c"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,c)=>Object.prototype.hasOwnProperty.call(e,c),a={},b="docs:",r.l=(e,c,f,d)=>{if(a[e])a[e].push(c);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var b=a[e];if(delete a[e],t.parentNode&&t.parentNode.removeChild(t),b&&b.forEach((e=>e(f))),c)return c(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/touying/",r.gca=function(e){return e={11366869:"5428",17588091:"4823",17896441:"7918",39430005:"9619",58132609:"6175","935f2afb":"53","018a1506":"69","2c0b54ac":"80",d9bab663:"196","5c062049":"263","080c9bd0":"417","5de4625c":"438","2cc1595c":"498",b6606f5f:"513",e5b11173:"530",d287f9e6:"612",b035a2d2:"876","648478e2":"915","5670b452":"997","35b233e8":"1039",b472294c:"1049",c51e9508:"1053","04b649ca":"1089","5eea6960":"1110","9cec3c93":"1317","495c719e":"1400",e511abbf:"1498","98ce8162":"1543","92f7ac8d":"1546","0275f7e4":"1560",f8777534:"1581",f80396ac:"1588",a449492b:"1626","5806a9e1":"1827","67bae27a":"1860","340f1526":"1893","7c9c7243":"1949","9d0f4357":"2026","5a57e638":"2143","6bd5e75c":"2172","77e3d78c":"2191",c7f97b4e:"2216","51a4d3bf":"2289",f24a23d8:"2322",d16cbc15:"2403",e9b496d5:"2418","116fbef0":"2432",b5dfb830:"2464",ae31ff46:"2528","3143bd0d":"2529","814f3328":"2535",c37d3efc:"2551","1aab1ab5":"2701",ada9f060:"2707","890ef1f8":"2751",f65f6456:"2784","267f059f":"2786","0d1c87af":"2792","86e5cb88":"2830","7927a478":"2847","82487ba9":"2865",ce57b2d1:"2868",d848b1c8:"2925","9beb87c2":"3034","1f391b9e":"3085",a6aa9e1f:"3089","86f810a5":"3134","7ba330a5":"3135","80a0c88e":"3209","91bd08ce":"3263","4bb9edb3":"3280","6c8708e3":"3376","4c713790":"3389",de4f60ff:"3432","9e4087bc":"3608","1514c4f3":"3651",b1a1bf59:"3655","797defb6":"3684","583d85fc":"3715",ce30cdaf:"3808",e6bd25e0:"3832","14c08683":"3942","5b27bc59":"3969","41abee02":"3994","01a85c17":"4013","65e4303d":"4042","4e3d17c1":"4067",c4f5d8e4:"4195",a732a165:"4288",a94703ab:"4368","28a86b5d":"4447",c60ded92:"4450","7d3539b2":"4481",a94a4682:"4599","8e2c1ca5":"4618","0479d12b":"4621","06e0043a":"4725","173c8b24":"4733",bf750d2c:"4770","0c7d33f3":"4842","83b73936":"4873",b8fd1f7e:"4984","3b36ca8e":"5022","7f50710c":"5030",a3b8b6db:"5094",bef23ce3:"5096","6c1ba8b1":"5106","43e6fa63":"5151","4919068e":"5313","8ded3f77":"5332","7329c3b8":"5431","2553c37c":"5526","65e4cc1e":"5598","5035b6a4":"5609","54ea3d6a":"5617",ecfd88b4:"5619","1cf5eacf":"5635","359eb289":"5651",bce42248:"5675","6d7ce909":"5695","5539901a":"5701","717af290":"5739","926843be":"5832","4b91b61e":"5870","1b6fd54f":"5921",ff235272:"5954","3d438ec7":"6085","58092a00":"6099",ccc49370:"6103","89f39702":"6114",c9566e8a:"6118",f2bffab0:"6142",c38df086:"6154","864ebe97":"6193",f554ac40:"6232","55b57bd3":"6259","286c2c64":"6296",ad972684:"6403","3fefcd96":"6518","41a6ae87":"6526",b2b68e5a:"6567","555ecac1":"6662",a7cd7c6a:"6679","65dfabbc":"6685","38803c52":"6721",cbce90b2:"6864",d85491b0:"6893","024af9ce":"6902","7f65dfb7":"6917","9f9db465":"7060",ab32da60:"7190",d4a2dc55:"7224","850166d8":"7335","393be207":"7414","05ed0e1f":"7503","5297811e":"7504","2b9fd23c":"7545",acfad3c9:"7668",df5b4e08:"7701","02f62403":"7836","99d50e1d":"8010","34ff0b4c":"8084","293f9c83":"8088","56a68450":"8110","29e7adb3":"8210","832b8a10":"8240",e5a884f4:"8300","6607fcb6":"8332",f5938888:"8338","730fef4c":"8341","3f2877b5":"8350",a7bd4aaa:"8518","472f8a66":"8565","6875c492":"8610","30e9e8ba":"8694","11b282fc":"8814","05206b71":"8881",e7541c45:"8990","2b13119a":"9027","4fabf2f1":"9090",ebca17e9:"9095","09ecdeab":"9139",fbe708ec:"9159","2d4a7f47":"9183",f7c1e588:"9199","78c3c618":"9254",a62a85e6:"9259","851c2574":"9319","729d3e1e":"9375",c9c87310:"9410","38682d35":"9413","8ac96054":"9527",f8016cde:"9543","5e95c892":"9661","974d09da":"9664","0e384e19":"9671","396cf6b9":"9705","10eff399":"9744",f3d96861:"9754","14eb3368":"9817","9ea180da":"9861",b7a138aa:"9895",f3a7b3b2:"9916","1748a406":"9966",dc65f2fa:"9974"}[e]||e,r.p+r.u(e)},(()=>{var e={1303:0,532:0};r.f.j=(c,f)=>{var a=r.o(e,c)?e[c]:void 0;if(0!==a)if(a)f.push(a[2]);else if(/^(1303|532)$/.test(c))e[c]=0;else{var b=new Promise(((f,b)=>a=e[c]=[f,b]));f.push(a[2]=b);var d=r.p+r.u(c),t=new Error;r.l(d,(f=>{if(r.o(e,c)&&(0!==(a=e[c])&&(e[c]=void 0),a)){var b=f&&("load"===f.type?"missing":f.type),d=f&&f.target&&f.target.src;t.message="Loading chunk "+c+" failed.\n("+b+": "+d+")",t.name="ChunkLoadError",t.type=b,t.request=d,a[1](t)}}),"chunk-"+c,c)}},r.O.j=c=>0===e[c];var c=(c,f)=>{var a,b,d=f[0],t=f[1],o=f[2],n=0;if(d.some((c=>0!==e[c]))){for(a in t)r.o(t,a)&&(r.m[a]=t[a]);if(o)var i=o(r)}for(c&&c(f);n Archive | Touying - + diff --git a/blog/index.html b/blog/index.html index 371bebdba..ca96388dd 100644 --- a/blog/index.html +++ b/blog/index.html @@ -5,7 +5,7 @@ Blog | Touying - + diff --git a/blog/tags/development/index.html b/blog/tags/development/index.html index cda3526c1..185bf0b9b 100644 --- a/blog/tags/development/index.html +++ b/blog/tags/development/index.html @@ -5,7 +5,7 @@ One post tagged with "development" | Touying - + diff --git a/blog/tags/index.html b/blog/tags/index.html index b730813a4..1cdd3ee42 100644 --- a/blog/tags/index.html +++ b/blog/tags/index.html @@ -5,7 +5,7 @@ Tags | Touying - + diff --git a/blog/touying-0-2-0/index.html b/blog/touying-0-2-0/index.html index 01fa21173..c0660e608 100644 --- a/blog/touying-0-2-0/index.html +++ b/blog/touying-0-2-0/index.html @@ -5,7 +5,7 @@ Touying 0.2.0 | Touying - + diff --git a/docs/0.2.x/build-your-own-theme/index.html b/docs/0.2.x/build-your-own-theme/index.html index 31c27d62f..da810750b 100644 --- a/docs/0.2.x/build-your-own-theme/index.html +++ b/docs/0.2.x/build-your-own-theme/index.html @@ -5,7 +5,7 @@ Build Your Own Theme | Touying - + diff --git a/docs/0.2.x/category/dynamic-slides/index.html b/docs/0.2.x/category/dynamic-slides/index.html index 2ba823e5a..b6e092fbb 100644 --- a/docs/0.2.x/category/dynamic-slides/index.html +++ b/docs/0.2.x/category/dynamic-slides/index.html @@ -5,7 +5,7 @@ Dynamic Slides | Touying - + diff --git a/docs/0.2.x/category/external-tools/index.html b/docs/0.2.x/category/external-tools/index.html index 73b5bdf93..ca1c0ea3b 100644 --- a/docs/0.2.x/category/external-tools/index.html +++ b/docs/0.2.x/category/external-tools/index.html @@ -5,7 +5,7 @@ External Tools | Touying - + diff --git a/docs/0.2.x/category/progress/index.html b/docs/0.2.x/category/progress/index.html index 8c25d9e2d..5c8f979ea 100644 --- a/docs/0.2.x/category/progress/index.html +++ b/docs/0.2.x/category/progress/index.html @@ -5,7 +5,7 @@ Progress | Touying - + diff --git a/docs/0.2.x/category/themes/index.html b/docs/0.2.x/category/themes/index.html index ae9754550..2cda52177 100644 --- a/docs/0.2.x/category/themes/index.html +++ b/docs/0.2.x/category/themes/index.html @@ -5,7 +5,7 @@ Themes | Touying - + diff --git a/docs/0.2.x/category/utilities/index.html b/docs/0.2.x/category/utilities/index.html index d3d8332f6..2f6bc39aa 100644 --- a/docs/0.2.x/category/utilities/index.html +++ b/docs/0.2.x/category/utilities/index.html @@ -5,7 +5,7 @@ Utilities | Touying - + diff --git a/docs/0.2.x/changelog/index.html b/docs/0.2.x/changelog/index.html index e267b7859..5530fe58f 100644 --- a/docs/0.2.x/changelog/index.html +++ b/docs/0.2.x/changelog/index.html @@ -5,7 +5,7 @@ Changelog | Touying - + diff --git a/docs/0.2.x/dynamic/complex/index.html b/docs/0.2.x/dynamic/complex/index.html index 7ef765ea6..5cbeacb02 100644 --- a/docs/0.2.x/dynamic/complex/index.html +++ b/docs/0.2.x/dynamic/complex/index.html @@ -5,7 +5,7 @@ Complex Animations | Touying - + diff --git a/docs/0.2.x/dynamic/cover/index.html b/docs/0.2.x/dynamic/cover/index.html index 27c08825c..817b04c0f 100644 --- a/docs/0.2.x/dynamic/cover/index.html +++ b/docs/0.2.x/dynamic/cover/index.html @@ -5,7 +5,7 @@ Cover Function | Touying - + diff --git a/docs/0.2.x/dynamic/equation/index.html b/docs/0.2.x/dynamic/equation/index.html index 463fbf4bf..005bcabc6 100644 --- a/docs/0.2.x/dynamic/equation/index.html +++ b/docs/0.2.x/dynamic/equation/index.html @@ -5,7 +5,7 @@ Math Equation Animations | Touying - + diff --git a/docs/0.2.x/dynamic/handout/index.html b/docs/0.2.x/dynamic/handout/index.html index d5edd6cfd..dfc8e5b43 100644 --- a/docs/0.2.x/dynamic/handout/index.html +++ b/docs/0.2.x/dynamic/handout/index.html @@ -5,7 +5,7 @@ Handout Mode | Touying - + diff --git a/docs/0.2.x/dynamic/other/index.html b/docs/0.2.x/dynamic/other/index.html index c14a90f45..a37a2589b 100644 --- a/docs/0.2.x/dynamic/other/index.html +++ b/docs/0.2.x/dynamic/other/index.html @@ -5,7 +5,7 @@ Other Animations | Touying - + diff --git a/docs/0.2.x/dynamic/simple/index.html b/docs/0.2.x/dynamic/simple/index.html index 4e8050367..65b5d8e68 100644 --- a/docs/0.2.x/dynamic/simple/index.html +++ b/docs/0.2.x/dynamic/simple/index.html @@ -5,7 +5,7 @@ Simple Animations | Touying - + diff --git a/docs/0.2.x/external/pdfpc/index.html b/docs/0.2.x/external/pdfpc/index.html index 8138d135d..03d9eb157 100644 --- a/docs/0.2.x/external/pdfpc/index.html +++ b/docs/0.2.x/external/pdfpc/index.html @@ -5,7 +5,7 @@ Pdfpc | Touying - + diff --git a/docs/0.2.x/external/typst-preview/index.html b/docs/0.2.x/external/typst-preview/index.html index 50e6a9132..3858f83ff 100644 --- a/docs/0.2.x/external/typst-preview/index.html +++ b/docs/0.2.x/external/typst-preview/index.html @@ -5,7 +5,7 @@ Typst Preview | Touying - + diff --git a/docs/0.2.x/intro/index.html b/docs/0.2.x/intro/index.html index 0ac0c71fd..a2d139d76 100644 --- a/docs/0.2.x/intro/index.html +++ b/docs/0.2.x/intro/index.html @@ -5,7 +5,7 @@ Introduction to Touying | Touying - + diff --git a/docs/0.2.x/layout/index.html b/docs/0.2.x/layout/index.html index a5594d1cf..7b01751bd 100644 --- a/docs/0.2.x/layout/index.html +++ b/docs/0.2.x/layout/index.html @@ -5,7 +5,7 @@ Layout Your Contents | Touying - + diff --git a/docs/0.2.x/progress/counters/index.html b/docs/0.2.x/progress/counters/index.html index b924fd638..64919fc0c 100644 --- a/docs/0.2.x/progress/counters/index.html +++ b/docs/0.2.x/progress/counters/index.html @@ -5,7 +5,7 @@ Touying Counters | Touying - + diff --git a/docs/0.2.x/progress/sections/index.html b/docs/0.2.x/progress/sections/index.html index 3383c86bf..8655caf40 100644 --- a/docs/0.2.x/progress/sections/index.html +++ b/docs/0.2.x/progress/sections/index.html @@ -5,7 +5,7 @@ Touying Sections | Touying - + diff --git a/docs/0.2.x/start/index.html b/docs/0.2.x/start/index.html index 781f4bad5..f28fc7ae1 100644 --- a/docs/0.2.x/start/index.html +++ b/docs/0.2.x/start/index.html @@ -5,7 +5,7 @@ Getting Started | Touying - + diff --git a/docs/0.2.x/style/index.html b/docs/0.2.x/style/index.html index 19a5a0155..a1feec6f3 100644 --- a/docs/0.2.x/style/index.html +++ b/docs/0.2.x/style/index.html @@ -5,7 +5,7 @@ Code Styles | Touying - + diff --git a/docs/0.2.x/themes/dewdrop/index.html b/docs/0.2.x/themes/dewdrop/index.html index debd8d3f7..a45fe557b 100644 --- a/docs/0.2.x/themes/dewdrop/index.html +++ b/docs/0.2.x/themes/dewdrop/index.html @@ -5,7 +5,7 @@ Dewdrop Theme | Touying - + diff --git a/docs/0.2.x/themes/metropolis/index.html b/docs/0.2.x/themes/metropolis/index.html index e7610c143..97dcae416 100644 --- a/docs/0.2.x/themes/metropolis/index.html +++ b/docs/0.2.x/themes/metropolis/index.html @@ -5,7 +5,7 @@ Metropolis Theme | Touying - + diff --git a/docs/0.2.x/themes/simple/index.html b/docs/0.2.x/themes/simple/index.html index da31f050c..69d8c61c4 100644 --- a/docs/0.2.x/themes/simple/index.html +++ b/docs/0.2.x/themes/simple/index.html @@ -5,7 +5,7 @@ Simple Theme | Touying - + diff --git a/docs/0.2.x/themes/university/index.html b/docs/0.2.x/themes/university/index.html index 1ed973a61..6c9c95e5b 100644 --- a/docs/0.2.x/themes/university/index.html +++ b/docs/0.2.x/themes/university/index.html @@ -5,7 +5,7 @@ University Theme | Touying - + diff --git a/docs/0.2.x/utilities/fit-to/index.html b/docs/0.2.x/utilities/fit-to/index.html index 4d8f511bf..45047a39d 100644 --- a/docs/0.2.x/utilities/fit-to/index.html +++ b/docs/0.2.x/utilities/fit-to/index.html @@ -5,7 +5,7 @@ Fit to Height / Width | Touying - + diff --git a/docs/0.2.x/utilities/oop/index.html b/docs/0.2.x/utilities/oop/index.html index 131483484..cb6be7a2c 100644 --- a/docs/0.2.x/utilities/oop/index.html +++ b/docs/0.2.x/utilities/oop/index.html @@ -5,7 +5,7 @@ Object-Oriented Programming | Touying - + diff --git a/docs/0.3.2+/build-your-own-theme/index.html b/docs/0.3.2+/build-your-own-theme/index.html index 45ca20cd3..77668bec2 100644 --- a/docs/0.3.2+/build-your-own-theme/index.html +++ b/docs/0.3.2+/build-your-own-theme/index.html @@ -5,7 +5,7 @@ Creating Your Own Theme | Touying - + diff --git a/docs/0.3.2+/category/dynamic-slides/index.html b/docs/0.3.2+/category/dynamic-slides/index.html index bd5aaeb42..4d5529d94 100644 --- a/docs/0.3.2+/category/dynamic-slides/index.html +++ b/docs/0.3.2+/category/dynamic-slides/index.html @@ -5,7 +5,7 @@ Dynamic Slides | Touying - + diff --git a/docs/0.3.2+/category/external-tools/index.html b/docs/0.3.2+/category/external-tools/index.html index 50899a21e..803332bb9 100644 --- a/docs/0.3.2+/category/external-tools/index.html +++ b/docs/0.3.2+/category/external-tools/index.html @@ -5,7 +5,7 @@ External Tools | Touying - + diff --git a/docs/0.3.2+/category/package-integration/index.html b/docs/0.3.2+/category/package-integration/index.html index b1d4f0fc6..9e29e9508 100644 --- a/docs/0.3.2+/category/package-integration/index.html +++ b/docs/0.3.2+/category/package-integration/index.html @@ -5,7 +5,7 @@ Package Integration | Touying - + diff --git a/docs/0.3.2+/category/progress/index.html b/docs/0.3.2+/category/progress/index.html index b2f026419..da3ecf399 100644 --- a/docs/0.3.2+/category/progress/index.html +++ b/docs/0.3.2+/category/progress/index.html @@ -5,7 +5,7 @@ Progress | Touying - + diff --git a/docs/0.3.2+/category/themes/index.html b/docs/0.3.2+/category/themes/index.html index 3b5e9738d..b322b02b3 100644 --- a/docs/0.3.2+/category/themes/index.html +++ b/docs/0.3.2+/category/themes/index.html @@ -5,7 +5,7 @@ Themes | Touying - + diff --git a/docs/0.3.2+/category/utilities/index.html b/docs/0.3.2+/category/utilities/index.html index 8abd7c9f7..b472577d0 100644 --- a/docs/0.3.2+/category/utilities/index.html +++ b/docs/0.3.2+/category/utilities/index.html @@ -5,7 +5,7 @@ Utilities | Touying - + diff --git a/docs/0.3.2+/changelog/index.html b/docs/0.3.2+/changelog/index.html index 608b6a515..ce2c7c3ae 100644 --- a/docs/0.3.2+/changelog/index.html +++ b/docs/0.3.2+/changelog/index.html @@ -5,7 +5,7 @@ Changelog | Touying - + diff --git a/docs/0.3.2+/code-styles/index.html b/docs/0.3.2+/code-styles/index.html index 5f05cab85..070033725 100644 --- a/docs/0.3.2+/code-styles/index.html +++ b/docs/0.3.2+/code-styles/index.html @@ -5,7 +5,7 @@ Code Style | Touying - + diff --git a/docs/0.3.2+/dynamic/complex/index.html b/docs/0.3.2+/dynamic/complex/index.html index ddcd76412..48dab9f60 100644 --- a/docs/0.3.2+/dynamic/complex/index.html +++ b/docs/0.3.2+/dynamic/complex/index.html @@ -5,7 +5,7 @@ Complex Animations | Touying - + diff --git a/docs/0.3.2+/dynamic/cover/index.html b/docs/0.3.2+/dynamic/cover/index.html index 17c6011c6..93f99f659 100644 --- a/docs/0.3.2+/dynamic/cover/index.html +++ b/docs/0.3.2+/dynamic/cover/index.html @@ -5,7 +5,7 @@ Cover Function | Touying - + diff --git a/docs/0.3.2+/dynamic/equation/index.html b/docs/0.3.2+/dynamic/equation/index.html index 7d736d08f..79498e014 100644 --- a/docs/0.3.2+/dynamic/equation/index.html +++ b/docs/0.3.2+/dynamic/equation/index.html @@ -5,7 +5,7 @@ Math Equation Animations | Touying - + diff --git a/docs/0.3.2+/dynamic/handout/index.html b/docs/0.3.2+/dynamic/handout/index.html index 4dacaf5d9..074fcfdc5 100644 --- a/docs/0.3.2+/dynamic/handout/index.html +++ b/docs/0.3.2+/dynamic/handout/index.html @@ -5,7 +5,7 @@ Handout Mode | Touying - + diff --git a/docs/0.3.2+/dynamic/other/index.html b/docs/0.3.2+/dynamic/other/index.html index e79326f67..47af67efc 100644 --- a/docs/0.3.2+/dynamic/other/index.html +++ b/docs/0.3.2+/dynamic/other/index.html @@ -5,7 +5,7 @@ Other Animations | Touying - + diff --git a/docs/0.3.2+/dynamic/simple/index.html b/docs/0.3.2+/dynamic/simple/index.html index a5ea22f71..c839f5359 100644 --- a/docs/0.3.2+/dynamic/simple/index.html +++ b/docs/0.3.2+/dynamic/simple/index.html @@ -5,7 +5,7 @@ Simple Animations | Touying - + diff --git a/docs/0.3.2+/external/pdfpc/index.html b/docs/0.3.2+/external/pdfpc/index.html index 15ba989d3..b16f1c003 100644 --- a/docs/0.3.2+/external/pdfpc/index.html +++ b/docs/0.3.2+/external/pdfpc/index.html @@ -5,7 +5,7 @@ Pdfpc | Touying - + diff --git a/docs/0.3.2+/external/typst-preview/index.html b/docs/0.3.2+/external/typst-preview/index.html index af6e21427..92ee33800 100644 --- a/docs/0.3.2+/external/typst-preview/index.html +++ b/docs/0.3.2+/external/typst-preview/index.html @@ -5,7 +5,7 @@ Typst Preview | Touying - + diff --git a/docs/0.3.2+/global-settings/index.html b/docs/0.3.2+/global-settings/index.html index 6b18a6428..e263a798c 100644 --- a/docs/0.3.2+/global-settings/index.html +++ b/docs/0.3.2+/global-settings/index.html @@ -5,7 +5,7 @@ Global Settings | Touying - + diff --git a/docs/0.3.2+/integration/cetz/index.html b/docs/0.3.2+/integration/cetz/index.html index caf59265a..5b30b5f0f 100644 --- a/docs/0.3.2+/integration/cetz/index.html +++ b/docs/0.3.2+/integration/cetz/index.html @@ -5,7 +5,7 @@ CeTZ | Touying - + diff --git a/docs/0.3.2+/integration/codly/index.html b/docs/0.3.2+/integration/codly/index.html index 83b5d4549..f0c515ec6 100644 --- a/docs/0.3.2+/integration/codly/index.html +++ b/docs/0.3.2+/integration/codly/index.html @@ -5,7 +5,7 @@ Codly | Touying - + diff --git a/docs/0.3.2+/integration/fletcher/index.html b/docs/0.3.2+/integration/fletcher/index.html index f86d5f1be..d28402b01 100644 --- a/docs/0.3.2+/integration/fletcher/index.html +++ b/docs/0.3.2+/integration/fletcher/index.html @@ -5,7 +5,7 @@ Fletcher | Touying - + diff --git a/docs/0.3.2+/integration/mitex/index.html b/docs/0.3.2+/integration/mitex/index.html index 2f1e3ce85..a59ac985b 100644 --- a/docs/0.3.2+/integration/mitex/index.html +++ b/docs/0.3.2+/integration/mitex/index.html @@ -5,14 +5,14 @@ MiTeX | Touying - +
Version: 0.3.2+

MiTeX

During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.

Example:

-
#import "@preview/mitex:0.2.1": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)
+
#import "@preview/mitex:0.2.3": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)

image

\ No newline at end of file diff --git a/docs/0.3.2+/integration/pinit/index.html b/docs/0.3.2+/integration/pinit/index.html index 09e59efda..5fed922ab 100644 --- a/docs/0.3.2+/integration/pinit/index.html +++ b/docs/0.3.2+/integration/pinit/index.html @@ -5,7 +5,7 @@ Pinit | Touying - + diff --git a/docs/0.3.2+/integration/polylux/index.html b/docs/0.3.2+/integration/polylux/index.html index fb1917f42..535e6c655 100644 --- a/docs/0.3.2+/integration/polylux/index.html +++ b/docs/0.3.2+/integration/polylux/index.html @@ -5,7 +5,7 @@ Polylux | Touying - + diff --git a/docs/0.3.2+/intro/index.html b/docs/0.3.2+/intro/index.html index 1325c4930..45dbeb903 100644 --- a/docs/0.3.2+/intro/index.html +++ b/docs/0.3.2+/intro/index.html @@ -5,7 +5,7 @@ Introduction to Touying | Touying - + diff --git a/docs/0.3.2+/layout/index.html b/docs/0.3.2+/layout/index.html index 763bf4f45..bfac257e2 100644 --- a/docs/0.3.2+/layout/index.html +++ b/docs/0.3.2+/layout/index.html @@ -5,7 +5,7 @@ Page Layout | Touying - + diff --git a/docs/0.3.2+/progress/counters/index.html b/docs/0.3.2+/progress/counters/index.html index 3aa11da6e..7b3d1268f 100644 --- a/docs/0.3.2+/progress/counters/index.html +++ b/docs/0.3.2+/progress/counters/index.html @@ -5,7 +5,7 @@ Touying Counters | Touying - + diff --git a/docs/0.3.2+/progress/sections/index.html b/docs/0.3.2+/progress/sections/index.html index 658e5788b..261681c7a 100644 --- a/docs/0.3.2+/progress/sections/index.html +++ b/docs/0.3.2+/progress/sections/index.html @@ -5,7 +5,7 @@ Touying Sections | Touying - + diff --git a/docs/0.3.2+/sections/index.html b/docs/0.3.2+/sections/index.html index e0ec03dc5..065bfd663 100644 --- a/docs/0.3.2+/sections/index.html +++ b/docs/0.3.2+/sections/index.html @@ -5,7 +5,7 @@ Sections and Subsections | Touying - + diff --git a/docs/0.3.2+/start/index.html b/docs/0.3.2+/start/index.html index e88ec01e2..dec4d3b05 100644 --- a/docs/0.3.2+/start/index.html +++ b/docs/0.3.2+/start/index.html @@ -5,7 +5,7 @@ Getting Started | Touying - + diff --git a/docs/0.3.2+/themes/aqua/index.html b/docs/0.3.2+/themes/aqua/index.html index aceac3aeb..2eaf3e92c 100644 --- a/docs/0.3.2+/themes/aqua/index.html +++ b/docs/0.3.2+/themes/aqua/index.html @@ -5,7 +5,7 @@ Aqua Theme | Touying - + diff --git a/docs/0.3.2+/themes/dewdrop/index.html b/docs/0.3.2+/themes/dewdrop/index.html index acd6e0b8a..bc3fb2048 100644 --- a/docs/0.3.2+/themes/dewdrop/index.html +++ b/docs/0.3.2+/themes/dewdrop/index.html @@ -5,7 +5,7 @@ Dewdrop Theme | Touying - + diff --git a/docs/0.3.2+/themes/metropolis/index.html b/docs/0.3.2+/themes/metropolis/index.html index 1ca261173..05bb26a17 100644 --- a/docs/0.3.2+/themes/metropolis/index.html +++ b/docs/0.3.2+/themes/metropolis/index.html @@ -5,7 +5,7 @@ Metropolis Theme | Touying - + diff --git a/docs/0.3.2+/themes/simple/index.html b/docs/0.3.2+/themes/simple/index.html index f03e2b7a7..63a31a069 100644 --- a/docs/0.3.2+/themes/simple/index.html +++ b/docs/0.3.2+/themes/simple/index.html @@ -5,7 +5,7 @@ Simple Theme | Touying - + diff --git a/docs/0.3.2+/themes/university/index.html b/docs/0.3.2+/themes/university/index.html index e74a2113e..0c91eb3f3 100644 --- a/docs/0.3.2+/themes/university/index.html +++ b/docs/0.3.2+/themes/university/index.html @@ -5,7 +5,7 @@ University Theme | Touying - + diff --git a/docs/0.3.2+/utilities/fit-to/index.html b/docs/0.3.2+/utilities/fit-to/index.html index 87658d132..079e32ed4 100644 --- a/docs/0.3.2+/utilities/fit-to/index.html +++ b/docs/0.3.2+/utilities/fit-to/index.html @@ -5,7 +5,7 @@ Fit to Height / Width | Touying - + diff --git a/docs/0.3.2+/utilities/oop/index.html b/docs/0.3.2+/utilities/oop/index.html index 6924a70d4..a908cf6a5 100644 --- a/docs/0.3.2+/utilities/oop/index.html +++ b/docs/0.3.2+/utilities/oop/index.html @@ -5,7 +5,7 @@ Object-Oriented Programming | Touying - + diff --git a/docs/0.3.x/build-your-own-theme/index.html b/docs/0.3.x/build-your-own-theme/index.html index f4f75dd8a..320eb3b35 100644 --- a/docs/0.3.x/build-your-own-theme/index.html +++ b/docs/0.3.x/build-your-own-theme/index.html @@ -5,7 +5,7 @@ Creating Your Own Theme | Touying - + diff --git a/docs/0.3.x/category/dynamic-slides/index.html b/docs/0.3.x/category/dynamic-slides/index.html index cad743088..eeef529a6 100644 --- a/docs/0.3.x/category/dynamic-slides/index.html +++ b/docs/0.3.x/category/dynamic-slides/index.html @@ -5,7 +5,7 @@ Dynamic Slides | Touying - + diff --git a/docs/0.3.x/category/external-tools/index.html b/docs/0.3.x/category/external-tools/index.html index e988e5137..6d5473ab8 100644 --- a/docs/0.3.x/category/external-tools/index.html +++ b/docs/0.3.x/category/external-tools/index.html @@ -5,7 +5,7 @@ External Tools | Touying - + diff --git a/docs/0.3.x/category/package-integration/index.html b/docs/0.3.x/category/package-integration/index.html index 1d611b565..4a45ab4ab 100644 --- a/docs/0.3.x/category/package-integration/index.html +++ b/docs/0.3.x/category/package-integration/index.html @@ -5,7 +5,7 @@ Package Integration | Touying - + diff --git a/docs/0.3.x/category/progress/index.html b/docs/0.3.x/category/progress/index.html index 5c3e7b4de..ea3fc19fd 100644 --- a/docs/0.3.x/category/progress/index.html +++ b/docs/0.3.x/category/progress/index.html @@ -5,7 +5,7 @@ Progress | Touying - + diff --git a/docs/0.3.x/category/themes/index.html b/docs/0.3.x/category/themes/index.html index 8df902603..11975d366 100644 --- a/docs/0.3.x/category/themes/index.html +++ b/docs/0.3.x/category/themes/index.html @@ -5,7 +5,7 @@ Themes | Touying - + diff --git a/docs/0.3.x/category/utilities/index.html b/docs/0.3.x/category/utilities/index.html index 2583edbab..c974df07a 100644 --- a/docs/0.3.x/category/utilities/index.html +++ b/docs/0.3.x/category/utilities/index.html @@ -5,7 +5,7 @@ Utilities | Touying - + diff --git a/docs/0.3.x/changelog/index.html b/docs/0.3.x/changelog/index.html index a875a208d..3636e74de 100644 --- a/docs/0.3.x/changelog/index.html +++ b/docs/0.3.x/changelog/index.html @@ -5,7 +5,7 @@ Changelog | Touying - + diff --git a/docs/0.3.x/code-styles/index.html b/docs/0.3.x/code-styles/index.html index 2b0aa7181..431a0b322 100644 --- a/docs/0.3.x/code-styles/index.html +++ b/docs/0.3.x/code-styles/index.html @@ -5,7 +5,7 @@ Code Style | Touying - + diff --git a/docs/0.3.x/dynamic/complex/index.html b/docs/0.3.x/dynamic/complex/index.html index df61b9de4..e9b6b4033 100644 --- a/docs/0.3.x/dynamic/complex/index.html +++ b/docs/0.3.x/dynamic/complex/index.html @@ -5,7 +5,7 @@ Complex Animations | Touying - + diff --git a/docs/0.3.x/dynamic/cover/index.html b/docs/0.3.x/dynamic/cover/index.html index cbe648ccb..41c9e6f69 100644 --- a/docs/0.3.x/dynamic/cover/index.html +++ b/docs/0.3.x/dynamic/cover/index.html @@ -5,7 +5,7 @@ Cover Function | Touying - + diff --git a/docs/0.3.x/dynamic/equation/index.html b/docs/0.3.x/dynamic/equation/index.html index 495fb192b..ef4da92cb 100644 --- a/docs/0.3.x/dynamic/equation/index.html +++ b/docs/0.3.x/dynamic/equation/index.html @@ -5,7 +5,7 @@ Math Equation Animations | Touying - + diff --git a/docs/0.3.x/dynamic/handout/index.html b/docs/0.3.x/dynamic/handout/index.html index 68c442575..2cc3c9c2f 100644 --- a/docs/0.3.x/dynamic/handout/index.html +++ b/docs/0.3.x/dynamic/handout/index.html @@ -5,7 +5,7 @@ Handout Mode | Touying - + diff --git a/docs/0.3.x/dynamic/other/index.html b/docs/0.3.x/dynamic/other/index.html index 1acd2e776..f2b65d0e1 100644 --- a/docs/0.3.x/dynamic/other/index.html +++ b/docs/0.3.x/dynamic/other/index.html @@ -5,7 +5,7 @@ Other Animations | Touying - + diff --git a/docs/0.3.x/dynamic/simple/index.html b/docs/0.3.x/dynamic/simple/index.html index 7e9466360..8edd23c8f 100644 --- a/docs/0.3.x/dynamic/simple/index.html +++ b/docs/0.3.x/dynamic/simple/index.html @@ -5,7 +5,7 @@ Simple Animations | Touying - + diff --git a/docs/0.3.x/external/pdfpc/index.html b/docs/0.3.x/external/pdfpc/index.html index c41e8099b..9492c801a 100644 --- a/docs/0.3.x/external/pdfpc/index.html +++ b/docs/0.3.x/external/pdfpc/index.html @@ -5,7 +5,7 @@ Pdfpc | Touying - + diff --git a/docs/0.3.x/external/typst-preview/index.html b/docs/0.3.x/external/typst-preview/index.html index 395edd142..18369fb2e 100644 --- a/docs/0.3.x/external/typst-preview/index.html +++ b/docs/0.3.x/external/typst-preview/index.html @@ -5,7 +5,7 @@ Typst Preview | Touying - + diff --git a/docs/0.3.x/global-settings/index.html b/docs/0.3.x/global-settings/index.html index 8d8baa596..9360d8149 100644 --- a/docs/0.3.x/global-settings/index.html +++ b/docs/0.3.x/global-settings/index.html @@ -5,7 +5,7 @@ Global Settings | Touying - + diff --git a/docs/0.3.x/integration/cetz/index.html b/docs/0.3.x/integration/cetz/index.html index a3562f8ba..2a862718d 100644 --- a/docs/0.3.x/integration/cetz/index.html +++ b/docs/0.3.x/integration/cetz/index.html @@ -5,7 +5,7 @@ CeTZ | Touying - + diff --git a/docs/0.3.x/integration/codly/index.html b/docs/0.3.x/integration/codly/index.html index 982e78ab4..bfc07b186 100644 --- a/docs/0.3.x/integration/codly/index.html +++ b/docs/0.3.x/integration/codly/index.html @@ -5,7 +5,7 @@ Codly | Touying - + diff --git a/docs/0.3.x/integration/fletcher/index.html b/docs/0.3.x/integration/fletcher/index.html index 001e56be6..f1975a79b 100644 --- a/docs/0.3.x/integration/fletcher/index.html +++ b/docs/0.3.x/integration/fletcher/index.html @@ -5,7 +5,7 @@ Fletcher | Touying - + diff --git a/docs/0.3.x/integration/mitex/index.html b/docs/0.3.x/integration/mitex/index.html index 5f8f23e0c..751534fb7 100644 --- a/docs/0.3.x/integration/mitex/index.html +++ b/docs/0.3.x/integration/mitex/index.html @@ -5,14 +5,14 @@ MiTeX | Touying - +
Version: 0.3.x

MiTeX

During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.

Example:

-
#import "@preview/mitex:0.2.1": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)
+
#import "@preview/mitex:0.2.3": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)

image

\ No newline at end of file diff --git a/docs/0.3.x/integration/pinit/index.html b/docs/0.3.x/integration/pinit/index.html index 24af5ac31..985d70917 100644 --- a/docs/0.3.x/integration/pinit/index.html +++ b/docs/0.3.x/integration/pinit/index.html @@ -5,7 +5,7 @@ Pinit | Touying - + diff --git a/docs/0.3.x/integration/polylux/index.html b/docs/0.3.x/integration/polylux/index.html index 72a931343..f4ea8e045 100644 --- a/docs/0.3.x/integration/polylux/index.html +++ b/docs/0.3.x/integration/polylux/index.html @@ -5,7 +5,7 @@ Polylux | Touying - + diff --git a/docs/0.3.x/intro/index.html b/docs/0.3.x/intro/index.html index 33c15d5ab..0ed81ca58 100644 --- a/docs/0.3.x/intro/index.html +++ b/docs/0.3.x/intro/index.html @@ -5,7 +5,7 @@ Introduction to Touying | Touying - + diff --git a/docs/0.3.x/layout/index.html b/docs/0.3.x/layout/index.html index 1d0161722..2ccacc515 100644 --- a/docs/0.3.x/layout/index.html +++ b/docs/0.3.x/layout/index.html @@ -5,7 +5,7 @@ Page Layout | Touying - + diff --git a/docs/0.3.x/progress/counters/index.html b/docs/0.3.x/progress/counters/index.html index 1b4f32d43..5c0fb6d57 100644 --- a/docs/0.3.x/progress/counters/index.html +++ b/docs/0.3.x/progress/counters/index.html @@ -5,7 +5,7 @@ Touying Counters | Touying - + diff --git a/docs/0.3.x/progress/sections/index.html b/docs/0.3.x/progress/sections/index.html index c56fcebcd..d6ee239dc 100644 --- a/docs/0.3.x/progress/sections/index.html +++ b/docs/0.3.x/progress/sections/index.html @@ -5,7 +5,7 @@ Touying Sections | Touying - + diff --git a/docs/0.3.x/sections/index.html b/docs/0.3.x/sections/index.html index 0474d9ab9..aae3ccd83 100644 --- a/docs/0.3.x/sections/index.html +++ b/docs/0.3.x/sections/index.html @@ -5,7 +5,7 @@ Sections and Subsections | Touying - + diff --git a/docs/0.3.x/start/index.html b/docs/0.3.x/start/index.html index 7c5ecc505..b4d25bbd0 100644 --- a/docs/0.3.x/start/index.html +++ b/docs/0.3.x/start/index.html @@ -5,7 +5,7 @@ Getting Started | Touying - + diff --git a/docs/0.3.x/themes/dewdrop/index.html b/docs/0.3.x/themes/dewdrop/index.html index d9c1d1ef9..0a28c6f2d 100644 --- a/docs/0.3.x/themes/dewdrop/index.html +++ b/docs/0.3.x/themes/dewdrop/index.html @@ -5,7 +5,7 @@ Dewdrop Theme | Touying - + diff --git a/docs/0.3.x/themes/metropolis/index.html b/docs/0.3.x/themes/metropolis/index.html index 0c8f0c4e1..9cd2dd626 100644 --- a/docs/0.3.x/themes/metropolis/index.html +++ b/docs/0.3.x/themes/metropolis/index.html @@ -5,7 +5,7 @@ Metropolis Theme | Touying - + diff --git a/docs/0.3.x/themes/simple/index.html b/docs/0.3.x/themes/simple/index.html index f5eb09afb..49a25e1bc 100644 --- a/docs/0.3.x/themes/simple/index.html +++ b/docs/0.3.x/themes/simple/index.html @@ -5,7 +5,7 @@ Simple Theme | Touying - + diff --git a/docs/0.3.x/themes/university/index.html b/docs/0.3.x/themes/university/index.html index 604de027e..d304c1277 100644 --- a/docs/0.3.x/themes/university/index.html +++ b/docs/0.3.x/themes/university/index.html @@ -5,7 +5,7 @@ University Theme | Touying - + diff --git a/docs/0.3.x/utilities/fit-to/index.html b/docs/0.3.x/utilities/fit-to/index.html index 6138af385..19ef5c58b 100644 --- a/docs/0.3.x/utilities/fit-to/index.html +++ b/docs/0.3.x/utilities/fit-to/index.html @@ -5,7 +5,7 @@ Fit to Height / Width | Touying - + diff --git a/docs/0.3.x/utilities/oop/index.html b/docs/0.3.x/utilities/oop/index.html index e24a919f2..14c83a488 100644 --- a/docs/0.3.x/utilities/oop/index.html +++ b/docs/0.3.x/utilities/oop/index.html @@ -5,7 +5,7 @@ Object-Oriented Programming | Touying - + diff --git a/docs/build-your-own-theme/index.html b/docs/build-your-own-theme/index.html index 6947f5d64..fe325c50a 100644 --- a/docs/build-your-own-theme/index.html +++ b/docs/build-your-own-theme/index.html @@ -5,7 +5,7 @@ Creating Your Own Theme | Touying - + diff --git a/docs/category/dynamic-slides/index.html b/docs/category/dynamic-slides/index.html index f43b394ee..71a48e4ce 100644 --- a/docs/category/dynamic-slides/index.html +++ b/docs/category/dynamic-slides/index.html @@ -5,7 +5,7 @@ Dynamic Slides | Touying - + diff --git a/docs/category/external-tools/index.html b/docs/category/external-tools/index.html index 98163dbf7..471b32fca 100644 --- a/docs/category/external-tools/index.html +++ b/docs/category/external-tools/index.html @@ -5,7 +5,7 @@ External Tools | Touying - + diff --git a/docs/category/package-integration/index.html b/docs/category/package-integration/index.html index 07e8ab0ea..cf0090a00 100644 --- a/docs/category/package-integration/index.html +++ b/docs/category/package-integration/index.html @@ -5,7 +5,7 @@ Package Integration | Touying - + diff --git a/docs/category/progress/index.html b/docs/category/progress/index.html index 32c7033ab..e9540fbcb 100644 --- a/docs/category/progress/index.html +++ b/docs/category/progress/index.html @@ -5,7 +5,7 @@ Progress | Touying - + diff --git a/docs/category/themes/index.html b/docs/category/themes/index.html index 054b78cc1..b1da3507e 100644 --- a/docs/category/themes/index.html +++ b/docs/category/themes/index.html @@ -5,7 +5,7 @@ Themes | Touying - + diff --git a/docs/category/utilities/index.html b/docs/category/utilities/index.html index 576131f0e..3f1033753 100644 --- a/docs/category/utilities/index.html +++ b/docs/category/utilities/index.html @@ -5,7 +5,7 @@ Utilities | Touying - + diff --git a/docs/changelog/index.html b/docs/changelog/index.html index becb2fea4..2e6f2cedf 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -5,7 +5,7 @@ Changelog | Touying - + diff --git a/docs/code-styles/index.html b/docs/code-styles/index.html index aacad09b7..971c27970 100644 --- a/docs/code-styles/index.html +++ b/docs/code-styles/index.html @@ -5,7 +5,7 @@ Code Style | Touying - + diff --git a/docs/dynamic/complex/index.html b/docs/dynamic/complex/index.html index af41a4171..37cd9d88b 100644 --- a/docs/dynamic/complex/index.html +++ b/docs/dynamic/complex/index.html @@ -5,7 +5,7 @@ Complex Animations | Touying - + diff --git a/docs/dynamic/cover/index.html b/docs/dynamic/cover/index.html index 1195e67a5..ff538c06f 100644 --- a/docs/dynamic/cover/index.html +++ b/docs/dynamic/cover/index.html @@ -5,7 +5,7 @@ Cover Function | Touying - + diff --git a/docs/dynamic/equation/index.html b/docs/dynamic/equation/index.html index 3b4594ed0..4694c3873 100644 --- a/docs/dynamic/equation/index.html +++ b/docs/dynamic/equation/index.html @@ -5,7 +5,7 @@ Math Equation Animations | Touying - + diff --git a/docs/dynamic/handout/index.html b/docs/dynamic/handout/index.html index 6175b7d18..62d2d6963 100644 --- a/docs/dynamic/handout/index.html +++ b/docs/dynamic/handout/index.html @@ -5,7 +5,7 @@ Handout Mode | Touying - + diff --git a/docs/dynamic/other/index.html b/docs/dynamic/other/index.html index 4523feb70..1e0644a4b 100644 --- a/docs/dynamic/other/index.html +++ b/docs/dynamic/other/index.html @@ -5,7 +5,7 @@ Other Animations | Touying - + diff --git a/docs/dynamic/simple/index.html b/docs/dynamic/simple/index.html index 65b5f65db..6c79cf381 100644 --- a/docs/dynamic/simple/index.html +++ b/docs/dynamic/simple/index.html @@ -5,7 +5,7 @@ Simple Animations | Touying - + diff --git a/docs/external/pdfpc/index.html b/docs/external/pdfpc/index.html index d3edbd1d4..e59bb1c2c 100644 --- a/docs/external/pdfpc/index.html +++ b/docs/external/pdfpc/index.html @@ -5,7 +5,7 @@ Pdfpc | Touying - + diff --git a/docs/external/typst-preview/index.html b/docs/external/typst-preview/index.html index f9c02f5e3..ede1a0897 100644 --- a/docs/external/typst-preview/index.html +++ b/docs/external/typst-preview/index.html @@ -5,7 +5,7 @@ Typst Preview | Touying - + diff --git a/docs/global-settings/index.html b/docs/global-settings/index.html index f326024b9..83fad03be 100644 --- a/docs/global-settings/index.html +++ b/docs/global-settings/index.html @@ -5,7 +5,7 @@ Global Settings | Touying - + diff --git a/docs/integration/cetz/index.html b/docs/integration/cetz/index.html index c569953c5..aa292e787 100644 --- a/docs/integration/cetz/index.html +++ b/docs/integration/cetz/index.html @@ -5,7 +5,7 @@ CeTZ | Touying - + diff --git a/docs/integration/codly/index.html b/docs/integration/codly/index.html index 37a1618c6..694008ccb 100644 --- a/docs/integration/codly/index.html +++ b/docs/integration/codly/index.html @@ -5,7 +5,7 @@ Codly | Touying - + diff --git a/docs/integration/ctheorems/index.html b/docs/integration/ctheorems/index.html index f80c55735..065ae58b3 100644 --- a/docs/integration/ctheorems/index.html +++ b/docs/integration/ctheorems/index.html @@ -5,7 +5,7 @@ Ctheorems | Touying - + diff --git a/docs/integration/fletcher/index.html b/docs/integration/fletcher/index.html index 296e6d23f..d035d99e0 100644 --- a/docs/integration/fletcher/index.html +++ b/docs/integration/fletcher/index.html @@ -5,7 +5,7 @@ Fletcher | Touying - + diff --git a/docs/integration/mitex/index.html b/docs/integration/mitex/index.html index 46de6042e..cdc119945 100644 --- a/docs/integration/mitex/index.html +++ b/docs/integration/mitex/index.html @@ -5,14 +5,14 @@ MiTeX | Touying - +
Version: 0.4.0+

MiTeX

During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.

Example:

-
#import "@preview/mitex:0.2.1": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)
+
#import "@preview/mitex:0.2.3": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)

image

\ No newline at end of file diff --git a/docs/integration/pinit/index.html b/docs/integration/pinit/index.html index 702f02645..c55f14a86 100644 --- a/docs/integration/pinit/index.html +++ b/docs/integration/pinit/index.html @@ -5,7 +5,7 @@ Pinit | Touying - + diff --git a/docs/intro/index.html b/docs/intro/index.html index a7db37da0..df2a32501 100644 --- a/docs/intro/index.html +++ b/docs/intro/index.html @@ -5,7 +5,7 @@ Introduction to Touying | Touying - + diff --git a/docs/layout/index.html b/docs/layout/index.html index 21d9da449..76dd0923a 100644 --- a/docs/layout/index.html +++ b/docs/layout/index.html @@ -5,7 +5,7 @@ Page Layout | Touying - + diff --git a/docs/multi-file/index.html b/docs/multi-file/index.html index c5e988e83..99c965485 100644 --- a/docs/multi-file/index.html +++ b/docs/multi-file/index.html @@ -5,7 +5,7 @@ Multi-File Architecture | Touying - + diff --git a/docs/next/build-your-own-theme/index.html b/docs/next/build-your-own-theme/index.html index 232f8332d..36954145d 100644 --- a/docs/next/build-your-own-theme/index.html +++ b/docs/next/build-your-own-theme/index.html @@ -5,7 +5,7 @@ Creating Your Own Theme | Touying - + diff --git a/docs/next/category/dynamic-slides/index.html b/docs/next/category/dynamic-slides/index.html index 0420be435..c1330a09c 100644 --- a/docs/next/category/dynamic-slides/index.html +++ b/docs/next/category/dynamic-slides/index.html @@ -5,7 +5,7 @@ Dynamic Slides | Touying - + diff --git a/docs/next/category/external-tools/index.html b/docs/next/category/external-tools/index.html index f2bf61a85..d101b992c 100644 --- a/docs/next/category/external-tools/index.html +++ b/docs/next/category/external-tools/index.html @@ -5,7 +5,7 @@ External Tools | Touying - + diff --git a/docs/next/category/package-integration/index.html b/docs/next/category/package-integration/index.html index 4e9a7af52..96c2245fe 100644 --- a/docs/next/category/package-integration/index.html +++ b/docs/next/category/package-integration/index.html @@ -5,7 +5,7 @@ Package Integration | Touying - + diff --git a/docs/next/category/progress/index.html b/docs/next/category/progress/index.html index cf31d2a8a..ad8b5f235 100644 --- a/docs/next/category/progress/index.html +++ b/docs/next/category/progress/index.html @@ -5,7 +5,7 @@ Progress | Touying - + diff --git a/docs/next/category/themes/index.html b/docs/next/category/themes/index.html index 5e9635715..5f44bff89 100644 --- a/docs/next/category/themes/index.html +++ b/docs/next/category/themes/index.html @@ -5,7 +5,7 @@ Themes | Touying - + diff --git a/docs/next/category/utilities/index.html b/docs/next/category/utilities/index.html index 8686fb5bd..5d02b1ceb 100644 --- a/docs/next/category/utilities/index.html +++ b/docs/next/category/utilities/index.html @@ -5,7 +5,7 @@ Utilities | Touying - + diff --git a/docs/next/changelog/index.html b/docs/next/changelog/index.html index 123505b7a..34cb69caa 100644 --- a/docs/next/changelog/index.html +++ b/docs/next/changelog/index.html @@ -5,7 +5,7 @@ Changelog | Touying - + diff --git a/docs/next/code-styles/index.html b/docs/next/code-styles/index.html index e9202f42e..08bed306c 100644 --- a/docs/next/code-styles/index.html +++ b/docs/next/code-styles/index.html @@ -5,7 +5,7 @@ Code Style | Touying - + diff --git a/docs/next/dynamic/complex/index.html b/docs/next/dynamic/complex/index.html index 7e3aafb87..dcbf805c0 100644 --- a/docs/next/dynamic/complex/index.html +++ b/docs/next/dynamic/complex/index.html @@ -5,7 +5,7 @@ Complex Animations | Touying - + diff --git a/docs/next/dynamic/cover/index.html b/docs/next/dynamic/cover/index.html index e900c0efe..e66c0c7cf 100644 --- a/docs/next/dynamic/cover/index.html +++ b/docs/next/dynamic/cover/index.html @@ -5,7 +5,7 @@ Cover Function | Touying - + diff --git a/docs/next/dynamic/equation/index.html b/docs/next/dynamic/equation/index.html index 63aaa9feb..2a43165d9 100644 --- a/docs/next/dynamic/equation/index.html +++ b/docs/next/dynamic/equation/index.html @@ -5,7 +5,7 @@ Math Equation Animations | Touying - + diff --git a/docs/next/dynamic/handout/index.html b/docs/next/dynamic/handout/index.html index 3329bbb3e..7b94f6e97 100644 --- a/docs/next/dynamic/handout/index.html +++ b/docs/next/dynamic/handout/index.html @@ -5,7 +5,7 @@ Handout Mode | Touying - + diff --git a/docs/next/dynamic/other/index.html b/docs/next/dynamic/other/index.html index b29a173ab..a0eaef30d 100644 --- a/docs/next/dynamic/other/index.html +++ b/docs/next/dynamic/other/index.html @@ -5,7 +5,7 @@ Other Animations | Touying - + diff --git a/docs/next/dynamic/simple/index.html b/docs/next/dynamic/simple/index.html index 2ac6ef573..13ae64a4e 100644 --- a/docs/next/dynamic/simple/index.html +++ b/docs/next/dynamic/simple/index.html @@ -5,7 +5,7 @@ Simple Animations | Touying - + diff --git a/docs/next/external/pdfpc/index.html b/docs/next/external/pdfpc/index.html index 0ba422fcd..ad71d95f3 100644 --- a/docs/next/external/pdfpc/index.html +++ b/docs/next/external/pdfpc/index.html @@ -5,7 +5,7 @@ Pdfpc | Touying - + diff --git a/docs/next/external/typst-preview/index.html b/docs/next/external/typst-preview/index.html index d05e59bcf..0cd0196fc 100644 --- a/docs/next/external/typst-preview/index.html +++ b/docs/next/external/typst-preview/index.html @@ -5,7 +5,7 @@ Typst Preview | Touying - + diff --git a/docs/next/global-settings/index.html b/docs/next/global-settings/index.html index 49ad1d4a8..9cdfe7e44 100644 --- a/docs/next/global-settings/index.html +++ b/docs/next/global-settings/index.html @@ -5,7 +5,7 @@ Global Settings | Touying - + diff --git a/docs/next/integration/cetz/index.html b/docs/next/integration/cetz/index.html index c04fcefe5..282ec4cc1 100644 --- a/docs/next/integration/cetz/index.html +++ b/docs/next/integration/cetz/index.html @@ -5,7 +5,7 @@ CeTZ | Touying - + diff --git a/docs/next/integration/codly/index.html b/docs/next/integration/codly/index.html index f4142bc24..857da8b56 100644 --- a/docs/next/integration/codly/index.html +++ b/docs/next/integration/codly/index.html @@ -5,7 +5,7 @@ Codly | Touying - + diff --git a/docs/next/integration/ctheorems/index.html b/docs/next/integration/ctheorems/index.html index a5f249a6d..c7e537098 100644 --- a/docs/next/integration/ctheorems/index.html +++ b/docs/next/integration/ctheorems/index.html @@ -5,7 +5,7 @@ Ctheorems | Touying - + diff --git a/docs/next/integration/fletcher/index.html b/docs/next/integration/fletcher/index.html index 428a3baea..4a012f62a 100644 --- a/docs/next/integration/fletcher/index.html +++ b/docs/next/integration/fletcher/index.html @@ -5,7 +5,7 @@ Fletcher | Touying - + diff --git a/docs/next/integration/mitex/index.html b/docs/next/integration/mitex/index.html index 9fbebee41..a3e584828 100644 --- a/docs/next/integration/mitex/index.html +++ b/docs/next/integration/mitex/index.html @@ -5,14 +5,16 @@ MiTeX | Touying - +
Version: Next

MiTeX

During the process of creating slides, we often already have a LaTeX math equation that we simply want to paste into the slides without transcribing it into a Typst math equation. In such cases, we can use MiTeX.

Example:

-
#import "@preview/mitex:0.2.1": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)
-

image

+
#import "@preview/mitex:0.2.3": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)
+

image

+

Touying also provides a touying-mitex function, which can be used for example

+
#touying-mitex(mitex, `
f(x) &= \pause x^2 + 2x + 1 \\
&= \pause (x + 1)^2 \\
`)
\ No newline at end of file diff --git a/docs/next/integration/pinit/index.html b/docs/next/integration/pinit/index.html index 0a809a1c1..228954f63 100644 --- a/docs/next/integration/pinit/index.html +++ b/docs/next/integration/pinit/index.html @@ -5,7 +5,7 @@ Pinit | Touying - + diff --git a/docs/next/intro/index.html b/docs/next/intro/index.html index 3616b10e9..6d87bee8b 100644 --- a/docs/next/intro/index.html +++ b/docs/next/intro/index.html @@ -5,7 +5,7 @@ Introduction to Touying | Touying - + diff --git a/docs/next/layout/index.html b/docs/next/layout/index.html index d8c54b22e..1e768ad32 100644 --- a/docs/next/layout/index.html +++ b/docs/next/layout/index.html @@ -5,7 +5,7 @@ Page Layout | Touying - + diff --git a/docs/next/multi-file/index.html b/docs/next/multi-file/index.html index d68970f6c..329b74919 100644 --- a/docs/next/multi-file/index.html +++ b/docs/next/multi-file/index.html @@ -5,7 +5,7 @@ Multi-File Architecture | Touying - + diff --git a/docs/next/progress/counters/index.html b/docs/next/progress/counters/index.html index 73604d4a9..b66d1e529 100644 --- a/docs/next/progress/counters/index.html +++ b/docs/next/progress/counters/index.html @@ -5,7 +5,7 @@ Touying Counters | Touying - + diff --git a/docs/next/progress/sections/index.html b/docs/next/progress/sections/index.html index 694ce08c1..afc200ab9 100644 --- a/docs/next/progress/sections/index.html +++ b/docs/next/progress/sections/index.html @@ -5,7 +5,7 @@ Touying Sections | Touying - + diff --git a/docs/next/sections/index.html b/docs/next/sections/index.html index e68fe6d68..c5b4bc5b1 100644 --- a/docs/next/sections/index.html +++ b/docs/next/sections/index.html @@ -5,7 +5,7 @@ Sections and Subsections | Touying - + diff --git a/docs/next/start/index.html b/docs/next/start/index.html index bbd49c755..20d9ada57 100644 --- a/docs/next/start/index.html +++ b/docs/next/start/index.html @@ -5,7 +5,7 @@ Getting Started | Touying - + diff --git a/docs/next/themes/aqua/index.html b/docs/next/themes/aqua/index.html index 73e4dd4c9..8c0ed6da1 100644 --- a/docs/next/themes/aqua/index.html +++ b/docs/next/themes/aqua/index.html @@ -5,7 +5,7 @@ Aqua Theme | Touying - + diff --git a/docs/next/themes/dewdrop/index.html b/docs/next/themes/dewdrop/index.html index c0d3a2678..2e3a2911a 100644 --- a/docs/next/themes/dewdrop/index.html +++ b/docs/next/themes/dewdrop/index.html @@ -5,7 +5,7 @@ Dewdrop Theme | Touying - + diff --git a/docs/next/themes/metropolis/index.html b/docs/next/themes/metropolis/index.html index 2d37ab26b..d13e7f4af 100644 --- a/docs/next/themes/metropolis/index.html +++ b/docs/next/themes/metropolis/index.html @@ -5,7 +5,7 @@ Metropolis Theme | Touying - + diff --git a/docs/next/themes/simple/index.html b/docs/next/themes/simple/index.html index e021726fb..b04edccde 100644 --- a/docs/next/themes/simple/index.html +++ b/docs/next/themes/simple/index.html @@ -5,7 +5,7 @@ Simple Theme | Touying - + diff --git a/docs/next/themes/university/index.html b/docs/next/themes/university/index.html index e6628dfbb..12910f59e 100644 --- a/docs/next/themes/university/index.html +++ b/docs/next/themes/university/index.html @@ -5,7 +5,7 @@ University Theme | Touying - + diff --git a/docs/next/utilities/fit-to/index.html b/docs/next/utilities/fit-to/index.html index e6e2a7321..ad01d194b 100644 --- a/docs/next/utilities/fit-to/index.html +++ b/docs/next/utilities/fit-to/index.html @@ -5,7 +5,7 @@ Fit to Height / Width | Touying - + diff --git a/docs/next/utilities/oop/index.html b/docs/next/utilities/oop/index.html index 246d3f82d..625289426 100644 --- a/docs/next/utilities/oop/index.html +++ b/docs/next/utilities/oop/index.html @@ -5,7 +5,7 @@ Object-Oriented Programming | Touying - + diff --git a/docs/progress/counters/index.html b/docs/progress/counters/index.html index b0794f8a7..f3ac17070 100644 --- a/docs/progress/counters/index.html +++ b/docs/progress/counters/index.html @@ -5,7 +5,7 @@ Touying Counters | Touying - + diff --git a/docs/progress/sections/index.html b/docs/progress/sections/index.html index d2ab4f4bd..65c96951c 100644 --- a/docs/progress/sections/index.html +++ b/docs/progress/sections/index.html @@ -5,7 +5,7 @@ Touying Sections | Touying - + diff --git a/docs/sections/index.html b/docs/sections/index.html index 65d2f28fb..7c4aed96f 100644 --- a/docs/sections/index.html +++ b/docs/sections/index.html @@ -5,7 +5,7 @@ Sections and Subsections | Touying - + diff --git a/docs/start/index.html b/docs/start/index.html index c37f3b376..5d8493cc6 100644 --- a/docs/start/index.html +++ b/docs/start/index.html @@ -5,7 +5,7 @@ Getting Started | Touying - + diff --git a/docs/themes/aqua/index.html b/docs/themes/aqua/index.html index a281f2412..c9adbb95d 100644 --- a/docs/themes/aqua/index.html +++ b/docs/themes/aqua/index.html @@ -5,7 +5,7 @@ Aqua Theme | Touying - + diff --git a/docs/themes/dewdrop/index.html b/docs/themes/dewdrop/index.html index 496439d5a..c9a543aea 100644 --- a/docs/themes/dewdrop/index.html +++ b/docs/themes/dewdrop/index.html @@ -5,7 +5,7 @@ Dewdrop Theme | Touying - + diff --git a/docs/themes/metropolis/index.html b/docs/themes/metropolis/index.html index 079823b0d..dc27f619b 100644 --- a/docs/themes/metropolis/index.html +++ b/docs/themes/metropolis/index.html @@ -5,7 +5,7 @@ Metropolis Theme | Touying - + diff --git a/docs/themes/simple/index.html b/docs/themes/simple/index.html index 0eb304ec7..004937ef6 100644 --- a/docs/themes/simple/index.html +++ b/docs/themes/simple/index.html @@ -5,7 +5,7 @@ Simple Theme | Touying - + diff --git a/docs/themes/university/index.html b/docs/themes/university/index.html index 8b8e650c4..1f96a9c2a 100644 --- a/docs/themes/university/index.html +++ b/docs/themes/university/index.html @@ -5,7 +5,7 @@ University Theme | Touying - + diff --git a/docs/utilities/fit-to/index.html b/docs/utilities/fit-to/index.html index dfcdf0852..92a2af79a 100644 --- a/docs/utilities/fit-to/index.html +++ b/docs/utilities/fit-to/index.html @@ -5,7 +5,7 @@ Fit to Height / Width | Touying - + diff --git a/docs/utilities/oop/index.html b/docs/utilities/oop/index.html index 011272acd..001dbdf37 100644 --- a/docs/utilities/oop/index.html +++ b/docs/utilities/oop/index.html @@ -5,7 +5,7 @@ Object-Oriented Programming | Touying - + diff --git a/index.html b/index.html index 2c9da11e0..7e6e2a6c8 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Touying in Typst | Touying - + diff --git a/markdown-page/index.html b/markdown-page/index.html index 6b2f5d0cd..70b2330b1 100644 --- a/markdown-page/index.html +++ b/markdown-page/index.html @@ -5,7 +5,7 @@ Markdown page example | Touying - + diff --git a/zh/404.html b/zh/404.html index e6f9bece9..ec476f8b8 100644 --- a/zh/404.html +++ b/zh/404.html @@ -5,7 +5,7 @@ 找不到页面 | Touying - + diff --git a/zh/assets/js/484b6277.bb5f46f7.js b/zh/assets/js/484b6277.0c36331e.js similarity index 51% rename from zh/assets/js/484b6277.bb5f46f7.js rename to zh/assets/js/484b6277.0c36331e.js index 38c3cb9b7..1ec132d95 100644 --- a/zh/assets/js/484b6277.bb5f46f7.js +++ b/zh/assets/js/484b6277.0c36331e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[5036],{6375:(t,e,n)=>{n.r(e),n.d(e,{assets:()=>c,contentTitle:()=>r,default:()=>u,frontMatter:()=>o,metadata:()=>a,toc:()=>d});var i=n(5893),s=n(1151);const o={sidebar_position:2},r="MiTeX",a={id:"integration/mitex",title:"MiTeX",description:"\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 MiTeX \u4e86\u3002",source:"@site/i18n/zh/docusaurus-plugin-content-docs/current/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/zh/docs/next/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/docs/integration/mitex.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/zh/docs/next/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/zh/docs/next/integration/cetz"}},c={},d=[];function l(t){const e={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...t.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(e.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,i.jsxs)(e.p,{children:["\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 ",(0,i.jsx)(e.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"})," \u4e86\u3002"]}),"\n",(0,i.jsx)(e.p,{children:"\u793a\u4f8b\uff1a"}),"\n",(0,i.jsx)(e.pre,{children:(0,i.jsx)(e.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.1": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,i.jsx)(e.p,{children:(0,i.jsx)(e.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function u(t={}){const{wrapper:e}={...(0,s.a)(),...t.components};return e?(0,i.jsx)(e,{...t,children:(0,i.jsx)(l,{...t})}):l(t)}},1151:(t,e,n)=>{n.d(e,{Z:()=>a,a:()=>r});var i=n(7294);const s={},o=i.createContext(s);function r(t){const e=i.useContext(o);return i.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function a(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:r(t.components),i.createElement(o.Provider,{value:e},t.children)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[5036],{6375:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>l,frontMatter:()=>o,metadata:()=>a,toc:()=>d});var i=n(5893),s=n(1151);const o={sidebar_position:2},r="MiTeX",a={id:"integration/mitex",title:"MiTeX",description:"\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 MiTeX \u4e86\u3002",source:"@site/i18n/zh/docusaurus-plugin-content-docs/current/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/zh/docs/next/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/docs/integration/mitex.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/zh/docs/next/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/zh/docs/next/integration/cetz"}},c={},d=[];function x(e){const t={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,i.jsxs)(t.p,{children:["\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 ",(0,i.jsx)(t.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"})," \u4e86\u3002"]}),"\n",(0,i.jsx)(t.p,{children:"\u793a\u4f8b\uff1a"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.3": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,i.jsx)(t.p,{children:(0,i.jsx)(t.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})}),"\n",(0,i.jsxs)(t.p,{children:["Touying \u4e5f\u63d0\u4f9b\u4e86\u4e00\u4e2a ",(0,i.jsx)(t.code,{children:"touying-mitex"})," \u51fd\u6570\uff0c\u7528\u6cd5\u5982"]}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-typst",children:"#touying-mitex(mitex, `\n f(x) &= \\pause x^2 + 2x + 1 \\\\\n &= \\pause (x + 1)^2 \\\\\n`)\n"})})]})}function l(e={}){const{wrapper:t}={...(0,s.a)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(x,{...e})}):x(e)}},1151:(e,t,n)=>{n.d(t,{Z:()=>a,a:()=>r});var i=n(7294);const s={},o=i.createContext(s);function r(e){const t=i.useContext(o);return i.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),i.createElement(o.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/zh/assets/js/568df868.51ba06b1.js b/zh/assets/js/568df868.b46e91b5.js similarity index 97% rename from zh/assets/js/568df868.51ba06b1.js rename to zh/assets/js/568df868.b46e91b5.js index 4392fa286..a74e13943 100644 --- a/zh/assets/js/568df868.51ba06b1.js +++ b/zh/assets/js/568df868.b46e91b5.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[2119],{6591:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>m,frontMatter:()=>o,metadata:()=>a,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},r="MiTeX",a={id:"integration/mitex",title:"MiTeX",description:"\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 MiTeX \u4e86\u3002",source:"@site/i18n/zh/docusaurus-plugin-content-docs/version-0.4.0+/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/zh/docs/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.4.0+/integration/mitex.md",tags:[],version:"0.4.0+",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/zh/docs/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/zh/docs/integration/cetz"}},c={},d=[];function l(e){const t={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(t.p,{children:["\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 ",(0,n.jsx)(t.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"})," \u4e86\u3002"]}),"\n",(0,n.jsx)(t.p,{children:"\u793a\u4f8b\uff1a"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.1": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function m(e={}){const{wrapper:t}={...(0,s.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(l,{...e})}):l(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>a,a:()=>r});var n=i(7294);const s={},o=n.createContext(s);function r(e){const t=n.useContext(o);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),n.createElement(o.Provider,{value:t},e.children)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[2119],{6591:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>m,frontMatter:()=>o,metadata:()=>a,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},r="MiTeX",a={id:"integration/mitex",title:"MiTeX",description:"\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 MiTeX \u4e86\u3002",source:"@site/i18n/zh/docusaurus-plugin-content-docs/version-0.4.0+/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/zh/docs/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.4.0+/integration/mitex.md",tags:[],version:"0.4.0+",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/zh/docs/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/zh/docs/integration/cetz"}},c={},d=[];function l(e){const t={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(t.p,{children:["\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 ",(0,n.jsx)(t.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"})," \u4e86\u3002"]}),"\n",(0,n.jsx)(t.p,{children:"\u793a\u4f8b\uff1a"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.3": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function m(e={}){const{wrapper:t}={...(0,s.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(l,{...e})}):l(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>a,a:()=>r});var n=i(7294);const s={},o=n.createContext(s);function r(e){const t=n.useContext(o);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),n.createElement(o.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/zh/assets/js/5b5a3966.d8e8bb54.js b/zh/assets/js/5b5a3966.bf7a28a0.js similarity index 97% rename from zh/assets/js/5b5a3966.d8e8bb54.js rename to zh/assets/js/5b5a3966.bf7a28a0.js index 324f30169..35fb179a4 100644 --- a/zh/assets/js/5b5a3966.d8e8bb54.js +++ b/zh/assets/js/5b5a3966.bf7a28a0.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[7192],{5318:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>m,frontMatter:()=>o,metadata:()=>a,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},r="MiTeX",a={id:"integration/mitex",title:"MiTeX",description:"\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 MiTeX \u4e86\u3002",source:"@site/i18n/zh/docusaurus-plugin-content-docs/version-0.3.x/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/zh/docs/0.3.x/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.3.x/integration/mitex.md",tags:[],version:"0.3.x",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/zh/docs/0.3.x/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/zh/docs/0.3.x/integration/cetz"}},c={},d=[];function l(e){const t={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(t.p,{children:["\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 ",(0,n.jsx)(t.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"})," \u4e86\u3002"]}),"\n",(0,n.jsx)(t.p,{children:"\u793a\u4f8b\uff1a"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.1": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function m(e={}){const{wrapper:t}={...(0,s.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(l,{...e})}):l(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>a,a:()=>r});var n=i(7294);const s={},o=n.createContext(s);function r(e){const t=n.useContext(o);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),n.createElement(o.Provider,{value:t},e.children)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[7192],{5318:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>m,frontMatter:()=>o,metadata:()=>a,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},r="MiTeX",a={id:"integration/mitex",title:"MiTeX",description:"\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 MiTeX \u4e86\u3002",source:"@site/i18n/zh/docusaurus-plugin-content-docs/version-0.3.x/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/zh/docs/0.3.x/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.3.x/integration/mitex.md",tags:[],version:"0.3.x",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/zh/docs/0.3.x/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/zh/docs/0.3.x/integration/cetz"}},c={},d=[];function l(e){const t={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(t.p,{children:["\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 ",(0,n.jsx)(t.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"})," \u4e86\u3002"]}),"\n",(0,n.jsx)(t.p,{children:"\u793a\u4f8b\uff1a"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.3": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function m(e={}){const{wrapper:t}={...(0,s.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(l,{...e})}):l(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>a,a:()=>r});var n=i(7294);const s={},o=n.createContext(s);function r(e){const t=n.useContext(o);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),n.createElement(o.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/zh/assets/js/802946da.cc2c806c.js b/zh/assets/js/802946da.d6f39a1e.js similarity index 97% rename from zh/assets/js/802946da.cc2c806c.js rename to zh/assets/js/802946da.d6f39a1e.js index bedade94c..3ce36962e 100644 --- a/zh/assets/js/802946da.cc2c806c.js +++ b/zh/assets/js/802946da.d6f39a1e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[3759],{5931:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>m,frontMatter:()=>o,metadata:()=>a,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},r="MiTeX",a={id:"integration/mitex",title:"MiTeX",description:"\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 MiTeX \u4e86\u3002",source:"@site/i18n/zh/docusaurus-plugin-content-docs/version-0.3.2+/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/zh/docs/0.3.2+/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.3.2+/integration/mitex.md",tags:[],version:"0.3.2+",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/zh/docs/0.3.2+/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/zh/docs/0.3.2+/integration/cetz"}},c={},d=[];function l(e){const t={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(t.p,{children:["\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 ",(0,n.jsx)(t.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"})," \u4e86\u3002"]}),"\n",(0,n.jsx)(t.p,{children:"\u793a\u4f8b\uff1a"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.1": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function m(e={}){const{wrapper:t}={...(0,s.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(l,{...e})}):l(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>a,a:()=>r});var n=i(7294);const s={},o=n.createContext(s);function r(e){const t=n.useContext(o);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),n.createElement(o.Provider,{value:t},e.children)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[3759],{5931:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>m,frontMatter:()=>o,metadata:()=>a,toc:()=>d});var n=i(5893),s=i(1151);const o={sidebar_position:2},r="MiTeX",a={id:"integration/mitex",title:"MiTeX",description:"\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 MiTeX \u4e86\u3002",source:"@site/i18n/zh/docusaurus-plugin-content-docs/version-0.3.2+/integration/mitex.md",sourceDirName:"integration",slug:"/integration/mitex",permalink:"/touying/zh/docs/0.3.2+/integration/mitex",draft:!1,unlisted:!1,editUrl:"https://github.com/touying-typ/touying/tree/main/docs/versioned_docs/version-0.3.2+/integration/mitex.md",tags:[],version:"0.3.2+",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Pinit",permalink:"/touying/zh/docs/0.3.2+/integration/pinit"},next:{title:"CeTZ",permalink:"/touying/zh/docs/0.3.2+/integration/cetz"}},c={},d=[];function l(e){const t={a:"a",code:"code",h1:"h1",img:"img",p:"p",pre:"pre",...(0,s.a)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"mitex",children:"MiTeX"}),"\n",(0,n.jsxs)(t.p,{children:["\u5728\u521b\u5efa slides \u7684\u8fc7\u7a0b\u4e2d\uff0c\u5f80\u5f80\u6211\u4eec\u5df2\u7ecf\u6709\u4e86\u4e00\u4e2a LaTeX \u6570\u5b66\u516c\u5f0f\uff0c\u53ea\u662f\u60f3\u8d34\u5230 slides \u7684\u91cc\u9762\uff0c\u800c\u4e0d\u60f3\u628a\u5b83\u8f6c\u5199\u6210 Typst \u6570\u5b66\u516c\u5f0f\uff0c\u8fd9\u65f6\u5019\u6211\u4eec\u5c31\u53ef\u4ee5\u7528 ",(0,n.jsx)(t.a,{href:"https://github.com/mitex-rs/mitex",children:"MiTeX"})," \u4e86\u3002"]}),"\n",(0,n.jsx)(t.p,{children:"\u793a\u4f8b\uff1a"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-typst",children:'#import "@preview/mitex:0.2.3": *\n\nWrite inline equations like #mi("x") or #mi[y].\n\nAlso block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):\n\n#mitex(`\n \\newcommand{\\f}[2]{#1f(#2)}\n \\f\\relax{x} = \\int_{-\\infty}^\\infty\n \\f\\hat\\xi\\,e^{2 \\pi i \\xi x}\n \\,d\\xi\n`)\n'})}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.img,{src:"https://github.com/mitex-rs/mitex/assets/34951714/c425b2ae-b50b-46a8-a451-4d9e8e70626b",alt:"image"})})]})}function m(e={}){const{wrapper:t}={...(0,s.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(l,{...e})}):l(e)}},1151:(e,t,i)=>{i.d(t,{Z:()=>a,a:()=>r});var n=i(7294);const s={},o=n.createContext(s);function r(e){const t=n.useContext(o);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),n.createElement(o.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/zh/assets/js/runtime~main.ab2a6612.js b/zh/assets/js/runtime~main.21db4560.js similarity index 98% rename from zh/assets/js/runtime~main.ab2a6612.js rename to zh/assets/js/runtime~main.21db4560.js index 71558e233..9d420d2b5 100644 --- a/zh/assets/js/runtime~main.ab2a6612.js +++ b/zh/assets/js/runtime~main.21db4560.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,b,c,f,d={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var b=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(b.exports,b,b.exports,r),b.loaded=!0,b.exports}r.m=d,r.c=t,e=[],r.O=(a,b,c,f)=>{if(!b){var d=1/0;for(i=0;i=f)&&Object.keys(r.O).every((e=>r.O[e](b[o])))?b.splice(o--,1):(t=!1,f0&&e[i-1][2]>f;i--)e[i]=e[i-1];e[i]=[b,c,f]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},b=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var f=Object.create(null);r.r(f);var d={};a=a||[null,b({}),b([]),b(b)];for(var t=2&c&&e;"object"==typeof t&&!~a.indexOf(t);t=b(t))Object.getOwnPropertyNames(t).forEach((a=>d[a]=()=>e[a]));return d.default=()=>e,r.d(f,d),f},r.d=(e,a)=>{for(var b in a)r.o(a,b)&&!r.o(e,b)&&Object.defineProperty(e,b,{enumerable:!0,get:a[b]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,b)=>(r.f[b](e,a),a)),[])),r.u=e=>"assets/js/"+({21:"56424af8",25:"e2afdb46",53:"935f2afb",55:"abd5ed0d",71:"b08ed549",79:"5d9196ef",285:"0bee9dda",299:"6ea55157",348:"fb15e9e7",350:"466c6918",427:"901b6cf8",438:"8c4e5360",452:"86ce6de9",635:"5fe8a7d6",685:"e3f0bdb4",759:"c21d2b24",770:"6c78ff94",775:"20c179ae",851:"b0ad5fdb",877:"8891196d",913:"18caf1db",946:"9093a083",977:"b48061fd",1029:"bb8dba6b",1043:"04a36ee2",1182:"cf8983c6",1229:"a2ce0262",1242:"8f8b8c9d",1267:"128a9485",1336:"55c13872",1389:"a5ceaf45",1431:"35c994aa",1534:"561e6c7b",1571:"05c4b512",1628:"65122322",1648:"e0c6d955",1704:"5896fb71",1761:"f01ace04",1785:"31fc2e15",1798:"3760b40e",1829:"daafa18c",1869:"d9d9b422",1898:"8dbec68f",1919:"5c493c38",1934:"f6262a69",1938:"287643ec",1993:"b39d38b0",2002:"90b312ed",2013:"c984ce9d",2046:"fc90ac41",2069:"dcf6645f",2079:"06be141e",2119:"568df868",2145:"a9d8b83d",2336:"94d2f82b",2365:"b223e519",2392:"fafe762b",2528:"ae31ff46",2535:"814f3328",2608:"fdbf24e4",2697:"ed4bb18f",2701:"1aab1ab5",2803:"f49334b8",2875:"c1d231e7",3085:"1f391b9e",3089:"a6aa9e1f",3137:"443dc191",3207:"874294bc",3263:"c6092dbc",3296:"4e00a773",3374:"f757d0c5",3426:"449c721b",3440:"2e03f7f4",3563:"5bb6c1c3",3604:"77c2c049",3608:"9e4087bc",3617:"8da45283",3712:"2c8659d9",3748:"bcac2ad4",3759:"802946da",3843:"20f452e9",3850:"2a635ef0",3881:"1c3f293b",4013:"01a85c17",4084:"71e4bc12",4102:"2845e528",4108:"cf04afb9",4110:"08c77efa",4134:"4eaaf39d",4195:"c4f5d8e4",4213:"468510f3",4238:"2edddeb1",4334:"a6759f2d",4368:"a94703ab",4407:"a876e6bc",4413:"cad84648",4439:"82582b69",4440:"8b1b2883",4557:"64a34be6",4599:"a94a4682",4879:"ae8e5624",4917:"cc496b32",4969:"836654e7",4988:"9010ec73",5022:"3b36ca8e",5036:"484b6277",5069:"4af125dc",5166:"69a95a34",5204:"1b05ed46",5315:"05e5ef8f",5329:"339ee8e1",5332:"8ded3f77",5414:"21f7ae82",5455:"d5c687ae",5609:"5035b6a4",5610:"352a2724",5635:"1cf5eacf",5658:"d21a173f",5821:"e3c92f47",5850:"4c00a561",5964:"6af3e01d",5980:"cb5ae183",6009:"aa94d6df",6032:"94e20dfd",6103:"ccc49370",6122:"78ac7022",6148:"c062b789",6244:"af73321e",6401:"530fec33",6506:"a0168dc0",6508:"f4a64ebe",6525:"c4348821",6633:"737adc8d",6639:"08114ca6",6686:"a65f34dc",6811:"acc723e6",6864:"cbce90b2",6879:"7356add0",6922:"57e40cfe",6958:"b28182d4",7059:"eb154561",7123:"57b51348",7146:"df8eaafd",7176:"cf629d26",7192:"5b5a3966",7259:"a3a5cdb3",7280:"780b1457",7291:"82a7b37c",7373:"63dd4865",7396:"b0846cea",7414:"393be207",7502:"43883141",7525:"c7f532e1",7589:"2c0f3de2",7593:"04dd6bbf",7686:"78005bf6",7696:"e8ed6e8b",7718:"c875b75b",7739:"adb750bb",7810:"2f245288",7828:"e6c80b16",7838:"ce05be13",7918:"17896441",7936:"afca79fb",7946:"d3b36941",7983:"b42b1cce",8069:"463d321d",8080:"f040d35e",8112:"9ed0691e",8240:"843949a5",8317:"44b10a21",8370:"99f237dc",8385:"8eb20e8c",8506:"27acd01e",8518:"a7bd4aaa",8598:"4f5513f7",8610:"6875c492",8631:"0dfb50c0",8656:"a50a9650",8698:"905648c2",8702:"b7686fe1",8759:"fba7183b",8777:"602d2aba",8814:"ecc6e0e3",8860:"59c77264",8993:"24f6044e",9022:"25021cc6",9074:"23f1990b",9122:"b885bf58",9183:"2d4a7f47",9306:"04de189a",9491:"e39444e4",9661:"5e95c892",9683:"5aeabefc",9716:"ec177486",9755:"c0c5477b",9758:"4bd433da",9761:"d55b4038",9769:"b723c464",9774:"a8a3d11e",9817:"14eb3368",9836:"8fdae525",9905:"20c7fb6f",9931:"af355bab",9971:"498e264e"}[e]||e)+"."+{21:"24311bab",25:"94cc3e7a",53:"3c1ce922",55:"22cb969e",71:"ebbf28c2",79:"a451f270",285:"39dd975f",299:"9e10939b",348:"fae2fe8f",350:"a4403505",427:"89f37d14",438:"47fc01b0",452:"d319f9ab",635:"5c258295",685:"01ec0f17",759:"51bedf47",770:"5550f363",775:"a4db236d",851:"69eee92b",877:"c0d00dd1",913:"6cc36e5d",946:"3ba9344a",977:"6dd451b8",1029:"580aee2c",1043:"8e00bb10",1182:"1aa64ff4",1229:"efc1839b",1242:"99e112cf",1267:"9d3aee10",1336:"981729e6",1389:"158c77b9",1404:"2f578d87",1431:"eed8c5ba",1534:"7466bbec",1571:"1883fc99",1628:"a38c70d4",1648:"aa886b3d",1704:"fdb8542b",1761:"46504d2e",1772:"22d645a1",1785:"bbe1529a",1798:"701b86ea",1829:"aad84469",1869:"89d55153",1898:"8e5898ac",1919:"941694a6",1934:"3858054e",1938:"0594c20c",1993:"771bc039",2002:"93cd8ae6",2013:"f04fc69c",2046:"8ac7249c",2069:"359c1bb8",2079:"9e14e2dc",2119:"51ba06b1",2145:"cc4816af",2336:"c6f63ede",2365:"81c57bfe",2392:"de91d44d",2528:"5f027985",2535:"67360812",2608:"db42c702",2697:"b0682720",2701:"494ea3bd",2803:"515ed2b2",2875:"f8986a62",3085:"fa8680eb",3089:"d410008f",3137:"8c6a97a6",3207:"680f4daf",3263:"2e572022",3296:"48847e29",3374:"e8d458cc",3426:"20e4f357",3440:"db446fe7",3563:"e9427874",3604:"313d8886",3608:"8eec8b12",3617:"848b5228",3712:"ac445854",3748:"39ec2c0c",3759:"cc2c806c",3843:"e3e69eea",3850:"f7652a6f",3881:"4bfaa04c",4013:"354f3ef2",4084:"9d164f37",4102:"b30bf730",4108:"0e7076ce",4110:"60c3eaf6",4134:"46c9128f",4195:"b82e09e8",4213:"f38b0fec",4238:"e7c8d9f7",4334:"9d4af5e6",4368:"9ecc2e7c",4407:"627d6a1a",4413:"b55e6b76",4439:"c0c7b3c0",4440:"e3a7b614",4557:"9c7aa276",4599:"44b2d2fd",4879:"bfad032a",4917:"757962f8",4969:"72f7a7e4",4988:"a052fb9a",5022:"c1ec8f85",5036:"bb5f46f7",5069:"53595e49",5166:"7e93bac1",5204:"05da8861",5315:"d6961f83",5329:"1ca78cd1",5332:"39e635f8",5414:"f230d8cd",5455:"f3c48789",5609:"ba29a9c9",5610:"29b897a7",5635:"f0426422",5658:"4bad8247",5821:"57b047c8",5850:"5599e7c7",5964:"9b26f81f",5980:"29dc0bfa",6009:"7f883505",6032:"1913822f",6103:"d9da7455",6122:"c8bd6b21",6148:"33f52c97",6244:"5e4df75c",6401:"6c93aea7",6506:"020f221e",6508:"604871c5",6525:"3aeaa6d0",6633:"43afa7d5",6639:"4947aeb3",6686:"174e8c05",6811:"c64753b0",6864:"b5ea0f0e",6879:"f3487b4f",6922:"aeb576f0",6958:"7f1c5441",7059:"3748b647",7123:"13e056d4",7146:"cabf2352",7176:"49022147",7192:"d8e8bb54",7259:"d71b2c7d",7280:"a9445761",7291:"8fce7159",7373:"198592be",7396:"3b8ac3e2",7414:"e44f1810",7502:"dfaaee05",7525:"761d0d15",7589:"61bbe160",7593:"548c06af",7686:"5a790137",7696:"89315a51",7718:"5698c1ce",7739:"1ccccb00",7810:"82eed055",7828:"e34b2337",7838:"eb487d9b",7918:"15723699",7936:"2df84490",7946:"d84370e5",7983:"57637745",8069:"f0348105",8080:"ee0007d3",8112:"b43280c3",8240:"9e119365",8317:"1bcf04af",8370:"5a757c8a",8385:"b761dd92",8506:"219a85cf",8518:"f93b23a7",8598:"a76e5d37",8610:"686aaf2c",8631:"920789e0",8656:"f76af84a",8698:"c5739e19",8702:"e004f42c",8759:"b6a01123",8777:"bababa39",8814:"91fadc63",8860:"1ade3b69",8993:"3bb83b2f",9022:"2d5f14e2",9074:"6e8b77ea",9122:"694d9c31",9183:"15768c44",9306:"959d4783",9491:"7281ba03",9661:"17c48d1d",9677:"ea822b9e",9683:"7a093544",9716:"8101c54c",9755:"570fdcda",9758:"4d7601d9",9761:"9ac720c2",9769:"4dc1509d",9774:"0b3a73d5",9817:"21d38987",9836:"bc4fccda",9905:"a97cfa18",9931:"d5c4fd47",9971:"0089f170"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},f="docs:",r.l=(e,a,b,d)=>{if(c[e])c[e].push(a);else{var t,o;if(void 0!==b)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var f=c[e];if(delete c[e],t.parentNode&&t.parentNode.removeChild(t),f&&f.forEach((e=>e(b))),a)return a(b)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/touying/zh/",r.gca=function(e){return e={17896441:"7918",43883141:"7502",65122322:"1628","56424af8":"21",e2afdb46:"25","935f2afb":"53",abd5ed0d:"55",b08ed549:"71","5d9196ef":"79","0bee9dda":"285","6ea55157":"299",fb15e9e7:"348","466c6918":"350","901b6cf8":"427","8c4e5360":"438","86ce6de9":"452","5fe8a7d6":"635",e3f0bdb4:"685",c21d2b24:"759","6c78ff94":"770","20c179ae":"775",b0ad5fdb:"851","8891196d":"877","18caf1db":"913","9093a083":"946",b48061fd:"977",bb8dba6b:"1029","04a36ee2":"1043",cf8983c6:"1182",a2ce0262:"1229","8f8b8c9d":"1242","128a9485":"1267","55c13872":"1336",a5ceaf45:"1389","35c994aa":"1431","561e6c7b":"1534","05c4b512":"1571",e0c6d955:"1648","5896fb71":"1704",f01ace04:"1761","31fc2e15":"1785","3760b40e":"1798",daafa18c:"1829",d9d9b422:"1869","8dbec68f":"1898","5c493c38":"1919",f6262a69:"1934","287643ec":"1938",b39d38b0:"1993","90b312ed":"2002",c984ce9d:"2013",fc90ac41:"2046",dcf6645f:"2069","06be141e":"2079","568df868":"2119",a9d8b83d:"2145","94d2f82b":"2336",b223e519:"2365",fafe762b:"2392",ae31ff46:"2528","814f3328":"2535",fdbf24e4:"2608",ed4bb18f:"2697","1aab1ab5":"2701",f49334b8:"2803",c1d231e7:"2875","1f391b9e":"3085",a6aa9e1f:"3089","443dc191":"3137","874294bc":"3207",c6092dbc:"3263","4e00a773":"3296",f757d0c5:"3374","449c721b":"3426","2e03f7f4":"3440","5bb6c1c3":"3563","77c2c049":"3604","9e4087bc":"3608","8da45283":"3617","2c8659d9":"3712",bcac2ad4:"3748","802946da":"3759","20f452e9":"3843","2a635ef0":"3850","1c3f293b":"3881","01a85c17":"4013","71e4bc12":"4084","2845e528":"4102",cf04afb9:"4108","08c77efa":"4110","4eaaf39d":"4134",c4f5d8e4:"4195","468510f3":"4213","2edddeb1":"4238",a6759f2d:"4334",a94703ab:"4368",a876e6bc:"4407",cad84648:"4413","82582b69":"4439","8b1b2883":"4440","64a34be6":"4557",a94a4682:"4599",ae8e5624:"4879",cc496b32:"4917","836654e7":"4969","9010ec73":"4988","3b36ca8e":"5022","484b6277":"5036","4af125dc":"5069","69a95a34":"5166","1b05ed46":"5204","05e5ef8f":"5315","339ee8e1":"5329","8ded3f77":"5332","21f7ae82":"5414",d5c687ae:"5455","5035b6a4":"5609","352a2724":"5610","1cf5eacf":"5635",d21a173f:"5658",e3c92f47:"5821","4c00a561":"5850","6af3e01d":"5964",cb5ae183:"5980",aa94d6df:"6009","94e20dfd":"6032",ccc49370:"6103","78ac7022":"6122",c062b789:"6148",af73321e:"6244","530fec33":"6401",a0168dc0:"6506",f4a64ebe:"6508",c4348821:"6525","737adc8d":"6633","08114ca6":"6639",a65f34dc:"6686",acc723e6:"6811",cbce90b2:"6864","7356add0":"6879","57e40cfe":"6922",b28182d4:"6958",eb154561:"7059","57b51348":"7123",df8eaafd:"7146",cf629d26:"7176","5b5a3966":"7192",a3a5cdb3:"7259","780b1457":"7280","82a7b37c":"7291","63dd4865":"7373",b0846cea:"7396","393be207":"7414",c7f532e1:"7525","2c0f3de2":"7589","04dd6bbf":"7593","78005bf6":"7686",e8ed6e8b:"7696",c875b75b:"7718",adb750bb:"7739","2f245288":"7810",e6c80b16:"7828",ce05be13:"7838",afca79fb:"7936",d3b36941:"7946",b42b1cce:"7983","463d321d":"8069",f040d35e:"8080","9ed0691e":"8112","843949a5":"8240","44b10a21":"8317","99f237dc":"8370","8eb20e8c":"8385","27acd01e":"8506",a7bd4aaa:"8518","4f5513f7":"8598","6875c492":"8610","0dfb50c0":"8631",a50a9650:"8656","905648c2":"8698",b7686fe1:"8702",fba7183b:"8759","602d2aba":"8777",ecc6e0e3:"8814","59c77264":"8860","24f6044e":"8993","25021cc6":"9022","23f1990b":"9074",b885bf58:"9122","2d4a7f47":"9183","04de189a":"9306",e39444e4:"9491","5e95c892":"9661","5aeabefc":"9683",ec177486:"9716",c0c5477b:"9755","4bd433da":"9758",d55b4038:"9761",b723c464:"9769",a8a3d11e:"9774","14eb3368":"9817","8fdae525":"9836","20c7fb6f":"9905",af355bab:"9931","498e264e":"9971"}[e]||e,r.p+r.u(e)},(()=>{var e={1303:0,532:0};r.f.j=(a,b)=>{var c=r.o(e,a)?e[a]:void 0;if(0!==c)if(c)b.push(c[2]);else if(/^(1303|532)$/.test(a))e[a]=0;else{var f=new Promise(((b,f)=>c=e[a]=[b,f]));b.push(c[2]=f);var d=r.p+r.u(a),t=new Error;r.l(d,(b=>{if(r.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var f=b&&("load"===b.type?"missing":b.type),d=b&&b.target&&b.target.src;t.message="Loading chunk "+a+" failed.\n("+f+": "+d+")",t.name="ChunkLoadError",t.type=f,t.request=d,c[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,b)=>{var c,f,d=b[0],t=b[1],o=b[2],n=0;if(d.some((a=>0!==e[a]))){for(c in t)r.o(t,c)&&(r.m[c]=t[c]);if(o)var i=o(r)}for(a&&a(b);n{"use strict";var e,a,b,c,f,d={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var b=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(b.exports,b,b.exports,r),b.loaded=!0,b.exports}r.m=d,r.c=t,e=[],r.O=(a,b,c,f)=>{if(!b){var d=1/0;for(i=0;i=f)&&Object.keys(r.O).every((e=>r.O[e](b[o])))?b.splice(o--,1):(t=!1,f0&&e[i-1][2]>f;i--)e[i]=e[i-1];e[i]=[b,c,f]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},b=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var f=Object.create(null);r.r(f);var d={};a=a||[null,b({}),b([]),b(b)];for(var t=2&c&&e;"object"==typeof t&&!~a.indexOf(t);t=b(t))Object.getOwnPropertyNames(t).forEach((a=>d[a]=()=>e[a]));return d.default=()=>e,r.d(f,d),f},r.d=(e,a)=>{for(var b in a)r.o(a,b)&&!r.o(e,b)&&Object.defineProperty(e,b,{enumerable:!0,get:a[b]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,b)=>(r.f[b](e,a),a)),[])),r.u=e=>"assets/js/"+({21:"56424af8",25:"e2afdb46",53:"935f2afb",55:"abd5ed0d",71:"b08ed549",79:"5d9196ef",285:"0bee9dda",299:"6ea55157",348:"fb15e9e7",350:"466c6918",427:"901b6cf8",438:"8c4e5360",452:"86ce6de9",635:"5fe8a7d6",685:"e3f0bdb4",759:"c21d2b24",770:"6c78ff94",775:"20c179ae",851:"b0ad5fdb",877:"8891196d",913:"18caf1db",946:"9093a083",977:"b48061fd",1029:"bb8dba6b",1043:"04a36ee2",1182:"cf8983c6",1229:"a2ce0262",1242:"8f8b8c9d",1267:"128a9485",1336:"55c13872",1389:"a5ceaf45",1431:"35c994aa",1534:"561e6c7b",1571:"05c4b512",1628:"65122322",1648:"e0c6d955",1704:"5896fb71",1761:"f01ace04",1785:"31fc2e15",1798:"3760b40e",1829:"daafa18c",1869:"d9d9b422",1898:"8dbec68f",1919:"5c493c38",1934:"f6262a69",1938:"287643ec",1993:"b39d38b0",2002:"90b312ed",2013:"c984ce9d",2046:"fc90ac41",2069:"dcf6645f",2079:"06be141e",2119:"568df868",2145:"a9d8b83d",2336:"94d2f82b",2365:"b223e519",2392:"fafe762b",2528:"ae31ff46",2535:"814f3328",2608:"fdbf24e4",2697:"ed4bb18f",2701:"1aab1ab5",2803:"f49334b8",2875:"c1d231e7",3085:"1f391b9e",3089:"a6aa9e1f",3137:"443dc191",3207:"874294bc",3263:"c6092dbc",3296:"4e00a773",3374:"f757d0c5",3426:"449c721b",3440:"2e03f7f4",3563:"5bb6c1c3",3604:"77c2c049",3608:"9e4087bc",3617:"8da45283",3712:"2c8659d9",3748:"bcac2ad4",3759:"802946da",3843:"20f452e9",3850:"2a635ef0",3881:"1c3f293b",4013:"01a85c17",4084:"71e4bc12",4102:"2845e528",4108:"cf04afb9",4110:"08c77efa",4134:"4eaaf39d",4195:"c4f5d8e4",4213:"468510f3",4238:"2edddeb1",4334:"a6759f2d",4368:"a94703ab",4407:"a876e6bc",4413:"cad84648",4439:"82582b69",4440:"8b1b2883",4557:"64a34be6",4599:"a94a4682",4879:"ae8e5624",4917:"cc496b32",4969:"836654e7",4988:"9010ec73",5022:"3b36ca8e",5036:"484b6277",5069:"4af125dc",5166:"69a95a34",5204:"1b05ed46",5315:"05e5ef8f",5329:"339ee8e1",5332:"8ded3f77",5414:"21f7ae82",5455:"d5c687ae",5609:"5035b6a4",5610:"352a2724",5635:"1cf5eacf",5658:"d21a173f",5821:"e3c92f47",5850:"4c00a561",5964:"6af3e01d",5980:"cb5ae183",6009:"aa94d6df",6032:"94e20dfd",6103:"ccc49370",6122:"78ac7022",6148:"c062b789",6244:"af73321e",6401:"530fec33",6506:"a0168dc0",6508:"f4a64ebe",6525:"c4348821",6633:"737adc8d",6639:"08114ca6",6686:"a65f34dc",6811:"acc723e6",6864:"cbce90b2",6879:"7356add0",6922:"57e40cfe",6958:"b28182d4",7059:"eb154561",7123:"57b51348",7146:"df8eaafd",7176:"cf629d26",7192:"5b5a3966",7259:"a3a5cdb3",7280:"780b1457",7291:"82a7b37c",7373:"63dd4865",7396:"b0846cea",7414:"393be207",7502:"43883141",7525:"c7f532e1",7589:"2c0f3de2",7593:"04dd6bbf",7686:"78005bf6",7696:"e8ed6e8b",7718:"c875b75b",7739:"adb750bb",7810:"2f245288",7828:"e6c80b16",7838:"ce05be13",7918:"17896441",7936:"afca79fb",7946:"d3b36941",7983:"b42b1cce",8069:"463d321d",8080:"f040d35e",8112:"9ed0691e",8240:"843949a5",8317:"44b10a21",8370:"99f237dc",8385:"8eb20e8c",8506:"27acd01e",8518:"a7bd4aaa",8598:"4f5513f7",8610:"6875c492",8631:"0dfb50c0",8656:"a50a9650",8698:"905648c2",8702:"b7686fe1",8759:"fba7183b",8777:"602d2aba",8814:"ecc6e0e3",8860:"59c77264",8993:"24f6044e",9022:"25021cc6",9074:"23f1990b",9122:"b885bf58",9183:"2d4a7f47",9306:"04de189a",9491:"e39444e4",9661:"5e95c892",9683:"5aeabefc",9716:"ec177486",9755:"c0c5477b",9758:"4bd433da",9761:"d55b4038",9769:"b723c464",9774:"a8a3d11e",9817:"14eb3368",9836:"8fdae525",9905:"20c7fb6f",9931:"af355bab",9971:"498e264e"}[e]||e)+"."+{21:"24311bab",25:"94cc3e7a",53:"3c1ce922",55:"22cb969e",71:"ebbf28c2",79:"a451f270",285:"39dd975f",299:"9e10939b",348:"fae2fe8f",350:"a4403505",427:"89f37d14",438:"47fc01b0",452:"d319f9ab",635:"5c258295",685:"01ec0f17",759:"51bedf47",770:"5550f363",775:"a4db236d",851:"69eee92b",877:"c0d00dd1",913:"6cc36e5d",946:"3ba9344a",977:"6dd451b8",1029:"580aee2c",1043:"8e00bb10",1182:"1aa64ff4",1229:"efc1839b",1242:"99e112cf",1267:"9d3aee10",1336:"981729e6",1389:"158c77b9",1404:"2f578d87",1431:"eed8c5ba",1534:"7466bbec",1571:"1883fc99",1628:"a38c70d4",1648:"aa886b3d",1704:"fdb8542b",1761:"46504d2e",1772:"22d645a1",1785:"bbe1529a",1798:"701b86ea",1829:"aad84469",1869:"89d55153",1898:"8e5898ac",1919:"941694a6",1934:"3858054e",1938:"0594c20c",1993:"771bc039",2002:"93cd8ae6",2013:"f04fc69c",2046:"8ac7249c",2069:"359c1bb8",2079:"9e14e2dc",2119:"b46e91b5",2145:"cc4816af",2336:"c6f63ede",2365:"81c57bfe",2392:"de91d44d",2528:"5f027985",2535:"67360812",2608:"db42c702",2697:"b0682720",2701:"494ea3bd",2803:"515ed2b2",2875:"f8986a62",3085:"fa8680eb",3089:"d410008f",3137:"8c6a97a6",3207:"680f4daf",3263:"2e572022",3296:"48847e29",3374:"e8d458cc",3426:"20e4f357",3440:"db446fe7",3563:"e9427874",3604:"313d8886",3608:"8eec8b12",3617:"848b5228",3712:"ac445854",3748:"39ec2c0c",3759:"d6f39a1e",3843:"e3e69eea",3850:"f7652a6f",3881:"4bfaa04c",4013:"354f3ef2",4084:"9d164f37",4102:"b30bf730",4108:"0e7076ce",4110:"60c3eaf6",4134:"46c9128f",4195:"b82e09e8",4213:"f38b0fec",4238:"e7c8d9f7",4334:"9d4af5e6",4368:"9ecc2e7c",4407:"627d6a1a",4413:"b55e6b76",4439:"c0c7b3c0",4440:"e3a7b614",4557:"9c7aa276",4599:"44b2d2fd",4879:"bfad032a",4917:"757962f8",4969:"72f7a7e4",4988:"a052fb9a",5022:"c1ec8f85",5036:"0c36331e",5069:"53595e49",5166:"7e93bac1",5204:"05da8861",5315:"d6961f83",5329:"1ca78cd1",5332:"39e635f8",5414:"f230d8cd",5455:"f3c48789",5609:"ba29a9c9",5610:"29b897a7",5635:"f0426422",5658:"4bad8247",5821:"57b047c8",5850:"5599e7c7",5964:"9b26f81f",5980:"29dc0bfa",6009:"7f883505",6032:"1913822f",6103:"d9da7455",6122:"c8bd6b21",6148:"33f52c97",6244:"5e4df75c",6401:"6c93aea7",6506:"020f221e",6508:"604871c5",6525:"3aeaa6d0",6633:"43afa7d5",6639:"4947aeb3",6686:"174e8c05",6811:"c64753b0",6864:"b5ea0f0e",6879:"f3487b4f",6922:"aeb576f0",6958:"7f1c5441",7059:"3748b647",7123:"13e056d4",7146:"cabf2352",7176:"49022147",7192:"bf7a28a0",7259:"d71b2c7d",7280:"a9445761",7291:"8fce7159",7373:"198592be",7396:"3b8ac3e2",7414:"e44f1810",7502:"dfaaee05",7525:"761d0d15",7589:"61bbe160",7593:"548c06af",7686:"5a790137",7696:"89315a51",7718:"5698c1ce",7739:"1ccccb00",7810:"82eed055",7828:"e34b2337",7838:"eb487d9b",7918:"15723699",7936:"2df84490",7946:"d84370e5",7983:"57637745",8069:"f0348105",8080:"ee0007d3",8112:"b43280c3",8240:"9e119365",8317:"1bcf04af",8370:"5a757c8a",8385:"b761dd92",8506:"219a85cf",8518:"f93b23a7",8598:"a76e5d37",8610:"686aaf2c",8631:"920789e0",8656:"f76af84a",8698:"c5739e19",8702:"e004f42c",8759:"b6a01123",8777:"bababa39",8814:"91fadc63",8860:"1ade3b69",8993:"3bb83b2f",9022:"2d5f14e2",9074:"6e8b77ea",9122:"694d9c31",9183:"15768c44",9306:"959d4783",9491:"7281ba03",9661:"17c48d1d",9677:"ea822b9e",9683:"7a093544",9716:"8101c54c",9755:"570fdcda",9758:"4d7601d9",9761:"9ac720c2",9769:"4dc1509d",9774:"0b3a73d5",9817:"21d38987",9836:"bc4fccda",9905:"a97cfa18",9931:"d5c4fd47",9971:"0089f170"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},f="docs:",r.l=(e,a,b,d)=>{if(c[e])c[e].push(a);else{var t,o;if(void 0!==b)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var f=c[e];if(delete c[e],t.parentNode&&t.parentNode.removeChild(t),f&&f.forEach((e=>e(b))),a)return a(b)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/touying/zh/",r.gca=function(e){return e={17896441:"7918",43883141:"7502",65122322:"1628","56424af8":"21",e2afdb46:"25","935f2afb":"53",abd5ed0d:"55",b08ed549:"71","5d9196ef":"79","0bee9dda":"285","6ea55157":"299",fb15e9e7:"348","466c6918":"350","901b6cf8":"427","8c4e5360":"438","86ce6de9":"452","5fe8a7d6":"635",e3f0bdb4:"685",c21d2b24:"759","6c78ff94":"770","20c179ae":"775",b0ad5fdb:"851","8891196d":"877","18caf1db":"913","9093a083":"946",b48061fd:"977",bb8dba6b:"1029","04a36ee2":"1043",cf8983c6:"1182",a2ce0262:"1229","8f8b8c9d":"1242","128a9485":"1267","55c13872":"1336",a5ceaf45:"1389","35c994aa":"1431","561e6c7b":"1534","05c4b512":"1571",e0c6d955:"1648","5896fb71":"1704",f01ace04:"1761","31fc2e15":"1785","3760b40e":"1798",daafa18c:"1829",d9d9b422:"1869","8dbec68f":"1898","5c493c38":"1919",f6262a69:"1934","287643ec":"1938",b39d38b0:"1993","90b312ed":"2002",c984ce9d:"2013",fc90ac41:"2046",dcf6645f:"2069","06be141e":"2079","568df868":"2119",a9d8b83d:"2145","94d2f82b":"2336",b223e519:"2365",fafe762b:"2392",ae31ff46:"2528","814f3328":"2535",fdbf24e4:"2608",ed4bb18f:"2697","1aab1ab5":"2701",f49334b8:"2803",c1d231e7:"2875","1f391b9e":"3085",a6aa9e1f:"3089","443dc191":"3137","874294bc":"3207",c6092dbc:"3263","4e00a773":"3296",f757d0c5:"3374","449c721b":"3426","2e03f7f4":"3440","5bb6c1c3":"3563","77c2c049":"3604","9e4087bc":"3608","8da45283":"3617","2c8659d9":"3712",bcac2ad4:"3748","802946da":"3759","20f452e9":"3843","2a635ef0":"3850","1c3f293b":"3881","01a85c17":"4013","71e4bc12":"4084","2845e528":"4102",cf04afb9:"4108","08c77efa":"4110","4eaaf39d":"4134",c4f5d8e4:"4195","468510f3":"4213","2edddeb1":"4238",a6759f2d:"4334",a94703ab:"4368",a876e6bc:"4407",cad84648:"4413","82582b69":"4439","8b1b2883":"4440","64a34be6":"4557",a94a4682:"4599",ae8e5624:"4879",cc496b32:"4917","836654e7":"4969","9010ec73":"4988","3b36ca8e":"5022","484b6277":"5036","4af125dc":"5069","69a95a34":"5166","1b05ed46":"5204","05e5ef8f":"5315","339ee8e1":"5329","8ded3f77":"5332","21f7ae82":"5414",d5c687ae:"5455","5035b6a4":"5609","352a2724":"5610","1cf5eacf":"5635",d21a173f:"5658",e3c92f47:"5821","4c00a561":"5850","6af3e01d":"5964",cb5ae183:"5980",aa94d6df:"6009","94e20dfd":"6032",ccc49370:"6103","78ac7022":"6122",c062b789:"6148",af73321e:"6244","530fec33":"6401",a0168dc0:"6506",f4a64ebe:"6508",c4348821:"6525","737adc8d":"6633","08114ca6":"6639",a65f34dc:"6686",acc723e6:"6811",cbce90b2:"6864","7356add0":"6879","57e40cfe":"6922",b28182d4:"6958",eb154561:"7059","57b51348":"7123",df8eaafd:"7146",cf629d26:"7176","5b5a3966":"7192",a3a5cdb3:"7259","780b1457":"7280","82a7b37c":"7291","63dd4865":"7373",b0846cea:"7396","393be207":"7414",c7f532e1:"7525","2c0f3de2":"7589","04dd6bbf":"7593","78005bf6":"7686",e8ed6e8b:"7696",c875b75b:"7718",adb750bb:"7739","2f245288":"7810",e6c80b16:"7828",ce05be13:"7838",afca79fb:"7936",d3b36941:"7946",b42b1cce:"7983","463d321d":"8069",f040d35e:"8080","9ed0691e":"8112","843949a5":"8240","44b10a21":"8317","99f237dc":"8370","8eb20e8c":"8385","27acd01e":"8506",a7bd4aaa:"8518","4f5513f7":"8598","6875c492":"8610","0dfb50c0":"8631",a50a9650:"8656","905648c2":"8698",b7686fe1:"8702",fba7183b:"8759","602d2aba":"8777",ecc6e0e3:"8814","59c77264":"8860","24f6044e":"8993","25021cc6":"9022","23f1990b":"9074",b885bf58:"9122","2d4a7f47":"9183","04de189a":"9306",e39444e4:"9491","5e95c892":"9661","5aeabefc":"9683",ec177486:"9716",c0c5477b:"9755","4bd433da":"9758",d55b4038:"9761",b723c464:"9769",a8a3d11e:"9774","14eb3368":"9817","8fdae525":"9836","20c7fb6f":"9905",af355bab:"9931","498e264e":"9971"}[e]||e,r.p+r.u(e)},(()=>{var e={1303:0,532:0};r.f.j=(a,b)=>{var c=r.o(e,a)?e[a]:void 0;if(0!==c)if(c)b.push(c[2]);else if(/^(1303|532)$/.test(a))e[a]=0;else{var f=new Promise(((b,f)=>c=e[a]=[b,f]));b.push(c[2]=f);var d=r.p+r.u(a),t=new Error;r.l(d,(b=>{if(r.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var f=b&&("load"===b.type?"missing":b.type),d=b&&b.target&&b.target.src;t.message="Loading chunk "+a+" failed.\n("+f+": "+d+")",t.name="ChunkLoadError",t.type=f,t.request=d,c[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,b)=>{var c,f,d=b[0],t=b[1],o=b[2],n=0;if(d.some((a=>0!==e[a]))){for(c in t)r.o(t,c)&&(r.m[c]=t[c]);if(o)var i=o(r)}for(a&&a(b);n 历史博文 | Touying - + diff --git a/zh/blog/index.html b/zh/blog/index.html index 6851c0a67..9b45d8888 100644 --- a/zh/blog/index.html +++ b/zh/blog/index.html @@ -5,7 +5,7 @@ Blog | Touying - + diff --git a/zh/blog/tags/development/index.html b/zh/blog/tags/development/index.html index f08a50682..755824fe8 100644 --- a/zh/blog/tags/development/index.html +++ b/zh/blog/tags/development/index.html @@ -5,7 +5,7 @@ 1 篇博文 含有标签「development」 | Touying - + diff --git a/zh/blog/tags/index.html b/zh/blog/tags/index.html index 8d60ad3a2..f0fa697f0 100644 --- a/zh/blog/tags/index.html +++ b/zh/blog/tags/index.html @@ -5,7 +5,7 @@ 标签 | Touying - + diff --git a/zh/blog/touying-0-2-0/index.html b/zh/blog/touying-0-2-0/index.html index 797769c5a..cd5d4c8e0 100644 --- a/zh/blog/touying-0-2-0/index.html +++ b/zh/blog/touying-0-2-0/index.html @@ -5,7 +5,7 @@ Touying 0.2.0 | Touying - + diff --git a/zh/docs/0.2.x/build-your-own-theme/index.html b/zh/docs/0.2.x/build-your-own-theme/index.html index 7e79cba80..90534a9a2 100644 --- a/zh/docs/0.2.x/build-your-own-theme/index.html +++ b/zh/docs/0.2.x/build-your-own-theme/index.html @@ -5,7 +5,7 @@ 创建自己的主题 | Touying - + diff --git a/zh/docs/0.2.x/category/dynamic-slides/index.html b/zh/docs/0.2.x/category/dynamic-slides/index.html index b16c1b15a..5a9a1ae8c 100644 --- a/zh/docs/0.2.x/category/dynamic-slides/index.html +++ b/zh/docs/0.2.x/category/dynamic-slides/index.html @@ -5,7 +5,7 @@ Dynamic Slides | Touying - + diff --git a/zh/docs/0.2.x/category/external-tools/index.html b/zh/docs/0.2.x/category/external-tools/index.html index 11abdf763..1666d6cf4 100644 --- a/zh/docs/0.2.x/category/external-tools/index.html +++ b/zh/docs/0.2.x/category/external-tools/index.html @@ -5,7 +5,7 @@ External Tools | Touying - + diff --git a/zh/docs/0.2.x/category/progress/index.html b/zh/docs/0.2.x/category/progress/index.html index a12586bd9..89802b6d6 100644 --- a/zh/docs/0.2.x/category/progress/index.html +++ b/zh/docs/0.2.x/category/progress/index.html @@ -5,7 +5,7 @@ Progress | Touying - + diff --git a/zh/docs/0.2.x/category/themes/index.html b/zh/docs/0.2.x/category/themes/index.html index 531188dbb..fbb747d65 100644 --- a/zh/docs/0.2.x/category/themes/index.html +++ b/zh/docs/0.2.x/category/themes/index.html @@ -5,7 +5,7 @@ Themes | Touying - + diff --git a/zh/docs/0.2.x/category/utilities/index.html b/zh/docs/0.2.x/category/utilities/index.html index e42af1280..c38c55d78 100644 --- a/zh/docs/0.2.x/category/utilities/index.html +++ b/zh/docs/0.2.x/category/utilities/index.html @@ -5,7 +5,7 @@ Utilities | Touying - + diff --git a/zh/docs/0.2.x/changelog/index.html b/zh/docs/0.2.x/changelog/index.html index 15fb21ab7..3d0df1212 100644 --- a/zh/docs/0.2.x/changelog/index.html +++ b/zh/docs/0.2.x/changelog/index.html @@ -5,7 +5,7 @@ 更新日志 | Touying - + diff --git a/zh/docs/0.2.x/dynamic/complex/index.html b/zh/docs/0.2.x/dynamic/complex/index.html index d4c23c1c4..d2af7aebb 100644 --- a/zh/docs/0.2.x/dynamic/complex/index.html +++ b/zh/docs/0.2.x/dynamic/complex/index.html @@ -5,7 +5,7 @@ 复杂动画 | Touying - + diff --git a/zh/docs/0.2.x/dynamic/cover/index.html b/zh/docs/0.2.x/dynamic/cover/index.html index ad20efa4c..90590616b 100644 --- a/zh/docs/0.2.x/dynamic/cover/index.html +++ b/zh/docs/0.2.x/dynamic/cover/index.html @@ -5,7 +5,7 @@ Cover 函数 | Touying - + diff --git a/zh/docs/0.2.x/dynamic/equation/index.html b/zh/docs/0.2.x/dynamic/equation/index.html index 0aa6ce804..a8f8f4d2d 100644 --- a/zh/docs/0.2.x/dynamic/equation/index.html +++ b/zh/docs/0.2.x/dynamic/equation/index.html @@ -5,7 +5,7 @@ 数学公式动画 | Touying - + diff --git a/zh/docs/0.2.x/dynamic/handout/index.html b/zh/docs/0.2.x/dynamic/handout/index.html index 1c1bb9f7d..e3a2b61d7 100644 --- a/zh/docs/0.2.x/dynamic/handout/index.html +++ b/zh/docs/0.2.x/dynamic/handout/index.html @@ -5,7 +5,7 @@ 创建讲义 | Touying - + diff --git a/zh/docs/0.2.x/dynamic/other/index.html b/zh/docs/0.2.x/dynamic/other/index.html index a57349154..009b4c64f 100644 --- a/zh/docs/0.2.x/dynamic/other/index.html +++ b/zh/docs/0.2.x/dynamic/other/index.html @@ -5,7 +5,7 @@ 其他动画 | Touying - + diff --git a/zh/docs/0.2.x/dynamic/simple/index.html b/zh/docs/0.2.x/dynamic/simple/index.html index a812e9205..d011fb10b 100644 --- a/zh/docs/0.2.x/dynamic/simple/index.html +++ b/zh/docs/0.2.x/dynamic/simple/index.html @@ -5,7 +5,7 @@ 简单动画 | Touying - + diff --git a/zh/docs/0.2.x/external/pdfpc/index.html b/zh/docs/0.2.x/external/pdfpc/index.html index 73af744f8..21129610e 100644 --- a/zh/docs/0.2.x/external/pdfpc/index.html +++ b/zh/docs/0.2.x/external/pdfpc/index.html @@ -5,7 +5,7 @@ pdfpc | Touying - + diff --git a/zh/docs/0.2.x/external/typst-preview/index.html b/zh/docs/0.2.x/external/typst-preview/index.html index a6dc70950..13ff575d6 100644 --- a/zh/docs/0.2.x/external/typst-preview/index.html +++ b/zh/docs/0.2.x/external/typst-preview/index.html @@ -5,7 +5,7 @@ Typst Preview | Touying - + diff --git a/zh/docs/0.2.x/intro/index.html b/zh/docs/0.2.x/intro/index.html index b9ab601b3..18929f840 100644 --- a/zh/docs/0.2.x/intro/index.html +++ b/zh/docs/0.2.x/intro/index.html @@ -5,7 +5,7 @@ Touying 介绍 | Touying - + diff --git a/zh/docs/0.2.x/layout/index.html b/zh/docs/0.2.x/layout/index.html index 7cc492e3a..6cf390af3 100644 --- a/zh/docs/0.2.x/layout/index.html +++ b/zh/docs/0.2.x/layout/index.html @@ -5,7 +5,7 @@ 排篇布局 | Touying - + diff --git a/zh/docs/0.2.x/progress/counters/index.html b/zh/docs/0.2.x/progress/counters/index.html index 0e9cd2a0d..1b6fdd0df 100644 --- a/zh/docs/0.2.x/progress/counters/index.html +++ b/zh/docs/0.2.x/progress/counters/index.html @@ -5,7 +5,7 @@ Touying 的计数器 | Touying - + diff --git a/zh/docs/0.2.x/progress/sections/index.html b/zh/docs/0.2.x/progress/sections/index.html index f4122bb6a..de8e445ee 100644 --- a/zh/docs/0.2.x/progress/sections/index.html +++ b/zh/docs/0.2.x/progress/sections/index.html @@ -5,7 +5,7 @@ Touying 的 Sections | Touying - + diff --git a/zh/docs/0.2.x/start/index.html b/zh/docs/0.2.x/start/index.html index 55dd853bc..ca0a6a5f2 100644 --- a/zh/docs/0.2.x/start/index.html +++ b/zh/docs/0.2.x/start/index.html @@ -5,7 +5,7 @@ 开始 | Touying - + diff --git a/zh/docs/0.2.x/style/index.html b/zh/docs/0.2.x/style/index.html index fe3a1b9bd..6bdc08b87 100644 --- a/zh/docs/0.2.x/style/index.html +++ b/zh/docs/0.2.x/style/index.html @@ -5,7 +5,7 @@ 代码风格 | Touying - + diff --git a/zh/docs/0.2.x/themes/dewdrop/index.html b/zh/docs/0.2.x/themes/dewdrop/index.html index be62d51a9..cf069e66f 100644 --- a/zh/docs/0.2.x/themes/dewdrop/index.html +++ b/zh/docs/0.2.x/themes/dewdrop/index.html @@ -5,7 +5,7 @@ Dewdrop 主题 | Touying - + diff --git a/zh/docs/0.2.x/themes/metropolis/index.html b/zh/docs/0.2.x/themes/metropolis/index.html index 202f91618..bd9c1e169 100644 --- a/zh/docs/0.2.x/themes/metropolis/index.html +++ b/zh/docs/0.2.x/themes/metropolis/index.html @@ -5,7 +5,7 @@ Metropolis 主题 | Touying - + diff --git a/zh/docs/0.2.x/themes/simple/index.html b/zh/docs/0.2.x/themes/simple/index.html index d1a3f6f68..a54f52ac4 100644 --- a/zh/docs/0.2.x/themes/simple/index.html +++ b/zh/docs/0.2.x/themes/simple/index.html @@ -5,7 +5,7 @@ Simple 主题 | Touying - + diff --git a/zh/docs/0.2.x/themes/university/index.html b/zh/docs/0.2.x/themes/university/index.html index 482f746e0..cea905a79 100644 --- a/zh/docs/0.2.x/themes/university/index.html +++ b/zh/docs/0.2.x/themes/university/index.html @@ -5,7 +5,7 @@ University 主题 | Touying - + diff --git a/zh/docs/0.2.x/utilities/fit-to/index.html b/zh/docs/0.2.x/utilities/fit-to/index.html index c507443ad..8b9e15bd5 100644 --- a/zh/docs/0.2.x/utilities/fit-to/index.html +++ b/zh/docs/0.2.x/utilities/fit-to/index.html @@ -5,7 +5,7 @@ Fit to height / width | Touying - + diff --git a/zh/docs/0.2.x/utilities/oop/index.html b/zh/docs/0.2.x/utilities/oop/index.html index a25623cba..5ff0051c0 100644 --- a/zh/docs/0.2.x/utilities/oop/index.html +++ b/zh/docs/0.2.x/utilities/oop/index.html @@ -5,7 +5,7 @@ 面向对象编程 | Touying - + diff --git a/zh/docs/0.3.2+/build-your-own-theme/index.html b/zh/docs/0.3.2+/build-your-own-theme/index.html index a0835f5b4..579967d53 100644 --- a/zh/docs/0.3.2+/build-your-own-theme/index.html +++ b/zh/docs/0.3.2+/build-your-own-theme/index.html @@ -5,7 +5,7 @@ 创建自己的主题 | Touying - + diff --git a/zh/docs/0.3.2+/category/dynamic-slides/index.html b/zh/docs/0.3.2+/category/dynamic-slides/index.html index b22ed17c9..103da1583 100644 --- a/zh/docs/0.3.2+/category/dynamic-slides/index.html +++ b/zh/docs/0.3.2+/category/dynamic-slides/index.html @@ -5,7 +5,7 @@ Dynamic Slides | Touying - + diff --git a/zh/docs/0.3.2+/category/external-tools/index.html b/zh/docs/0.3.2+/category/external-tools/index.html index a91561c4f..459ad6f03 100644 --- a/zh/docs/0.3.2+/category/external-tools/index.html +++ b/zh/docs/0.3.2+/category/external-tools/index.html @@ -5,7 +5,7 @@ External Tools | Touying - + diff --git a/zh/docs/0.3.2+/category/package-integration/index.html b/zh/docs/0.3.2+/category/package-integration/index.html index 2f072e9a5..ec4c0c7ff 100644 --- a/zh/docs/0.3.2+/category/package-integration/index.html +++ b/zh/docs/0.3.2+/category/package-integration/index.html @@ -5,7 +5,7 @@ Package Integration | Touying - + diff --git a/zh/docs/0.3.2+/category/progress/index.html b/zh/docs/0.3.2+/category/progress/index.html index 6d78b8fbd..e553617c1 100644 --- a/zh/docs/0.3.2+/category/progress/index.html +++ b/zh/docs/0.3.2+/category/progress/index.html @@ -5,7 +5,7 @@ Progress | Touying - + diff --git a/zh/docs/0.3.2+/category/themes/index.html b/zh/docs/0.3.2+/category/themes/index.html index d59bad0f2..82a4a5e46 100644 --- a/zh/docs/0.3.2+/category/themes/index.html +++ b/zh/docs/0.3.2+/category/themes/index.html @@ -5,7 +5,7 @@ Themes | Touying - + diff --git a/zh/docs/0.3.2+/category/utilities/index.html b/zh/docs/0.3.2+/category/utilities/index.html index cb0973f33..c6bc25748 100644 --- a/zh/docs/0.3.2+/category/utilities/index.html +++ b/zh/docs/0.3.2+/category/utilities/index.html @@ -5,7 +5,7 @@ Utilities | Touying - + diff --git a/zh/docs/0.3.2+/changelog/index.html b/zh/docs/0.3.2+/changelog/index.html index 282583a49..7b482c0f9 100644 --- a/zh/docs/0.3.2+/changelog/index.html +++ b/zh/docs/0.3.2+/changelog/index.html @@ -5,7 +5,7 @@ 更新日志 | Touying - + diff --git a/zh/docs/0.3.2+/code-styles/index.html b/zh/docs/0.3.2+/code-styles/index.html index 4ed3bb7d5..c65ed6d47 100644 --- a/zh/docs/0.3.2+/code-styles/index.html +++ b/zh/docs/0.3.2+/code-styles/index.html @@ -5,7 +5,7 @@ 代码风格 | Touying - + diff --git a/zh/docs/0.3.2+/dynamic/complex/index.html b/zh/docs/0.3.2+/dynamic/complex/index.html index e3aac040a..9209a2a4d 100644 --- a/zh/docs/0.3.2+/dynamic/complex/index.html +++ b/zh/docs/0.3.2+/dynamic/complex/index.html @@ -5,7 +5,7 @@ 复杂动画 | Touying - + diff --git a/zh/docs/0.3.2+/dynamic/cover/index.html b/zh/docs/0.3.2+/dynamic/cover/index.html index b23e2868c..c940d85ba 100644 --- a/zh/docs/0.3.2+/dynamic/cover/index.html +++ b/zh/docs/0.3.2+/dynamic/cover/index.html @@ -5,7 +5,7 @@ Cover 函数 | Touying - + diff --git a/zh/docs/0.3.2+/dynamic/equation/index.html b/zh/docs/0.3.2+/dynamic/equation/index.html index 06de7de9e..62f422baf 100644 --- a/zh/docs/0.3.2+/dynamic/equation/index.html +++ b/zh/docs/0.3.2+/dynamic/equation/index.html @@ -5,7 +5,7 @@ 数学公式动画 | Touying - + diff --git a/zh/docs/0.3.2+/dynamic/handout/index.html b/zh/docs/0.3.2+/dynamic/handout/index.html index 9e58b5ffc..22605028a 100644 --- a/zh/docs/0.3.2+/dynamic/handout/index.html +++ b/zh/docs/0.3.2+/dynamic/handout/index.html @@ -5,7 +5,7 @@ 创建讲义 | Touying - + diff --git a/zh/docs/0.3.2+/dynamic/other/index.html b/zh/docs/0.3.2+/dynamic/other/index.html index 579c1c5cf..a523a9472 100644 --- a/zh/docs/0.3.2+/dynamic/other/index.html +++ b/zh/docs/0.3.2+/dynamic/other/index.html @@ -5,7 +5,7 @@ 其他动画 | Touying - + diff --git a/zh/docs/0.3.2+/dynamic/simple/index.html b/zh/docs/0.3.2+/dynamic/simple/index.html index 753a1b122..87d971174 100644 --- a/zh/docs/0.3.2+/dynamic/simple/index.html +++ b/zh/docs/0.3.2+/dynamic/simple/index.html @@ -5,7 +5,7 @@ 简单动画 | Touying - + diff --git a/zh/docs/0.3.2+/external/pdfpc/index.html b/zh/docs/0.3.2+/external/pdfpc/index.html index bef0df02a..637714bcd 100644 --- a/zh/docs/0.3.2+/external/pdfpc/index.html +++ b/zh/docs/0.3.2+/external/pdfpc/index.html @@ -5,7 +5,7 @@ pdfpc | Touying - + diff --git a/zh/docs/0.3.2+/external/typst-preview/index.html b/zh/docs/0.3.2+/external/typst-preview/index.html index 5db2053f4..dff68690c 100644 --- a/zh/docs/0.3.2+/external/typst-preview/index.html +++ b/zh/docs/0.3.2+/external/typst-preview/index.html @@ -5,7 +5,7 @@ Typst Preview | Touying - + diff --git a/zh/docs/0.3.2+/global-settings/index.html b/zh/docs/0.3.2+/global-settings/index.html index f73bce580..a0c9d00ad 100644 --- a/zh/docs/0.3.2+/global-settings/index.html +++ b/zh/docs/0.3.2+/global-settings/index.html @@ -5,7 +5,7 @@ 全局设置 | Touying - + diff --git a/zh/docs/0.3.2+/integration/cetz/index.html b/zh/docs/0.3.2+/integration/cetz/index.html index 1b7881626..57081f577 100644 --- a/zh/docs/0.3.2+/integration/cetz/index.html +++ b/zh/docs/0.3.2+/integration/cetz/index.html @@ -5,7 +5,7 @@ CeTZ | Touying - + diff --git a/zh/docs/0.3.2+/integration/codly/index.html b/zh/docs/0.3.2+/integration/codly/index.html index cb64b2de9..ef8e703e3 100644 --- a/zh/docs/0.3.2+/integration/codly/index.html +++ b/zh/docs/0.3.2+/integration/codly/index.html @@ -5,7 +5,7 @@ Codly | Touying - + diff --git a/zh/docs/0.3.2+/integration/fletcher/index.html b/zh/docs/0.3.2+/integration/fletcher/index.html index a3504a176..a66db6407 100644 --- a/zh/docs/0.3.2+/integration/fletcher/index.html +++ b/zh/docs/0.3.2+/integration/fletcher/index.html @@ -5,7 +5,7 @@ Fletcher | Touying - + diff --git a/zh/docs/0.3.2+/integration/mitex/index.html b/zh/docs/0.3.2+/integration/mitex/index.html index b5de3637b..cbe905ce1 100644 --- a/zh/docs/0.3.2+/integration/mitex/index.html +++ b/zh/docs/0.3.2+/integration/mitex/index.html @@ -5,14 +5,14 @@ MiTeX | Touying - +
版本:0.3.2+

MiTeX

在创建 slides 的过程中,往往我们已经有了一个 LaTeX 数学公式,只是想贴到 slides 的里面,而不想把它转写成 Typst 数学公式,这时候我们就可以用 MiTeX 了。

示例:

-
#import "@preview/mitex:0.2.1": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)
+
#import "@preview/mitex:0.2.3": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)

image

\ No newline at end of file diff --git a/zh/docs/0.3.2+/integration/pinit/index.html b/zh/docs/0.3.2+/integration/pinit/index.html index 5731ad0db..0c7054a76 100644 --- a/zh/docs/0.3.2+/integration/pinit/index.html +++ b/zh/docs/0.3.2+/integration/pinit/index.html @@ -5,7 +5,7 @@ Pinit | Touying - + diff --git a/zh/docs/0.3.2+/integration/polylux/index.html b/zh/docs/0.3.2+/integration/polylux/index.html index 5c70b89ba..26a8a5d7a 100644 --- a/zh/docs/0.3.2+/integration/polylux/index.html +++ b/zh/docs/0.3.2+/integration/polylux/index.html @@ -5,7 +5,7 @@ Polylux | Touying - + diff --git a/zh/docs/0.3.2+/intro/index.html b/zh/docs/0.3.2+/intro/index.html index b2659932f..f44304eb4 100644 --- a/zh/docs/0.3.2+/intro/index.html +++ b/zh/docs/0.3.2+/intro/index.html @@ -5,7 +5,7 @@ Touying 介绍 | Touying - + diff --git a/zh/docs/0.3.2+/layout/index.html b/zh/docs/0.3.2+/layout/index.html index 6dbc2c56d..f4d1f3472 100644 --- a/zh/docs/0.3.2+/layout/index.html +++ b/zh/docs/0.3.2+/layout/index.html @@ -5,7 +5,7 @@ 页面布局 | Touying - + diff --git a/zh/docs/0.3.2+/progress/counters/index.html b/zh/docs/0.3.2+/progress/counters/index.html index eb96cb917..863cb57fb 100644 --- a/zh/docs/0.3.2+/progress/counters/index.html +++ b/zh/docs/0.3.2+/progress/counters/index.html @@ -5,7 +5,7 @@ Touying 的计数器 | Touying - + diff --git a/zh/docs/0.3.2+/progress/sections/index.html b/zh/docs/0.3.2+/progress/sections/index.html index c08206740..c41df236e 100644 --- a/zh/docs/0.3.2+/progress/sections/index.html +++ b/zh/docs/0.3.2+/progress/sections/index.html @@ -5,7 +5,7 @@ Touying 的 Sections | Touying - + diff --git a/zh/docs/0.3.2+/sections/index.html b/zh/docs/0.3.2+/sections/index.html index aadb7b64c..4340c2882 100644 --- a/zh/docs/0.3.2+/sections/index.html +++ b/zh/docs/0.3.2+/sections/index.html @@ -5,7 +5,7 @@ 节与小节 | Touying - + diff --git a/zh/docs/0.3.2+/start/index.html b/zh/docs/0.3.2+/start/index.html index df2b7940e..4b86c71b5 100644 --- a/zh/docs/0.3.2+/start/index.html +++ b/zh/docs/0.3.2+/start/index.html @@ -5,7 +5,7 @@ 开始 | Touying - + diff --git a/zh/docs/0.3.2+/themes/aqua/index.html b/zh/docs/0.3.2+/themes/aqua/index.html index a7a840507..c931d177c 100644 --- a/zh/docs/0.3.2+/themes/aqua/index.html +++ b/zh/docs/0.3.2+/themes/aqua/index.html @@ -5,7 +5,7 @@ Aqua 主题 | Touying - + diff --git a/zh/docs/0.3.2+/themes/dewdrop/index.html b/zh/docs/0.3.2+/themes/dewdrop/index.html index d7d9650ce..07697f8ed 100644 --- a/zh/docs/0.3.2+/themes/dewdrop/index.html +++ b/zh/docs/0.3.2+/themes/dewdrop/index.html @@ -5,7 +5,7 @@ Dewdrop 主题 | Touying - + diff --git a/zh/docs/0.3.2+/themes/metropolis/index.html b/zh/docs/0.3.2+/themes/metropolis/index.html index 435a0d3cc..17c68954f 100644 --- a/zh/docs/0.3.2+/themes/metropolis/index.html +++ b/zh/docs/0.3.2+/themes/metropolis/index.html @@ -5,7 +5,7 @@ Metropolis 主题 | Touying - + diff --git a/zh/docs/0.3.2+/themes/simple/index.html b/zh/docs/0.3.2+/themes/simple/index.html index 2dec4c4a1..6662b37cb 100644 --- a/zh/docs/0.3.2+/themes/simple/index.html +++ b/zh/docs/0.3.2+/themes/simple/index.html @@ -5,7 +5,7 @@ Simple 主题 | Touying - + diff --git a/zh/docs/0.3.2+/themes/university/index.html b/zh/docs/0.3.2+/themes/university/index.html index 98c277010..cdc835f39 100644 --- a/zh/docs/0.3.2+/themes/university/index.html +++ b/zh/docs/0.3.2+/themes/university/index.html @@ -5,7 +5,7 @@ University 主题 | Touying - + diff --git a/zh/docs/0.3.2+/utilities/fit-to/index.html b/zh/docs/0.3.2+/utilities/fit-to/index.html index e76cf1d55..3fc69e006 100644 --- a/zh/docs/0.3.2+/utilities/fit-to/index.html +++ b/zh/docs/0.3.2+/utilities/fit-to/index.html @@ -5,7 +5,7 @@ Fit to height / width | Touying - + diff --git a/zh/docs/0.3.2+/utilities/oop/index.html b/zh/docs/0.3.2+/utilities/oop/index.html index 46020c543..206dd1edf 100644 --- a/zh/docs/0.3.2+/utilities/oop/index.html +++ b/zh/docs/0.3.2+/utilities/oop/index.html @@ -5,7 +5,7 @@ 面向对象编程 | Touying - + diff --git a/zh/docs/0.3.x/build-your-own-theme/index.html b/zh/docs/0.3.x/build-your-own-theme/index.html index e5d99a679..05ac6be4d 100644 --- a/zh/docs/0.3.x/build-your-own-theme/index.html +++ b/zh/docs/0.3.x/build-your-own-theme/index.html @@ -5,7 +5,7 @@ 创建自己的主题 | Touying - + diff --git a/zh/docs/0.3.x/category/dynamic-slides/index.html b/zh/docs/0.3.x/category/dynamic-slides/index.html index 5fd8eb082..b95a2105a 100644 --- a/zh/docs/0.3.x/category/dynamic-slides/index.html +++ b/zh/docs/0.3.x/category/dynamic-slides/index.html @@ -5,7 +5,7 @@ Dynamic Slides | Touying - + diff --git a/zh/docs/0.3.x/category/external-tools/index.html b/zh/docs/0.3.x/category/external-tools/index.html index 4411e2922..1bcc28168 100644 --- a/zh/docs/0.3.x/category/external-tools/index.html +++ b/zh/docs/0.3.x/category/external-tools/index.html @@ -5,7 +5,7 @@ External Tools | Touying - + diff --git a/zh/docs/0.3.x/category/package-integration/index.html b/zh/docs/0.3.x/category/package-integration/index.html index 989aee7e8..bf1f11c85 100644 --- a/zh/docs/0.3.x/category/package-integration/index.html +++ b/zh/docs/0.3.x/category/package-integration/index.html @@ -5,7 +5,7 @@ Package Integration | Touying - + diff --git a/zh/docs/0.3.x/category/progress/index.html b/zh/docs/0.3.x/category/progress/index.html index b477b1fb7..577e92249 100644 --- a/zh/docs/0.3.x/category/progress/index.html +++ b/zh/docs/0.3.x/category/progress/index.html @@ -5,7 +5,7 @@ Progress | Touying - + diff --git a/zh/docs/0.3.x/category/themes/index.html b/zh/docs/0.3.x/category/themes/index.html index ee44fbdc1..c585b7494 100644 --- a/zh/docs/0.3.x/category/themes/index.html +++ b/zh/docs/0.3.x/category/themes/index.html @@ -5,7 +5,7 @@ Themes | Touying - + diff --git a/zh/docs/0.3.x/category/utilities/index.html b/zh/docs/0.3.x/category/utilities/index.html index aa74e07d2..8aa1ebbac 100644 --- a/zh/docs/0.3.x/category/utilities/index.html +++ b/zh/docs/0.3.x/category/utilities/index.html @@ -5,7 +5,7 @@ Utilities | Touying - + diff --git a/zh/docs/0.3.x/changelog/index.html b/zh/docs/0.3.x/changelog/index.html index 91570e92a..7040a5200 100644 --- a/zh/docs/0.3.x/changelog/index.html +++ b/zh/docs/0.3.x/changelog/index.html @@ -5,7 +5,7 @@ 更新日志 | Touying - + diff --git a/zh/docs/0.3.x/code-styles/index.html b/zh/docs/0.3.x/code-styles/index.html index a5945db5d..f0b59bdd6 100644 --- a/zh/docs/0.3.x/code-styles/index.html +++ b/zh/docs/0.3.x/code-styles/index.html @@ -5,7 +5,7 @@ 代码风格 | Touying - + diff --git a/zh/docs/0.3.x/dynamic/complex/index.html b/zh/docs/0.3.x/dynamic/complex/index.html index 0ba1a497f..be4cffc52 100644 --- a/zh/docs/0.3.x/dynamic/complex/index.html +++ b/zh/docs/0.3.x/dynamic/complex/index.html @@ -5,7 +5,7 @@ 复杂动画 | Touying - + diff --git a/zh/docs/0.3.x/dynamic/cover/index.html b/zh/docs/0.3.x/dynamic/cover/index.html index fd70af220..6844b97de 100644 --- a/zh/docs/0.3.x/dynamic/cover/index.html +++ b/zh/docs/0.3.x/dynamic/cover/index.html @@ -5,7 +5,7 @@ Cover 函数 | Touying - + diff --git a/zh/docs/0.3.x/dynamic/equation/index.html b/zh/docs/0.3.x/dynamic/equation/index.html index 271846e16..48371edcb 100644 --- a/zh/docs/0.3.x/dynamic/equation/index.html +++ b/zh/docs/0.3.x/dynamic/equation/index.html @@ -5,7 +5,7 @@ 数学公式动画 | Touying - + diff --git a/zh/docs/0.3.x/dynamic/handout/index.html b/zh/docs/0.3.x/dynamic/handout/index.html index f04b444b8..0afe1f67c 100644 --- a/zh/docs/0.3.x/dynamic/handout/index.html +++ b/zh/docs/0.3.x/dynamic/handout/index.html @@ -5,7 +5,7 @@ 创建讲义 | Touying - + diff --git a/zh/docs/0.3.x/dynamic/other/index.html b/zh/docs/0.3.x/dynamic/other/index.html index c320d35a3..a2862503d 100644 --- a/zh/docs/0.3.x/dynamic/other/index.html +++ b/zh/docs/0.3.x/dynamic/other/index.html @@ -5,7 +5,7 @@ 其他动画 | Touying - + diff --git a/zh/docs/0.3.x/dynamic/simple/index.html b/zh/docs/0.3.x/dynamic/simple/index.html index ae8c0db5f..6385a3f27 100644 --- a/zh/docs/0.3.x/dynamic/simple/index.html +++ b/zh/docs/0.3.x/dynamic/simple/index.html @@ -5,7 +5,7 @@ 简单动画 | Touying - + diff --git a/zh/docs/0.3.x/external/pdfpc/index.html b/zh/docs/0.3.x/external/pdfpc/index.html index 7c33f4dea..12b4245fa 100644 --- a/zh/docs/0.3.x/external/pdfpc/index.html +++ b/zh/docs/0.3.x/external/pdfpc/index.html @@ -5,7 +5,7 @@ pdfpc | Touying - + diff --git a/zh/docs/0.3.x/external/typst-preview/index.html b/zh/docs/0.3.x/external/typst-preview/index.html index 4edb17cbe..50e3a4c68 100644 --- a/zh/docs/0.3.x/external/typst-preview/index.html +++ b/zh/docs/0.3.x/external/typst-preview/index.html @@ -5,7 +5,7 @@ Typst Preview | Touying - + diff --git a/zh/docs/0.3.x/global-settings/index.html b/zh/docs/0.3.x/global-settings/index.html index 2e92116d9..4dd239bcc 100644 --- a/zh/docs/0.3.x/global-settings/index.html +++ b/zh/docs/0.3.x/global-settings/index.html @@ -5,7 +5,7 @@ 全局设置 | Touying - + diff --git a/zh/docs/0.3.x/integration/cetz/index.html b/zh/docs/0.3.x/integration/cetz/index.html index d132c9f52..8b436482f 100644 --- a/zh/docs/0.3.x/integration/cetz/index.html +++ b/zh/docs/0.3.x/integration/cetz/index.html @@ -5,7 +5,7 @@ CeTZ | Touying - + diff --git a/zh/docs/0.3.x/integration/codly/index.html b/zh/docs/0.3.x/integration/codly/index.html index 815df7e84..52ca9dc4a 100644 --- a/zh/docs/0.3.x/integration/codly/index.html +++ b/zh/docs/0.3.x/integration/codly/index.html @@ -5,7 +5,7 @@ Codly | Touying - + diff --git a/zh/docs/0.3.x/integration/fletcher/index.html b/zh/docs/0.3.x/integration/fletcher/index.html index 8d13110c0..a3815433d 100644 --- a/zh/docs/0.3.x/integration/fletcher/index.html +++ b/zh/docs/0.3.x/integration/fletcher/index.html @@ -5,7 +5,7 @@ Fletcher | Touying - + diff --git a/zh/docs/0.3.x/integration/mitex/index.html b/zh/docs/0.3.x/integration/mitex/index.html index 9562f1670..1e29ffaa8 100644 --- a/zh/docs/0.3.x/integration/mitex/index.html +++ b/zh/docs/0.3.x/integration/mitex/index.html @@ -5,14 +5,14 @@ MiTeX | Touying - +
版本:0.3.x

MiTeX

在创建 slides 的过程中,往往我们已经有了一个 LaTeX 数学公式,只是想贴到 slides 的里面,而不想把它转写成 Typst 数学公式,这时候我们就可以用 MiTeX 了。

示例:

-
#import "@preview/mitex:0.2.1": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)
+
#import "@preview/mitex:0.2.3": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)

image

\ No newline at end of file diff --git a/zh/docs/0.3.x/integration/pinit/index.html b/zh/docs/0.3.x/integration/pinit/index.html index a1c0cbd21..161c33882 100644 --- a/zh/docs/0.3.x/integration/pinit/index.html +++ b/zh/docs/0.3.x/integration/pinit/index.html @@ -5,7 +5,7 @@ Pinit | Touying - + diff --git a/zh/docs/0.3.x/integration/polylux/index.html b/zh/docs/0.3.x/integration/polylux/index.html index 1be30e533..71d364f13 100644 --- a/zh/docs/0.3.x/integration/polylux/index.html +++ b/zh/docs/0.3.x/integration/polylux/index.html @@ -5,7 +5,7 @@ Polylux | Touying - + diff --git a/zh/docs/0.3.x/intro/index.html b/zh/docs/0.3.x/intro/index.html index 3e15333ff..183ae1373 100644 --- a/zh/docs/0.3.x/intro/index.html +++ b/zh/docs/0.3.x/intro/index.html @@ -5,7 +5,7 @@ Touying 介绍 | Touying - + diff --git a/zh/docs/0.3.x/layout/index.html b/zh/docs/0.3.x/layout/index.html index a642c76f8..9e7559ddf 100644 --- a/zh/docs/0.3.x/layout/index.html +++ b/zh/docs/0.3.x/layout/index.html @@ -5,7 +5,7 @@ 页面布局 | Touying - + diff --git a/zh/docs/0.3.x/progress/counters/index.html b/zh/docs/0.3.x/progress/counters/index.html index 0ac1df08e..e1e490615 100644 --- a/zh/docs/0.3.x/progress/counters/index.html +++ b/zh/docs/0.3.x/progress/counters/index.html @@ -5,7 +5,7 @@ Touying 的计数器 | Touying - + diff --git a/zh/docs/0.3.x/progress/sections/index.html b/zh/docs/0.3.x/progress/sections/index.html index 8df2eec43..70867c2d4 100644 --- a/zh/docs/0.3.x/progress/sections/index.html +++ b/zh/docs/0.3.x/progress/sections/index.html @@ -5,7 +5,7 @@ Touying 的 Sections | Touying - + diff --git a/zh/docs/0.3.x/sections/index.html b/zh/docs/0.3.x/sections/index.html index de1e7f7a0..82f84e2b2 100644 --- a/zh/docs/0.3.x/sections/index.html +++ b/zh/docs/0.3.x/sections/index.html @@ -5,7 +5,7 @@ 节与小节 | Touying - + diff --git a/zh/docs/0.3.x/start/index.html b/zh/docs/0.3.x/start/index.html index c38429ba6..37c399b50 100644 --- a/zh/docs/0.3.x/start/index.html +++ b/zh/docs/0.3.x/start/index.html @@ -5,7 +5,7 @@ 开始 | Touying - + diff --git a/zh/docs/0.3.x/themes/dewdrop/index.html b/zh/docs/0.3.x/themes/dewdrop/index.html index 9f8bfbd3a..0ad15a770 100644 --- a/zh/docs/0.3.x/themes/dewdrop/index.html +++ b/zh/docs/0.3.x/themes/dewdrop/index.html @@ -5,7 +5,7 @@ Dewdrop 主题 | Touying - + diff --git a/zh/docs/0.3.x/themes/metropolis/index.html b/zh/docs/0.3.x/themes/metropolis/index.html index b1b256237..5053a3ed7 100644 --- a/zh/docs/0.3.x/themes/metropolis/index.html +++ b/zh/docs/0.3.x/themes/metropolis/index.html @@ -5,7 +5,7 @@ Metropolis 主题 | Touying - + diff --git a/zh/docs/0.3.x/themes/simple/index.html b/zh/docs/0.3.x/themes/simple/index.html index 2b52e269a..e4d86a541 100644 --- a/zh/docs/0.3.x/themes/simple/index.html +++ b/zh/docs/0.3.x/themes/simple/index.html @@ -5,7 +5,7 @@ Simple 主题 | Touying - + diff --git a/zh/docs/0.3.x/themes/university/index.html b/zh/docs/0.3.x/themes/university/index.html index 95300b0b7..e6b00fa4e 100644 --- a/zh/docs/0.3.x/themes/university/index.html +++ b/zh/docs/0.3.x/themes/university/index.html @@ -5,7 +5,7 @@ University 主题 | Touying - + diff --git a/zh/docs/0.3.x/utilities/fit-to/index.html b/zh/docs/0.3.x/utilities/fit-to/index.html index f7f145988..277d286f9 100644 --- a/zh/docs/0.3.x/utilities/fit-to/index.html +++ b/zh/docs/0.3.x/utilities/fit-to/index.html @@ -5,7 +5,7 @@ Fit to height / width | Touying - + diff --git a/zh/docs/0.3.x/utilities/oop/index.html b/zh/docs/0.3.x/utilities/oop/index.html index 01a535e80..fcba59d52 100644 --- a/zh/docs/0.3.x/utilities/oop/index.html +++ b/zh/docs/0.3.x/utilities/oop/index.html @@ -5,7 +5,7 @@ 面向对象编程 | Touying - + diff --git a/zh/docs/build-your-own-theme/index.html b/zh/docs/build-your-own-theme/index.html index 1f6a2281b..d9f5a3891 100644 --- a/zh/docs/build-your-own-theme/index.html +++ b/zh/docs/build-your-own-theme/index.html @@ -5,7 +5,7 @@ 创建自己的主题 | Touying - + diff --git a/zh/docs/category/dynamic-slides/index.html b/zh/docs/category/dynamic-slides/index.html index d35b28a4e..f2af66af8 100644 --- a/zh/docs/category/dynamic-slides/index.html +++ b/zh/docs/category/dynamic-slides/index.html @@ -5,7 +5,7 @@ Dynamic Slides | Touying - + diff --git a/zh/docs/category/external-tools/index.html b/zh/docs/category/external-tools/index.html index 9c1a2d61c..26b42f32b 100644 --- a/zh/docs/category/external-tools/index.html +++ b/zh/docs/category/external-tools/index.html @@ -5,7 +5,7 @@ External Tools | Touying - + diff --git a/zh/docs/category/package-integration/index.html b/zh/docs/category/package-integration/index.html index c52b3f335..98ed9ba38 100644 --- a/zh/docs/category/package-integration/index.html +++ b/zh/docs/category/package-integration/index.html @@ -5,7 +5,7 @@ Package Integration | Touying - + diff --git a/zh/docs/category/progress/index.html b/zh/docs/category/progress/index.html index 77148791e..2b337b0b0 100644 --- a/zh/docs/category/progress/index.html +++ b/zh/docs/category/progress/index.html @@ -5,7 +5,7 @@ Progress | Touying - + diff --git a/zh/docs/category/themes/index.html b/zh/docs/category/themes/index.html index 8d9ed72a4..f69d0815c 100644 --- a/zh/docs/category/themes/index.html +++ b/zh/docs/category/themes/index.html @@ -5,7 +5,7 @@ Themes | Touying - + diff --git a/zh/docs/category/utilities/index.html b/zh/docs/category/utilities/index.html index f2ae295bb..d7142386b 100644 --- a/zh/docs/category/utilities/index.html +++ b/zh/docs/category/utilities/index.html @@ -5,7 +5,7 @@ Utilities | Touying - + diff --git a/zh/docs/changelog/index.html b/zh/docs/changelog/index.html index 6891e6d89..811c3ac0d 100644 --- a/zh/docs/changelog/index.html +++ b/zh/docs/changelog/index.html @@ -5,7 +5,7 @@ 更新日志 | Touying - + diff --git a/zh/docs/code-styles/index.html b/zh/docs/code-styles/index.html index 964b57f81..7b4b36230 100644 --- a/zh/docs/code-styles/index.html +++ b/zh/docs/code-styles/index.html @@ -5,7 +5,7 @@ 代码风格 | Touying - + diff --git a/zh/docs/dynamic/complex/index.html b/zh/docs/dynamic/complex/index.html index b4d169e80..4977952de 100644 --- a/zh/docs/dynamic/complex/index.html +++ b/zh/docs/dynamic/complex/index.html @@ -5,7 +5,7 @@ 复杂动画 | Touying - + diff --git a/zh/docs/dynamic/cover/index.html b/zh/docs/dynamic/cover/index.html index 993abd096..ab0773ecc 100644 --- a/zh/docs/dynamic/cover/index.html +++ b/zh/docs/dynamic/cover/index.html @@ -5,7 +5,7 @@ Cover 函数 | Touying - + diff --git a/zh/docs/dynamic/equation/index.html b/zh/docs/dynamic/equation/index.html index 833ae9874..a72ecf877 100644 --- a/zh/docs/dynamic/equation/index.html +++ b/zh/docs/dynamic/equation/index.html @@ -5,7 +5,7 @@ 数学公式动画 | Touying - + diff --git a/zh/docs/dynamic/handout/index.html b/zh/docs/dynamic/handout/index.html index 290f2aa9d..90d9bd5af 100644 --- a/zh/docs/dynamic/handout/index.html +++ b/zh/docs/dynamic/handout/index.html @@ -5,7 +5,7 @@ 创建讲义 | Touying - + diff --git a/zh/docs/dynamic/other/index.html b/zh/docs/dynamic/other/index.html index d4bbe6c93..b9dfd7c65 100644 --- a/zh/docs/dynamic/other/index.html +++ b/zh/docs/dynamic/other/index.html @@ -5,7 +5,7 @@ 其他动画 | Touying - + diff --git a/zh/docs/dynamic/simple/index.html b/zh/docs/dynamic/simple/index.html index 2044ccbf1..4ea0369a5 100644 --- a/zh/docs/dynamic/simple/index.html +++ b/zh/docs/dynamic/simple/index.html @@ -5,7 +5,7 @@ 简单动画 | Touying - + diff --git a/zh/docs/external/pdfpc/index.html b/zh/docs/external/pdfpc/index.html index 3da501873..12620794b 100644 --- a/zh/docs/external/pdfpc/index.html +++ b/zh/docs/external/pdfpc/index.html @@ -5,7 +5,7 @@ pdfpc | Touying - + diff --git a/zh/docs/external/typst-preview/index.html b/zh/docs/external/typst-preview/index.html index bc48da93d..04eb18200 100644 --- a/zh/docs/external/typst-preview/index.html +++ b/zh/docs/external/typst-preview/index.html @@ -5,7 +5,7 @@ Typst Preview | Touying - + diff --git a/zh/docs/global-settings/index.html b/zh/docs/global-settings/index.html index 0c9e28101..f1e55ac4c 100644 --- a/zh/docs/global-settings/index.html +++ b/zh/docs/global-settings/index.html @@ -5,7 +5,7 @@ 全局设置 | Touying - + diff --git a/zh/docs/integration/cetz/index.html b/zh/docs/integration/cetz/index.html index 5807b0d0c..404c98562 100644 --- a/zh/docs/integration/cetz/index.html +++ b/zh/docs/integration/cetz/index.html @@ -5,7 +5,7 @@ CeTZ | Touying - + diff --git a/zh/docs/integration/codly/index.html b/zh/docs/integration/codly/index.html index e7d367a31..89b7753d2 100644 --- a/zh/docs/integration/codly/index.html +++ b/zh/docs/integration/codly/index.html @@ -5,7 +5,7 @@ Codly | Touying - + diff --git a/zh/docs/integration/ctheorems/index.html b/zh/docs/integration/ctheorems/index.html index 3fe260de6..6f2584a2f 100644 --- a/zh/docs/integration/ctheorems/index.html +++ b/zh/docs/integration/ctheorems/index.html @@ -5,7 +5,7 @@ Ctheorems | Touying - + diff --git a/zh/docs/integration/fletcher/index.html b/zh/docs/integration/fletcher/index.html index c39422e7c..6a46935e4 100644 --- a/zh/docs/integration/fletcher/index.html +++ b/zh/docs/integration/fletcher/index.html @@ -5,7 +5,7 @@ Fletcher | Touying - + diff --git a/zh/docs/integration/mitex/index.html b/zh/docs/integration/mitex/index.html index 60acb3510..ff1e3caa9 100644 --- a/zh/docs/integration/mitex/index.html +++ b/zh/docs/integration/mitex/index.html @@ -5,14 +5,14 @@ MiTeX | Touying - +
版本:0.4.0+

MiTeX

在创建 slides 的过程中,往往我们已经有了一个 LaTeX 数学公式,只是想贴到 slides 的里面,而不想把它转写成 Typst 数学公式,这时候我们就可以用 MiTeX 了。

示例:

-
#import "@preview/mitex:0.2.1": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)
+
#import "@preview/mitex:0.2.3": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)

image

\ No newline at end of file diff --git a/zh/docs/integration/pinit/index.html b/zh/docs/integration/pinit/index.html index 1501ed96e..79da57721 100644 --- a/zh/docs/integration/pinit/index.html +++ b/zh/docs/integration/pinit/index.html @@ -5,7 +5,7 @@ Pinit | Touying - + diff --git a/zh/docs/intro/index.html b/zh/docs/intro/index.html index e749fbffa..224917f1c 100644 --- a/zh/docs/intro/index.html +++ b/zh/docs/intro/index.html @@ -5,7 +5,7 @@ Touying 介绍 | Touying - + diff --git a/zh/docs/layout/index.html b/zh/docs/layout/index.html index 692874a18..fae5482b6 100644 --- a/zh/docs/layout/index.html +++ b/zh/docs/layout/index.html @@ -5,7 +5,7 @@ 页面布局 | Touying - + diff --git a/zh/docs/multi-file/index.html b/zh/docs/multi-file/index.html index f4061a842..724ecee28 100644 --- a/zh/docs/multi-file/index.html +++ b/zh/docs/multi-file/index.html @@ -5,7 +5,7 @@ 多文件架构 | Touying - + diff --git a/zh/docs/next/build-your-own-theme/index.html b/zh/docs/next/build-your-own-theme/index.html index 9976240c1..8e2cd5a65 100644 --- a/zh/docs/next/build-your-own-theme/index.html +++ b/zh/docs/next/build-your-own-theme/index.html @@ -5,7 +5,7 @@ 创建自己的主题 | Touying - + diff --git a/zh/docs/next/category/dynamic-slides/index.html b/zh/docs/next/category/dynamic-slides/index.html index f6f094df5..085613893 100644 --- a/zh/docs/next/category/dynamic-slides/index.html +++ b/zh/docs/next/category/dynamic-slides/index.html @@ -5,7 +5,7 @@ Dynamic Slides | Touying - + diff --git a/zh/docs/next/category/external-tools/index.html b/zh/docs/next/category/external-tools/index.html index 4a2721550..960497953 100644 --- a/zh/docs/next/category/external-tools/index.html +++ b/zh/docs/next/category/external-tools/index.html @@ -5,7 +5,7 @@ External Tools | Touying - + diff --git a/zh/docs/next/category/package-integration/index.html b/zh/docs/next/category/package-integration/index.html index 43598a4b5..04a185f8f 100644 --- a/zh/docs/next/category/package-integration/index.html +++ b/zh/docs/next/category/package-integration/index.html @@ -5,7 +5,7 @@ Package Integration | Touying - + diff --git a/zh/docs/next/category/progress/index.html b/zh/docs/next/category/progress/index.html index b4a359d24..ed52ce3af 100644 --- a/zh/docs/next/category/progress/index.html +++ b/zh/docs/next/category/progress/index.html @@ -5,7 +5,7 @@ Progress | Touying - + diff --git a/zh/docs/next/category/themes/index.html b/zh/docs/next/category/themes/index.html index fbdc79f05..ca0430982 100644 --- a/zh/docs/next/category/themes/index.html +++ b/zh/docs/next/category/themes/index.html @@ -5,7 +5,7 @@ Themes | Touying - + diff --git a/zh/docs/next/category/utilities/index.html b/zh/docs/next/category/utilities/index.html index cf727943d..efee16a5b 100644 --- a/zh/docs/next/category/utilities/index.html +++ b/zh/docs/next/category/utilities/index.html @@ -5,7 +5,7 @@ Utilities | Touying - + diff --git a/zh/docs/next/changelog/index.html b/zh/docs/next/changelog/index.html index 45e5798d6..bb5afc811 100644 --- a/zh/docs/next/changelog/index.html +++ b/zh/docs/next/changelog/index.html @@ -5,7 +5,7 @@ 更新日志 | Touying - + diff --git a/zh/docs/next/code-styles/index.html b/zh/docs/next/code-styles/index.html index 42856b17d..6c766356a 100644 --- a/zh/docs/next/code-styles/index.html +++ b/zh/docs/next/code-styles/index.html @@ -5,7 +5,7 @@ 代码风格 | Touying - + diff --git a/zh/docs/next/dynamic/complex/index.html b/zh/docs/next/dynamic/complex/index.html index 945c816a4..f86b87f08 100644 --- a/zh/docs/next/dynamic/complex/index.html +++ b/zh/docs/next/dynamic/complex/index.html @@ -5,7 +5,7 @@ 复杂动画 | Touying - + diff --git a/zh/docs/next/dynamic/cover/index.html b/zh/docs/next/dynamic/cover/index.html index 1c740522a..702b12d3c 100644 --- a/zh/docs/next/dynamic/cover/index.html +++ b/zh/docs/next/dynamic/cover/index.html @@ -5,7 +5,7 @@ Cover 函数 | Touying - + diff --git a/zh/docs/next/dynamic/equation/index.html b/zh/docs/next/dynamic/equation/index.html index 1add4f037..8a67fab77 100644 --- a/zh/docs/next/dynamic/equation/index.html +++ b/zh/docs/next/dynamic/equation/index.html @@ -5,7 +5,7 @@ 数学公式动画 | Touying - + diff --git a/zh/docs/next/dynamic/handout/index.html b/zh/docs/next/dynamic/handout/index.html index 17541eeb3..580c88464 100644 --- a/zh/docs/next/dynamic/handout/index.html +++ b/zh/docs/next/dynamic/handout/index.html @@ -5,7 +5,7 @@ 创建讲义 | Touying - + diff --git a/zh/docs/next/dynamic/other/index.html b/zh/docs/next/dynamic/other/index.html index ca5434168..f0a66e0f0 100644 --- a/zh/docs/next/dynamic/other/index.html +++ b/zh/docs/next/dynamic/other/index.html @@ -5,7 +5,7 @@ 其他动画 | Touying - + diff --git a/zh/docs/next/dynamic/simple/index.html b/zh/docs/next/dynamic/simple/index.html index ddf23a14a..bf6252c44 100644 --- a/zh/docs/next/dynamic/simple/index.html +++ b/zh/docs/next/dynamic/simple/index.html @@ -5,7 +5,7 @@ 简单动画 | Touying - + diff --git a/zh/docs/next/external/pdfpc/index.html b/zh/docs/next/external/pdfpc/index.html index 70a702f32..a067a6689 100644 --- a/zh/docs/next/external/pdfpc/index.html +++ b/zh/docs/next/external/pdfpc/index.html @@ -5,7 +5,7 @@ pdfpc | Touying - + diff --git a/zh/docs/next/external/typst-preview/index.html b/zh/docs/next/external/typst-preview/index.html index c2bfe7f10..f4d1e3389 100644 --- a/zh/docs/next/external/typst-preview/index.html +++ b/zh/docs/next/external/typst-preview/index.html @@ -5,7 +5,7 @@ Typst Preview | Touying - + diff --git a/zh/docs/next/global-settings/index.html b/zh/docs/next/global-settings/index.html index 3f181519d..d8e486126 100644 --- a/zh/docs/next/global-settings/index.html +++ b/zh/docs/next/global-settings/index.html @@ -5,7 +5,7 @@ 全局设置 | Touying - + diff --git a/zh/docs/next/integration/cetz/index.html b/zh/docs/next/integration/cetz/index.html index e582720b1..08dc4ae0b 100644 --- a/zh/docs/next/integration/cetz/index.html +++ b/zh/docs/next/integration/cetz/index.html @@ -5,7 +5,7 @@ CeTZ | Touying - + diff --git a/zh/docs/next/integration/codly/index.html b/zh/docs/next/integration/codly/index.html index f8cc51814..3deb4a25e 100644 --- a/zh/docs/next/integration/codly/index.html +++ b/zh/docs/next/integration/codly/index.html @@ -5,7 +5,7 @@ Codly | Touying - + diff --git a/zh/docs/next/integration/ctheorems/index.html b/zh/docs/next/integration/ctheorems/index.html index 503afb965..33296931a 100644 --- a/zh/docs/next/integration/ctheorems/index.html +++ b/zh/docs/next/integration/ctheorems/index.html @@ -5,7 +5,7 @@ Ctheorems | Touying - + diff --git a/zh/docs/next/integration/fletcher/index.html b/zh/docs/next/integration/fletcher/index.html index 26dc41375..3e5f6337c 100644 --- a/zh/docs/next/integration/fletcher/index.html +++ b/zh/docs/next/integration/fletcher/index.html @@ -5,7 +5,7 @@ Fletcher | Touying - + diff --git a/zh/docs/next/integration/mitex/index.html b/zh/docs/next/integration/mitex/index.html index d7f68147d..56b9a230f 100644 --- a/zh/docs/next/integration/mitex/index.html +++ b/zh/docs/next/integration/mitex/index.html @@ -5,14 +5,16 @@ MiTeX | Touying - +
版本:Next

MiTeX

在创建 slides 的过程中,往往我们已经有了一个 LaTeX 数学公式,只是想贴到 slides 的里面,而不想把它转写成 Typst 数学公式,这时候我们就可以用 MiTeX 了。

示例:

-
#import "@preview/mitex:0.2.1": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)
-

image

+
#import "@preview/mitex:0.2.3": *

Write inline equations like #mi("x") or #mi[y].

Also block equations (this case is from #text(blue.lighten(20%), link("https://katex.org/")[katex.org])):

#mitex(`
\newcommand{\f}[2]{#1f(#2)}
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi
`)
+

image

+

Touying 也提供了一个 touying-mitex 函数,用法如

+
#touying-mitex(mitex, `
f(x) &= \pause x^2 + 2x + 1 \\
&= \pause (x + 1)^2 \\
`)
\ No newline at end of file diff --git a/zh/docs/next/integration/pinit/index.html b/zh/docs/next/integration/pinit/index.html index 394c45b80..ea16aa529 100644 --- a/zh/docs/next/integration/pinit/index.html +++ b/zh/docs/next/integration/pinit/index.html @@ -5,7 +5,7 @@ Pinit | Touying - + diff --git a/zh/docs/next/intro/index.html b/zh/docs/next/intro/index.html index bee9d3484..1b79b4944 100644 --- a/zh/docs/next/intro/index.html +++ b/zh/docs/next/intro/index.html @@ -5,7 +5,7 @@ Touying 介绍 | Touying - + diff --git a/zh/docs/next/layout/index.html b/zh/docs/next/layout/index.html index 426fa7311..dc58ae5f6 100644 --- a/zh/docs/next/layout/index.html +++ b/zh/docs/next/layout/index.html @@ -5,7 +5,7 @@ 页面布局 | Touying - + diff --git a/zh/docs/next/multi-file/index.html b/zh/docs/next/multi-file/index.html index e60e3ea42..20f05c562 100644 --- a/zh/docs/next/multi-file/index.html +++ b/zh/docs/next/multi-file/index.html @@ -5,7 +5,7 @@ 多文件架构 | Touying - + diff --git a/zh/docs/next/progress/counters/index.html b/zh/docs/next/progress/counters/index.html index 4d85a8a58..cd076c814 100644 --- a/zh/docs/next/progress/counters/index.html +++ b/zh/docs/next/progress/counters/index.html @@ -5,7 +5,7 @@ Touying 的计数器 | Touying - + diff --git a/zh/docs/next/progress/sections/index.html b/zh/docs/next/progress/sections/index.html index e534d739c..0129149f2 100644 --- a/zh/docs/next/progress/sections/index.html +++ b/zh/docs/next/progress/sections/index.html @@ -5,7 +5,7 @@ Touying 的 Sections | Touying - + diff --git a/zh/docs/next/sections/index.html b/zh/docs/next/sections/index.html index 6b7e8bce0..beffd80f2 100644 --- a/zh/docs/next/sections/index.html +++ b/zh/docs/next/sections/index.html @@ -5,7 +5,7 @@ 节与小节 | Touying - + diff --git a/zh/docs/next/start/index.html b/zh/docs/next/start/index.html index c03a5e21c..06f281d82 100644 --- a/zh/docs/next/start/index.html +++ b/zh/docs/next/start/index.html @@ -5,7 +5,7 @@ 开始 | Touying - + diff --git a/zh/docs/next/themes/aqua/index.html b/zh/docs/next/themes/aqua/index.html index 8c338e727..14b7af374 100644 --- a/zh/docs/next/themes/aqua/index.html +++ b/zh/docs/next/themes/aqua/index.html @@ -5,7 +5,7 @@ Aqua 主题 | Touying - + diff --git a/zh/docs/next/themes/dewdrop/index.html b/zh/docs/next/themes/dewdrop/index.html index a65024540..abe9124df 100644 --- a/zh/docs/next/themes/dewdrop/index.html +++ b/zh/docs/next/themes/dewdrop/index.html @@ -5,7 +5,7 @@ Dewdrop 主题 | Touying - + diff --git a/zh/docs/next/themes/metropolis/index.html b/zh/docs/next/themes/metropolis/index.html index 9b695f760..f7b212c72 100644 --- a/zh/docs/next/themes/metropolis/index.html +++ b/zh/docs/next/themes/metropolis/index.html @@ -5,7 +5,7 @@ Metropolis 主题 | Touying - + diff --git a/zh/docs/next/themes/simple/index.html b/zh/docs/next/themes/simple/index.html index a69e9e344..764e4d755 100644 --- a/zh/docs/next/themes/simple/index.html +++ b/zh/docs/next/themes/simple/index.html @@ -5,7 +5,7 @@ Simple 主题 | Touying - + diff --git a/zh/docs/next/themes/university/index.html b/zh/docs/next/themes/university/index.html index 7c68a6f3d..4e337ba79 100644 --- a/zh/docs/next/themes/university/index.html +++ b/zh/docs/next/themes/university/index.html @@ -5,7 +5,7 @@ University 主题 | Touying - + diff --git a/zh/docs/next/utilities/fit-to/index.html b/zh/docs/next/utilities/fit-to/index.html index f8f9d103b..5c34b0bd9 100644 --- a/zh/docs/next/utilities/fit-to/index.html +++ b/zh/docs/next/utilities/fit-to/index.html @@ -5,7 +5,7 @@ Fit to height / width | Touying - + diff --git a/zh/docs/next/utilities/oop/index.html b/zh/docs/next/utilities/oop/index.html index 2a6c153a8..e5a1e9126 100644 --- a/zh/docs/next/utilities/oop/index.html +++ b/zh/docs/next/utilities/oop/index.html @@ -5,7 +5,7 @@ 面向对象编程 | Touying - + diff --git a/zh/docs/progress/counters/index.html b/zh/docs/progress/counters/index.html index dd952e0ef..1ac919625 100644 --- a/zh/docs/progress/counters/index.html +++ b/zh/docs/progress/counters/index.html @@ -5,7 +5,7 @@ Touying 的计数器 | Touying - + diff --git a/zh/docs/progress/sections/index.html b/zh/docs/progress/sections/index.html index 1bdc7fc7d..6a0d6a3cc 100644 --- a/zh/docs/progress/sections/index.html +++ b/zh/docs/progress/sections/index.html @@ -5,7 +5,7 @@ Touying 的 Sections | Touying - + diff --git a/zh/docs/sections/index.html b/zh/docs/sections/index.html index be1890f16..ba75b1d94 100644 --- a/zh/docs/sections/index.html +++ b/zh/docs/sections/index.html @@ -5,7 +5,7 @@ 节与小节 | Touying - + diff --git a/zh/docs/start/index.html b/zh/docs/start/index.html index 8093f1d1a..884089493 100644 --- a/zh/docs/start/index.html +++ b/zh/docs/start/index.html @@ -5,7 +5,7 @@ 开始 | Touying - + diff --git a/zh/docs/themes/aqua/index.html b/zh/docs/themes/aqua/index.html index e50bb2076..be6526693 100644 --- a/zh/docs/themes/aqua/index.html +++ b/zh/docs/themes/aqua/index.html @@ -5,7 +5,7 @@ Aqua 主题 | Touying - + diff --git a/zh/docs/themes/dewdrop/index.html b/zh/docs/themes/dewdrop/index.html index 2bbafbeef..073dfc29a 100644 --- a/zh/docs/themes/dewdrop/index.html +++ b/zh/docs/themes/dewdrop/index.html @@ -5,7 +5,7 @@ Dewdrop 主题 | Touying - + diff --git a/zh/docs/themes/metropolis/index.html b/zh/docs/themes/metropolis/index.html index d0f33cd81..5a5a85a2b 100644 --- a/zh/docs/themes/metropolis/index.html +++ b/zh/docs/themes/metropolis/index.html @@ -5,7 +5,7 @@ Metropolis 主题 | Touying - + diff --git a/zh/docs/themes/simple/index.html b/zh/docs/themes/simple/index.html index cc8688822..22285f432 100644 --- a/zh/docs/themes/simple/index.html +++ b/zh/docs/themes/simple/index.html @@ -5,7 +5,7 @@ Simple 主题 | Touying - + diff --git a/zh/docs/themes/university/index.html b/zh/docs/themes/university/index.html index 5b4292575..163172cb4 100644 --- a/zh/docs/themes/university/index.html +++ b/zh/docs/themes/university/index.html @@ -5,7 +5,7 @@ University 主题 | Touying - + diff --git a/zh/docs/utilities/fit-to/index.html b/zh/docs/utilities/fit-to/index.html index 8105ce14b..d9736c12c 100644 --- a/zh/docs/utilities/fit-to/index.html +++ b/zh/docs/utilities/fit-to/index.html @@ -5,7 +5,7 @@ Fit to height / width | Touying - + diff --git a/zh/docs/utilities/oop/index.html b/zh/docs/utilities/oop/index.html index 70e5d9622..2bc083667 100644 --- a/zh/docs/utilities/oop/index.html +++ b/zh/docs/utilities/oop/index.html @@ -5,7 +5,7 @@ 面向对象编程 | Touying - + diff --git a/zh/index.html b/zh/index.html index 12e53ca48..c8f9f6e83 100644 --- a/zh/index.html +++ b/zh/index.html @@ -5,7 +5,7 @@ Touying in Typst | Touying - + diff --git a/zh/markdown-page/index.html b/zh/markdown-page/index.html index 4fef7f06f..6ea95f45a 100644 --- a/zh/markdown-page/index.html +++ b/zh/markdown-page/index.html @@ -5,7 +5,7 @@ Markdown page example | Touying - +