Merge 3de70e4fef
into a088aa8def
This commit is contained in:
commit
97801bbfb8
49
MathJax/config/AM_CHTML-full.js
vendored
Normal file
49
MathJax/config/AM_CHTML-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
45
MathJax/config/AM_CHTML.js
vendored
Normal file
45
MathJax/config/AM_CHTML.js
vendored
Normal file
File diff suppressed because one or more lines are too long
57
MathJax/config/AM_HTMLorMML-full.js
vendored
Normal file
57
MathJax/config/AM_HTMLorMML-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
51
MathJax/config/AM_HTMLorMML.js
vendored
Normal file
51
MathJax/config/AM_HTMLorMML.js
vendored
Normal file
File diff suppressed because one or more lines are too long
49
MathJax/config/AM_SVG-full.js
vendored
Normal file
49
MathJax/config/AM_SVG-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
43
MathJax/config/AM_SVG.js
vendored
Normal file
43
MathJax/config/AM_SVG.js
vendored
Normal file
File diff suppressed because one or more lines are too long
82
MathJax/config/Accessible-full.js
vendored
Normal file
82
MathJax/config/Accessible-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
76
MathJax/config/Accessible.js
vendored
Normal file
76
MathJax/config/Accessible.js
vendored
Normal file
File diff suppressed because one or more lines are too long
49
MathJax/config/MML_CHTML-full.js
vendored
Normal file
49
MathJax/config/MML_CHTML-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
45
MathJax/config/MML_CHTML.js
vendored
Normal file
45
MathJax/config/MML_CHTML.js
vendored
Normal file
File diff suppressed because one or more lines are too long
57
MathJax/config/MML_HTMLorMML-full.js
vendored
Normal file
57
MathJax/config/MML_HTMLorMML-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
51
MathJax/config/MML_HTMLorMML.js
vendored
Normal file
51
MathJax/config/MML_HTMLorMML.js
vendored
Normal file
File diff suppressed because one or more lines are too long
49
MathJax/config/MML_SVG-full.js
vendored
Normal file
49
MathJax/config/MML_SVG-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
45
MathJax/config/MML_SVG.js
vendored
Normal file
45
MathJax/config/MML_SVG.js
vendored
Normal file
File diff suppressed because one or more lines are too long
19
MathJax/config/MMLorHTML.js
vendored
Normal file
19
MathJax/config/MMLorHTML.js
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* /MathJax/config/MMLorHTML.js
|
||||
*
|
||||
* Copyright (c) 2009-2017 The MathJax Consortium
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
(function(c,g){var f="2.7.0";var a=MathJax.Hub.CombineConfig("MMLorHTML",{prefer:{MSIE:"MML",Firefox:"HTML",Opera:"HTML",Chrome:"HTML",Safari:"HTML",other:"HTML"}});var e={Firefox:3,Opera:9.52,MSIE:6,Chrome:0.3,Safari:2,Konqueror:4};var b=(g.version==="0.0"||g.versionAtLeast(e[g]||0));var d=(g.isFirefox&&g.versionAtLeast("1.5"))||(g.isMSIE&&g.hasMathPlayer)||(g.isSafari&&g.versionAtLeast("5.0"))||(g.isOpera&&g.versionAtLeast("9.52"));c.Register.StartupHook("End Config",function(){var h=(a.prefer&&typeof(a.prefer)==="object"?a.prefer[MathJax.Hub.Browser]||a.prefer.other||"HTML":a.prefer);if(b||d){if(d&&(h==="MML"||!b)){if(MathJax.OutputJax.NativeMML){MathJax.OutputJax.NativeMML.Register("jax/mml")}else{c.config.jax.unshift("output/NativeMML")}c.Startup.signal.Post("NativeMML output selected")}else{if(MathJax.OutputJax["HTML-CSS"]){MathJax.OutputJax["HTML-CSS"].Register("jax/mml")}else{c.config.jax.unshift("output/HTML-CSS")}c.Startup.signal.Post("HTML-CSS output selected")}}else{c.PreProcess.disabled=true;c.prepareScripts.disabled=true;MathJax.Message.Set(["MathJaxNotSupported","Your browser does not support MathJax"],null,4000);c.Startup.signal.Post("MathJax not supported")}})})(MathJax.Hub,MathJax.Hub.Browser);MathJax.Ajax.loadComplete("[MathJax]/config/MMLorHTML.js");
|
19
MathJax/config/Safe.js
vendored
Normal file
19
MathJax/config/Safe.js
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* /MathJax/config/Safe.js
|
||||
*
|
||||
* Copyright (c) 2009-2017 The MathJax Consortium
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
MathJax.Hub.Register.StartupHook("End Config",function(){if(!MathJax.Hub.config.extensions){MathJax.Hub.config.extensions=[]}MathJax.Hub.config.extensions.push("Safe.js")});MathJax.Ajax.loadComplete("[MathJax]/config/Safe.js");
|
71
MathJax/config/TeX-AMS-MML_HTMLorMML-full.js
vendored
Normal file
71
MathJax/config/TeX-AMS-MML_HTMLorMML-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
65
MathJax/config/TeX-AMS-MML_HTMLorMML.js
vendored
Normal file
65
MathJax/config/TeX-AMS-MML_HTMLorMML.js
vendored
Normal file
File diff suppressed because one or more lines are too long
63
MathJax/config/TeX-AMS-MML_SVG-full.js
vendored
Normal file
63
MathJax/config/TeX-AMS-MML_SVG-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
59
MathJax/config/TeX-AMS-MML_SVG.js
vendored
Normal file
59
MathJax/config/TeX-AMS-MML_SVG.js
vendored
Normal file
File diff suppressed because one or more lines are too long
57
MathJax/config/TeX-AMS_CHTML-full.js
vendored
Normal file
57
MathJax/config/TeX-AMS_CHTML-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
53
MathJax/config/TeX-AMS_CHTML.js
vendored
Normal file
53
MathJax/config/TeX-AMS_CHTML.js
vendored
Normal file
File diff suppressed because one or more lines are too long
57
MathJax/config/TeX-AMS_HTML-full.js
vendored
Normal file
57
MathJax/config/TeX-AMS_HTML-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
53
MathJax/config/TeX-AMS_HTML.js
vendored
Normal file
53
MathJax/config/TeX-AMS_HTML.js
vendored
Normal file
File diff suppressed because one or more lines are too long
57
MathJax/config/TeX-AMS_SVG-full.js
vendored
Normal file
57
MathJax/config/TeX-AMS_SVG-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
53
MathJax/config/TeX-AMS_SVG.js
vendored
Normal file
53
MathJax/config/TeX-AMS_SVG.js
vendored
Normal file
File diff suppressed because one or more lines are too long
69
MathJax/config/TeX-MML-AM_CHTML-full.js
vendored
Normal file
69
MathJax/config/TeX-MML-AM_CHTML-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
65
MathJax/config/TeX-MML-AM_CHTML.js
vendored
Normal file
65
MathJax/config/TeX-MML-AM_CHTML.js
vendored
Normal file
File diff suppressed because one or more lines are too long
77
MathJax/config/TeX-MML-AM_HTMLorMML-full.js
vendored
Normal file
77
MathJax/config/TeX-MML-AM_HTMLorMML-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
71
MathJax/config/TeX-MML-AM_HTMLorMML.js
vendored
Normal file
71
MathJax/config/TeX-MML-AM_HTMLorMML.js
vendored
Normal file
File diff suppressed because one or more lines are too long
69
MathJax/config/TeX-MML-AM_SVG-full.js
vendored
Normal file
69
MathJax/config/TeX-MML-AM_SVG-full.js
vendored
Normal file
File diff suppressed because one or more lines are too long
65
MathJax/config/TeX-MML-AM_SVG.js
vendored
Normal file
65
MathJax/config/TeX-MML-AM_SVG.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
MathJax/config/default.js
vendored
8
MathJax/config/default.js
vendored
|
@ -101,7 +101,7 @@ MathJax.Hub.Config({
|
|||
// jax array above, and "asciimath2jax.js" if you using "input/AsciiMath".
|
||||
// Include "jsmath2jax.js" if you are converting from using jsMath to MathJax.
|
||||
//
|
||||
extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
|
||||
extensions: ["tex2jax.js"],
|
||||
|
||||
//
|
||||
// Patterns to remove from before and after math script tags. If you are not
|
||||
|
@ -281,7 +281,7 @@ MathJax.Hub.Config({
|
|||
// be able to handle that.
|
||||
//
|
||||
inlineMath: [
|
||||
['$','$'], // uncomment this for standard TeX math delimiters
|
||||
// ['$','$'], // uncomment this for standard TeX math delimiters
|
||||
['\\(','\\)']
|
||||
],
|
||||
|
||||
|
@ -328,7 +328,7 @@ MathJax.Hub.Config({
|
|||
// in the class name. Assigning an element this class name will
|
||||
// prevent `tex2jax` from processing its contents.
|
||||
//
|
||||
ignoreClass: ".*", //"tex2jax_ignore",
|
||||
ignoreClass: "tex2jax_ignore",
|
||||
|
||||
//
|
||||
// This is the class name used to mark elements whose contents SHOULD
|
||||
|
@ -341,7 +341,7 @@ MathJax.Hub.Config({
|
|||
// restart processing within an element that has been marked as
|
||||
// ignored above.
|
||||
//
|
||||
processClass: "texMath", //"tex2jax_process",
|
||||
processClass: "tex2jax_process",
|
||||
|
||||
//
|
||||
// Set to "true" to allow \$ to produce a dollar without starting in-line
|
||||
|
|
40
MathJax/config/local/local.js
vendored
Normal file
40
MathJax/config/local/local.js
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
|
||||
/* vim: set ts=2 et sw=2 tw=80: */
|
||||
|
||||
/*************************************************************
|
||||
*
|
||||
* MathJax/config/local/local.js
|
||||
*
|
||||
* Include changes and configuration local to your installation
|
||||
* in this file. For example, common macros can be defined here
|
||||
* (see below). To use this file, add "local/local.js" to the
|
||||
* config array in MathJax.js or your MathJax.Hub.Config() call.
|
||||
*
|
||||
* ---------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (c) 2009-2017 The MathJax Consortium
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
|
||||
var TEX = MathJax.InputJax.TeX;
|
||||
|
||||
// place macros here. E.g.:
|
||||
// TEX.Macro("R","{\\bf R}");
|
||||
// TEX.Macro("op","\\mathop{\\rm #1}",1); // a macro with 1 parameter
|
||||
|
||||
});
|
||||
|
||||
MathJax.Ajax.loadComplete("[MathJax]/config/local/local.js");
|
98
MathJax/fonts/HTML-CSS/Asana-Math/OFL.txt
vendored
Normal file
98
MathJax/fonts/HTML-CSS/Asana-Math/OFL.txt
vendored
Normal file
|
@ -0,0 +1,98 @@
|
|||
Copyright (c) 2007, Apostolos Syropoulos (<asyropoulos@yahoo.com),
|
||||
with Reserved Font Name Asana Math.
|
||||
|
||||
Copyright (c) 2013, The MathJax Consortium,
|
||||
with Reserved Font Name Asana MathJax.
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
|
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Alphabets-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Alphabets-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Arrows-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Arrows-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_DoubleStruck-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_DoubleStruck-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Fraktur-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Fraktur-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Latin-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Latin-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Main-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Main-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Marks-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Marks-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Misc-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Misc-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Monospace-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Monospace-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_NonUnicode-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_NonUnicode-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Normal-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Normal-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Operators-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Operators-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_SansSerif-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_SansSerif-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Script-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Script-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Shapes-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Shapes-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size1-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size1-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size2-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size2-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size3-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size3-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size4-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size4-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size5-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size5-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size6-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size6-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Symbols-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Symbols-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Variants-Regular.eot
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Variants-Regular.eot
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Alphabets-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Alphabets-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Arrows-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Arrows-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_DoubleStruck-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_DoubleStruck-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Fraktur-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Fraktur-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Latin-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Latin-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Main-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Main-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Marks-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Marks-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Misc-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Misc-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Monospace-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Monospace-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_NonUnicode-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_NonUnicode-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Normal-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Normal-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Operators-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Operators-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_SansSerif-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_SansSerif-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Script-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Script-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Shapes-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Shapes-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size1-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size1-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size2-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size2-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size3-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size3-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size4-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size4-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size5-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size5-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size6-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size6-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Symbols-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Symbols-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Variants-Regular.otf
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Variants-Regular.otf
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Alphabets-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Alphabets-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Arrows-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Arrows-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_DoubleStruck-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_DoubleStruck-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Fraktur-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Fraktur-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Latin-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Latin-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Main-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Main-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Marks-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Marks-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Misc-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Misc-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Monospace-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Monospace-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_NonUnicode-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_NonUnicode-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Normal-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Normal-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Operators-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Operators-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_SansSerif-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_SansSerif-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Script-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Script-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Shapes-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Shapes-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size1-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size1-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size2-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size2-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size3-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size3-Regular.woff
vendored
Normal file
Binary file not shown.
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size4-Regular.woff
vendored
Normal file
BIN
MathJax/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size4-Regular.woff
vendored
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user