[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / odt2spip_30 / inc / xsltml / README
1 README for the XSLT MathML Library
2
3 XSLT MathML Library is a set of XSLT stylesheets to transform
4 MathML 2.0 to LaTeX.
5
6 For more information, see
7 http://www.raleigh.ru/MathML/mmltex/index.php?lang=en
8
9 Manifest
10 --------
11
12 README this file
13 mmltex.xsl
14 tokens.xsl
15 glayout.xsl
16 scripts.xsl
17 tables.xsl
18 entities.xsl
19 cmarkup.xsl
20
21 Use
22 ---
23
24 There are two ways of using the library:
25
26 * Use a local copy of the library.
27
28 1. Download the distribution (see below).
29
30 2. Unpack the distribution, using unzip.
31
32 3. In your stylesheet import or include either the main
33 stylesheet, mmltex.xsl, or the stylesheet module you
34 wish to use, such as tokens.xsl. This example assumes
35 that the distribution has been extracted into the same
36 directory as your own stylesheet:
37
38 <xsl:import href="mmltex.xsl"/>
39
40 * Import or include either the main stylesheet, or the
41 stylesheet module you wish to use, directly from the library
42 website; http://www.raleigh.ru/MathML/mmltex/. For example:
43
44 <xsl:import href="http://www.raleigh.ru/MathML/mmltex/mmltex.xsl"/>
45
46 Obtaining The Library
47 ---------------------
48
49 The XSLT MathML Library is available for download as:
50
51 * Zip file: http://www.raleigh.ru/MathML/mmltex/mmltex.zip
52
53 Copyright
54 ---------
55
56 Copyright (C) 2001, 2002 Vasil Yaroshevich
57
58 Permission is hereby granted, free of charge, to any person
59 obtaining a copy of this software and associated documentation
60 files (the ``Software''), to deal in the Software without
61 restriction, including without limitation the rights to use,
62 copy, modify, merge, publish, distribute, sublicense, and/or
63 sell copies of the Software, and to permit persons to whom the
64 Software is furnished to do so, subject to the following
65 conditions:
66
67 The above copyright notice and this permission notice shall be
68 included in all copies or substantial portions of the Software.
69
70 Except as contained in this notice, the names of individuals
71 credited with contribution to this software shall not be used in
72 advertising or otherwise to promote the sale, use or other
73 dealings in this Software without prior written authorization
74 from the individuals in question.
75
76 Any stylesheet derived from this Software that is publically
77 distributed will be identified with a different name and the
78 version strings in any derived Software will be changed so that
79 no possibility of confusion between the derived package and this
80 Software will exist.
81
82 Warranty
83 --------
84
85 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
87 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
88 NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
89 CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
91 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
92 OTHER DEALINGS IN THE SOFTWARE.
93
94 Contacting the Author
95 ---------------------
96
97 These stylesheets are maintained by Vasil Yaroshevich, <yarosh@raleigh.ru>.