PUA.js 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
  4. *
  5. * Copyright (c) 2009-2019 The MathJax Consortium
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. *
  19. */
  20. MathJax.Hub.Insert(
  21. MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['MathJax_AMS'],
  22. {
  23. 0xE006: [430,23,222,-20,240], // ??
  24. 0xE007: [431,24,389,-20,407], // ??
  25. 0xE008: [605,85,778,55,719], // ??
  26. 0xE009: [434,6,667,37,734], // ??
  27. 0xE00C: [752,284,778,82,693], // ??
  28. 0xE00D: [752,284,778,82,693], // ??
  29. 0xE00E: [919,421,778,82,694], // stix-not greater, double equals
  30. 0xE00F: [801,303,778,82,694], // stix-not greater-or-equal, slanted
  31. 0xE010: [801,303,778,82,694], // stix-not less-or-equal, slanted
  32. 0xE011: [919,421,778,82,694], // stix-not less, double equals
  33. 0xE016: [828,330,778,82,694], // stix-not subset, double equals
  34. 0xE017: [752,332,778,82,694], // ??
  35. 0xE018: [828,330,778,82,694], // stix-not superset, double equals
  36. 0xE019: [752,333,778,82,693], // ??
  37. 0xE01A: [634,255,778,84,693], // ??
  38. 0xE01B: [634,254,778,82,691] // ??
  39. }
  40. );
  41. MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/AMS/Regular/PUA.js");