Sage Reference Manual
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */1/* vim: set ts=2 et sw=2 tw=80: */23/*************************************************************4*5* MathJax/config/local/local.js6*7* Include changes and configuration local to your installation8* in this file. For example, common macros can be defined here9* (see below). To use this file, add "local/local.js" to the10* config array in MathJax.js or your MathJax.Hub.Config() call.11*12* ---------------------------------------------------------------------13*14* Copyright (c) 2009-2015 The MathJax Consortium15*16* Licensed under the Apache License, Version 2.0 (the "License");17* you may not use this file except in compliance with the License.18* You may obtain a copy of the License at19*20* http://www.apache.org/licenses/LICENSE-2.021*22* Unless required by applicable law or agreed to in writing, software23* distributed under the License is distributed on an "AS IS" BASIS,24* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.25* See the License for the specific language governing permissions and26* limitations under the License.27*/282930MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {31var TEX = MathJax.InputJax.TeX;3233// place macros here. E.g.:34// TEX.Macro("R","{\\bf R}");35// TEX.Macro("op","\\mathop{\\rm #1}",1); // a macro with 1 parameter3637});3839MathJax.Ajax.loadComplete("[MathJax]/config/local/local.js");404142