Other.js 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/SVG/fonts/TeX/svg/Fraktur/Regular/Other.js
  4. *
  5. * Copyright (c) 2011-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.SVG.FONTDATA.FONTS['MathJax_Fraktur'],
  22. {
  23. // LEFT SINGLE QUOTATION MARK
  24. 0x2018: [708,-410,215,45,158,'117 410Q97 410 71 455T45 539Q45 588 129 694L140 708Q142 708 153 694L147 682Q106 609 106 582V577V571Q106 548 132 511T158 455Q158 434 143 422T117 410'],
  25. // RIGHT SINGLE QUOTATION MARK
  26. 0x2019: [692,-395,215,49,163,'105 529Q105 546 77 588T49 651Q49 658 51 666Q53 672 67 682T92 692Q111 692 137 644T163 563Q163 534 143 497T99 428T74 395Q72 395 65 400T58 407Q105 476 105 523V529']
  27. }
  28. );
  29. MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Fraktur/Regular/Other.js");