Annotation of loncom/html/adm/jsMath/extensions/mimeTeX.js, revision 1.2

1.1       albertel    1: /*
                      2:  *  extensions/mimeTeX.js
                      3:  *  
                      4:  *  Part of the jsMath package for mathematics on the web.
                      5:  *
                      6:  *  This file loads the mimeTeX plugin, and can be called either
                      7:  *  by
                      8:  *  
                      9:  *    jsMath.Extension.Require('mimeTeX');
                     10:  *
                     11:  *  or by using
                     12:  *  
                     13:  *    \require{mimeTeX}
                     14:  * 
                     15:  *  within a typeset equation.
                     16:  *
                     17:  *  ---------------------------------------------------------------------
                     18:  *
                     19:  *  Copyright 2005-2006 by Davide P. Cervone
                     20:  * 
                     21:  *  Licensed under the Apache License, Version 2.0 (the "License");
                     22:  *  you may not use this file except in compliance with the License.
                     23:  *  You may obtain a copy of the License at
                     24:  * 
                     25:  *      http://www.apache.org/licenses/LICENSE-2.0
                     26:  * 
                     27:  *  Unless required by applicable law or agreed to in writing, software
                     28:  *  distributed under the License is distributed on an "AS IS" BASIS,
                     29:  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
                     30:  *  See the License for the specific language governing permissions and
                     31:  *  limitations under the License.
                     32:  */
                     33: 
                     34: /********************************************************************/
                     35: 
                     36: jsMath.Setup.Script('plugins/mimeTeX.js');

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>