Menci
6 years ago
73 changed files with 81 additions and 959 deletions
@ -1,335 +0,0 @@ |
|||||||
(function webpackUniversalModuleDefinition(root, factory) { |
|
||||||
if(typeof exports === 'object' && typeof module === 'object') |
|
||||||
module.exports = factory(require("katex")); |
|
||||||
else if(typeof define === 'function' && define.amd) |
|
||||||
define(["katex"], factory); |
|
||||||
else if(typeof exports === 'object') |
|
||||||
exports["renderMathInElement"] = factory(require("katex")); |
|
||||||
else |
|
||||||
root["renderMathInElement"] = factory(root["katex"]); |
|
||||||
})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|
||||||
return /******/ (function(modules) { // webpackBootstrap
|
|
||||||
/******/ // The module cache
|
|
||||||
/******/ var installedModules = {}; |
|
||||||
/******/ |
|
||||||
/******/ // The require function
|
|
||||||
/******/ function __webpack_require__(moduleId) { |
|
||||||
/******/ |
|
||||||
/******/ // Check if module is in cache
|
|
||||||
/******/ if(installedModules[moduleId]) { |
|
||||||
/******/ return installedModules[moduleId].exports; |
|
||||||
/******/ } |
|
||||||
/******/ // Create a new module (and put it into the cache)
|
|
||||||
/******/ var module = installedModules[moduleId] = { |
|
||||||
/******/ i: moduleId, |
|
||||||
/******/ l: false, |
|
||||||
/******/ exports: {} |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // Execute the module function
|
|
||||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|
||||||
/******/ |
|
||||||
/******/ // Flag the module as loaded
|
|
||||||
/******/ module.l = true; |
|
||||||
/******/ |
|
||||||
/******/ // Return the exports of the module
|
|
||||||
/******/ return module.exports; |
|
||||||
/******/ } |
|
||||||
/******/ |
|
||||||
/******/ |
|
||||||
/******/ // expose the modules object (__webpack_modules__)
|
|
||||||
/******/ __webpack_require__.m = modules; |
|
||||||
/******/ |
|
||||||
/******/ // expose the module cache
|
|
||||||
/******/ __webpack_require__.c = installedModules; |
|
||||||
/******/ |
|
||||||
/******/ // define getter function for harmony exports
|
|
||||||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|
||||||
/******/ if(!__webpack_require__.o(exports, name)) { |
|
||||||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|
||||||
/******/ } |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // define __esModule on exports
|
|
||||||
/******/ __webpack_require__.r = function(exports) { |
|
||||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|
||||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|
||||||
/******/ } |
|
||||||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // create a fake namespace object
|
|
||||||
/******/ // mode & 1: value is a module id, require it
|
|
||||||
/******/ // mode & 2: merge all properties of value into the ns
|
|
||||||
/******/ // mode & 4: return value when already ns object
|
|
||||||
/******/ // mode & 8|1: behave like require
|
|
||||||
/******/ __webpack_require__.t = function(value, mode) { |
|
||||||
/******/ if(mode & 1) value = __webpack_require__(value); |
|
||||||
/******/ if(mode & 8) return value; |
|
||||||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|
||||||
/******/ var ns = Object.create(null); |
|
||||||
/******/ __webpack_require__.r(ns); |
|
||||||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|
||||||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|
||||||
/******/ return ns; |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
||||||
/******/ __webpack_require__.n = function(module) { |
|
||||||
/******/ var getter = module && module.__esModule ? |
|
||||||
/******/ function getDefault() { return module['default']; } : |
|
||||||
/******/ function getModuleExports() { return module; }; |
|
||||||
/******/ __webpack_require__.d(getter, 'a', getter); |
|
||||||
/******/ return getter; |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // Object.prototype.hasOwnProperty.call
|
|
||||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|
||||||
/******/ |
|
||||||
/******/ // __webpack_public_path__
|
|
||||||
/******/ __webpack_require__.p = ""; |
|
||||||
/******/ |
|
||||||
/******/ |
|
||||||
/******/ // Load entry module and return exports
|
|
||||||
/******/ return __webpack_require__(__webpack_require__.s = 1); |
|
||||||
/******/ }) |
|
||||||
/************************************************************************/ |
|
||||||
/******/ ([ |
|
||||||
/* 0 */ |
|
||||||
/***/ (function(module, exports) { |
|
||||||
|
|
||||||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|
||||||
|
|
||||||
/***/ }), |
|
||||||
/* 1 */ |
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|
||||||
|
|
||||||
"use strict"; |
|
||||||
__webpack_require__.r(__webpack_exports__); |
|
||||||
|
|
||||||
// EXTERNAL MODULE: external "katex"
|
|
||||||
var external_katex_ = __webpack_require__(0); |
|
||||||
var external_katex_default = /*#__PURE__*/__webpack_require__.n(external_katex_); |
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./contrib/auto-render/splitAtDelimiters.js
|
|
||||||
/* eslint no-constant-condition:0 */ |
|
||||||
var findEndOfMath = function findEndOfMath(delimiter, text, startIndex) { |
|
||||||
// Adapted from
|
|
||||||
// https://github.com/Khan/perseus/blob/master/src/perseus-markdown.jsx
|
|
||||||
var index = startIndex; |
|
||||||
var braceLevel = 0; |
|
||||||
var delimLength = delimiter.length; |
|
||||||
|
|
||||||
while (index < text.length) { |
|
||||||
var character = text[index]; |
|
||||||
|
|
||||||
if (braceLevel <= 0 && text.slice(index, index + delimLength) === delimiter) { |
|
||||||
return index; |
|
||||||
} else if (character === "\\") { |
|
||||||
index++; |
|
||||||
} else if (character === "{") { |
|
||||||
braceLevel++; |
|
||||||
} else if (character === "}") { |
|
||||||
braceLevel--; |
|
||||||
} |
|
||||||
|
|
||||||
index++; |
|
||||||
} |
|
||||||
|
|
||||||
return -1; |
|
||||||
}; |
|
||||||
|
|
||||||
var splitAtDelimiters = function splitAtDelimiters(startData, leftDelim, rightDelim, display) { |
|
||||||
var finalData = []; |
|
||||||
|
|
||||||
for (var i = 0; i < startData.length; i++) { |
|
||||||
if (startData[i].type === "text") { |
|
||||||
var text = startData[i].data; |
|
||||||
var lookingForLeft = true; |
|
||||||
var currIndex = 0; |
|
||||||
var nextIndex = void 0; |
|
||||||
nextIndex = text.indexOf(leftDelim); |
|
||||||
|
|
||||||
if (nextIndex !== -1) { |
|
||||||
currIndex = nextIndex; |
|
||||||
finalData.push({ |
|
||||||
type: "text", |
|
||||||
data: text.slice(0, currIndex) |
|
||||||
}); |
|
||||||
lookingForLeft = false; |
|
||||||
} |
|
||||||
|
|
||||||
while (true) { |
|
||||||
if (lookingForLeft) { |
|
||||||
nextIndex = text.indexOf(leftDelim, currIndex); |
|
||||||
|
|
||||||
if (nextIndex === -1) { |
|
||||||
break; |
|
||||||
} |
|
||||||
|
|
||||||
finalData.push({ |
|
||||||
type: "text", |
|
||||||
data: text.slice(currIndex, nextIndex) |
|
||||||
}); |
|
||||||
currIndex = nextIndex; |
|
||||||
} else { |
|
||||||
nextIndex = findEndOfMath(rightDelim, text, currIndex + leftDelim.length); |
|
||||||
|
|
||||||
if (nextIndex === -1) { |
|
||||||
break; |
|
||||||
} |
|
||||||
|
|
||||||
finalData.push({ |
|
||||||
type: "math", |
|
||||||
data: text.slice(currIndex + leftDelim.length, nextIndex), |
|
||||||
rawData: text.slice(currIndex, nextIndex + rightDelim.length), |
|
||||||
display: display |
|
||||||
}); |
|
||||||
currIndex = nextIndex + rightDelim.length; |
|
||||||
} |
|
||||||
|
|
||||||
lookingForLeft = !lookingForLeft; |
|
||||||
} |
|
||||||
|
|
||||||
finalData.push({ |
|
||||||
type: "text", |
|
||||||
data: text.slice(currIndex) |
|
||||||
}); |
|
||||||
} else { |
|
||||||
finalData.push(startData[i]); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
return finalData; |
|
||||||
}; |
|
||||||
|
|
||||||
/* harmony default export */ var auto_render_splitAtDelimiters = (splitAtDelimiters); |
|
||||||
// CONCATENATED MODULE: ./contrib/auto-render/auto-render.js
|
|
||||||
/* eslint no-console:0 */ |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var auto_render_splitWithDelimiters = function splitWithDelimiters(text, delimiters) { |
|
||||||
var data = [{ |
|
||||||
type: "text", |
|
||||||
data: text |
|
||||||
}]; |
|
||||||
|
|
||||||
for (var i = 0; i < delimiters.length; i++) { |
|
||||||
var delimiter = delimiters[i]; |
|
||||||
data = auto_render_splitAtDelimiters(data, delimiter.left, delimiter.right, delimiter.display || false); |
|
||||||
} |
|
||||||
|
|
||||||
return data; |
|
||||||
}; |
|
||||||
/* Note: optionsCopy is mutated by this method. If it is ever exposed in the |
|
||||||
* API, we should copy it before mutating. |
|
||||||
*/ |
|
||||||
|
|
||||||
|
|
||||||
var auto_render_renderMathInText = function renderMathInText(text, optionsCopy) { |
|
||||||
var data = auto_render_splitWithDelimiters(text, optionsCopy.delimiters); |
|
||||||
var fragment = document.createDocumentFragment(); |
|
||||||
|
|
||||||
for (var i = 0; i < data.length; i++) { |
|
||||||
if (data[i].type === "text") { |
|
||||||
fragment.appendChild(document.createTextNode(data[i].data)); |
|
||||||
} else { |
|
||||||
var span = document.createElement("span"); |
|
||||||
var math = data[i].data; // Override any display mode defined in the settings with that
|
|
||||||
// defined by the text itself
|
|
||||||
|
|
||||||
optionsCopy.displayMode = data[i].display; |
|
||||||
|
|
||||||
try { |
|
||||||
external_katex_default.a.render(math, span, optionsCopy); |
|
||||||
} catch (e) { |
|
||||||
if (!(e instanceof external_katex_default.a.ParseError)) { |
|
||||||
throw e; |
|
||||||
} |
|
||||||
|
|
||||||
optionsCopy.errorCallback("KaTeX auto-render: Failed to parse `" + data[i].data + "` with ", e); |
|
||||||
fragment.appendChild(document.createTextNode(data[i].rawData)); |
|
||||||
continue; |
|
||||||
} |
|
||||||
|
|
||||||
fragment.appendChild(span); |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
return fragment; |
|
||||||
}; |
|
||||||
|
|
||||||
var renderElem = function renderElem(elem, optionsCopy) { |
|
||||||
for (var i = 0; i < elem.childNodes.length; i++) { |
|
||||||
var childNode = elem.childNodes[i]; |
|
||||||
|
|
||||||
if (childNode.nodeType === 3) { |
|
||||||
// Text node
|
|
||||||
var frag = auto_render_renderMathInText(childNode.textContent, optionsCopy); |
|
||||||
i += frag.childNodes.length - 1; |
|
||||||
elem.replaceChild(frag, childNode); |
|
||||||
} else if (childNode.nodeType === 1) { |
|
||||||
(function () { |
|
||||||
// Element node
|
|
||||||
var className = ' ' + childNode.className + ' '; |
|
||||||
var shouldRender = optionsCopy.ignoredTags.indexOf(childNode.nodeName.toLowerCase()) === -1 && optionsCopy.ignoredClasses.every(function (x) { |
|
||||||
return className.indexOf(' ' + x + ' ') === -1; |
|
||||||
}); |
|
||||||
|
|
||||||
if (shouldRender) { |
|
||||||
renderElem(childNode, optionsCopy); |
|
||||||
} |
|
||||||
})(); |
|
||||||
} // Otherwise, it's something else, and ignore it.
|
|
||||||
|
|
||||||
} |
|
||||||
}; |
|
||||||
|
|
||||||
var renderMathInElement = function renderMathInElement(elem, options) { |
|
||||||
if (!elem) { |
|
||||||
throw new Error("No element provided to render"); |
|
||||||
} |
|
||||||
|
|
||||||
var optionsCopy = {}; // Object.assign(optionsCopy, option)
|
|
||||||
|
|
||||||
for (var option in options) { |
|
||||||
if (options.hasOwnProperty(option)) { |
|
||||||
optionsCopy[option] = options[option]; |
|
||||||
} |
|
||||||
} // default options
|
|
||||||
|
|
||||||
|
|
||||||
optionsCopy.delimiters = optionsCopy.delimiters || [{ |
|
||||||
left: "$$", |
|
||||||
right: "$$", |
|
||||||
display: true |
|
||||||
}, { |
|
||||||
left: "\\(", |
|
||||||
right: "\\)", |
|
||||||
display: false |
|
||||||
}, // LaTeX uses $…$, but it ruins the display of normal `$` in text:
|
|
||||||
// {left: "$", right: "$", display: false},
|
|
||||||
// \[…\] must come last in this array. Otherwise, renderMathInElement
|
|
||||||
// will search for \[ before it searches for $$ or \(
|
|
||||||
// That makes it susceptible to finding a \\[0.3em] row delimiter and
|
|
||||||
// treating it as if it were the start of a KaTeX math zone.
|
|
||||||
{ |
|
||||||
left: "\\[", |
|
||||||
right: "\\]", |
|
||||||
display: true |
|
||||||
}]; |
|
||||||
optionsCopy.ignoredTags = optionsCopy.ignoredTags || ["script", "noscript", "style", "textarea", "pre", "code"]; |
|
||||||
optionsCopy.ignoredClasses = optionsCopy.ignoredClasses || []; |
|
||||||
optionsCopy.errorCallback = optionsCopy.errorCallback || console.error; // Enable sharing of global macros defined via `\gdef` between different
|
|
||||||
// math elements within a single call to `renderMathInElement`.
|
|
||||||
|
|
||||||
optionsCopy.macros = optionsCopy.macros || {}; |
|
||||||
renderElem(elem, optionsCopy); |
|
||||||
}; |
|
||||||
|
|
||||||
/* harmony default export */ var auto_render = __webpack_exports__["default"] = (renderMathInElement); |
|
||||||
|
|
||||||
/***/ }) |
|
||||||
/******/ ])["default"]; |
|
||||||
}); |
|
@ -1 +0,0 @@ |
|||||||
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,function(r){return function(r){var n={};function o(e){if(n[e])return n[e].exports;var t=n[e]={i:e,l:!1,exports:{}};return r[e].call(t.exports,t,t.exports,o),t.l=!0,t.exports}return o.m=r,o.c=n,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)o.d(r,n,function(e){return t[e]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=1)}([function(e,t){e.exports=r},function(e,t,r){"use strict";r.r(t);var n=r(0),l=r.n(n),s=function(e,t,r){for(var n=r,o=0,a=e.length;n<t.length;){var i=t[n];if(o<=0&&t.slice(n,n+a)===e)return n;"\\"===i?n++:"{"===i?o++:"}"===i&&o--,n++}return-1},d=function(e,t,r,n){for(var o=[],a=0;a<e.length;a++)if("text"===e[a].type){var i=e[a].data,l=!0,d=0,f=void 0;for(-1!==(f=i.indexOf(t))&&(d=f,o.push({type:"text",data:i.slice(0,d)}),l=!1);;){if(l){if(-1===(f=i.indexOf(t,d)))break;o.push({type:"text",data:i.slice(d,f)}),d=f}else{if(-1===(f=s(r,i,d+t.length)))break;o.push({type:"math",data:i.slice(d+t.length,f),rawData:i.slice(d,f+r.length),display:n}),d=f+r.length}l=!l}o.push({type:"text",data:i.slice(d)})}else o.push(e[a]);return o},i=function(e,t){for(var r=function(e,t){for(var r=[{type:"text",data:e}],n=0;n<t.length;n++){var o=t[n];r=d(r,o.left,o.right,o.display||!1)}return r}(e,t.delimiters),n=document.createDocumentFragment(),o=0;o<r.length;o++)if("text"===r[o].type)n.appendChild(document.createTextNode(r[o].data));else{var a=document.createElement("span"),i=r[o].data;t.displayMode=r[o].display;try{l.a.render(i,a,t)}catch(e){if(!(e instanceof l.a.ParseError))throw e;t.errorCallback("KaTeX auto-render: Failed to parse `"+r[o].data+"` with ",e),n.appendChild(document.createTextNode(r[o].rawData));continue}n.appendChild(a)}return n};t.default=function(e,t){if(!e)throw new Error("No element provided to render");var r={};for(var n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);r.delimiters=r.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\[",right:"\\]",display:!0}],r.ignoredTags=r.ignoredTags||["script","noscript","style","textarea","pre","code"],r.ignoredClasses=r.ignoredClasses||[],r.errorCallback=r.errorCallback||console.error,r.macros=r.macros||{},function e(t,r){for(var n=0;n<t.childNodes.length;n++){var o=t.childNodes[n];if(3===o.nodeType){var a=i(o.textContent,r);n+=a.childNodes.length-1,t.replaceChild(a,o)}else 1===o.nodeType&&function(){var t=" "+o.className+" ";-1===r.ignoredTags.indexOf(o.nodeName.toLowerCase())&&r.ignoredClasses.every(function(e){return-1===t.indexOf(" "+e+" ")})&&e(o,r)}()}}(e,r)}}]).default}); |
|
@ -1,14 +0,0 @@ |
|||||||
/* Force selection of entire .katex/.katex-display blocks, so that we can |
|
||||||
* copy/paste the entire source code. If you omit this CSS, partial |
|
||||||
* selections of a formula will work, but will copy the ugly HTML |
|
||||||
* representation instead of the LaTeX source code. (Full selections will |
|
||||||
* still produce the LaTeX source code.) |
|
||||||
*/ |
|
||||||
.katex, |
|
||||||
.katex-display { |
|
||||||
user-select: all; |
|
||||||
-moz-user-select: all; |
|
||||||
-webkit-user-select: all; |
|
||||||
-ms-user-select: all; |
|
||||||
} |
|
||||||
|
|
@ -1,208 +0,0 @@ |
|||||||
(function webpackUniversalModuleDefinition(root, factory) { |
|
||||||
if(typeof exports === 'object' && typeof module === 'object') |
|
||||||
module.exports = factory(); |
|
||||||
else if(typeof define === 'function' && define.amd) |
|
||||||
define([], factory); |
|
||||||
else { |
|
||||||
var a = factory(); |
|
||||||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|
||||||
} |
|
||||||
})((typeof self !== 'undefined' ? self : this), function() { |
|
||||||
return /******/ (function(modules) { // webpackBootstrap
|
|
||||||
/******/ // The module cache
|
|
||||||
/******/ var installedModules = {}; |
|
||||||
/******/ |
|
||||||
/******/ // The require function
|
|
||||||
/******/ function __webpack_require__(moduleId) { |
|
||||||
/******/ |
|
||||||
/******/ // Check if module is in cache
|
|
||||||
/******/ if(installedModules[moduleId]) { |
|
||||||
/******/ return installedModules[moduleId].exports; |
|
||||||
/******/ } |
|
||||||
/******/ // Create a new module (and put it into the cache)
|
|
||||||
/******/ var module = installedModules[moduleId] = { |
|
||||||
/******/ i: moduleId, |
|
||||||
/******/ l: false, |
|
||||||
/******/ exports: {} |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // Execute the module function
|
|
||||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|
||||||
/******/ |
|
||||||
/******/ // Flag the module as loaded
|
|
||||||
/******/ module.l = true; |
|
||||||
/******/ |
|
||||||
/******/ // Return the exports of the module
|
|
||||||
/******/ return module.exports; |
|
||||||
/******/ } |
|
||||||
/******/ |
|
||||||
/******/ |
|
||||||
/******/ // expose the modules object (__webpack_modules__)
|
|
||||||
/******/ __webpack_require__.m = modules; |
|
||||||
/******/ |
|
||||||
/******/ // expose the module cache
|
|
||||||
/******/ __webpack_require__.c = installedModules; |
|
||||||
/******/ |
|
||||||
/******/ // define getter function for harmony exports
|
|
||||||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|
||||||
/******/ if(!__webpack_require__.o(exports, name)) { |
|
||||||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|
||||||
/******/ } |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // define __esModule on exports
|
|
||||||
/******/ __webpack_require__.r = function(exports) { |
|
||||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|
||||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|
||||||
/******/ } |
|
||||||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // create a fake namespace object
|
|
||||||
/******/ // mode & 1: value is a module id, require it
|
|
||||||
/******/ // mode & 2: merge all properties of value into the ns
|
|
||||||
/******/ // mode & 4: return value when already ns object
|
|
||||||
/******/ // mode & 8|1: behave like require
|
|
||||||
/******/ __webpack_require__.t = function(value, mode) { |
|
||||||
/******/ if(mode & 1) value = __webpack_require__(value); |
|
||||||
/******/ if(mode & 8) return value; |
|
||||||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|
||||||
/******/ var ns = Object.create(null); |
|
||||||
/******/ __webpack_require__.r(ns); |
|
||||||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|
||||||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|
||||||
/******/ return ns; |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
||||||
/******/ __webpack_require__.n = function(module) { |
|
||||||
/******/ var getter = module && module.__esModule ? |
|
||||||
/******/ function getDefault() { return module['default']; } : |
|
||||||
/******/ function getModuleExports() { return module; }; |
|
||||||
/******/ __webpack_require__.d(getter, 'a', getter); |
|
||||||
/******/ return getter; |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // Object.prototype.hasOwnProperty.call
|
|
||||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|
||||||
/******/ |
|
||||||
/******/ // __webpack_public_path__
|
|
||||||
/******/ __webpack_require__.p = ""; |
|
||||||
/******/ |
|
||||||
/******/ |
|
||||||
/******/ // Load entry module and return exports
|
|
||||||
/******/ return __webpack_require__(__webpack_require__.s = 2); |
|
||||||
/******/ }) |
|
||||||
/************************************************************************/ |
|
||||||
/******/ ([ |
|
||||||
/* 0 */ |
|
||||||
/***/ (function(module, exports, __webpack_require__) { |
|
||||||
|
|
||||||
// extracted by mini-css-extract-plugin
|
|
||||||
|
|
||||||
/***/ }), |
|
||||||
/* 1 */, |
|
||||||
/* 2 */ |
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|
||||||
|
|
||||||
"use strict"; |
|
||||||
__webpack_require__.r(__webpack_exports__); |
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./contrib/copy-tex/copy-tex.css
|
|
||||||
var copy_tex = __webpack_require__(0); |
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./contrib/copy-tex/katex2tex.js
|
|
||||||
// Set these to how you want inline and display math to be delimited.
|
|
||||||
var defaultCopyDelimiters = { |
|
||||||
inline: ['$', '$'], |
|
||||||
// alternative: ['\(', '\)']
|
|
||||||
display: ['$$', '$$'] // alternative: ['\[', '\]']
|
|
||||||
|
|
||||||
}; // Replace .katex elements with their TeX source (<annotation> element).
|
|
||||||
// Modifies fragment in-place. Useful for writing your own 'copy' handler,
|
|
||||||
// as in copy-tex.js.
|
|
||||||
|
|
||||||
var katexReplaceWithTex = function katexReplaceWithTex(fragment, copyDelimiters) { |
|
||||||
if (copyDelimiters === void 0) { |
|
||||||
copyDelimiters = defaultCopyDelimiters; |
|
||||||
} |
|
||||||
|
|
||||||
// Remove .katex-html blocks that are preceded by .katex-mathml blocks
|
|
||||||
// (which will get replaced below).
|
|
||||||
var katexHtml = fragment.querySelectorAll('.katex-mathml + .katex-html'); |
|
||||||
|
|
||||||
for (var i = 0; i < katexHtml.length; i++) { |
|
||||||
var element = katexHtml[i]; |
|
||||||
|
|
||||||
if (element.remove) { |
|
||||||
element.remove(null); |
|
||||||
} else { |
|
||||||
element.parentNode.removeChild(element); |
|
||||||
} |
|
||||||
} // Replace .katex-mathml elements with their annotation (TeX source)
|
|
||||||
// descendant, with inline delimiters.
|
|
||||||
|
|
||||||
|
|
||||||
var katexMathml = fragment.querySelectorAll('.katex-mathml'); |
|
||||||
|
|
||||||
for (var _i = 0; _i < katexMathml.length; _i++) { |
|
||||||
var _element = katexMathml[_i]; |
|
||||||
|
|
||||||
var texSource = _element.querySelector('annotation'); |
|
||||||
|
|
||||||
if (texSource) { |
|
||||||
if (_element.replaceWith) { |
|
||||||
_element.replaceWith(texSource); |
|
||||||
} else { |
|
||||||
_element.parentNode.replaceChild(texSource, _element); |
|
||||||
} |
|
||||||
|
|
||||||
texSource.innerHTML = copyDelimiters.inline[0] + texSource.innerHTML + copyDelimiters.inline[1]; |
|
||||||
} |
|
||||||
} // Switch display math to display delimiters.
|
|
||||||
|
|
||||||
|
|
||||||
var displays = fragment.querySelectorAll('.katex-display annotation'); |
|
||||||
|
|
||||||
for (var _i2 = 0; _i2 < displays.length; _i2++) { |
|
||||||
var _element2 = displays[_i2]; |
|
||||||
_element2.innerHTML = copyDelimiters.display[0] + _element2.innerHTML.substr(copyDelimiters.inline[0].length, _element2.innerHTML.length - copyDelimiters.inline[0].length - copyDelimiters.inline[1].length) + copyDelimiters.display[1]; |
|
||||||
} |
|
||||||
|
|
||||||
return fragment; |
|
||||||
}; |
|
||||||
/* harmony default export */ var katex2tex = (katexReplaceWithTex); |
|
||||||
// CONCATENATED MODULE: ./contrib/copy-tex/copy-tex.js
|
|
||||||
|
|
||||||
// Global copy handler to modify behavior on .katex elements.
|
|
||||||
|
|
||||||
document.addEventListener('copy', function (event) { |
|
||||||
var selection = window.getSelection(); |
|
||||||
|
|
||||||
if (selection.isCollapsed) { |
|
||||||
return; // default action OK if selection is empty
|
|
||||||
} |
|
||||||
|
|
||||||
var fragment = selection.getRangeAt(0).cloneContents(); |
|
||||||
|
|
||||||
if (!fragment.querySelector('.katex-mathml')) { |
|
||||||
return; // default action OK if no .katex-mathml elements
|
|
||||||
} // Preserve usual HTML copy/paste behavior.
|
|
||||||
|
|
||||||
|
|
||||||
var html = []; |
|
||||||
|
|
||||||
for (var i = 0; i < fragment.childNodes.length; i++) { |
|
||||||
html.push(fragment.childNodes[i].outerHTML); |
|
||||||
} |
|
||||||
|
|
||||||
event.clipboardData.setData('text/html', html.join('')); // Rewrite plain-text version.
|
|
||||||
|
|
||||||
event.clipboardData.setData('text/plain', katex2tex(fragment).textContent); // Prevent normal copy handling.
|
|
||||||
|
|
||||||
event.preventDefault(); |
|
||||||
}); |
|
||||||
|
|
||||||
/***/ }) |
|
||||||
/******/ ])["default"]; |
|
||||||
}); |
|
@ -1 +0,0 @@ |
|||||||
.katex,.katex-display{-moz-user-select:all;-ms-user-select:all;-webkit-user-select:all;user-select:all} |
|
@ -1 +0,0 @@ |
|||||||
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var n=t();for(var r in n)("object"==typeof exports?exports:e)[r]=n[r]}}("undefined"!=typeof self?self:this,function(){return function(n){var r={};function o(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,o),t.l=!0,t.exports}return o.m=n,o.c=r,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)o.d(n,r,function(e){return t[e]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=2)}([function(e,t,n){},,function(e,t,n){"use strict";n.r(t);n(0);var p={inline:["$","$"],display:["$$","$$"]},l=function(e,t){void 0===t&&(t=p);for(var n=e.querySelectorAll(".katex-mathml + .katex-html"),r=0;r<n.length;r++){var o=n[r];o.remove?o.remove(null):o.parentNode.removeChild(o)}for(var l=e.querySelectorAll(".katex-mathml"),i=0;i<l.length;i++){var a=l[i],u=a.querySelector("annotation");u&&(a.replaceWith?a.replaceWith(u):a.parentNode.replaceChild(u,a),u.innerHTML=t.inline[0]+u.innerHTML+t.inline[1])}for(var f=e.querySelectorAll(".katex-display annotation"),c=0;c<f.length;c++){var d=f[c];d.innerHTML=t.display[0]+d.innerHTML.substr(t.inline[0].length,d.innerHTML.length-t.inline[0].length-t.inline[1].length)+t.display[1]}return e};document.addEventListener("copy",function(e){var t=window.getSelection();if(!t.isCollapsed){var n=t.getRangeAt(0).cloneContents();if(n.querySelector(".katex-mathml")){for(var r=[],o=0;o<n.childNodes.length;o++)r.push(n.childNodes[o].outerHTML);e.clipboardData.setData("text/html",r.join("")),e.clipboardData.setData("text/plain",l(n).textContent),e.preventDefault()}}})}]).default}); |
|
@ -1,137 +0,0 @@ |
|||||||
(function webpackUniversalModuleDefinition(root, factory) { |
|
||||||
if(typeof exports === 'object' && typeof module === 'object') |
|
||||||
module.exports = factory(require("katex")); |
|
||||||
else if(typeof define === 'function' && define.amd) |
|
||||||
define(["katex"], factory); |
|
||||||
else { |
|
||||||
var a = typeof exports === 'object' ? factory(require("katex")) : factory(root["katex"]); |
|
||||||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; |
|
||||||
} |
|
||||||
})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__0__) { |
|
||||||
return /******/ (function(modules) { // webpackBootstrap
|
|
||||||
/******/ // The module cache
|
|
||||||
/******/ var installedModules = {}; |
|
||||||
/******/ |
|
||||||
/******/ // The require function
|
|
||||||
/******/ function __webpack_require__(moduleId) { |
|
||||||
/******/ |
|
||||||
/******/ // Check if module is in cache
|
|
||||||
/******/ if(installedModules[moduleId]) { |
|
||||||
/******/ return installedModules[moduleId].exports; |
|
||||||
/******/ } |
|
||||||
/******/ // Create a new module (and put it into the cache)
|
|
||||||
/******/ var module = installedModules[moduleId] = { |
|
||||||
/******/ i: moduleId, |
|
||||||
/******/ l: false, |
|
||||||
/******/ exports: {} |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // Execute the module function
|
|
||||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
|
||||||
/******/ |
|
||||||
/******/ // Flag the module as loaded
|
|
||||||
/******/ module.l = true; |
|
||||||
/******/ |
|
||||||
/******/ // Return the exports of the module
|
|
||||||
/******/ return module.exports; |
|
||||||
/******/ } |
|
||||||
/******/ |
|
||||||
/******/ |
|
||||||
/******/ // expose the modules object (__webpack_modules__)
|
|
||||||
/******/ __webpack_require__.m = modules; |
|
||||||
/******/ |
|
||||||
/******/ // expose the module cache
|
|
||||||
/******/ __webpack_require__.c = installedModules; |
|
||||||
/******/ |
|
||||||
/******/ // define getter function for harmony exports
|
|
||||||
/******/ __webpack_require__.d = function(exports, name, getter) { |
|
||||||
/******/ if(!__webpack_require__.o(exports, name)) { |
|
||||||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); |
|
||||||
/******/ } |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // define __esModule on exports
|
|
||||||
/******/ __webpack_require__.r = function(exports) { |
|
||||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { |
|
||||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
|
||||||
/******/ } |
|
||||||
/******/ Object.defineProperty(exports, '__esModule', { value: true }); |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // create a fake namespace object
|
|
||||||
/******/ // mode & 1: value is a module id, require it
|
|
||||||
/******/ // mode & 2: merge all properties of value into the ns
|
|
||||||
/******/ // mode & 4: return value when already ns object
|
|
||||||
/******/ // mode & 8|1: behave like require
|
|
||||||
/******/ __webpack_require__.t = function(value, mode) { |
|
||||||
/******/ if(mode & 1) value = __webpack_require__(value); |
|
||||||
/******/ if(mode & 8) return value; |
|
||||||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; |
|
||||||
/******/ var ns = Object.create(null); |
|
||||||
/******/ __webpack_require__.r(ns); |
|
||||||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); |
|
||||||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); |
|
||||||
/******/ return ns; |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
||||||
/******/ __webpack_require__.n = function(module) { |
|
||||||
/******/ var getter = module && module.__esModule ? |
|
||||||
/******/ function getDefault() { return module['default']; } : |
|
||||||
/******/ function getModuleExports() { return module; }; |
|
||||||
/******/ __webpack_require__.d(getter, 'a', getter); |
|
||||||
/******/ return getter; |
|
||||||
/******/ }; |
|
||||||
/******/ |
|
||||||
/******/ // Object.prototype.hasOwnProperty.call
|
|
||||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; |
|
||||||
/******/ |
|
||||||
/******/ // __webpack_public_path__
|
|
||||||
/******/ __webpack_require__.p = ""; |
|
||||||
/******/ |
|
||||||
/******/ |
|
||||||
/******/ // Load entry module and return exports
|
|
||||||
/******/ return __webpack_require__(__webpack_require__.s = 1); |
|
||||||
/******/ }) |
|
||||||
/************************************************************************/ |
|
||||||
/******/ ([ |
|
||||||
/* 0 */ |
|
||||||
/***/ (function(module, exports) { |
|
||||||
|
|
||||||
module.exports = __WEBPACK_EXTERNAL_MODULE__0__; |
|
||||||
|
|
||||||
/***/ }), |
|
||||||
/* 1 */ |
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|
||||||
|
|
||||||
"use strict"; |
|
||||||
__webpack_require__.r(__webpack_exports__); |
|
||||||
/* harmony import */ var katex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0); |
|
||||||
/* harmony import */ var katex__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(katex__WEBPACK_IMPORTED_MODULE_0__); |
|
||||||
|
|
||||||
var scripts = document.body.getElementsByTagName("script"); |
|
||||||
scripts = Array.prototype.slice.call(scripts); |
|
||||||
scripts.forEach(function (script) { |
|
||||||
if (!script.type || !script.type.match(/math\/tex/i)) { |
|
||||||
return -1; |
|
||||||
} |
|
||||||
|
|
||||||
var display = script.type.match(/mode\s*=\s*display(;|\s|\n|$)/) != null; |
|
||||||
var katexElement = document.createElement(display ? "div" : "span"); |
|
||||||
katexElement.setAttribute("class", display ? "equation" : "inline-equation"); |
|
||||||
|
|
||||||
try { |
|
||||||
katex__WEBPACK_IMPORTED_MODULE_0___default.a.render(script.text, katexElement, { |
|
||||||
displayMode: display |
|
||||||
}); |
|
||||||
} catch (err) { |
|
||||||
//console.error(err); linter doesn't like this
|
|
||||||
katexElement.textContent = script.text; |
|
||||||
} |
|
||||||
|
|
||||||
script.parentNode.replaceChild(katexElement, script); |
|
||||||
}); |
|
||||||
|
|
||||||
/***/ }) |
|
||||||
/******/ ])["default"]; |
|
||||||
}); |
|
@ -1 +0,0 @@ |
|||||||
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("katex"));else if("function"==typeof define&&define.amd)define(["katex"],t);else{var r="object"==typeof exports?t(require("katex")):t(e.katex);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}("undefined"!=typeof self?self:this,function(r){return function(r){var n={};function o(e){if(n[e])return n[e].exports;var t=n[e]={i:e,l:!1,exports:{}};return r[e].call(t.exports,t,t.exports,o),t.l=!0,t.exports}return o.m=r,o.c=n,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)o.d(r,n,function(e){return t[e]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=1)}([function(e,t){e.exports=r},function(e,t,r){"use strict";r.r(t);var n=r(0),o=r.n(n),u=document.body.getElementsByTagName("script");(u=Array.prototype.slice.call(u)).forEach(function(t){if(!t.type||!t.type.match(/math\/tex/i))return-1;var e=null!=t.type.match(/mode\s*=\s*display(;|\s|\n|$)/),r=document.createElement(e?"div":"span");r.setAttribute("class",e?"equation":"inline-equation");try{o.a.render(t.text,r,{displayMode:e})}catch(e){r.textContent=t.text}t.parentNode.replaceChild(r,t)})}]).default}); |
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,80 @@ |
|||||||
|
.math-rendering-error-message { |
||||||
|
display: inline-block; |
||||||
|
border: 2px solid #000; |
||||||
|
padding: 8px; |
||||||
|
font-weight: bold; |
||||||
|
text-align: left; |
||||||
|
} |
||||||
|
|
||||||
|
.mjpage .MJX-monospace { |
||||||
|
font-family: monospace |
||||||
|
} |
||||||
|
|
||||||
|
.mjpage .MJX-sans-serif { |
||||||
|
font-family: sans-serif |
||||||
|
} |
||||||
|
|
||||||
|
.mjpage { |
||||||
|
display: inline; |
||||||
|
font-style: normal; |
||||||
|
font-weight: normal; |
||||||
|
line-height: normal; |
||||||
|
font-size: 100%; |
||||||
|
font-size-adjust: none; |
||||||
|
text-indent: 0; |
||||||
|
text-align: left; |
||||||
|
text-transform: none; |
||||||
|
letter-spacing: normal; |
||||||
|
word-spacing: normal; |
||||||
|
word-wrap: normal; |
||||||
|
white-space: nowrap; |
||||||
|
float: none; |
||||||
|
direction: ltr; |
||||||
|
max-width: none; |
||||||
|
max-height: none; |
||||||
|
min-width: 0; |
||||||
|
min-height: 0; |
||||||
|
border: 0; |
||||||
|
padding: 0; |
||||||
|
margin: 0 |
||||||
|
} |
||||||
|
|
||||||
|
.mjpage * { |
||||||
|
transition: none; |
||||||
|
-webkit-transition: none; |
||||||
|
-moz-transition: none; |
||||||
|
-ms-transition: none; |
||||||
|
-o-transition: none |
||||||
|
} |
||||||
|
|
||||||
|
.mjx-svg-href { |
||||||
|
fill: blue; |
||||||
|
stroke: blue |
||||||
|
} |
||||||
|
|
||||||
|
.MathJax_SVG_LineBox { |
||||||
|
display: table!important |
||||||
|
} |
||||||
|
|
||||||
|
.MathJax_SVG_LineBox span { |
||||||
|
display: table-cell!important; |
||||||
|
width: 10000em!important; |
||||||
|
min-width: 0; |
||||||
|
max-width: none; |
||||||
|
padding: 0; |
||||||
|
border: 0; |
||||||
|
margin: 0 |
||||||
|
} |
||||||
|
|
||||||
|
.mjpage__block { |
||||||
|
text-align: center; |
||||||
|
margin: 1em 0em; |
||||||
|
position: relative; |
||||||
|
display: block!important; |
||||||
|
text-indent: 0; |
||||||
|
max-width: none; |
||||||
|
max-height: none; |
||||||
|
min-width: 0; |
||||||
|
min-height: 0; |
||||||
|
width: 100% |
||||||
|
} |
@ -1,257 +0,0 @@ |
|||||||
.mjx-chtml {display: inline-block; line-height: 0; text-indent: 0; text-align: left; text-transform: none; font-style: normal; font-weight: normal; font-size: 1.19em !important; font-size-adjust: |
|
||||||
none; letter-spacing: normal; word-wrap: normal; word-spacing: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0; min-height: 0; border: 0; margin: 0; padding: 1px 0} |
|
||||||
.MJXc-display {display: block; text-align: center; margin: 1em 0; padding: 0} |
|
||||||
.mjx-chtml[tabindex]:focus, body :focus .mjx-chtml[tabindex] {display: inline-table} |
|
||||||
.mjx-full-width {text-align: center; display: table-cell!important; width: 10000em} |
|
||||||
.mjx-math {display: inline-block; border-collapse: separate; border-spacing: 0} |
|
||||||
.mjx-math * {display: inline-block; -webkit-box-sizing: content-box!important; -moz-box-sizing: content-box!important; box-sizing: content-box!important; text-align: left} |
|
||||||
.mjx-numerator {display: block; text-align: center} |
|
||||||
.mjx-denominator {display: block; text-align: center} |
|
||||||
.MJXc-stacked {height: 0; position: relative} |
|
||||||
.MJXc-stacked > * {position: absolute} |
|
||||||
.MJXc-bevelled > * {display: inline-block} |
|
||||||
.mjx-stack {display: inline-block} |
|
||||||
.mjx-op {display: block} |
|
||||||
.mjx-under {display: table-cell} |
|
||||||
.mjx-over {display: block} |
|
||||||
.mjx-over > * {padding-left: 0px!important; padding-right: 0px!important} |
|
||||||
.mjx-under > * {padding-left: 0px!important; padding-right: 0px!important} |
|
||||||
.mjx-stack > .mjx-sup {display: block} |
|
||||||
.mjx-stack > .mjx-sub {display: block} |
|
||||||
.mjx-prestack > .mjx-presup {display: block} |
|
||||||
.mjx-prestack > .mjx-presub {display: block} |
|
||||||
.mjx-delim-h > .mjx-char {display: inline-block} |
|
||||||
.mjx-surd {vertical-align: top} |
|
||||||
.mjx-mphantom * {visibility: hidden} |
|
||||||
.mjx-merror {background-color: #FFFF88; color: #CC0000; border: 1px solid #CC0000; padding: 2px 3px; font-style: normal; font-size: 90%} |
|
||||||
.mjx-annotation-xml {line-height: normal} |
|
||||||
.mjx-menclose > svg {fill: none; stroke: currentColor} |
|
||||||
.mjx-mtr {display: table-row} |
|
||||||
.mjx-mlabeledtr {display: table-row} |
|
||||||
.mjx-mtd {display: table-cell; text-align: center} |
|
||||||
.mjx-label {display: table-row} |
|
||||||
.mjx-box {display: inline-block} |
|
||||||
.mjx-block {display: block} |
|
||||||
.mjx-span {display: inline} |
|
||||||
.mjx-char {display: block; white-space: pre} |
|
||||||
.mjx-itable {display: inline-table; width: auto} |
|
||||||
.mjx-row {display: table-row} |
|
||||||
.mjx-cell {display: table-cell} |
|
||||||
.mjx-table {display: table; width: 100%} |
|
||||||
.mjx-line {display: block; height: 0} |
|
||||||
.mjx-strut {width: 0; padding-top: 1em} |
|
||||||
.mjx-vsize {width: 0} |
|
||||||
.MJXc-space1 {margin-left: .167em} |
|
||||||
.MJXc-space2 {margin-left: .222em} |
|
||||||
.MJXc-space3 {margin-left: .278em} |
|
||||||
.mjx-test.mjx-test-display {display: table!important} |
|
||||||
.mjx-test.mjx-test-inline {display: inline!important; margin-right: -1px} |
|
||||||
.mjx-test.mjx-test-default {display: block!important; clear: both} |
|
||||||
.mjx-ex-box {display: inline-block!important; position: absolute; overflow: hidden; min-height: 0; max-height: none; padding: 0; border: 0; margin: 0; width: 1px; height: 60ex} |
|
||||||
.mjx-test-inline .mjx-left-box {display: inline-block; width: 0; float: left} |
|
||||||
.mjx-test-inline .mjx-right-box {display: inline-block; width: 0; float: right} |
|
||||||
.mjx-test-display .mjx-right-box {display: table-cell!important; width: 10000em!important; min-width: 0; max-width: none; padding: 0; border: 0; margin: 0} |
|
||||||
.MJXc-TeX-unknown-R {font-family: monospace; font-style: normal; font-weight: normal} |
|
||||||
.MJXc-TeX-unknown-I {font-family: monospace; font-style: italic; font-weight: normal} |
|
||||||
.MJXc-TeX-unknown-B {font-family: monospace; font-style: normal; font-weight: bold} |
|
||||||
.MJXc-TeX-unknown-BI {font-family: monospace; font-style: italic; font-weight: bold} |
|
||||||
.MJXc-TeX-ams-R {font-family: MJXc-TeX-ams-R,MJXc-TeX-ams-Rw} |
|
||||||
.MJXc-TeX-cal-B {font-family: MJXc-TeX-cal-B,MJXc-TeX-cal-Bx,MJXc-TeX-cal-Bw} |
|
||||||
.MJXc-TeX-frak-R {font-family: MJXc-TeX-frak-R,MJXc-TeX-frak-Rw} |
|
||||||
.MJXc-TeX-frak-B {font-family: MJXc-TeX-frak-B,MJXc-TeX-frak-Bx,MJXc-TeX-frak-Bw} |
|
||||||
.MJXc-TeX-math-BI {font-family: MJXc-TeX-math-BI,MJXc-TeX-math-BIx,MJXc-TeX-math-BIw} |
|
||||||
.MJXc-TeX-sans-R {font-family: MJXc-TeX-sans-R,MJXc-TeX-sans-Rw} |
|
||||||
.MJXc-TeX-sans-B {font-family: MJXc-TeX-sans-B,MJXc-TeX-sans-Bx,MJXc-TeX-sans-Bw} |
|
||||||
.MJXc-TeX-sans-I {font-family: MJXc-TeX-sans-I,MJXc-TeX-sans-Ix,MJXc-TeX-sans-Iw} |
|
||||||
.MJXc-TeX-script-R {font-family: MJXc-TeX-script-R,MJXc-TeX-script-Rw} |
|
||||||
.MJXc-TeX-type-R {font-family: MJXc-TeX-type-R,MJXc-TeX-type-Rw} |
|
||||||
.MJXc-TeX-cal-R {font-family: MJXc-TeX-cal-R,MJXc-TeX-cal-Rw} |
|
||||||
.MJXc-TeX-main-B {font-family: MJXc-TeX-main-B,MJXc-TeX-main-Bx,MJXc-TeX-main-Bw} |
|
||||||
.MJXc-TeX-main-I {font-family: MJXc-TeX-main-I,MJXc-TeX-main-Ix,MJXc-TeX-main-Iw} |
|
||||||
.MJXc-TeX-main-R {font-family: MJXc-TeX-main-R,MJXc-TeX-main-Rw} |
|
||||||
.MJXc-TeX-math-I {font-family: MJXc-TeX-math-I,MJXc-TeX-math-Ix,MJXc-TeX-math-Iw} |
|
||||||
.MJXc-TeX-size1-R {font-family: MJXc-TeX-size1-R,MJXc-TeX-size1-Rw} |
|
||||||
.MJXc-TeX-size2-R {font-family: MJXc-TeX-size2-R,MJXc-TeX-size2-Rw} |
|
||||||
.MJXc-TeX-size3-R {font-family: MJXc-TeX-size3-R,MJXc-TeX-size3-Rw} |
|
||||||
.MJXc-TeX-size4-R {font-family: MJXc-TeX-size4-R,MJXc-TeX-size4-Rw} |
|
||||||
.MJXc-TeX-vec-R {font-family: MJXc-TeX-vec-R,MJXc-TeX-vec-Rw} |
|
||||||
.MJXc-TeX-vec-B {font-family: MJXc-TeX-vec-B,MJXc-TeX-vec-Bx,MJXc-TeX-vec-Bw} |
|
||||||
@font-face {font-family: MJXc-TeX-ams-R; src: local('MathJax_AMS'), local('MathJax_AMS-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-ams-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_AMS-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-cal-B; src: local('MathJax_Caligraphic Bold'), local('MathJax_Caligraphic-Bold')} |
|
||||||
@font-face {font-family: MJXc-TeX-cal-Bx; src: local('MathJax_Caligraphic'); font-weight: bold} |
|
||||||
@font-face {font-family: MJXc-TeX-cal-Bw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Bold.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-frak-R; src: local('MathJax_Fraktur'), local('MathJax_Fraktur-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-frak-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-frak-B; src: local('MathJax_Fraktur Bold'), local('MathJax_Fraktur-Bold')} |
|
||||||
@font-face {font-family: MJXc-TeX-frak-Bx; src: local('MathJax_Fraktur'); font-weight: bold} |
|
||||||
@font-face {font-family: MJXc-TeX-frak-Bw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Bold.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-math-BI; src: local('MathJax_Math BoldItalic'), local('MathJax_Math-BoldItalic')} |
|
||||||
@font-face {font-family: MJXc-TeX-math-BIx; src: local('MathJax_Math'); font-weight: bold; font-style: italic} |
|
||||||
@font-face {font-family: MJXc-TeX-math-BIw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Math-BoldItalic.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-R; src: local('MathJax_SansSerif'), local('MathJax_SansSerif-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-B; src: local('MathJax_SansSerif Bold'), local('MathJax_SansSerif-Bold')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-Bx; src: local('MathJax_SansSerif'); font-weight: bold} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-Bw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Bold.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-I; src: local('MathJax_SansSerif Italic'), local('MathJax_SansSerif-Italic')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-Ix; src: local('MathJax_SansSerif'); font-style: italic} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-Iw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Italic.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-script-R; src: local('MathJax_Script'), local('MathJax_Script-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-script-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Script-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-type-R; src: local('MathJax_Typewriter'), local('MathJax_Typewriter-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-type-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Typewriter-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-cal-R; src: local('MathJax_Caligraphic'), local('MathJax_Caligraphic-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-cal-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-B; src: local('MathJax_Main Bold'), local('MathJax_Main-Bold')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-Bx; src: local('MathJax_Main'); font-weight: bold} |
|
||||||
@font-face {font-family: MJXc-TeX-main-Bw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Main-Bold.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-I; src: local('MathJax_Main Italic'), local('MathJax_Main-Italic')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-Ix; src: local('MathJax_Main'); font-style: italic} |
|
||||||
@font-face {font-family: MJXc-TeX-main-Iw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Main-Italic.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-R; src: local('MathJax_Main'), local('MathJax_Main-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Main-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-math-I; src: local('MathJax_Math Italic'), local('MathJax_Math-Italic')} |
|
||||||
@font-face {font-family: MJXc-TeX-math-Ix; src: local('MathJax_Math'); font-style: italic} |
|
||||||
@font-face {font-family: MJXc-TeX-math-Iw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Math-Italic.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-size1-R; src: local('MathJax_Size1'), local('MathJax_Size1-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-size1-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Size1-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-size2-R; src: local('MathJax_Size2'), local('MathJax_Size2-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-size2-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Size2-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-size3-R; src: local('MathJax_Size3'), local('MathJax_Size3-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-size3-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Size3-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-size4-R; src: local('MathJax_Size4'), local('MathJax_Size4-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-size4-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Size4-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-vec-R; src: local('MathJax_Vector'), local('MathJax_Vector-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-vec-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Vector-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Vector-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Vector-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-vec-B; src: local('MathJax_Vector Bold'), local('MathJax_Vector-Bold')} |
|
||||||
@font-face {font-family: MJXc-TeX-vec-Bx; src: local('MathJax_Vector'); font-weight: bold} |
|
||||||
@font-face {font-family: MJXc-TeX-vec-Bw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Vector-Bold.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Vector-Bold.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Vector-Bold.otf') format('opentype')}.mjx-chtml {display: inline-block; line-height: 0; text-indent: 0; text-align: left; text-transform: none; font-style: normal; font-weight: normal; font-size: 100%; font-size-adjust: |
|
||||||
none; letter-spacing: normal; word-wrap: normal; word-spacing: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0; min-height: 0; border: 0; margin: 0; padding: 1px 0} |
|
||||||
.MJXc-display {display: block; text-align: center; margin: 1em 0; padding: 0} |
|
||||||
.mjx-chtml[tabindex]:focus, body :focus .mjx-chtml[tabindex] {display: inline-table} |
|
||||||
.mjx-full-width {text-align: center; display: table-cell!important; width: 10000em} |
|
||||||
.mjx-math {display: inline-block; border-collapse: separate; border-spacing: 0} |
|
||||||
.mjx-math * {display: inline-block; -webkit-box-sizing: content-box!important; -moz-box-sizing: content-box!important; box-sizing: content-box!important; text-align: left} |
|
||||||
.mjx-numerator {display: block; text-align: center} |
|
||||||
.mjx-denominator {display: block; text-align: center} |
|
||||||
.MJXc-stacked {height: 0; position: relative} |
|
||||||
.MJXc-stacked > * {position: absolute} |
|
||||||
.MJXc-bevelled > * {display: inline-block} |
|
||||||
.mjx-stack {display: inline-block} |
|
||||||
.mjx-op {display: block} |
|
||||||
.mjx-under {display: table-cell} |
|
||||||
.mjx-over {display: block} |
|
||||||
.mjx-over > * {padding-left: 0px!important; padding-right: 0px!important} |
|
||||||
.mjx-under > * {padding-left: 0px!important; padding-right: 0px!important} |
|
||||||
.mjx-stack > .mjx-sup {display: block} |
|
||||||
.mjx-stack > .mjx-sub {display: block} |
|
||||||
.mjx-prestack > .mjx-presup {display: block} |
|
||||||
.mjx-prestack > .mjx-presub {display: block} |
|
||||||
.mjx-delim-h > .mjx-char {display: inline-block} |
|
||||||
.mjx-surd {vertical-align: top} |
|
||||||
.mjx-mphantom * {visibility: hidden} |
|
||||||
.mjx-merror {background-color: #FFFF88; color: #CC0000; border: 1px solid #CC0000; padding: 2px 3px; font-style: normal; font-size: 90%} |
|
||||||
.mjx-annotation-xml {line-height: normal} |
|
||||||
.mjx-menclose > svg {fill: none; stroke: currentColor} |
|
||||||
.mjx-mtr {display: table-row} |
|
||||||
.mjx-mlabeledtr {display: table-row} |
|
||||||
.mjx-mtd {display: table-cell; text-align: center} |
|
||||||
.mjx-label {display: table-row} |
|
||||||
.mjx-box {display: inline-block} |
|
||||||
.mjx-block {display: block} |
|
||||||
.mjx-span {display: inline} |
|
||||||
.mjx-char {display: block; white-space: pre} |
|
||||||
.mjx-itable {display: inline-table; width: auto} |
|
||||||
.mjx-row {display: table-row} |
|
||||||
.mjx-cell {display: table-cell} |
|
||||||
.mjx-table {display: table; width: 100%} |
|
||||||
.mjx-line {display: block; height: 0} |
|
||||||
.mjx-strut {width: 0; padding-top: 1em} |
|
||||||
.mjx-vsize {width: 0} |
|
||||||
.MJXc-space1 {margin-left: .167em} |
|
||||||
.MJXc-space2 {margin-left: .222em} |
|
||||||
.MJXc-space3 {margin-left: .278em} |
|
||||||
.mjx-test.mjx-test-display {display: table!important} |
|
||||||
.mjx-test.mjx-test-inline {display: inline!important; margin-right: -1px} |
|
||||||
.mjx-test.mjx-test-default {display: block!important; clear: both} |
|
||||||
.mjx-ex-box {display: inline-block!important; position: absolute; overflow: hidden; min-height: 0; max-height: none; padding: 0; border: 0; margin: 0; width: 1px; height: 60ex} |
|
||||||
.mjx-test-inline .mjx-left-box {display: inline-block; width: 0; float: left} |
|
||||||
.mjx-test-inline .mjx-right-box {display: inline-block; width: 0; float: right} |
|
||||||
.mjx-test-display .mjx-right-box {display: table-cell!important; width: 10000em!important; min-width: 0; max-width: none; padding: 0; border: 0; margin: 0} |
|
||||||
.MJXc-TeX-unknown-R {font-family: monospace; font-style: normal; font-weight: normal} |
|
||||||
.MJXc-TeX-unknown-I {font-family: monospace; font-style: italic; font-weight: normal} |
|
||||||
.MJXc-TeX-unknown-B {font-family: monospace; font-style: normal; font-weight: bold} |
|
||||||
.MJXc-TeX-unknown-BI {font-family: monospace; font-style: italic; font-weight: bold} |
|
||||||
.MJXc-TeX-ams-R {font-family: MJXc-TeX-ams-R,MJXc-TeX-ams-Rw} |
|
||||||
.MJXc-TeX-cal-B {font-family: MJXc-TeX-cal-B,MJXc-TeX-cal-Bx,MJXc-TeX-cal-Bw} |
|
||||||
.MJXc-TeX-frak-R {font-family: MJXc-TeX-frak-R,MJXc-TeX-frak-Rw} |
|
||||||
.MJXc-TeX-frak-B {font-family: MJXc-TeX-frak-B,MJXc-TeX-frak-Bx,MJXc-TeX-frak-Bw} |
|
||||||
.MJXc-TeX-math-BI {font-family: MJXc-TeX-math-BI,MJXc-TeX-math-BIx,MJXc-TeX-math-BIw} |
|
||||||
.MJXc-TeX-sans-R {font-family: MJXc-TeX-sans-R,MJXc-TeX-sans-Rw} |
|
||||||
.MJXc-TeX-sans-B {font-family: MJXc-TeX-sans-B,MJXc-TeX-sans-Bx,MJXc-TeX-sans-Bw} |
|
||||||
.MJXc-TeX-sans-I {font-family: MJXc-TeX-sans-I,MJXc-TeX-sans-Ix,MJXc-TeX-sans-Iw} |
|
||||||
.MJXc-TeX-script-R {font-family: MJXc-TeX-script-R,MJXc-TeX-script-Rw} |
|
||||||
.MJXc-TeX-type-R {font-family: MJXc-TeX-type-R,MJXc-TeX-type-Rw} |
|
||||||
.MJXc-TeX-cal-R {font-family: MJXc-TeX-cal-R,MJXc-TeX-cal-Rw} |
|
||||||
.MJXc-TeX-main-B {font-family: MJXc-TeX-main-B,MJXc-TeX-main-Bx,MJXc-TeX-main-Bw} |
|
||||||
.MJXc-TeX-main-I {font-family: MJXc-TeX-main-I,MJXc-TeX-main-Ix,MJXc-TeX-main-Iw} |
|
||||||
.MJXc-TeX-main-R {font-family: MJXc-TeX-main-R,MJXc-TeX-main-Rw} |
|
||||||
.MJXc-TeX-math-I {font-family: MJXc-TeX-math-I,MJXc-TeX-math-Ix,MJXc-TeX-math-Iw} |
|
||||||
.MJXc-TeX-size1-R {font-family: MJXc-TeX-size1-R,MJXc-TeX-size1-Rw} |
|
||||||
.MJXc-TeX-size2-R {font-family: MJXc-TeX-size2-R,MJXc-TeX-size2-Rw} |
|
||||||
.MJXc-TeX-size3-R {font-family: MJXc-TeX-size3-R,MJXc-TeX-size3-Rw} |
|
||||||
.MJXc-TeX-size4-R {font-family: MJXc-TeX-size4-R,MJXc-TeX-size4-Rw} |
|
||||||
.MJXc-TeX-vec-R {font-family: MJXc-TeX-vec-R,MJXc-TeX-vec-Rw} |
|
||||||
.MJXc-TeX-vec-B {font-family: MJXc-TeX-vec-B,MJXc-TeX-vec-Bx,MJXc-TeX-vec-Bw} |
|
||||||
@font-face {font-family: MJXc-TeX-ams-R; src: local('MathJax_AMS'), local('MathJax_AMS-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-ams-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_AMS-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-cal-B; src: local('MathJax_Caligraphic Bold'), local('MathJax_Caligraphic-Bold')} |
|
||||||
@font-face {font-family: MJXc-TeX-cal-Bx; src: local('MathJax_Caligraphic'); font-weight: bold} |
|
||||||
@font-face {font-family: MJXc-TeX-cal-Bw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Bold.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-frak-R; src: local('MathJax_Fraktur'), local('MathJax_Fraktur-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-frak-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-frak-B; src: local('MathJax_Fraktur Bold'), local('MathJax_Fraktur-Bold')} |
|
||||||
@font-face {font-family: MJXc-TeX-frak-Bx; src: local('MathJax_Fraktur'); font-weight: bold} |
|
||||||
@font-face {font-family: MJXc-TeX-frak-Bw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Bold.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-math-BI; src: local('MathJax_Math BoldItalic'), local('MathJax_Math-BoldItalic')} |
|
||||||
@font-face {font-family: MJXc-TeX-math-BIx; src: local('MathJax_Math'); font-weight: bold; font-style: italic} |
|
||||||
@font-face {font-family: MJXc-TeX-math-BIw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Math-BoldItalic.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-R; src: local('MathJax_SansSerif'), local('MathJax_SansSerif-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-B; src: local('MathJax_SansSerif Bold'), local('MathJax_SansSerif-Bold')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-Bx; src: local('MathJax_SansSerif'); font-weight: bold} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-Bw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Bold.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-I; src: local('MathJax_SansSerif Italic'), local('MathJax_SansSerif-Italic')} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-Ix; src: local('MathJax_SansSerif'); font-style: italic} |
|
||||||
@font-face {font-family: MJXc-TeX-sans-Iw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Italic.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-script-R; src: local('MathJax_Script'), local('MathJax_Script-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-script-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Script-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-type-R; src: local('MathJax_Typewriter'), local('MathJax_Typewriter-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-type-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Typewriter-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-cal-R; src: local('MathJax_Caligraphic'), local('MathJax_Caligraphic-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-cal-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-B; src: local('MathJax_Main Bold'), local('MathJax_Main-Bold')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-Bx; src: local('MathJax_Main'); font-weight: bold} |
|
||||||
@font-face {font-family: MJXc-TeX-main-Bw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Main-Bold.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-I; src: local('MathJax_Main Italic'), local('MathJax_Main-Italic')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-Ix; src: local('MathJax_Main'); font-style: italic} |
|
||||||
@font-face {font-family: MJXc-TeX-main-Iw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Main-Italic.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-R; src: local('MathJax_Main'), local('MathJax_Main-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-main-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Main-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-math-I; src: local('MathJax_Math Italic'), local('MathJax_Math-Italic')} |
|
||||||
@font-face {font-family: MJXc-TeX-math-Ix; src: local('MathJax_Math'); font-style: italic} |
|
||||||
@font-face {font-family: MJXc-TeX-math-Iw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Math-Italic.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-size1-R; src: local('MathJax_Size1'), local('MathJax_Size1-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-size1-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Size1-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-size2-R; src: local('MathJax_Size2'), local('MathJax_Size2-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-size2-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Size2-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-size3-R; src: local('MathJax_Size3'), local('MathJax_Size3-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-size3-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Size3-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-size4-R; src: local('MathJax_Size4'), local('MathJax_Size4-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-size4-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Size4-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-vec-R; src: local('MathJax_Vector'), local('MathJax_Vector-Regular')} |
|
||||||
@font-face {font-family: MJXc-TeX-vec-Rw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Vector-Regular.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Vector-Regular.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Vector-Regular.otf') format('opentype')} |
|
||||||
@font-face {font-family: MJXc-TeX-vec-B; src: local('MathJax_Vector Bold'), local('MathJax_Vector-Bold')} |
|
||||||
@font-face {font-family: MJXc-TeX-vec-Bx; src: local('MathJax_Vector'); font-weight: bold} |
|
||||||
@font-face {font-family: MJXc-TeX-vec-Bw; src /*1*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/eot/MathJax_Vector-Bold.eot'); src /*2*/: url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Vector-Bold.woff') format('woff'), url('https://cdnjs.loli.net/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/otf/MathJax_Vector-Bold.otf') format('opentype') |
|
Loading…
Reference in new issue