michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: # LOCALIZATION NOTE: FILE michael@0: # Do not translate anything in this file michael@0: michael@0: # This file contains the list of all stretchy MathML chars that michael@0: # can be rendered with Standard Symbols L. michael@0: michael@0: # [ T/L | M | B/R | G | size0 ... size{N-1} ] michael@0: \u0028 = \uF8EB\uFFFD\uF8ED\uF8EC\u0028 # ( michael@0: \u0029 = \uF8F6\uFFFD\uF8F8\uF8F7\u0029 # ) michael@0: \u005B = \uF8EE\uFFFD\uF8F0\uF8EF\u005B # [ michael@0: \u005D = \uF8F9\uFFFD\uF8FB\uF8FA\u005D # ] michael@0: \u007B = \uF8F1\uF8F2\uF8F3\uF8F4\u007B # { michael@0: \u007C = \uFFFD\uFFFD\uFFFD\u007C\u007C # | michael@0: \u007D = \uF8FC\uF8FD\uF8FE\uF8F4\u007D # } michael@0: michael@0: \u00AF = \uFFFD\uFFFD\uFFFD\uF8E5\u00AF # ad-hoc: overbar is stretched with the radical extender michael@0: \u0332 = \uFFFD\uFFFD\uFFFD\u005F\u0332 # ad-hock: UnderBar (0x0332) is stretched with underscore michael@0: michael@0: \u2190 = \u2190\uFFFD\uFFFD\uF8E7\u2190 # LeftArrow, larr, leftarrow michael@0: \u2191 = \u2191\uFFFD\uFFFD\uF8E6\u2191 # UpArrow, uarr, uparrow michael@0: \u2192 = \uFFFD\uFFFD\u2192\uF8E7\u2192 # RightArrow, rarr, rightarrow michael@0: \u2193 = \uFFFD\uFFFD\u2193\uF8E6\u2193 # DownArrow, darr, downarrow michael@0: \u2194 = \u2190\uFFFD\u2192\uF8E7\u2194 # LeftRightArrow, harr, leftrightarrow michael@0: \u2195 = \u2191\uFFFD\u2193\uF8E6\u2195 # UpDownArrow, updownarrow, varr michael@0: michael@0: \u222B = \u2320\uFFFD\u2321\uF8F5\u222B # Integral, int michael@0: # If there are problems with the font-supplied glue use a rule: michael@0: # \u222B = \u2320\uFFFD\u2321\uFFFD\u222B # Integral, int michael@0: michael@0: # Using parts of [ and ] michael@0: \u2308 = \uF8EE\uFFFD\uFFFD\uF8EF\u2308 # LeftCeiling, lceil michael@0: \u2309 = \uF8F9\uFFFD\uFFFD\uF8FA\u2309 # RightCeiling, rceil michael@0: \u230A = \uFFFD\uFFFD\uF8F0\uF8EF\u230A # LeftFloor, lfloor michael@0: \u230B = \uFFFD\uFFFD\uF8FB\uF8FA\u230B # RightFloor, rfloor michael@0: michael@0: # same as normal arrows michael@0: \u27F5 = \u2190\uFFFD\uFFFD\uF8E7\u27F5 # LongLeftArrow michael@0: \u27F6 = \uFFFD\uFFFD\u2192\uF8E7\u27F6 # LongRightArrow michael@0: \u27F7 = \u2190\uFFFD\u2192\uF8E7\u27F7 # LongLeftRightArrow