Repack and recombine 2.4-beta-2
This commit is contained in:
parent
d92ae61db1
commit
b29833de63
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -76,15 +76,30 @@ MathJax.Hub.Config({
|
|||
// A comma-separated list of input and output jax to initialize at startup.
|
||||
// Their main code is loaded only when they are actually used, so it is not
|
||||
// inefficient to include jax that may not actually be used on the page. These
|
||||
// are found in the MathJax/jax directory.
|
||||
// are found in the MathJax/jax directory. The choices include
|
||||
//
|
||||
jax: ["input/TeX","output/HTML-CSS"],
|
||||
// input/TeX
|
||||
// input/MathML
|
||||
// input/AsciiMath
|
||||
//
|
||||
// output/HTML-CSS
|
||||
// output/NativeMML
|
||||
// output/SVG
|
||||
//
|
||||
// If you change the input jax, you may need to include the appropriate
|
||||
// preprocessor in the extensions array below.
|
||||
//
|
||||
jax: ["input/TeX", "output/HTML-CSS"],
|
||||
|
||||
//
|
||||
// A comma-separated list of extensions to load at startup. The default
|
||||
// directory is MathJax/extensions.
|
||||
//
|
||||
// Example: extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
|
||||
//
|
||||
// You may wish to include "mml2jax.js" if you are using "input/MathML" in the
|
||||
// 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"],
|
||||
|
||||
|
@ -195,7 +210,7 @@ MathJax.Hub.Config({
|
|||
// reposition the browser to the #hash location from the page URL after
|
||||
// typesetting for the page.
|
||||
//
|
||||
positionToHash: false,
|
||||
positionToHash: true,
|
||||
|
||||
//
|
||||
// These control whether to attach the MathJax contextual menu to the
|
||||
|
@ -228,7 +243,8 @@ MathJax.Hub.Config({
|
|||
context: "MathJax", // or "Browser" for pass-through to browser menu
|
||||
mpContext: false, // true means pass menu events to MathPlayer in IE
|
||||
mpMouse: false, // true means pass mouse events to MathPlayer in IE
|
||||
texHints: true // include class names for TeXAtom elements
|
||||
texHints: true, // include class names for TeXAtom elements
|
||||
semantics: false // add semantics tag with original form in MathML output
|
||||
},
|
||||
|
||||
//
|
||||
|
@ -569,6 +585,22 @@ MathJax.Hub.Config({
|
|||
// These parameters control the AsciiMath input jax.
|
||||
//
|
||||
AsciiMath: {
|
||||
//
|
||||
// Determines whether the unicode positions for phi and varphi are
|
||||
// to be swapped or not. (Unicode originally had these reversed, and
|
||||
// many fonts have them reversed as well.) When set to true, phi
|
||||
// and varphi will correspond to the LaTeX macros of the same name.
|
||||
//
|
||||
fixphi: true,
|
||||
|
||||
//
|
||||
// Determines whether the MathML should be marked so that the HTML-CSS
|
||||
// and SVG output jax will use MathML spacing rules rather than TeX
|
||||
// spacing rules. Since AsciiMath was designed for MathML output, the
|
||||
// MathML rules are used by default.
|
||||
//
|
||||
useMathMLspacing: true,
|
||||
|
||||
//
|
||||
// Determines whether limits are placed above and below operators,
|
||||
// or next to them. (AsciiMath doesn't have separate in-line and
|
||||
|
@ -921,6 +953,17 @@ MathJax.Hub.Config({
|
|||
width: "container"
|
||||
},
|
||||
|
||||
//
|
||||
// These are the styles used for merror elements in SVG output. Note
|
||||
// that only a limited number of style attributes are supported by
|
||||
// SVG, but you can at least change the colors and borders.
|
||||
//
|
||||
//
|
||||
merrorStyle: {
|
||||
fontSize:"90%", color:"#C00", background:"#FF8",
|
||||
border: "1px solid #C00", padding:"3px"
|
||||
},
|
||||
|
||||
//
|
||||
// This allows you to define or modify the styles used to display
|
||||
// various math elements created by MathJax.
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Alphabets/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Arrows/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/DoubleStruck/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Fraktur/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Latin/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Main/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Marks/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Misc/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Monospace/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/NonUnicode/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Normal/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Operators/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/SansSerif/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Script/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Shapes/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Size1/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Size2/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Size3/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Size4/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Size5/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Size6/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Symbols/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Variants/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Arrows/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Fraktur/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Latin/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Main/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Marks/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Misc/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Monospace/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Normal/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Operators/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/SansSerif/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Script/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Shapes/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size1/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size2/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size3/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size4/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size5/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size6/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Symbols/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Variants/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Alphabets/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Arrows/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Fraktur/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Latin/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Main/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Marks/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Monospace/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/NonUnicode/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Normal/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Operators/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/SansSerif/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Script/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Shapes/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size1/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size2/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size3/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size4/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size5/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size6/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Symbols/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Variants/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Alphabets/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Arrows/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/DoubleStruck/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Fraktur/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Latin/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Main/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Marks/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Misc/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* /MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Monospace/Regular/Main.js
|
||||
*
|
||||
* Copyright (c) 2009-2013 The MathJax Consortium
|
||||
* Copyright (c) 2009-2014 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.
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user