├── CODE_OF_CONDUCT.adoc ├── README.md ├── index.php └── specs ├── incomplete_deprecated_provisional_sycl-2.2.pdf ├── sycl-1.2.1.pdf ├── sycl-1.2.pdf ├── sycl-2020-provisional.pdf └── sycl-2020 ├── html └── sycl-2020.html ├── katex ├── README.md ├── contrib │ ├── auto-render.js │ ├── auto-render.min.js │ ├── auto-render.mjs │ ├── copy-tex.css │ ├── copy-tex.js │ ├── copy-tex.min.css │ ├── copy-tex.min.js │ ├── copy-tex.mjs │ ├── mathtex-script-type.js │ ├── mathtex-script-type.min.js │ ├── mathtex-script-type.mjs │ ├── mhchem.js │ ├── mhchem.min.js │ ├── mhchem.mjs │ ├── render-a11y-string.js │ ├── render-a11y-string.min.js │ └── render-a11y-string.mjs ├── fonts │ ├── KaTeX_AMS-Regular.ttf │ ├── KaTeX_AMS-Regular.woff │ ├── KaTeX_AMS-Regular.woff2 │ ├── KaTeX_Caligraphic-Bold.ttf │ ├── KaTeX_Caligraphic-Bold.woff │ ├── KaTeX_Caligraphic-Bold.woff2 │ ├── KaTeX_Caligraphic-Regular.ttf │ ├── KaTeX_Caligraphic-Regular.woff │ ├── KaTeX_Caligraphic-Regular.woff2 │ ├── KaTeX_Fraktur-Bold.ttf │ ├── KaTeX_Fraktur-Bold.woff │ ├── KaTeX_Fraktur-Bold.woff2 │ ├── KaTeX_Fraktur-Regular.ttf │ ├── KaTeX_Fraktur-Regular.woff │ ├── KaTeX_Fraktur-Regular.woff2 │ ├── KaTeX_Main-Bold.ttf │ ├── KaTeX_Main-Bold.woff │ ├── KaTeX_Main-Bold.woff2 │ ├── KaTeX_Main-BoldItalic.ttf │ ├── KaTeX_Main-BoldItalic.woff │ ├── KaTeX_Main-BoldItalic.woff2 │ ├── KaTeX_Main-Italic.ttf │ ├── KaTeX_Main-Italic.woff │ ├── KaTeX_Main-Italic.woff2 │ ├── KaTeX_Main-Regular.ttf │ ├── KaTeX_Main-Regular.woff │ ├── KaTeX_Main-Regular.woff2 │ ├── KaTeX_Math-BoldItalic.ttf │ ├── KaTeX_Math-BoldItalic.woff │ ├── KaTeX_Math-BoldItalic.woff2 │ ├── KaTeX_Math-Italic.ttf │ ├── KaTeX_Math-Italic.woff │ ├── KaTeX_Math-Italic.woff2 │ ├── KaTeX_SansSerif-Bold.ttf │ ├── KaTeX_SansSerif-Bold.woff │ ├── KaTeX_SansSerif-Bold.woff2 │ ├── KaTeX_SansSerif-Italic.ttf │ ├── KaTeX_SansSerif-Italic.woff │ ├── KaTeX_SansSerif-Italic.woff2 │ ├── KaTeX_SansSerif-Regular.ttf │ ├── KaTeX_SansSerif-Regular.woff │ ├── KaTeX_SansSerif-Regular.woff2 │ ├── KaTeX_Script-Regular.ttf │ ├── KaTeX_Script-Regular.woff │ ├── KaTeX_Script-Regular.woff2 │ ├── KaTeX_Size1-Regular.ttf │ ├── KaTeX_Size1-Regular.woff │ ├── KaTeX_Size1-Regular.woff2 │ ├── KaTeX_Size2-Regular.ttf │ ├── KaTeX_Size2-Regular.woff │ ├── KaTeX_Size2-Regular.woff2 │ ├── KaTeX_Size3-Regular.ttf │ ├── KaTeX_Size3-Regular.woff │ ├── KaTeX_Size3-Regular.woff2 │ ├── KaTeX_Size4-Regular.ttf │ ├── KaTeX_Size4-Regular.woff │ ├── KaTeX_Size4-Regular.woff2 │ ├── KaTeX_Typewriter-Regular.ttf │ ├── KaTeX_Typewriter-Regular.woff │ └── KaTeX_Typewriter-Regular.woff2 ├── katex.css ├── katex.js ├── katex.min.css ├── katex.min.js └── katex.mjs └── pdf └── sycl-2020.pdf /CODE_OF_CONDUCT.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/CODE_OF_CONDUCT.adoc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/README.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/index.php -------------------------------------------------------------------------------- /specs/incomplete_deprecated_provisional_sycl-2.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/incomplete_deprecated_provisional_sycl-2.2.pdf -------------------------------------------------------------------------------- /specs/sycl-1.2.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-1.2.1.pdf -------------------------------------------------------------------------------- /specs/sycl-1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-1.2.pdf -------------------------------------------------------------------------------- /specs/sycl-2020-provisional.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020-provisional.pdf -------------------------------------------------------------------------------- /specs/sycl-2020/html/sycl-2020.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/html/sycl-2020.html -------------------------------------------------------------------------------- /specs/sycl-2020/katex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/README.md -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/auto-render.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/auto-render.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/auto-render.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/auto-render.min.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/auto-render.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/auto-render.mjs -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/copy-tex.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/copy-tex.css -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/copy-tex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/copy-tex.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/copy-tex.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/copy-tex.min.css -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/copy-tex.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/copy-tex.min.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/copy-tex.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/copy-tex.mjs -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/mathtex-script-type.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/mathtex-script-type.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/mathtex-script-type.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/mathtex-script-type.min.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/mathtex-script-type.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/mathtex-script-type.mjs -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/mhchem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/mhchem.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/mhchem.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/mhchem.min.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/mhchem.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/mhchem.mjs -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/render-a11y-string.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/render-a11y-string.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/render-a11y-string.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/render-a11y-string.min.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/contrib/render-a11y-string.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/contrib/render-a11y-string.mjs -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_AMS-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_AMS-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_AMS-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_AMS-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_AMS-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_AMS-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Bold.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Bold.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Bold.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Caligraphic-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Bold.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Bold.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Bold.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Fraktur-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-Bold.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-Bold.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-Bold.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-BoldItalic.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-BoldItalic.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-BoldItalic.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-Italic.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-Italic.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-Italic.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Main-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Main-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Math-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Math-BoldItalic.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Math-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Math-BoldItalic.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Math-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Math-BoldItalic.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Math-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Math-Italic.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Math-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Math-Italic.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Math-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Math-Italic.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Bold.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Bold.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Bold.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Italic.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Italic.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Italic.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_SansSerif-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Script-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Script-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Script-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Script-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Script-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Script-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size1-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size1-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size1-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size1-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size1-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size2-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size2-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size2-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size2-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size2-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size2-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size3-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size3-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size3-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size3-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size3-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size3-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size4-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size4-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size4-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Size4-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Size4-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Typewriter-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Typewriter-Regular.ttf -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Typewriter-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Typewriter-Regular.woff -------------------------------------------------------------------------------- /specs/sycl-2020/katex/fonts/KaTeX_Typewriter-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/fonts/KaTeX_Typewriter-Regular.woff2 -------------------------------------------------------------------------------- /specs/sycl-2020/katex/katex.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/katex.css -------------------------------------------------------------------------------- /specs/sycl-2020/katex/katex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/katex.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/katex.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/katex.min.css -------------------------------------------------------------------------------- /specs/sycl-2020/katex/katex.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/katex.min.js -------------------------------------------------------------------------------- /specs/sycl-2020/katex/katex.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/katex/katex.mjs -------------------------------------------------------------------------------- /specs/sycl-2020/pdf/sycl-2020.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhronosGroup/SYCL-Registry/HEAD/specs/sycl-2020/pdf/sycl-2020.pdf --------------------------------------------------------------------------------