MiscTechnical.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.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['STIXGeneral-bold'],
  22. {
  23. 0x2302: [774,0,926,55,871], // HOUSE
  24. 0x2308: [731,193,469,164,459], // LEFT CEILING
  25. 0x2309: [731,193,469,10,305], // RIGHT CEILING
  26. 0x230A: [732,193,469,164,459], // LEFT FLOOR
  27. 0x230B: [732,193,469,10,305], // RIGHT FLOOR
  28. 0x2310: [399,-108,750,65,685], // REVERSED NOT SIGN
  29. 0x2319: [399,-108,750,65,685], // TURNED NOT SIGN
  30. 0x2322: [378,-129,1026,37,990], // stix-small down curve
  31. 0x2323: [378,-129,1026,37,990], // stix-small up curve
  32. 0x2329: [732,193,445,69,399], // LEFT-POINTING ANGLE BRACKET
  33. 0x232A: [732,193,445,46,376], // RIGHT-POINTING ANGLE BRACKET
  34. 0x2336: [751,156,926,85,841], // APL FUNCTIONAL SYMBOL I-BEAM
  35. 0x233D: [694,190,924,80,844], // APL FUNCTIONAL SYMBOL CIRCLE STILE
  36. 0x233F: [732,200,728,55,673], // APL FUNCTIONAL SYMBOL SLASH BAR
  37. 0x23AF: [297,-209,315,0,315] // HORIZONTAL LINE EXTENSION
  38. }
  39. );
  40. MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/Bold/MiscTechnical.js");