~ubuntu-branches/ubuntu/utopic/yelp/utopic-proposed

« back to all changes in this revision

Viewing changes to data/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2013-05-25 20:01:06 UTC
  • mfrom: (1.1.67) (131.1.1 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130525200106-4re1oimhqy8exd9b
Tags: 3.8.1-0ubuntu1
* New upstream release (LP: #1184244)
  - Added test token for classic mode (Matthias Clasen)
  - Updated translations
  - Stop checking for pangox and X11 (Emilio Pozuelo Monfort)
  - Add keywords to the desktop file (Matthias Clasen)
  - Fixed handling of xref links with anchors, #686095 (Tails developers)
  - Fixed various memory management bugs, #683100 (Carlos Garcia Campos)
  - Added local copy of MathJax for MathML display (Shaun McCance)
  - Added support for xdg help system in All Documents (Shaun McCance)
  - Fixed if:test="action:install" (Shaun McCance)
  - Switched to using 'itstool -j' for XSL domain (Shaun McCance)
* Refreshed patches, removed some patches that have been unused for some
  time.
  - debian/patches/00_no_am_gnu_gettext.patch - Removed, unused
  - debian/patches/02_man-utf8.patch - Removed, unused
  - debian/patches/04_man-utf8.patch - Removed, unused

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*************************************************************
 
2
 *
 
3
 *  MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
 
4
 *
 
5
 *  Copyright (c) 2009-2012 Design Science, Inc.
 
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
 
 
21
MathJax.Hub.Insert(
 
22
  MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['MathJax_AMS'],
 
23
  {
 
24
    0xE006: [430,23,222,-20,240],      // ??
 
25
    0xE007: [431,24,389,-20,407],      // ??
 
26
    0xE008: [605,85,778,55,719],       // ??
 
27
    0xE009: [434,6,667,37,734],        // ??
 
28
    0xE00C: [752,284,778,82,693],      // ??
 
29
    0xE00D: [752,284,778,82,693],      // ??
 
30
    0xE00E: [919,421,778,82,694],      // stix-not greater, double equals
 
31
    0xE00F: [801,303,778,82,694],      // stix-not greater-or-equal, slanted
 
32
    0xE010: [801,303,778,82,694],      // stix-not less-or-equal, slanted
 
33
    0xE011: [919,421,778,82,694],      // stix-not less, double equals
 
34
    0xE016: [828,330,778,82,694],      // stix-not subset, double equals
 
35
    0xE017: [752,332,778,82,694],      // ??
 
36
    0xE018: [828,330,778,82,694],      // stix-not superset, double equals
 
37
    0xE019: [752,333,778,82,693],      // ??
 
38
    0xE01A: [634,255,778,84,693],      // ??
 
39
    0xE01B: [634,254,778,82,691]       // ??
 
40
  }
 
41
);
 
42
 
 
43
MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/AMS/Regular/PUA.js");