TeX.js (5950B)
1 /* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ 2 /* vim: set ts=2 et sw=2 tw=80: */ 3 4 /************************************************************* 5 * 6 * MathJax/localization/en/TeX.js 7 * 8 * Copyright (c) 2009-2015 The MathJax Consortium 9 * 10 * Licensed under the Apache License, Version 2.0 (the "License"); 11 * you may not use this file except in compliance with the License. 12 * You may obtain a copy of the License at 13 * 14 * http://www.apache.org/licenses/LICENSE-2.0 15 * 16 * Unless required by applicable law or agreed to in writing, software 17 * distributed under the License is distributed on an "AS IS" BASIS, 18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 * See the License for the specific language governing permissions and 20 * limitations under the License. 21 * 22 */ 23 24 MathJax.Localization.addTranslation("en","TeX",{ 25 version: "2.6.0", 26 isLoaded: true, 27 strings: { 28 ExtraOpenMissingClose: "Extra open brace or missing close brace", 29 ExtraCloseMissingOpen: "Extra close brace or missing open brace", 30 MissingLeftExtraRight: "Missing \\left or extra \\right", 31 MissingScript: "Missing superscript or subscript argument", 32 ExtraLeftMissingRight: "Extra \\left or missing \\right", 33 Misplaced: "Misplaced %1", 34 MissingOpenForSub: "Missing open brace for subscript", 35 MissingOpenForSup: "Missing open brace for superscript", 36 AmbiguousUseOf: "Ambiguous use of %1", 37 EnvBadEnd: "\\begin{%1} ended with \\end{%2}", 38 EnvMissingEnd: "Missing \\end{%1}", 39 MissingBoxFor: "Missing box for %1", 40 MissingCloseBrace: "Missing close brace", 41 UndefinedControlSequence: "Undefined control sequence %1", 42 DoubleExponent: "Double exponent: use braces to clarify", 43 DoubleSubscripts: "Double subscripts: use braces to clarify", 44 DoubleExponentPrime: "Prime causes double exponent: Use braces to clarify", 45 CantUseHash1: "You cannot use 'macro parameter character #' in math mode", 46 MisplacedMiddle: "%1 must be within \\left and \\right", 47 MisplacedLimits: "%1 is allowed only on operators", 48 MisplacedMoveRoot: "%1 can appear only within a root", 49 MultipleCommand: "Multiple %1", 50 IntegerArg: "The argument to %1 must be an integer", 51 NotMathMLToken: "%1 is not a token element", 52 InvalidMathMLAttr: "Invalid MathML attribute: %1", 53 UnknownAttrForElement: "%1 is not a recognized attribute for %2", 54 MaxMacroSub1: "MathJax maximum macro substitution count exceeded; is there a recursive macro call?", 55 MaxMacroSub2: "MathJax maximum substitution count exceeded; is there a recursive LaTeX environment?", 56 MissingArgFor: "Missing argument for %1", 57 ExtraAlignTab: "Extra alignment tab in \\cases text", 58 BracketMustBeDimension: "Bracket argument to %1 must be a dimension", 59 InvalidEnv: "Invalid environment name '%1'", 60 UnknownEnv: "Unknown environment '%1'", 61 ExtraCloseLooking: "Extra close brace while looking for %1", 62 MissingCloseBracket: "Could not find closing ']' for argument to %1", 63 MissingOrUnrecognizedDelim: "Missing or unrecognized delimiter for %1", 64 MissingDimOrUnits: "Missing dimension or its units for %1", 65 TokenNotFoundForCommand: "Could not find %1 for %2", 66 MathNotTerminated: "Math not terminated in text box", 67 IllegalMacroParam: "Illegal macro parameter reference", 68 MaxBufferSize: "MathJax internal buffer size exceeded; is there a recursive macro call?", 69 CommandNotAllowedInEnv: "%1 not allowed in %2 environment", 70 MultipleLabel: "Label '%1' multiply defined", 71 CommandAtTheBeginingOfLine: "%1 must come at the beginning of the line", 72 IllegalAlign: "Illegal alignment specified in %1", 73 BadMathStyleFor: "Bad math style for %1", 74 PositiveIntegerArg: "Argument to %1 must be a positive integer", 75 ErroneousNestingEq: "Erroneous nesting of equation structures", 76 MultlineRowsOneCol: "The rows within the %1 environment must have exactly one column", 77 MultipleBBoxProperty: "%1 specified twice in %2", 78 InvalidBBoxProperty: "'%1' does not look like a color, a padding dimension, or a style", 79 ExtraEndMissingBegin: "Extra %1 or missing \\begingroup", 80 GlobalNotFollowedBy: "%1 not followed by \\let, \\def, or \\newcommand", 81 UndefinedColorModel: "Color model '%1' not defined", 82 ModelArg1: "Color values for the %1 model require 3 numbers", 83 InvalidDecimalNumber: "Invalid decimal number", 84 ModelArg2: "Color values for the %1 model must be between %2 and %3", 85 InvalidNumber: "Invalid number", 86 NewextarrowArg1: "First argument to %1 must be a control sequence name", 87 NewextarrowArg2: "Second argument to %1 must be two integers separated by a comma", 88 NewextarrowArg3: "Third argument to %1 must be a Unicode character number", 89 NoClosingChar: "Cannot find closing %1", 90 IllegalControlSequenceName: "Illegal control sequence name for %1", 91 IllegalParamNumber: "Illegal number of parameters specified in %1", 92 MissingCS: "%1 must be followed by a control sequence", 93 CantUseHash2: "Illegal use of # in template for %1", 94 SequentialParam: "Parameters for %1 must be numbered sequentially", 95 MissingReplacementString: "Missing replacement string for definition of %1", 96 MismatchUseDef: "Use of %1 does not match its definition", 97 RunawayArgument: "Runaway argument for %1?", 98 NoClosingDelim: "Cannot find closing delimiter for %1" 99 } 100 }); 101 102 MathJax.Ajax.loadComplete("[MathJax]/localization/en/TeX.js");