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

« back to all changes in this revision

Viewing changes to data/mathjax/unpacked/jax/input/MathML/entities/opf.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/entities/opf.js
 
4
 *
 
5
 *  Copyright (c) 2010 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
(function (MATHML) {
 
22
  MathJax.Hub.Insert(MATHML.Parse.Entity,{
 
23
    'Aopf': '\uD835\uDD38',
 
24
    'Bopf': '\uD835\uDD39',
 
25
    'Copf': '\u2102',
 
26
    'Dopf': '\uD835\uDD3B',
 
27
    'Eopf': '\uD835\uDD3C',
 
28
    'Fopf': '\uD835\uDD3D',
 
29
    'Gopf': '\uD835\uDD3E',
 
30
    'Hopf': '\u210D',
 
31
    'Iopf': '\uD835\uDD40',
 
32
    'Jopf': '\uD835\uDD41',
 
33
    'Kopf': '\uD835\uDD42',
 
34
    'Lopf': '\uD835\uDD43',
 
35
    'Mopf': '\uD835\uDD44',
 
36
    'Nopf': '\u2115',
 
37
    'Oopf': '\uD835\uDD46',
 
38
    'Popf': '\u2119',
 
39
    'Qopf': '\u211A',
 
40
    'Ropf': '\u211D',
 
41
    'Sopf': '\uD835\uDD4A',
 
42
    'Topf': '\uD835\uDD4B',
 
43
    'Uopf': '\uD835\uDD4C',
 
44
    'Vopf': '\uD835\uDD4D',
 
45
    'Wopf': '\uD835\uDD4E',
 
46
    'Xopf': '\uD835\uDD4F',
 
47
    'Yopf': '\uD835\uDD50',
 
48
    'Zopf': '\u2124',
 
49
    'aopf': '\uD835\uDD52',
 
50
    'bopf': '\uD835\uDD53',
 
51
    'copf': '\uD835\uDD54',
 
52
    'dopf': '\uD835\uDD55',
 
53
    'eopf': '\uD835\uDD56',
 
54
    'fopf': '\uD835\uDD57',
 
55
    'gopf': '\uD835\uDD58',
 
56
    'hopf': '\uD835\uDD59',
 
57
    'iopf': '\uD835\uDD5A',
 
58
    'jopf': '\uD835\uDD5B',
 
59
    'kopf': '\uD835\uDD5C',
 
60
    'lopf': '\uD835\uDD5D',
 
61
    'mopf': '\uD835\uDD5E',
 
62
    'nopf': '\uD835\uDD5F',
 
63
    'oopf': '\uD835\uDD60',
 
64
    'popf': '\uD835\uDD61',
 
65
    'qopf': '\uD835\uDD62',
 
66
    'ropf': '\uD835\uDD63',
 
67
    'sopf': '\uD835\uDD64',
 
68
    'topf': '\uD835\uDD65',
 
69
    'uopf': '\uD835\uDD66',
 
70
    'vopf': '\uD835\uDD67',
 
71
    'wopf': '\uD835\uDD68',
 
72
    'xopf': '\uD835\uDD69',
 
73
    'yopf': '\uD835\uDD6A',
 
74
    'zopf': '\uD835\uDD6B'
 
75
  });
 
76
 
 
77
  MathJax.Ajax.loadComplete(MATHML.entityDir+"/opf.js");
 
78
 
 
79
})(MathJax.InputJax.MathML);