title: $:/plugins/tiddlywiki/katex/styles tags: [[$:/tags/Stylesheet]] \rules only filteredtranscludeinline transcludeinline macrodef macrocallinline /* KaTeX styles */ {{$:/plugins/tiddlywiki/katex/katex.min.css}} /* Force text-rendering (see https://github.com/Jermolene/TiddlyWiki5/issues/2500) */ .katex { text-rendering: auto; } /* Reset Automatic Numbering on a per tiddler basis */ .tc-tiddler-frame { counter-reset: katexEqnNo; } /* Avoid TW5's max-width: 100% */ .katex svg { max-width: initial; } /* Override font URLs */ @font-face { font-family: KaTeX_AMS; src: url(<>) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: KaTeX_Caligraphic; src: url(<>) format('woff'); font-weight: 700; font-style: normal; } @font-face { font-family: KaTeX_Caligraphic; src: url(<>) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: KaTeX_Fraktur; src: url(<>) format('woff'); font-weight: 700; font-style: normal; } @font-face { font-family: KaTeX_Fraktur; src: url(<>) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: KaTeX_Main; src: url(<>) format('woff'); font-weight: 700; font-style: normal; } @font-face { font-family: KaTeX_Main; src: url(<>) format('woff'); font-weight: 700; font-style: italic; } @font-face { font-family: KaTeX_Main; src: url(<>) format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: KaTeX_Main; src: url(<>) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: KaTeX_Math; src: url(<>) format('woff'); font-weight: 700; font-style: italic; } @font-face { font-family: KaTeX_Math; src: url(<>) format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: KaTeX_SansSerif; src: url(<>) format('woff'); font-weight: 700; font-style: normal; } @font-face { font-family: KaTeX_SansSerif; src: url(<>) format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: KaTeX_SansSerif; src: url(<>) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: KaTeX_Script; src: url(<>) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: KaTeX_Size1; src: url(<>) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: KaTeX_Size2; src: url(<>) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: KaTeX_Size3; src: url(<>) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: KaTeX_Size4; src: url(<>) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: KaTeX_Typewriter; src: url(<>) format('woff'); font-weight: 400; font-style: normal; }