mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-32450 delete Dragmath plugin and library because it is not compatible with GPL
This commit is contained in:
parent
7a4832ecb9
commit
1170df12a1
@ -908,6 +908,7 @@ class core_plugin_manager {
|
||||
$plugins = array(
|
||||
'qformat' => array('blackboard'),
|
||||
'enrol' => array('authorize'),
|
||||
'tinymce' => array('dragmath'),
|
||||
'tool' => array('bloglevelupgrade', 'qeupgradehelper'),
|
||||
'theme' => array('mymobile', 'afterburner', 'anomaly', 'arialist', 'binarius', 'boxxie', 'brick', 'formal_white',
|
||||
'formfactor', 'fusion', 'leatherbound', 'magazine', 'nimble', 'nonzero', 'overlay', 'serenity', 'sky_high',
|
||||
@ -1121,7 +1122,7 @@ class core_plugin_manager {
|
||||
),
|
||||
|
||||
'tinymce' => array(
|
||||
'ctrlhelp', 'dragmath', 'managefiles', 'moodleemoticon', 'moodleimage',
|
||||
'ctrlhelp', 'managefiles', 'moodleemoticon', 'moodleimage',
|
||||
'moodlemedia', 'moodlenolink', 'pdw', 'spellchecker', 'wrap'
|
||||
),
|
||||
|
||||
|
@ -3676,5 +3676,14 @@ function xmldb_main_upgrade($oldversion) {
|
||||
upgrade_main_savepoint(true, 2014061000.00);
|
||||
}
|
||||
|
||||
if ($oldversion < 2014062600.01) {
|
||||
// Purge DragMath plugin which is incompatible with GNU GPL license.
|
||||
// Hacky emulation of plugin uninstallation.
|
||||
unset_all_config_for_plugin('tinymce_dragmath');
|
||||
|
||||
// Main savepoint reached.
|
||||
upgrade_main_savepoint(true, 2014062600.01);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -1,45 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - License</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<span style=" color: #000099; font-size: x-large; font-family: Arial;"><strong>DragMath Copyright Information</strong></span>
|
||||
|
||||
<span style=" font-size: small; font-family: Arial;">
|
||||
<p>
|
||||
DragMath is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
</p>
|
||||
<p>
|
||||
DragMath is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
</p>
|
||||
<p>
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with DragMath. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a> .
|
||||
</p>
|
||||
<hr></hr>
|
||||
<br>
|
||||
<p>
|
||||
All source code in this package is written by <a href="http://www.alexbillingsley.co.uk">Alex Billingsley</a> except the libraries used. The copyright information for the libaries is included below:</p>
|
||||
<p>
|
||||
<h4>JDOM<br> <a href="http://www.jdom.org">http://www.jdom.org</a></h4>
|
||||
JDOM is available under an Apache-style open source license, with the acknowledgment clause removed. This license is among the least restrictive license available, enabling developers to use JDOM in creating new products without requiring them to release their own products as open source. This is the license model used by the Apache Project, which created the Apache server. The license is available at the top of every source file and in LICENSE.txt in the root of the distribution.
|
||||
</p>
|
||||
<br>
|
||||
<p>
|
||||
<h4>JEP<br><a href="https://sourceforge.net/projects/jep/">https://sourceforge.net/projects/jep/</a></h4>
|
||||
JEP is licensed under the GNU General Public License (GPL) v3 (<a href="http://www.gnu.org/licenses/gpl-3.0.txt">http://www.gnu.org/licenses/gpl-3.0.txt</a>)</p>
|
||||
<p>
|
||||
<br>
|
||||
<h4>glyFX Common Toolbar Set Icons<br> <a href="http://www.glyfx.com">http://www.glyfx.com</a></h4>
|
||||
Icons used in software, license found at; <a href="http://www.glyfx.com/license-toolbar.html">http://www.glyfx.com/license-toolbar.html</a></p>
|
||||
</span>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,75 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath - README</title>
|
||||
</head>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-6643167-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}</script>
|
||||
<body>
|
||||
<span style=" color: #000099; font-size: x-large; font-family: Arial;"><strong>
|
||||
DragMath README
|
||||
</strong></span>
|
||||
<span style=" font-size: small; font-family: Arial;">
|
||||
<p>
|
||||
<font size=3>
|
||||
<p>
|
||||
<br>
|
||||
This is an open-source drag and drop equation editor written in Java. Once an expression is created the user can convert it into a variety of different linear syntax for mathematics, including MathML, LaTeX, Maple, Maxima or any user defined style.
|
||||
</p>
|
||||
DragMath Website:<a href="www.dragmath.bham.ac.uk">www.dragmath.bham.ac.uk</a><br>
|
||||
SoureForge.net Project:<a href="http://sourceforge.net/projects/dragmath">http://sourceforge.net/projects/dragmath</a>
|
||||
</p>
|
||||
<br>
|
||||
<p>
|
||||
<b>Package Contents:</b>
|
||||
</p>
|
||||
<br>
|
||||
<dl>
|
||||
|
||||
<dt><b><a href="README.html"><b>README.html</b></a></b>
|
||||
<dd>This file</dd>
|
||||
</dt>
|
||||
<br>
|
||||
<dt><b><a href="LICENSE-gpl.txt"><b>LICENSE-gpl.txt</b></a></b>
|
||||
<dd>License Agreement</dd>
|
||||
</dt>
|
||||
<br>
|
||||
<dt><b><a href="COPYRIGHT.html"><b>COPYRIGHT.html</b></a></b>
|
||||
<dd>Copyright Information</dd>
|
||||
</dt>
|
||||
<br>
|
||||
<dt><b><a href="Version History.html"><b>Version History.html</b></a></b>
|
||||
<dd>History of changes to each version</dd>
|
||||
</dt>
|
||||
<br>
|
||||
<dt><b><a href="DragMath Demonstration.html"><b>DragMath Demonstration.html</b></a></b>
|
||||
<dd>DragMath demonstration</dd>
|
||||
</dt>
|
||||
<br><br>
|
||||
<dt><b>doc/</b>
|
||||
<dd><a href="doc/index.html">Documentation</a></dd>
|
||||
</dt>
|
||||
<br>
|
||||
<br>
|
||||
<dt><b>applet/</b>
|
||||
<dl>
|
||||
<dt><b>formats/</b>
|
||||
<dd>Export formats</dd>
|
||||
</dt>
|
||||
<dt><b>lang/</b>
|
||||
<dd>Language files</dd>
|
||||
</dt>
|
||||
</dl>
|
||||
</dt>
|
||||
</dl>
|
||||
|
||||
</font>
|
||||
</span>
|
||||
</body>
|
||||
</html>
|
@ -1,252 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath - Version History</title>
|
||||
</head>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-6643167-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}</script>
|
||||
<body>
|
||||
<span style=" color: #000099; font-size: x-large; font-family: Arial;"><strong>
|
||||
<p>
|
||||
DragMath - Version History
|
||||
</p>
|
||||
</strong></span>
|
||||
<span style=" font-size: small; font-family: Arial;">
|
||||
<font size=3>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.7.8.2 released 09/05/2010</b>
|
||||
<p>
|
||||
New Features:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Released under GPL Version 3</li>
|
||||
</ol>
|
||||
Bugs fixed:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Following operators not parsed correctly, ==, <=, >=, subset</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.7.8.1 released 09/07/2009</b>
|
||||
<p>
|
||||
New Languages:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Finnish</li>
|
||||
</ol>
|
||||
Bugs fixed:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Error with library file locations (not fixed in 0.7.8)</li>
|
||||
<li>Error with XML Parser</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.7.8 released 06/06/2009</b>
|
||||
<p>
|
||||
New Languages:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Persian</li>
|
||||
</ol>
|
||||
<p>
|
||||
Bugs fixed:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Error with library file locations</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.7.7 released 19/02/2009</b>
|
||||
<p>
|
||||
New Features:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Turn implicit multiplication on/off</li>
|
||||
<li>Turn decimal numbers on/off</li>
|
||||
<li>Italian language file</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.7.6 released 03/11/2008</b>
|
||||
<p>
|
||||
Bugs fixed:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Problem parsing equations containing decimal places</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
|
||||
<b>DragMath 0.7.5 released 26/10/2008</b>
|
||||
<p>
|
||||
Bugs fixed:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Problem parsing 2(a-b) and similar equations</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.7.4 released 20/10/2008</b>
|
||||
<p>
|
||||
New Features:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Show/Hide Menu</li>
|
||||
<li>Show/Hide Toolbar</li>
|
||||
<li>Customise Toolbar</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.7.3 released 31/07/2008</b>
|
||||
<p>
|
||||
Bugs fixed:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Infinity not working</li>
|
||||
<li>Lambda not correct in output files</li>
|
||||
<li>Improvements to French language file</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.7.2 released 04/04/2008</b>
|
||||
<p>
|
||||
New Features:
|
||||
</p>
|
||||
<ol>
|
||||
<li>MoodleTex format file</li>
|
||||
<li>ASCIIMathML format file</li>
|
||||
</ol>
|
||||
New languages:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Norwegian</li>
|
||||
</ol>
|
||||
Bugs fixed:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Unary minus not working with infinity</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.7.1 released 28/02/2008</b>
|
||||
<p>
|
||||
New Features:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Export to image</li>
|
||||
</ol>
|
||||
New languages:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Portuguese (Brazilian)</li>
|
||||
</ol>
|
||||
<br
|
||||
|
||||
<b>DragMath 0.7.0 released 07/02/2008</b>
|
||||
<p>
|
||||
New Features:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Arrows tab</li>
|
||||
<li>Additonal operators in operator tab</li>
|
||||
<li>Partial differential</li>
|
||||
</ol>
|
||||
New languages:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Catalan</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.6.3 released 10/01/2008</b>
|
||||
<p>
|
||||
New languages:
|
||||
</p>
|
||||
<ol>
|
||||
<li>German</li>
|
||||
<li>Dutch</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.6.2 released 23/12/2007</b>
|
||||
<p>
|
||||
New languages:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Russian</li>
|
||||
<li>French</li>
|
||||
</ol>
|
||||
Bugs fixed:
|
||||
<ol>
|
||||
<li><EFBFBD> sign not working</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.6.1 released 18/12/2007</b>
|
||||
<p>
|
||||
New Features:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Not Equal operator</li>
|
||||
</ol>
|
||||
New languages:
|
||||
<ol>
|
||||
<li>Polish</li>
|
||||
<li>Czech (completed)</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
<b>DragMath 0.6.0 released 12/12/2007</b>
|
||||
<p>
|
||||
New Features:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Multi-level Undo and Redo</li>
|
||||
<li>Plus-Minus operator</li>
|
||||
<li>Ability to select operator in workspace and replace with any other operator</li>
|
||||
<li>New menu bar - consisting of new features, Clear Workspace, Set language, Set export format, Load Documentation</li>
|
||||
<li>Additions to parser</li>
|
||||
</ol>
|
||||
|
||||
New languages:
|
||||
<ol>
|
||||
<li>Spanish</li>
|
||||
<li>Swedish (In progress)</li>
|
||||
<li>Czech (In progress)</li>
|
||||
</ol>
|
||||
|
||||
|
||||
Bugs fixed:
|
||||
<ol>
|
||||
<li>Greek letters not parsed correctly</li>
|
||||
<li>Brackets being added causing applet to crash</li>
|
||||
<li>Multi-language support not working</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
|
||||
<b>DragMath 0.5.0 released 20/09/2007</b>
|
||||
<p>
|
||||
New Features:
|
||||
</p>
|
||||
<ol>
|
||||
<li>Support for Java Runtime Environment (JRE) 1.4 or higher</li>
|
||||
<li>Save/Load expressions to .drgm files</li>
|
||||
<li>Parameter to open applet with an expression</li>
|
||||
</ol>
|
||||
<br>
|
||||
|
||||
|
||||
</font>
|
||||
</span>
|
||||
</body>
|
||||
</html>
|
@ -1,38 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : Config.xml
|
||||
Created on : 13 December 2007, 19:28
|
||||
Author : Alex Billingsley
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Config>
|
||||
<Languages>
|
||||
<Lang displayName="Català" fileName="ca"></Lang>
|
||||
<Lang displayName="čeština" fileName="cz"></Lang>
|
||||
<Lang displayName="Deutsch" fileName="de"></Lang>
|
||||
<Lang displayName="English" fileName="en"></Lang>
|
||||
<Lang displayName="Español" fileName="es"></Lang>
|
||||
<Lang displayName="français" fileName="fr"></Lang>
|
||||
<Lang displayName="italiano" fileName="it"></Lang>
|
||||
<Lang displayName="Nederlands" fileName="nl"></Lang>
|
||||
<Lang displayName="Norsk" fileName="no"></Lang>
|
||||
<Lang displayName="polski" fileName="pl"></Lang>
|
||||
<Lang displayName="Pyccĸий" fileName="ru"></Lang>
|
||||
<Lang displayName="suomi" fileName="fi"></Lang>
|
||||
<Lang displayName="svenska" fileName="sv"></Lang>
|
||||
<Lang displayName="português brasileiro" fileName="pt-br"></Lang>
|
||||
<Lang displayName="فارسی" fileName="fa"></Lang>
|
||||
</Languages>
|
||||
|
||||
<Formats>
|
||||
<Format displayName="LaTeX" fileName="Latex"></Format>
|
||||
<Format displayName="Maple" fileName="Maple"></Format>
|
||||
<Format displayName="MathML" fileName="MathML"></Format>
|
||||
<Format displayName="Maxima" fileName="Maxima"></Format>
|
||||
<Format displayName="MoodleTex" fileName="MoodleTex"></Format>
|
||||
<Format displayName="ASCIIMathML" fileName="ASCIIMathML"></Format>
|
||||
</Formats>
|
||||
</Config>
|
Binary file not shown.
Binary file not shown.
@ -1,543 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Syntax>
|
||||
<name AutoBrackets="false">ASCIIMathML</name>
|
||||
|
||||
<Initial>
|
||||
<output1>`</output1>
|
||||
<output2>`</output2>
|
||||
</Initial>
|
||||
<Text>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Text>
|
||||
<Variable>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Variable>
|
||||
<RealNumber>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</RealNumber>
|
||||
|
||||
|
||||
|
||||
<!-- Nary Operators -->
|
||||
<Add>
|
||||
<output>+</output>
|
||||
</Add>
|
||||
|
||||
<Multiply>
|
||||
<output> * </output>
|
||||
</Multiply>
|
||||
|
||||
<Multiply2>
|
||||
<output> xx </output>
|
||||
</Multiply2>
|
||||
<Equals>
|
||||
<output>=</output>
|
||||
</Equals>
|
||||
<Union>
|
||||
<output> uu </output>
|
||||
</Union>
|
||||
<Intersection>
|
||||
<output> nn </output>
|
||||
</Intersection>
|
||||
<Comma>
|
||||
<output>,</output>
|
||||
</Comma>
|
||||
<Equiv>
|
||||
<output> -= </output>
|
||||
</Equiv>
|
||||
|
||||
|
||||
|
||||
<!-- Functions -->
|
||||
<UMinus>
|
||||
<output1>-</output1>
|
||||
<output2></output2>
|
||||
</UMinus>
|
||||
<Factorial brackets="false">
|
||||
<output1>(</output1>
|
||||
<output2>)!</output2>
|
||||
</Factorial>
|
||||
<NaturalLogarithm>
|
||||
<output1> ln </output1>
|
||||
<output2></output2>
|
||||
</NaturalLogarithm>
|
||||
<Logarithm>
|
||||
<output1> log </output1>
|
||||
<output2></output2>
|
||||
</Logarithm>
|
||||
<Sine>
|
||||
<output1> sin </output1>
|
||||
<output2></output2>
|
||||
</Sine>
|
||||
<Cosine>
|
||||
<output1> cos </output1>
|
||||
<output2></output2>
|
||||
</Cosine>
|
||||
<Tangent>
|
||||
<output1> tan </output1>
|
||||
<output2></output2>
|
||||
</Tangent>
|
||||
<ArcSine>
|
||||
<output1> sin^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcSine>
|
||||
<ArcCosine>
|
||||
<output1> cos^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcCosine>
|
||||
<ArcTangent>
|
||||
<output1> tan^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcTangent>
|
||||
<SineH>
|
||||
<output1> sinh </output1>
|
||||
<output2></output2>
|
||||
</SineH>
|
||||
<CosineH>
|
||||
<output1> cosh </output1>
|
||||
<output2></output2>
|
||||
</CosineH>
|
||||
<TanH>
|
||||
<output1> tanh </output1>
|
||||
<output2></output2>
|
||||
</TanH>
|
||||
<ArcSineH>
|
||||
<output1> sinh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcSineH>
|
||||
<ArcCosineH>
|
||||
<output1> cosh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcCosineH>
|
||||
<ArcTanH>
|
||||
<output1> tanh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcTanH>
|
||||
<SquareRoot brackets="false">
|
||||
<output1> sqrt{</output1>
|
||||
<output2>} </output2>
|
||||
</SquareRoot>
|
||||
<Exp brackets="false">
|
||||
<output1> e^{</output1>
|
||||
<output2>} </output2>
|
||||
</Exp>
|
||||
<Max>
|
||||
<output1>max</output1>
|
||||
<output2></output2>
|
||||
</Max>
|
||||
<Min>
|
||||
<output1>min</output1>
|
||||
<output2></output2>
|
||||
</Min>
|
||||
<Determinant>
|
||||
<output1>det</output1>
|
||||
<output2></output2>
|
||||
</Determinant>
|
||||
<Trace>
|
||||
<output1>Tr</output1>
|
||||
<output2></output2>
|
||||
</Trace>
|
||||
|
||||
|
||||
|
||||
<!-- Binary Operators -->
|
||||
<NotEqual>
|
||||
<output1></output1>
|
||||
<output2> != </output2>
|
||||
<output3></output3>
|
||||
</NotEqual>
|
||||
<PlusMinus>
|
||||
<output1></output1>
|
||||
<output2> +- </output2>
|
||||
<output3></output3>
|
||||
</PlusMinus>
|
||||
<Assignment>
|
||||
<output1></output1>
|
||||
<output2>:=</output2>
|
||||
<output3></output3>
|
||||
</Assignment>
|
||||
<Subtract>
|
||||
<output1></output1>
|
||||
<output2>-</output2>
|
||||
<output3></output3>
|
||||
</Subtract>
|
||||
<Divide brackets="false">
|
||||
<output1> (</output1>
|
||||
<output2>)/(</output2>
|
||||
<output3>) </output3>
|
||||
</Divide>
|
||||
<Divide2>
|
||||
<output1></output1>
|
||||
<output2> -: </output2>
|
||||
<output3></output3>
|
||||
</Divide2>
|
||||
<LessThan>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<]]></output2>
|
||||
<output3></output3>
|
||||
</LessThan>
|
||||
<GreaterThan>
|
||||
<output1></output1>
|
||||
<output2>></output2>
|
||||
<output3></output3>
|
||||
</GreaterThan>
|
||||
<LTEQ>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<=]]></output2>
|
||||
<output3></output3>
|
||||
</LTEQ>
|
||||
<GTEQ>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[>=]]></output2>
|
||||
<output3></output3>
|
||||
</GTEQ>
|
||||
<Subset>
|
||||
<output1></output1>
|
||||
<output2> sub </output2>
|
||||
<output3></output3>
|
||||
</Subset>
|
||||
<SubsetEq>
|
||||
<output1></output1>
|
||||
<output2> sube </output2>
|
||||
<output3></output3>
|
||||
</SubsetEq>
|
||||
<NSubset>
|
||||
<output1></output1>
|
||||
<output2> \not\subset </output2>
|
||||
<output3></output3>
|
||||
</NSubset>
|
||||
<NSubsetEq>
|
||||
<output1></output1>
|
||||
<output2> \not\subseteq </output2>
|
||||
<output3></output3>
|
||||
</NSubsetEq>
|
||||
<Power>
|
||||
<output1></output1>
|
||||
<output2>^{</output2>
|
||||
<output3>}</output3>
|
||||
</Power>
|
||||
<Subscript>
|
||||
<output1></output1>
|
||||
<output2>_{</output2>
|
||||
<output3>}</output3>
|
||||
</Subscript>
|
||||
<NthRoot reverse="true" brackets="false">
|
||||
<output1> root(</output1>
|
||||
<output2>)(</output2>
|
||||
<output3>) </output3>
|
||||
</NthRoot>
|
||||
<Function>
|
||||
<output1></output1>
|
||||
<output2>(</output2>
|
||||
<output3>)</output3>
|
||||
</Function>
|
||||
<LeftArrow>
|
||||
<output1></output1>
|
||||
<output2> larr </output2>
|
||||
<output3></output3>
|
||||
</LeftArrow>
|
||||
<RightArrow>
|
||||
<output1></output1>
|
||||
<output2> rarr </output2>
|
||||
<output3></output3>
|
||||
</RightArrow>
|
||||
<UpArrow>
|
||||
<output1></output1>
|
||||
<output2> uarr </output2>
|
||||
<output3></output3>
|
||||
</UpArrow>
|
||||
<DownArrow>
|
||||
<output1></output1>
|
||||
<output2> darr </output2>
|
||||
<output3></output3>
|
||||
</DownArrow>
|
||||
<LeftDblArrow>
|
||||
<output1></output1>
|
||||
<output2> lArr </output2>
|
||||
<output3></output3>
|
||||
</LeftDblArrow>
|
||||
<RightDblArrow>
|
||||
<output1></output1>
|
||||
<output2> rArr </output2>
|
||||
<output3></output3>
|
||||
</RightDblArrow>
|
||||
<LeftRightArrow>
|
||||
<output1></output1>
|
||||
<output2> harr </output2>
|
||||
<output3></output3>
|
||||
</LeftRightArrow>
|
||||
<LeftRightDblArrow>
|
||||
<output1></output1>
|
||||
<output2> hArr </output2>
|
||||
<output3></output3>
|
||||
</LeftRightDblArrow>
|
||||
<NorthEastArrow>
|
||||
<output1></output1>
|
||||
<output2> \nearrow </output2>
|
||||
<output3></output3>
|
||||
</NorthEastArrow>
|
||||
<SouthEastArrow>
|
||||
<output1></output1>
|
||||
<output2> \searrow </output2>
|
||||
<output3></output3>
|
||||
</SouthEastArrow>
|
||||
<NorthWestArrow>
|
||||
<output1></output1>
|
||||
<output2> \nwarrow </output2>
|
||||
<output3></output3>
|
||||
</NorthWestArrow>
|
||||
<SouthWestArrow>
|
||||
<output1></output1>
|
||||
<output2> \swarrow </output2>
|
||||
<output3></output3>
|
||||
</SouthWestArrow>
|
||||
|
||||
<Exists>
|
||||
<output1></output1>
|
||||
<output2> EE </output2>
|
||||
<output3></output3>
|
||||
</Exists>
|
||||
<ForAll>
|
||||
<output1></output1>
|
||||
<output2> AA </output2>
|
||||
<output3></output3>
|
||||
</ForAll>
|
||||
<IsIn>
|
||||
<output1></output1>
|
||||
<output2> in </output2>
|
||||
<output3></output3>
|
||||
</IsIn>
|
||||
<NotExists>
|
||||
<output1></output1>
|
||||
<output2> \not\exists </output2>
|
||||
<output3></output3>
|
||||
</NotExists>
|
||||
<NotIn>
|
||||
<output1></output1>
|
||||
<output2> !in </output2>
|
||||
<output3></output3>
|
||||
</NotIn>
|
||||
<SimEq>
|
||||
<output1></output1>
|
||||
<output2> \simeq </output2>
|
||||
<output3></output3>
|
||||
</SimEq>
|
||||
<Or>
|
||||
<output1></output1>
|
||||
<output2> vv </output2>
|
||||
<output3></output3>
|
||||
</Or>
|
||||
<And>
|
||||
<output1></output1>
|
||||
<output2> ^^ </output2>
|
||||
<output3></output3>
|
||||
</And>
|
||||
<Not>
|
||||
<output1></output1>
|
||||
<output2> not </output2>
|
||||
<output3></output3>
|
||||
</Not>
|
||||
|
||||
|
||||
<!-- Nary Functions -->
|
||||
<Integral>
|
||||
<output1> int </output1>
|
||||
<output2>d</output2>
|
||||
<output3></output3>
|
||||
</Integral>
|
||||
<Differential order="1,0">
|
||||
<output1> d/(d</output1>
|
||||
<output2>)</output2>
|
||||
<output3></output3>
|
||||
</Differential>
|
||||
<PartialDifferential order="1,0">
|
||||
<output1> del/(del </output1>
|
||||
<output2>)</output2>
|
||||
<output3></output3>
|
||||
</PartialDifferential>
|
||||
<Sum order="1,2,3,0">
|
||||
<output1> sum_(</output1>
|
||||
<output2>=</output2>
|
||||
<output3>)^(</output3>
|
||||
<output4>)</output4>
|
||||
<output5></output5>
|
||||
</Sum>
|
||||
<Product order="1,2,3,0">
|
||||
<output1> prod_(</output1>
|
||||
<output2>=</output2>
|
||||
<output3>)^(</output3>
|
||||
<output4>)</output4>
|
||||
<output5></output5>
|
||||
</Product>
|
||||
<Limit order="1,2,0">
|
||||
<output1> lim_(</output1>
|
||||
<output2>-></output2>
|
||||
<output3>)</output3>
|
||||
<output4></output4>
|
||||
</Limit>
|
||||
<Evaluate>
|
||||
<output1></output1>
|
||||
<output2>\left|_{{</output2>
|
||||
<output3>}={</output3>
|
||||
<output4>}}</output4>
|
||||
</Evaluate>
|
||||
<DefiniteIntegral order="2,3,0,1">
|
||||
<output1> int_{</output1>
|
||||
<output2>}^{</output2>
|
||||
<output3>}</output3>
|
||||
<output4>d</output4>
|
||||
<output5></output5>
|
||||
</DefiniteIntegral>
|
||||
|
||||
|
||||
|
||||
<!-- Matrix -->
|
||||
<Matrix>
|
||||
<matrixStart> [ </matrixStart>
|
||||
<rowStart>[</rowStart>
|
||||
<elementStart></elementStart>
|
||||
<elementEnd></elementEnd>
|
||||
<elementSeparator>,</elementSeparator>
|
||||
<rowEnd>]</rowEnd>
|
||||
<rowSeparator>,</rowSeparator>
|
||||
<matrixEnd> ] </matrixEnd>
|
||||
</Matrix>
|
||||
|
||||
|
||||
|
||||
<!-- Grouping -->
|
||||
<BracketsRnd>
|
||||
<output1>(</output1>
|
||||
<output2>)</output2>
|
||||
</BracketsRnd>
|
||||
<BracketsCurl>
|
||||
<output1>{</output1>
|
||||
<output2>}</output2>
|
||||
</BracketsCurl>
|
||||
<BracketsSq>
|
||||
<output1>[</output1>
|
||||
<output2>]</output2>
|
||||
</BracketsSq>
|
||||
<Abs>
|
||||
<output1>|\</output1>
|
||||
<output2>|</output2>
|
||||
</Abs>
|
||||
|
||||
|
||||
|
||||
<!-- Symbols -->
|
||||
<Infinity>
|
||||
<output>oo</output>
|
||||
</Infinity>
|
||||
|
||||
|
||||
<Γ>
|
||||
<output> Gamma </output>
|
||||
</Γ>
|
||||
<Δ>
|
||||
<output> Delta </output>
|
||||
</Δ>
|
||||
<Θ>
|
||||
<output> Theta </output>
|
||||
</Θ>
|
||||
<Λ>
|
||||
<output> Lambda </output>
|
||||
</Λ>
|
||||
<Ξ>
|
||||
<output> Xi </output>
|
||||
</Ξ>
|
||||
<Π>
|
||||
<output> Pi </output>
|
||||
</Π>
|
||||
<Σ>
|
||||
<output> Sigma </output>
|
||||
</Σ>
|
||||
<Υ>
|
||||
<output> Upsilon </output>
|
||||
</Υ>
|
||||
<Φ>
|
||||
<output> Phi </output>
|
||||
</Φ>
|
||||
<Ψ>
|
||||
<output> Psi </output>
|
||||
</Ψ>
|
||||
<Ω>
|
||||
<output> Omega </output>
|
||||
</Ω>
|
||||
|
||||
|
||||
<α>
|
||||
<output> alpha </output>
|
||||
</α>
|
||||
<β>
|
||||
<output> beta </output>
|
||||
</β>
|
||||
<γ>
|
||||
<output> gamma </output>
|
||||
</γ>
|
||||
<δ>
|
||||
<output> delta </output>
|
||||
</δ>
|
||||
<ε>
|
||||
<output> epsilon </output>
|
||||
</ε>
|
||||
<ζ>
|
||||
<output> zeta </output>
|
||||
</ζ>
|
||||
<η>
|
||||
<output> eta </output>
|
||||
</η>
|
||||
<θ>
|
||||
<output> theta </output>
|
||||
</θ>
|
||||
<ι>
|
||||
<output> iota </output>
|
||||
</ι>
|
||||
<κ>
|
||||
<output> kappa </output>
|
||||
</κ>
|
||||
<λ>
|
||||
<output> lambda </output>
|
||||
</λ>
|
||||
<μ>
|
||||
<output> mu </output>
|
||||
</μ>
|
||||
<ν>
|
||||
<output> nu </output>
|
||||
</ν>
|
||||
<ξ>
|
||||
<output> xi </output>
|
||||
</ξ>
|
||||
<π>
|
||||
<output> pi </output>
|
||||
</π>
|
||||
<ρ>
|
||||
<output> rho </output>
|
||||
</ρ>
|
||||
<σ>
|
||||
<output> sigma </output>
|
||||
</σ>
|
||||
<τ>
|
||||
<output> tau </output>
|
||||
</τ>
|
||||
<υ>
|
||||
<output> upsilon </output>
|
||||
</υ>
|
||||
<φ>
|
||||
<output> phi </output>
|
||||
</φ>
|
||||
<χ>
|
||||
<output> chi </output>
|
||||
</χ>
|
||||
<ψ>
|
||||
<output> psi </output>
|
||||
</ψ>
|
||||
<ω>
|
||||
<output> omega </output>
|
||||
</ω>
|
||||
|
||||
</Syntax>
|
@ -1,541 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Syntax>
|
||||
<name AutoBrackets="false">Latex</name>
|
||||
|
||||
<Initial>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Initial>
|
||||
<Text>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Text>
|
||||
<Variable>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Variable>
|
||||
<RealNumber>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</RealNumber>
|
||||
|
||||
|
||||
|
||||
<!-- Nary Operators -->
|
||||
<Add>
|
||||
<output>+</output>
|
||||
</Add>
|
||||
<Multiply>
|
||||
<output> \cdot </output>
|
||||
</Multiply>
|
||||
<Multiply2>
|
||||
<output> \times </output>
|
||||
</Multiply2>
|
||||
<Equals>
|
||||
<output>=</output>
|
||||
</Equals>
|
||||
<Union>
|
||||
<output> \cup </output>
|
||||
</Union>
|
||||
<Intersection>
|
||||
<output> \cap </output>
|
||||
</Intersection>
|
||||
<Comma>
|
||||
<output>,</output>
|
||||
</Comma>
|
||||
<Equiv>
|
||||
<output> \equiv </output>
|
||||
</Equiv>
|
||||
|
||||
|
||||
|
||||
<!-- Functions -->
|
||||
<UMinus>
|
||||
<output1>-</output1>
|
||||
<output2></output2>
|
||||
</UMinus>
|
||||
<Factorial brackets="false">
|
||||
<output1>{</output1>
|
||||
<output2>}!</output2>
|
||||
</Factorial>
|
||||
<NaturalLogarithm>
|
||||
<output1> \ln </output1>
|
||||
<output2></output2>
|
||||
</NaturalLogarithm>
|
||||
<Logarithm>
|
||||
<output1> \log </output1>
|
||||
<output2></output2>
|
||||
</Logarithm>
|
||||
<Sine>
|
||||
<output1> \sin </output1>
|
||||
<output2></output2>
|
||||
</Sine>
|
||||
<Cosine>
|
||||
<output1> \cos </output1>
|
||||
<output2></output2>
|
||||
</Cosine>
|
||||
<Tangent>
|
||||
<output1> \tan </output1>
|
||||
<output2></output2>
|
||||
</Tangent>
|
||||
<ArcSine>
|
||||
<output1> \sin^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcSine>
|
||||
<ArcCosine>
|
||||
<output1> \cos^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcCosine>
|
||||
<ArcTangent>
|
||||
<output1> \tan^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcTangent>
|
||||
<SineH>
|
||||
<output1> \sinh </output1>
|
||||
<output2></output2>
|
||||
</SineH>
|
||||
<CosineH>
|
||||
<output1> \cosh </output1>
|
||||
<output2></output2>
|
||||
</CosineH>
|
||||
<TanH>
|
||||
<output1> \tanh </output1>
|
||||
<output2></output2>
|
||||
</TanH>
|
||||
<ArcSineH>
|
||||
<output1> \sinh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcSineH>
|
||||
<ArcCosineH>
|
||||
<output1> \cosh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcCosineH>
|
||||
<ArcTanH>
|
||||
<output1> \tanh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcTanH>
|
||||
<SquareRoot brackets="false">
|
||||
<output1> \sqrt{</output1>
|
||||
<output2>} </output2>
|
||||
</SquareRoot>
|
||||
<Exp brackets="false">
|
||||
<output1> e^{</output1>
|
||||
<output2>} </output2>
|
||||
</Exp>
|
||||
<Max>
|
||||
<output1>\max</output1>
|
||||
<output2></output2>
|
||||
</Max>
|
||||
<Min>
|
||||
<output1>\min</output1>
|
||||
<output2></output2>
|
||||
</Min>
|
||||
<Determinant>
|
||||
<output1>\det</output1>
|
||||
<output2></output2>
|
||||
</Determinant>
|
||||
<Trace>
|
||||
<output1>Tr</output1>
|
||||
<output2></output2>
|
||||
</Trace>
|
||||
|
||||
|
||||
|
||||
<!-- Binary Operators -->
|
||||
<NotEqual>
|
||||
<output1></output1>
|
||||
<output2> \neq </output2>
|
||||
<output3></output3>
|
||||
</NotEqual>
|
||||
<PlusMinus>
|
||||
<output1></output1>
|
||||
<output2> \pm </output2>
|
||||
<output3></output3>
|
||||
</PlusMinus>
|
||||
<Assignment>
|
||||
<output1></output1>
|
||||
<output2>:=</output2>
|
||||
<output3></output3>
|
||||
</Assignment>
|
||||
<Subtract>
|
||||
<output1></output1>
|
||||
<output2>-</output2>
|
||||
<output3></output3>
|
||||
</Subtract>
|
||||
<Divide brackets="false">
|
||||
<output1> \frac{</output1>
|
||||
<output2>}{</output2>
|
||||
<output3>} </output3>
|
||||
</Divide>
|
||||
<Divide2>
|
||||
<output1></output1>
|
||||
<output2> \div </output2>
|
||||
<output3></output3>
|
||||
</Divide2>
|
||||
<LessThan>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<]]></output2>
|
||||
<output3></output3>
|
||||
</LessThan>
|
||||
<GreaterThan>
|
||||
<output1></output1>
|
||||
<output2>></output2>
|
||||
<output3></output3>
|
||||
</GreaterThan>
|
||||
<LTEQ>
|
||||
<output1></output1>
|
||||
<output2> \le </output2>
|
||||
<output3></output3>
|
||||
</LTEQ>
|
||||
<GTEQ>
|
||||
<output1></output1>
|
||||
<output2> \ge </output2>
|
||||
<output3></output3>
|
||||
</GTEQ>
|
||||
<Subset>
|
||||
<output1></output1>
|
||||
<output2> \subset </output2>
|
||||
<output3></output3>
|
||||
</Subset>
|
||||
<SubsetEq>
|
||||
<output1></output1>
|
||||
<output2> \subseteq </output2>
|
||||
<output3></output3>
|
||||
</SubsetEq>
|
||||
<NSubset>
|
||||
<output1></output1>
|
||||
<output2> \not\subset </output2>
|
||||
<output3></output3>
|
||||
</NSubset>
|
||||
<NSubsetEq>
|
||||
<output1></output1>
|
||||
<output2> \not\subseteq </output2>
|
||||
<output3></output3>
|
||||
</NSubsetEq>
|
||||
<Power>
|
||||
<output1></output1>
|
||||
<output2>^{</output2>
|
||||
<output3>}</output3>
|
||||
</Power>
|
||||
<Subscript>
|
||||
<output1></output1>
|
||||
<output2>_{</output2>
|
||||
<output3>}</output3>
|
||||
</Subscript>
|
||||
<NthRoot reverse="true" brackets="false">
|
||||
<output1> \sqrt[</output1>
|
||||
<output2>]{</output2>
|
||||
<output3>} </output3>
|
||||
</NthRoot>
|
||||
<Function>
|
||||
<output1></output1>
|
||||
<output2>\left(</output2>
|
||||
<output3>\right)</output3>
|
||||
</Function>
|
||||
<LeftArrow>
|
||||
<output1></output1>
|
||||
<output2> \leftarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftArrow>
|
||||
<RightArrow>
|
||||
<output1></output1>
|
||||
<output2> \rightarrow </output2>
|
||||
<output3></output3>
|
||||
</RightArrow>
|
||||
<UpArrow>
|
||||
<output1></output1>
|
||||
<output2> \uparrow </output2>
|
||||
<output3></output3>
|
||||
</UpArrow>
|
||||
<DownArrow>
|
||||
<output1></output1>
|
||||
<output2> \downarrow </output2>
|
||||
<output3></output3>
|
||||
</DownArrow>
|
||||
<LeftDblArrow>
|
||||
<output1></output1>
|
||||
<output2> \Leftarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftDblArrow>
|
||||
<RightDblArrow>
|
||||
<output1></output1>
|
||||
<output2> \Rightarrow </output2>
|
||||
<output3></output3>
|
||||
</RightDblArrow>
|
||||
<LeftRightArrow>
|
||||
<output1></output1>
|
||||
<output2> \leftrightarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftRightArrow>
|
||||
<LeftRightDblArrow>
|
||||
<output1></output1>
|
||||
<output2> \Leftrightarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftRightDblArrow>
|
||||
<NorthEastArrow>
|
||||
<output1></output1>
|
||||
<output2> \nearrow </output2>
|
||||
<output3></output3>
|
||||
</NorthEastArrow>
|
||||
<SouthEastArrow>
|
||||
<output1></output1>
|
||||
<output2> \searrow </output2>
|
||||
<output3></output3>
|
||||
</SouthEastArrow>
|
||||
<NorthWestArrow>
|
||||
<output1></output1>
|
||||
<output2> \nwarrow </output2>
|
||||
<output3></output3>
|
||||
</NorthWestArrow>
|
||||
<SouthWestArrow>
|
||||
<output1></output1>
|
||||
<output2> \swarrow </output2>
|
||||
<output3></output3>
|
||||
</SouthWestArrow>
|
||||
|
||||
<Exists>
|
||||
<output1></output1>
|
||||
<output2> \exists </output2>
|
||||
<output3></output3>
|
||||
</Exists>
|
||||
<ForAll>
|
||||
<output1></output1>
|
||||
<output2> \forall </output2>
|
||||
<output3></output3>
|
||||
</ForAll>
|
||||
<IsIn>
|
||||
<output1></output1>
|
||||
<output2> \epsilon </output2>
|
||||
<output3></output3>
|
||||
</IsIn>
|
||||
<NotExists>
|
||||
<output1></output1>
|
||||
<output2> \not\exists </output2>
|
||||
<output3></output3>
|
||||
</NotExists>
|
||||
<NotIn>
|
||||
<output1></output1>
|
||||
<output2> \not\epsilon </output2>
|
||||
<output3></output3>
|
||||
</NotIn>
|
||||
<SimEq>
|
||||
<output1></output1>
|
||||
<output2> \simeq </output2>
|
||||
<output3></output3>
|
||||
</SimEq>
|
||||
<Or>
|
||||
<output1></output1>
|
||||
<output2> \vee </output2>
|
||||
<output3></output3>
|
||||
</Or>
|
||||
<And>
|
||||
<output1></output1>
|
||||
<output2> \wedge </output2>
|
||||
<output3></output3>
|
||||
</And>
|
||||
<Not>
|
||||
<output1></output1>
|
||||
<output2> \neg </output2>
|
||||
<output3></output3>
|
||||
</Not>
|
||||
|
||||
|
||||
<!-- Nary Functions -->
|
||||
<Integral>
|
||||
<output1> \int </output1>
|
||||
<output2>\,d</output2>
|
||||
<output3></output3>
|
||||
</Integral>
|
||||
<Differential order="1,0">
|
||||
<output1> \frac{d}{d</output1>
|
||||
<output2>}</output2>
|
||||
<output3></output3>
|
||||
</Differential>
|
||||
<PartialDifferential order="1,0">
|
||||
<output1> \frac{\partial}{\partial </output1>
|
||||
<output2>}</output2>
|
||||
<output3></output3>
|
||||
</PartialDifferential>
|
||||
<Sum order="1,2,3,0">
|
||||
<output1> \sum_{{</output1>
|
||||
<output2>}={</output2>
|
||||
<output3>}}^{</output3>
|
||||
<output4>}</output4>
|
||||
<output5></output5>
|
||||
</Sum>
|
||||
<Product order="1,2,3,0">
|
||||
<output1> \prod_{{</output1>
|
||||
<output2>}={</output2>
|
||||
<output3>}}^{</output3>
|
||||
<output4>}</output4>
|
||||
<output5></output5>
|
||||
</Product>
|
||||
<Limit order="1,2,0">
|
||||
<output1> \lim_{</output1>
|
||||
<output2>\to</output2>
|
||||
<output3>}</output3>
|
||||
<output4></output4>
|
||||
</Limit>
|
||||
<Evaluate>
|
||||
<output1></output1>
|
||||
<output2>\left|_{{</output2>
|
||||
<output3>}={</output3>
|
||||
<output4>}}</output4>
|
||||
</Evaluate>
|
||||
<DefiniteIntegral order="2,3,0,1">
|
||||
<output1> \int_{</output1>
|
||||
<output2>}^{</output2>
|
||||
<output3>}</output3>
|
||||
<output4>\,d</output4>
|
||||
<output5></output5>
|
||||
</DefiniteIntegral>
|
||||
|
||||
|
||||
|
||||
<!-- Matrix -->
|
||||
<Matrix>
|
||||
<matrixStart> \left( \begin{array}{ccc} </matrixStart>
|
||||
<rowStart></rowStart>
|
||||
<elementStart></elementStart>
|
||||
<elementEnd></elementEnd>
|
||||
<elementSeparator><![CDATA[ & ]]></elementSeparator>
|
||||
<rowEnd>\\</rowEnd>
|
||||
<rowSeparator></rowSeparator>
|
||||
<matrixEnd> \end{array} \right) </matrixEnd>
|
||||
</Matrix>
|
||||
|
||||
|
||||
|
||||
<!-- Grouping -->
|
||||
<BracketsRnd>
|
||||
<output1>\left(</output1>
|
||||
<output2>\right)</output2>
|
||||
</BracketsRnd>
|
||||
<BracketsCurl>
|
||||
<output1>\{</output1>
|
||||
<output2>\}</output2>
|
||||
</BracketsCurl>
|
||||
<BracketsSq>
|
||||
<output1>\left[</output1>
|
||||
<output2>\right]</output2>
|
||||
</BracketsSq>
|
||||
<Abs>
|
||||
<output1>\left|</output1>
|
||||
<output2>\right|</output2>
|
||||
</Abs>
|
||||
|
||||
|
||||
|
||||
<!-- Symbols -->
|
||||
<Infinity>
|
||||
<output>\infty</output>
|
||||
</Infinity>
|
||||
|
||||
|
||||
<Γ>
|
||||
<output> \Gamma </output>
|
||||
</Γ>
|
||||
<Δ>
|
||||
<output> \Delta </output>
|
||||
</Δ>
|
||||
<Θ>
|
||||
<output> \Theta </output>
|
||||
</Θ>
|
||||
<Λ>
|
||||
<output> \Lambda </output>
|
||||
</Λ>
|
||||
<Ξ>
|
||||
<output> \Xi </output>
|
||||
</Ξ>
|
||||
<Π>
|
||||
<output> \Pi </output>
|
||||
</Π>
|
||||
<Σ>
|
||||
<output> \Sigma </output>
|
||||
</Σ>
|
||||
<Υ>
|
||||
<output> \Upsilon </output>
|
||||
</Υ>
|
||||
<Φ>
|
||||
<output> \Phi </output>
|
||||
</Φ>
|
||||
<Ψ>
|
||||
<output> \Psi </output>
|
||||
</Ψ>
|
||||
<Ω>
|
||||
<output> \Omega </output>
|
||||
</Ω>
|
||||
|
||||
|
||||
<α>
|
||||
<output> \alpha </output>
|
||||
</α>
|
||||
<β>
|
||||
<output> \beta </output>
|
||||
</β>
|
||||
<γ>
|
||||
<output> \gamma </output>
|
||||
</γ>
|
||||
<δ>
|
||||
<output> \delta </output>
|
||||
</δ>
|
||||
<ε>
|
||||
<output> \epsilon </output>
|
||||
</ε>
|
||||
<ζ>
|
||||
<output> \zeta </output>
|
||||
</ζ>
|
||||
<η>
|
||||
<output> \eta </output>
|
||||
</η>
|
||||
<θ>
|
||||
<output> \theta </output>
|
||||
</θ>
|
||||
<ι>
|
||||
<output> \iota </output>
|
||||
</ι>
|
||||
<κ>
|
||||
<output> \kappa </output>
|
||||
</κ>
|
||||
<λ>
|
||||
<output> \lambda </output>
|
||||
</λ>
|
||||
<μ>
|
||||
<output> \mu </output>
|
||||
</μ>
|
||||
<ν>
|
||||
<output> \nu </output>
|
||||
</ν>
|
||||
<ξ>
|
||||
<output> \xi </output>
|
||||
</ξ>
|
||||
<π>
|
||||
<output> \pi </output>
|
||||
</π>
|
||||
<ρ>
|
||||
<output> \rho </output>
|
||||
</ρ>
|
||||
<σ>
|
||||
<output> \sigma </output>
|
||||
</σ>
|
||||
<τ>
|
||||
<output> \tau </output>
|
||||
</τ>
|
||||
<υ>
|
||||
<output> \upsilon </output>
|
||||
</υ>
|
||||
<φ>
|
||||
<output> \phi </output>
|
||||
</φ>
|
||||
<χ>
|
||||
<output> \chi </output>
|
||||
</χ>
|
||||
<ψ>
|
||||
<output> \psi </output>
|
||||
</ψ>
|
||||
<ω>
|
||||
<output> \omega </output>
|
||||
</ω>
|
||||
|
||||
</Syntax>
|
@ -1,540 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Syntax>
|
||||
<name AutoBrackets="true">Maple</name>
|
||||
|
||||
<Initial>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Initial>
|
||||
<Text>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Text>
|
||||
<Variable>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Variable>
|
||||
<RealNumber>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</RealNumber>
|
||||
|
||||
|
||||
<!-- Nary Operators -->
|
||||
<Add>
|
||||
<output>+</output>
|
||||
</Add>
|
||||
<Multiply>
|
||||
<output>*</output>
|
||||
</Multiply>
|
||||
<Multiply2>
|
||||
<output>*</output>
|
||||
</Multiply2>
|
||||
<Equals>
|
||||
<output>=</output>
|
||||
</Equals>
|
||||
<Union>
|
||||
<output> union </output>
|
||||
</Union>
|
||||
<Intersection>
|
||||
<output> intersect </output>
|
||||
</Intersection>
|
||||
<Comma>
|
||||
<output>,</output>
|
||||
</Comma>
|
||||
<Equiv>
|
||||
<output>≡</output>
|
||||
</Equiv>
|
||||
|
||||
|
||||
|
||||
<!-- Functions -->
|
||||
<UMinus>
|
||||
<output1>-</output1>
|
||||
<output2></output2>
|
||||
</UMinus>
|
||||
<Factorial>
|
||||
<output1>factorial</output1>
|
||||
<output2></output2>
|
||||
</Factorial>
|
||||
<NaturalLogarithm>
|
||||
<output1>ln</output1>
|
||||
<output2></output2>
|
||||
</NaturalLogarithm>
|
||||
<Logarithm>
|
||||
<output1>log</output1>
|
||||
<output2></output2>
|
||||
</Logarithm>
|
||||
<Sine>
|
||||
<output1>sin</output1>
|
||||
<output2></output2>
|
||||
</Sine>
|
||||
<Cosine>
|
||||
<output1>cos</output1>
|
||||
<output2></output2>
|
||||
</Cosine>
|
||||
<Tangent>
|
||||
<output1>tan</output1>
|
||||
<output2></output2>
|
||||
</Tangent>
|
||||
<ArcSine>
|
||||
<output1>arcsin</output1>
|
||||
<output2></output2>
|
||||
</ArcSine>
|
||||
<ArcCosine>
|
||||
<output1>arccos</output1>
|
||||
<output2></output2>
|
||||
</ArcCosine>
|
||||
<ArcTangent>
|
||||
<output1>arctan</output1>
|
||||
<output2></output2>
|
||||
</ArcTangent>
|
||||
<SineH>
|
||||
<output1>sinh</output1>
|
||||
<output2></output2>
|
||||
</SineH>
|
||||
<CosineH>
|
||||
<output1>cosh</output1>
|
||||
<output2></output2>
|
||||
</CosineH>
|
||||
<TanH>
|
||||
<output1>tanh</output1>
|
||||
<output2></output2>
|
||||
</TanH>
|
||||
<ArcSineH>
|
||||
<output1>arcsinh</output1>
|
||||
<output2></output2>
|
||||
</ArcSineH>
|
||||
<ArcCosineH>
|
||||
<output1>arccosh</output1>
|
||||
<output2></output2>
|
||||
</ArcCosineH>
|
||||
<ArcTanH>
|
||||
<output1>arctanh</output1>
|
||||
<output2></output2>
|
||||
</ArcTanH>
|
||||
<SquareRoot>
|
||||
<output1>sqrt</output1>
|
||||
<output2></output2>
|
||||
</SquareRoot>
|
||||
<Exp>
|
||||
<output1>exp</output1>
|
||||
<output2></output2>
|
||||
</Exp>
|
||||
<Max>
|
||||
<output1>max</output1>
|
||||
<output2></output2>
|
||||
</Max>
|
||||
<Min>
|
||||
<output1>min</output1>
|
||||
<output2></output2>
|
||||
</Min>
|
||||
<Determinant>
|
||||
<output1>det</output1>
|
||||
<output2></output2>
|
||||
</Determinant>
|
||||
<Trace>
|
||||
<output1>trace</output1>
|
||||
<output2></output2>
|
||||
</Trace>
|
||||
|
||||
|
||||
|
||||
<!-- Binary Operators -->
|
||||
<NotEqual>
|
||||
<output1></output1>
|
||||
<output2>≠</output2>
|
||||
<output3></output3>
|
||||
</NotEqual>
|
||||
<PlusMinus>
|
||||
<output1></output1>
|
||||
<output2>±</output2>
|
||||
<output3></output3>
|
||||
</PlusMinus>
|
||||
<Assignment>
|
||||
<output1></output1>
|
||||
<output2>:=</output2>
|
||||
<output3></output3>
|
||||
</Assignment>
|
||||
<Subtract>
|
||||
<output1></output1>
|
||||
<output2>-</output2>
|
||||
<output3></output3>
|
||||
</Subtract>
|
||||
<Divide>
|
||||
<output1></output1>
|
||||
<output2>/</output2>
|
||||
<output3></output3>
|
||||
</Divide>
|
||||
<Divide2>
|
||||
<output1></output1>
|
||||
<output2>/</output2>
|
||||
<output3></output3>
|
||||
</Divide2>
|
||||
<LessThan>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<]]></output2>
|
||||
<output3></output3>
|
||||
</LessThan>
|
||||
<GreaterThan>
|
||||
<output1></output1>
|
||||
<output2>></output2>
|
||||
<output3></output3>
|
||||
</GreaterThan>
|
||||
<LTEQ>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<=]]></output2>
|
||||
<output3></output3>
|
||||
</LTEQ>
|
||||
<GTEQ>
|
||||
<output1></output1>
|
||||
<output2>>=</output2>
|
||||
<output3></output3>
|
||||
</GTEQ>
|
||||
<Subset>
|
||||
<output1>`subset`(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</Subset>
|
||||
<SubsetEq>
|
||||
<output1>`subset`(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</SubsetEq>
|
||||
<NSubset>
|
||||
<output1>not `subset`(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</NSubset>
|
||||
<NSubsetEq>
|
||||
<output1>not `subset`(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</NSubsetEq>
|
||||
<Power>
|
||||
<output1></output1>
|
||||
<output2>^</output2>
|
||||
<output3></output3>
|
||||
</Power>
|
||||
<Subscript>
|
||||
<output1></output1>
|
||||
<output2>[</output2>
|
||||
<output3>]</output3>
|
||||
</Subscript>
|
||||
<NthRoot>
|
||||
<output1>surd(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</NthRoot>
|
||||
<Function>
|
||||
<output1></output1>
|
||||
<output2>(</output2>
|
||||
<output3>)</output3>
|
||||
</Function>
|
||||
<LeftArrow>
|
||||
<output1></output1>
|
||||
<output2>←</output2>
|
||||
<output3></output3>
|
||||
</LeftArrow>
|
||||
<RightArrow>
|
||||
<output1></output1>
|
||||
<output2>→</output2>
|
||||
<output3></output3>
|
||||
</RightArrow>
|
||||
<UpArrow>
|
||||
<output1></output1>
|
||||
<output2>↑</output2>
|
||||
<output3></output3>
|
||||
</UpArrow>
|
||||
<DownArrow>
|
||||
<output1></output1>
|
||||
<output2>↓</output2>
|
||||
<output3></output3>
|
||||
</DownArrow>
|
||||
<LeftDblArrow>
|
||||
<output1></output1>
|
||||
<output2>⇐</output2>
|
||||
<output3></output3>
|
||||
</LeftDblArrow>
|
||||
<RightDblArrow>
|
||||
<output1></output1>
|
||||
<output2>⇒</output2>
|
||||
<output3></output3>
|
||||
</RightDblArrow>
|
||||
<LeftRightArrow>
|
||||
<output1></output1>
|
||||
<output2>↔</output2>
|
||||
<output3></output3>
|
||||
</LeftRightArrow>
|
||||
<LeftRightDblArrow>
|
||||
<output1></output1>
|
||||
<output2>⇔</output2>
|
||||
<output3></output3>
|
||||
</LeftRightDblArrow>
|
||||
<NorthEastArrow>
|
||||
<output1></output1>
|
||||
<output2>↗</output2>
|
||||
<output3></output3>
|
||||
</NorthEastArrow>
|
||||
<SouthEastArrow>
|
||||
<output1></output1>
|
||||
<output2>↘</output2>
|
||||
<output3></output3>
|
||||
</SouthEastArrow>
|
||||
<NorthWestArrow>
|
||||
<output1></output1>
|
||||
<output2>↖</output2>
|
||||
<output3></output3>
|
||||
</NorthWestArrow>
|
||||
<SouthWestArrow>
|
||||
<output1></output1>
|
||||
<output2>↙</output2>
|
||||
<output3></output3>
|
||||
</SouthWestArrow>
|
||||
|
||||
<Exists>
|
||||
<output1></output1>
|
||||
<output2>∃</output2>
|
||||
<output3></output3>
|
||||
</Exists>
|
||||
<ForAll>
|
||||
<output1></output1>
|
||||
<output2>∀</output2>
|
||||
<output3></output3>
|
||||
</ForAll>
|
||||
<IsIn>
|
||||
<output1></output1>
|
||||
<output2>∈</output2>
|
||||
<output3></output3>
|
||||
</IsIn>
|
||||
<NotExists>
|
||||
<output1></output1>
|
||||
<output2>∄</output2>
|
||||
<output3></output3>
|
||||
</NotExists>
|
||||
<NotIn>
|
||||
<output1></output1>
|
||||
<output2>∉</output2>
|
||||
<output3></output3>
|
||||
</NotIn>
|
||||
<SimEq>
|
||||
<output1></output1>
|
||||
<output2>≃</output2>
|
||||
<output3></output3>
|
||||
</SimEq>
|
||||
<Or>
|
||||
<output1></output1>
|
||||
<output2>∨</output2>
|
||||
<output3></output3>
|
||||
</Or>
|
||||
<And>
|
||||
<output1></output1>
|
||||
<output2>∧</output2>
|
||||
<output3></output3>
|
||||
</And>
|
||||
<Not>
|
||||
<output1></output1>
|
||||
<output2>¬</output2>
|
||||
<output3></output3>
|
||||
</Not>
|
||||
|
||||
|
||||
<!-- Nary Functions -->
|
||||
<Integral>
|
||||
<output1>int(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</Integral>
|
||||
<Differential>
|
||||
<output1>diff(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</Differential>
|
||||
<PartialDifferential>
|
||||
<output1>diff(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</PartialDifferential>
|
||||
<Sum>
|
||||
<output1>sum(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>=</output3>
|
||||
<output4>..</output4>
|
||||
<output5>)</output5>
|
||||
</Sum>
|
||||
<Product>
|
||||
<output1>product(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>=</output3>
|
||||
<output4>..</output4>
|
||||
<output5>)</output5>
|
||||
</Product>
|
||||
<Limit>
|
||||
<output1>limit(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>=</output3>
|
||||
<output4>)</output4>
|
||||
</Limit>
|
||||
<Evaluate order="2,3,1">
|
||||
<output1>subs(</output1>
|
||||
<output2>=</output2>
|
||||
<output3>,</output3>
|
||||
<output4>)</output4>
|
||||
</Evaluate>
|
||||
<DefiniteIntegral>
|
||||
<output1>int(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>=</output3>
|
||||
<output4>..</output4>
|
||||
<output5>)</output5>
|
||||
</DefiniteIntegral>
|
||||
|
||||
|
||||
|
||||
<!-- Matrix -->
|
||||
<Matrix>
|
||||
<matrixStart>Matrix([</matrixStart>
|
||||
<rowStart>[</rowStart>
|
||||
<elementStart></elementStart>
|
||||
<elementEnd></elementEnd>
|
||||
<elementSeparator>,</elementSeparator>
|
||||
<rowEnd>]</rowEnd>
|
||||
<rowSeparator>,</rowSeparator>
|
||||
<matrixEnd>])</matrixEnd>
|
||||
</Matrix>
|
||||
|
||||
|
||||
|
||||
<!-- Grouping -->
|
||||
<BracketsRnd>
|
||||
<output1>(</output1>
|
||||
<output2>)</output2>
|
||||
</BracketsRnd>
|
||||
<BracketsCurl>
|
||||
<output1>{</output1>
|
||||
<output2>}</output2>
|
||||
</BracketsCurl>
|
||||
<BracketsSq>
|
||||
<output1>[</output1>
|
||||
<output2>]</output2>
|
||||
</BracketsSq>
|
||||
<Abs>
|
||||
<output1>abs(</output1>
|
||||
<output2>)</output2>
|
||||
</Abs>
|
||||
|
||||
|
||||
|
||||
<!-- Symbols -->
|
||||
<Infinity>
|
||||
<output>infinity</output>
|
||||
</Infinity>
|
||||
|
||||
|
||||
<Γ>
|
||||
<output> Gamma </output>
|
||||
</Γ>
|
||||
<Δ>
|
||||
<output> Delta </output>
|
||||
</Δ>
|
||||
<Θ>
|
||||
<output> Theta </output>
|
||||
</Θ>
|
||||
<Λ>
|
||||
<output> Lambda </output>
|
||||
</Λ>
|
||||
<Ξ>
|
||||
<output> Xi </output>
|
||||
</Ξ>
|
||||
<Π>
|
||||
<output> PI </output>
|
||||
</Π>
|
||||
<Σ>
|
||||
<output> Sigma </output>
|
||||
</Σ>
|
||||
<Υ>
|
||||
<output> Upsilon </output>
|
||||
</Υ>
|
||||
<Φ>
|
||||
<output> Phi </output>
|
||||
</Φ>
|
||||
<Ψ>
|
||||
<output> Psi </output>
|
||||
</Ψ>
|
||||
<Ω>
|
||||
<output> Omega </output>
|
||||
</Ω>
|
||||
|
||||
|
||||
<α>
|
||||
<output> alpha </output>
|
||||
</α>
|
||||
<β>
|
||||
<output> beta </output>
|
||||
</β>
|
||||
<γ>
|
||||
<output> gamma </output>
|
||||
</γ>
|
||||
<δ>
|
||||
<output> delta </output>
|
||||
</δ>
|
||||
<ε>
|
||||
<output> epsilon </output>
|
||||
</ε>
|
||||
<ζ>
|
||||
<output> zeta </output>
|
||||
</ζ>
|
||||
<η>
|
||||
<output> eta </output>
|
||||
</η>
|
||||
<θ>
|
||||
<output> theta </output>
|
||||
</θ>
|
||||
<ι>
|
||||
<output> iota </output>
|
||||
</ι>
|
||||
<κ>
|
||||
<output> kappa </output>
|
||||
</κ>
|
||||
<λ>
|
||||
<output> lambda </output>
|
||||
</λ>
|
||||
<μ>
|
||||
<output> mu </output>
|
||||
</μ>
|
||||
<ν>
|
||||
<output> nu </output>
|
||||
</ν>
|
||||
<ξ>
|
||||
<output> xi </output>
|
||||
</ξ>
|
||||
<π>
|
||||
<output> Pi </output>
|
||||
</π>
|
||||
<ρ>
|
||||
<output> rho </output>
|
||||
</ρ>
|
||||
<σ>
|
||||
<output> sigma </output>
|
||||
</σ>
|
||||
<τ>
|
||||
<output> tau </output>
|
||||
</τ>
|
||||
<υ>
|
||||
<output> upsilon </output>
|
||||
</υ>
|
||||
<φ>
|
||||
<output> phi </output>
|
||||
</φ>
|
||||
<χ>
|
||||
<output> chi </output>
|
||||
</χ>
|
||||
<ψ>
|
||||
<output> psi </output>
|
||||
</ψ>
|
||||
<ω>
|
||||
<output> omega </output>
|
||||
</ω>
|
||||
|
||||
</Syntax>
|
@ -1,540 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Syntax>
|
||||
<name AutoBrackets="false">MathML</name>
|
||||
|
||||
<Initial>
|
||||
<output1><![CDATA[ <math xmlns="http://www.w3.org/1998/Math/MathML"> ]]></output1>
|
||||
<output2><![CDATA[</math>]]></output2>
|
||||
</Initial>
|
||||
<Text>
|
||||
<output1><![CDATA[<mtext>]]></output1>
|
||||
<output2><![CDATA[</mtext>]]></output2>
|
||||
</Text>
|
||||
<Variable>
|
||||
<output1><![CDATA[<mi>]]></output1>
|
||||
<output2><![CDATA[</mi>]]></output2>
|
||||
</Variable>
|
||||
<RealNumber>
|
||||
<output1><![CDATA[<mn>]]></output1>
|
||||
<output2><![CDATA[</mn>]]></output2>
|
||||
</RealNumber>
|
||||
|
||||
|
||||
|
||||
<!-- Nary Operators -->
|
||||
<Add>
|
||||
<output><![CDATA[<mo> + </mo>]]></output>
|
||||
</Add>
|
||||
<Multiply>
|
||||
<output><![CDATA[<mo> ⋅ </mo>]]></output>
|
||||
</Multiply>
|
||||
<Multiply2>
|
||||
<output><![CDATA[<mo> × </mo>]]></output>
|
||||
</Multiply2>
|
||||
<Equals>
|
||||
<output><![CDATA[<mo> = </mo>]]></output>
|
||||
</Equals>
|
||||
<Union>
|
||||
<output><![CDATA[<mo> ⋃ </mo>]]></output>
|
||||
</Union>
|
||||
<Intersection>
|
||||
<output><![CDATA[<mo> ⋂ </mo>]]></output>
|
||||
</Intersection>
|
||||
<Comma>
|
||||
<output><![CDATA[<mo> , </mo>]]></output>
|
||||
</Comma>
|
||||
<Equiv>
|
||||
<output><![CDATA[ <mo> ≡ </mo>]]></output>
|
||||
</Equiv>
|
||||
|
||||
|
||||
|
||||
<!-- Functions -->
|
||||
<UMinus>
|
||||
<output1><![CDATA[<mo> − </mo]]></output1>
|
||||
<output2></output2>
|
||||
</UMinus>
|
||||
<Factorial brackets="false">
|
||||
<output1><![CDATA[<mrow>]]></output1>
|
||||
<output2><![CDATA[<mo>!</mo></mrow>]]></output2>
|
||||
</Factorial>
|
||||
<NaturalLogarithm>
|
||||
<output1><![CDATA[<mi> ln </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</NaturalLogarithm>
|
||||
<Logarithm>
|
||||
<output1><![CDATA[<mi> log </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</Logarithm>
|
||||
<Sine>
|
||||
<output1><![CDATA[<mi> sin </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</Sine>
|
||||
<Cosine>
|
||||
<output1><![CDATA[<mi> cos </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</Cosine>
|
||||
<Tangent>
|
||||
<output1><![CDATA[<mi> tan </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</Tangent>
|
||||
<ArcSine>
|
||||
<output1><![CDATA[ <msup> <mrow><mi>sin</mi></mrow><mrow><mn>-1</mn></mrow></msup> ]]></output1>
|
||||
<output2></output2>
|
||||
</ArcSine>
|
||||
<ArcCosine>
|
||||
<output1><![CDATA[ <msup> <mrow><mi>cos</mi></mrow><mrow><mn>-1</mn></mrow></msup> ]]></output1>
|
||||
<output2></output2>
|
||||
</ArcCosine>
|
||||
<ArcTangent>
|
||||
<output1><![CDATA[ <msup> <mrow><mi>tan</mi></mrow><mrow><mn>-1</mn></mrow></msup> ]]></output1>
|
||||
<output2></output2>
|
||||
</ArcTangent>
|
||||
<SineH>
|
||||
<output1><![CDATA[<mi> sinh </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</SineH>
|
||||
<CosineH>
|
||||
<output1><![CDATA[<mi> cosh </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</CosineH>
|
||||
<TanH>
|
||||
<output1><![CDATA[<mi> tanh </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</TanH>
|
||||
<ArcSineH>
|
||||
<output1><![CDATA[ <msup> <mrow><mi>sinh</mi></mrow><mrow><mn>-1</mn></mrow></msup> ]]></output1>
|
||||
<output2></output2>
|
||||
</ArcSineH>
|
||||
<ArcCosineH>
|
||||
<output1><![CDATA[ <msup> <mrow><mi>cosh</mi></mrow><mrow><mn>-1</mn></mrow></msup> ]]></output1>
|
||||
<output2></output2>
|
||||
</ArcCosineH>
|
||||
<ArcTanH>
|
||||
<output1><![CDATA[ <msup> <mrow><mi>tanh</mi></mrow><mrow><mn>-1</mn></mrow></msup> ]]></output1>
|
||||
<output2></output2>
|
||||
</ArcTanH>
|
||||
<SquareRoot brackets="false">
|
||||
<output1><![CDATA[<msqrt> <mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow> </msqrt>]]></output2>
|
||||
</SquareRoot>
|
||||
<Exp brackets="false">
|
||||
<output1><![CDATA[ <msup> <mrow><mtext>e</mtext></mrow> <mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow> </msup>]]></output2>
|
||||
</Exp>
|
||||
<Max>
|
||||
<output1><![CDATA[<mi> max </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</Max>
|
||||
<Min>
|
||||
<output1><![CDATA[<mi> min </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</Min>
|
||||
<Determinant>
|
||||
<output1><![CDATA[<mi> det </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</Determinant>
|
||||
<Trace>
|
||||
<output1><![CDATA[<mi> trace </mi>]]></output1>
|
||||
<output2></output2>
|
||||
</Trace>
|
||||
|
||||
|
||||
|
||||
<!-- Binary Operators -->
|
||||
<NotEqual>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> ≠ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</NotEqual>
|
||||
<PlusMinus>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> ± </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</PlusMinus>
|
||||
<Assignment>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> ≔ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</Assignment>
|
||||
<Subtract>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> − </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</Subtract>
|
||||
<Divide brackets="false">
|
||||
<output1><![CDATA[<mfrac> <mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow> <mrow>]]></output2>
|
||||
<output3><![CDATA[</mrow> </mfrac>]]></output3>
|
||||
</Divide>
|
||||
<Divide2>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> ÷ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</Divide2>
|
||||
<LessThan>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> < </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</LessThan>
|
||||
<GreaterThan>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> > </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</GreaterThan>
|
||||
<LTEQ>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> ≤ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</LTEQ>
|
||||
<GTEQ>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> ≥ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</GTEQ>
|
||||
<Subset>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> ⊂ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</Subset>
|
||||
<SubsetEq>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> ⊆ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</SubsetEq>
|
||||
<NSubset>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> ⊄ </mo> ]]></output2>
|
||||
<output3></output3>
|
||||
</NSubset>
|
||||
<NSubsetEq>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<mo> ⊈ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</NSubsetEq>
|
||||
<Power>
|
||||
<output1><![CDATA[<msup> <mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow> <mrow>]]></output2>
|
||||
<output3><![CDATA[</mrow> </msup>]]></output3>
|
||||
</Power>
|
||||
<Subscript>
|
||||
<output1><![CDATA[<msub> <mrow>]]></output1>
|
||||
<output2><![CDATA[ </mrow> <mrow> ]]></output2>
|
||||
<output3><![CDATA[ </mrow> </msub>]]></output3>
|
||||
</Subscript>
|
||||
<NthRoot brackets="false">
|
||||
<output1><![CDATA[<mroot> <mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow> <mrow>]]></output2>
|
||||
<output3><![CDATA[</mrow> </mroot>]]></output3>
|
||||
</NthRoot>
|
||||
<Function>
|
||||
<output1><![CDATA[<mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow> <mfenced> <mrow>]]></output2>
|
||||
<output3><![CDATA[</mrow> </mfenced>]]></output3>
|
||||
</Function>
|
||||
|
||||
|
||||
<!-- Nary Functions -->
|
||||
<Integral>
|
||||
<output1><![CDATA[<mrow><mo>∫</mo> <mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow> <mo>ⅆ</mo> <mrow>]]></output2>
|
||||
<output3><![CDATA[</mrow> </mrow>]]></output3>
|
||||
</Integral>
|
||||
<Differential order="1,0">
|
||||
<output1><![CDATA[<mrow> <mfrac> <mrow><mo>ⅆ</mo></mrow> <mrow><mo>ⅆ</mo>]]></output1>
|
||||
<output2><![CDATA[</mrow> </mfrac> <mrow>]]></output2>
|
||||
<output3><![CDATA[</mrow> </mrow>]]></output3>
|
||||
</Differential>
|
||||
<PartialDifferential order="1,0">
|
||||
<output1><![CDATA[<mrow> <mfrac> <mrow><mo>∂</mo></mrow> <mrow><mo>∂</mo>]]></output1>
|
||||
<output2><![CDATA[</mrow> </mfrac> <mrow>]]></output2>
|
||||
<output3><![CDATA[</mrow> </mrow>]]></output3>
|
||||
</PartialDifferential>
|
||||
<Sum order="1,2,3,0">
|
||||
<output1><![CDATA[<mrow> <munderover> <mo>∑</mo> <mrow>]]></output1>
|
||||
<output2><![CDATA[ <mo> = </mo>]]></output2>
|
||||
<output3><![CDATA[</mrow> <mrow>]]></output3>
|
||||
<output4><![CDATA[</mrow> </munderover> <mrow>]]></output4>
|
||||
<output5><![CDATA[</mrow> </mrow>]]></output5>
|
||||
</Sum>
|
||||
<Product order="1,2,3,0">
|
||||
<output1><![CDATA[<mrow> <munderover> <mo>∏</mo> <mrow>]]></output1>
|
||||
<output2><![CDATA[<mo> = </mo>]]></output2>
|
||||
<output3><![CDATA[</mrow> <mrow>]]></output3>
|
||||
<output4><![CDATA[</mrow> </munderover> <mrow>]]></output4>
|
||||
<output5><![CDATA[</mrow> </mrow>]]></output5>
|
||||
</Product>
|
||||
<Limit order="1,2,0">
|
||||
<output1><![CDATA[<mrow> <munder> <mrow> <mi>lim</mi> </mrow> <mrow>]]></output1>
|
||||
<output2><![CDATA[ <mo>→</mo> ]]></output2>
|
||||
<output3><![CDATA[</mrow> </munder> <mrow>]]></output3>
|
||||
<output4><![CDATA[</mrow> </mrow>]]></output4>
|
||||
</Limit>
|
||||
<Evaluate>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<msub> <mrow> <mi>|</mi> </mrow> <mrow>]]></output2>
|
||||
<output3><![CDATA[ <mo> = </mo>]]></output3>
|
||||
<output4><![CDATA[ </mrow> </msub>]]></output4>
|
||||
</Evaluate>
|
||||
<DefiniteIntegral order="2,3,0,1">
|
||||
<output1><![CDATA[<mrow> <msubsup> <mo>∫</mo> <mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow> <mrow>]]></output2>
|
||||
<output3><![CDATA[</mrow> </msubsup> <mrow>]]></output3>
|
||||
<output4><![CDATA[</mrow> <mo>ⅆ</mo> <mrow>]]></output4>
|
||||
<output5><![CDATA[</mrow> </mrow>]]></output5>
|
||||
</DefiniteIntegral>
|
||||
<LeftArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ← </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</LeftArrow>
|
||||
<RightArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> → </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</RightArrow>
|
||||
<UpArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ↑ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</UpArrow>
|
||||
<DownArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ↓ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</DownArrow>
|
||||
<LeftDblArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ⇐ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</LeftDblArrow>
|
||||
<RightDblArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ⇒ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</RightDblArrow>
|
||||
<LeftRightArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ↔ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</LeftRightArrow>
|
||||
<LeftRightDblArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ⇔ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</LeftRightDblArrow>
|
||||
<NorthEastArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ↗ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</NorthEastArrow>
|
||||
<SouthEastArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ↘ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</SouthEastArrow>
|
||||
<NorthWestArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ↖ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</NorthWestArrow>
|
||||
<SouthWestArrow>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ↙ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</SouthWestArrow>
|
||||
|
||||
<Exists>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ∃ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</Exists>
|
||||
<ForAll>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ∀ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</ForAll>
|
||||
<IsIn>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ∈ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</IsIn>
|
||||
<NotExists>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ∄ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</NotExists>
|
||||
<NotIn>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ∉ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</NotIn>
|
||||
<SimEq>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ≃ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</SimEq>
|
||||
<Or>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ∨ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</Or>
|
||||
<And>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ∧ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</And>
|
||||
<Not>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[ <mo> ¬ </mo>]]></output2>
|
||||
<output3></output3>
|
||||
</Not>
|
||||
|
||||
|
||||
|
||||
<!-- Grouping -->
|
||||
<BracketsRnd>
|
||||
<output1><![CDATA[<mfenced> <mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow> </mfenced>]]></output2>
|
||||
</BracketsRnd>
|
||||
<BracketsCurl>
|
||||
<output1><![CDATA[<mfenced open="{" close="}"><mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow></mfenced>]]></output2>
|
||||
</BracketsCurl>
|
||||
<BracketsSq>
|
||||
<output1><![CDATA[<mfenced open="[" close="]"><mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow></mfenced>]]></output2>
|
||||
</BracketsSq>
|
||||
<Abs>
|
||||
<output1><![CDATA[<mfenced open="|" close="|"><mrow>]]></output1>
|
||||
<output2><![CDATA[</mrow></mfenced>]]></output2>
|
||||
</Abs>
|
||||
|
||||
|
||||
|
||||
<!-- Matrix -->
|
||||
<Matrix>
|
||||
<matrixStart><![CDATA[<mfenced open="[" close="]"><mtable>]]></matrixStart>
|
||||
<rowStart><![CDATA[<mtr>]]></rowStart>
|
||||
<elementStart><![CDATA[<mtd>]]></elementStart>
|
||||
<elementEnd><![CDATA[</mtd>]]></elementEnd>
|
||||
<elementSeparator></elementSeparator>
|
||||
<rowEnd><![CDATA[</mtr>]]></rowEnd>
|
||||
<rowSeparator></rowSeparator>
|
||||
<matrixEnd><![CDATA[</mtable></mfenced>]]></matrixEnd>
|
||||
</Matrix>
|
||||
|
||||
|
||||
|
||||
<!-- Symbols -->
|
||||
<Infinity>
|
||||
<output><![CDATA[<mi> ∞ </mi>]]></output>
|
||||
</Infinity>
|
||||
|
||||
|
||||
<Γ>
|
||||
<output> <![CDATA[<mi> Γ </mi>]]> </output>
|
||||
</Γ>
|
||||
<Δ>
|
||||
<output> <![CDATA[<mi> Δ </mi>]]> </output>
|
||||
</Δ>
|
||||
<Θ>
|
||||
<output> <![CDATA[<mi> Θ </mi>]]> </output>
|
||||
</Θ>
|
||||
<Λ>
|
||||
<output> <![CDATA[<mi> Λ </mi>]]> </output>
|
||||
</Λ>
|
||||
<Ξ>
|
||||
<output> <![CDATA[<mi> Ξ </mi>]]> </output>
|
||||
</Ξ>
|
||||
<Π>
|
||||
<output> <![CDATA[<mi> Π </mi>]]> </output>
|
||||
</Π>
|
||||
<Σ>
|
||||
<output> <![CDATA[<mi> Σ </mi>]]> </output>
|
||||
</Σ>
|
||||
<Υ>
|
||||
<output> <![CDATA[<mi> Υ </mi>]]> </output>
|
||||
</Υ>
|
||||
<Φ>
|
||||
<output> <![CDATA[<mi> Φ </mi>]]> </output>
|
||||
</Φ>
|
||||
<Ψ>
|
||||
<output> <![CDATA[<mi> Ψ </mi>]]> </output>
|
||||
</Ψ>
|
||||
<Ω>
|
||||
<output> <![CDATA[<mi> Ω </mi>]]> </output>
|
||||
</Ω>
|
||||
|
||||
|
||||
<α>
|
||||
<output> <![CDATA[<mi> α </mi>]]> </output>
|
||||
</α>
|
||||
<β>
|
||||
<output> <![CDATA[<mi> β </mi>]]> </output>
|
||||
</β>
|
||||
<γ>
|
||||
<output> <![CDATA[<mi> γ </mi>]]> </output>
|
||||
</γ>
|
||||
<δ>
|
||||
<output> <![CDATA[<mi> δ </mi>]]> </output>
|
||||
</δ>
|
||||
<ε>
|
||||
<output> <![CDATA[<mi> ε </mi>]]> </output>
|
||||
</ε>
|
||||
<ζ>
|
||||
<output> <![CDATA[<mi> ζ </mi>]]> </output>
|
||||
</ζ>
|
||||
<η>
|
||||
<output> <![CDATA[<mi> η </mi>]]> </output>
|
||||
</η>
|
||||
<θ>
|
||||
<output> <![CDATA[<mi> θ </mi>]]> </output>
|
||||
</θ>
|
||||
<ι>
|
||||
<output> <![CDATA[<mi> ι </mi>]]> </output>
|
||||
</ι>
|
||||
<κ>
|
||||
<output> <![CDATA[<mi> κ </mi>]]> </output>
|
||||
</κ>
|
||||
<λ>
|
||||
<output> <![CDATA[<mi> λ </mi>]]> </output>
|
||||
</λ>
|
||||
<μ>
|
||||
<output> <![CDATA[<mi> μ </mi>]]> </output>
|
||||
</μ>
|
||||
<ν>
|
||||
<output> <![CDATA[<mi> ν </mi>]]> </output>
|
||||
</ν>
|
||||
<ξ>
|
||||
<output> <![CDATA[<mi> ξ </mi>]]> </output>
|
||||
</ξ>
|
||||
<π>
|
||||
<output> <![CDATA[<mi> π </mi>]]> </output>
|
||||
</π>
|
||||
<ρ>
|
||||
<output> <![CDATA[<mi> ρ </mi>]]> </output>
|
||||
</ρ>
|
||||
<σ>
|
||||
<output> <![CDATA[<mi> σ </mi>]]> </output>
|
||||
</σ>
|
||||
<τ>
|
||||
<output> <![CDATA[<mi> τ </mi>]]> </output>
|
||||
</τ>
|
||||
<υ>
|
||||
<output> <![CDATA[<mi> υ </mi>]]> </output>
|
||||
</υ>
|
||||
<φ>
|
||||
<output> <![CDATA[<mi> φ </mi>]]> </output>
|
||||
</φ>
|
||||
<χ>
|
||||
<output> <![CDATA[<mi> χ </mi>]]> </output>
|
||||
</χ>
|
||||
<ψ>
|
||||
<output> <![CDATA[<mi> ψ </mi>]]> </output>
|
||||
</ψ>
|
||||
<ω>
|
||||
<output> <![CDATA[<mi> ω </mi>]]> </output>
|
||||
</ω>
|
||||
</Syntax>
|
@ -1,544 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Syntax>
|
||||
<name AutoBrackets="true">Maxima</name>
|
||||
|
||||
<Initial>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Initial>
|
||||
<Text>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Text>
|
||||
<Variable>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Variable>
|
||||
<RealNumber>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</RealNumber>
|
||||
|
||||
|
||||
|
||||
<!-- Nary Operators -->
|
||||
<Add>
|
||||
<output>+</output>
|
||||
</Add>
|
||||
<Multiply>
|
||||
<output>*</output>
|
||||
</Multiply>
|
||||
<Multiply2>
|
||||
<output>*</output>
|
||||
</Multiply2>
|
||||
<Equals>
|
||||
<output>=</output>
|
||||
</Equals>
|
||||
<Union>
|
||||
<initial>union(</initial>
|
||||
<output>,</output>
|
||||
<final>)</final>
|
||||
</Union>
|
||||
<Intersection>
|
||||
<initial>intersection(</initial>
|
||||
<output>,</output>
|
||||
<final>)</final>
|
||||
</Intersection>
|
||||
<Comma>
|
||||
<output>,</output>
|
||||
</Comma>
|
||||
<Equiv>
|
||||
<output>≡</output>
|
||||
</Equiv>
|
||||
|
||||
|
||||
|
||||
<!-- Functions -->
|
||||
<UMinus>
|
||||
<output1>-</output1>
|
||||
<output2></output2>
|
||||
</UMinus>
|
||||
<Factorial brackets="false">
|
||||
<output1>(</output1>
|
||||
<output2>)!</output2>
|
||||
</Factorial>
|
||||
<NaturalLogarithm>
|
||||
<output1>log</output1>
|
||||
<output2></output2>
|
||||
</NaturalLogarithm>
|
||||
<Logarithm>
|
||||
<output1>log10</output1>
|
||||
<output2></output2>
|
||||
</Logarithm>
|
||||
<Sine>
|
||||
<output1>sin</output1>
|
||||
<output2></output2>
|
||||
</Sine>
|
||||
<Cosine>
|
||||
<output1>cos</output1>
|
||||
<output2></output2>
|
||||
</Cosine>
|
||||
<Tangent>
|
||||
<output1>tan</output1>
|
||||
<output2></output2>
|
||||
</Tangent>
|
||||
<ArcSine>
|
||||
<output1>asin</output1>
|
||||
<output2></output2>
|
||||
</ArcSine>
|
||||
<ArcCosine>
|
||||
<output1>acos</output1>
|
||||
<output2></output2>
|
||||
</ArcCosine>
|
||||
<ArcTangent>
|
||||
<output1>atan</output1>
|
||||
<output2></output2>
|
||||
</ArcTangent>
|
||||
<SineH>
|
||||
<output1>sinh</output1>
|
||||
<output2></output2>
|
||||
</SineH>
|
||||
<CosineH>
|
||||
<output1>cosh</output1>
|
||||
<output2></output2>
|
||||
</CosineH>
|
||||
<TanH>
|
||||
<output1>tanh</output1>
|
||||
<output2></output2>
|
||||
</TanH>
|
||||
<ArcSineH>
|
||||
<output1>asinh</output1>
|
||||
<output2></output2>
|
||||
</ArcSineH>
|
||||
<ArcCosineH>
|
||||
<output1>acosh</output1>
|
||||
<output2></output2>
|
||||
</ArcCosineH>
|
||||
<ArcTanH>
|
||||
<output1>atanh</output1>
|
||||
<output2></output2>
|
||||
</ArcTanH>
|
||||
<SquareRoot>
|
||||
<output1>sqrt</output1>
|
||||
<output2></output2>
|
||||
</SquareRoot>
|
||||
<Exp>
|
||||
<output1>exp</output1>
|
||||
<output2></output2>
|
||||
</Exp>
|
||||
<Max>
|
||||
<output1>max</output1>
|
||||
<output2></output2>
|
||||
</Max>
|
||||
<Min>
|
||||
<output1>min</output1>
|
||||
<output2></output2>
|
||||
</Min>
|
||||
<Determinant>
|
||||
<output1>det</output1>
|
||||
<output2></output2>
|
||||
</Determinant>
|
||||
<Trace>
|
||||
<output1>trace</output1>
|
||||
<output2></output2>
|
||||
</Trace>
|
||||
|
||||
|
||||
|
||||
<!-- Binary Operators -->
|
||||
<NotEqual>
|
||||
<output1></output1>
|
||||
<output2>≠</output2>
|
||||
<output3></output3>
|
||||
</NotEqual>
|
||||
<PlusMinus>
|
||||
<output1></output1>
|
||||
<output2>±</output2>
|
||||
<output3></output3>
|
||||
</PlusMinus>
|
||||
<Assignment>
|
||||
<output1></output1>
|
||||
<output2>:</output2>
|
||||
<output3></output3>
|
||||
</Assignment>
|
||||
<Subtract>
|
||||
<output1></output1>
|
||||
<output2>-</output2>
|
||||
<output3></output3>
|
||||
</Subtract>
|
||||
<Divide>
|
||||
<output1></output1>
|
||||
<output2>/</output2>
|
||||
<output3></output3>
|
||||
</Divide>
|
||||
<Divide2>
|
||||
<output1></output1>
|
||||
<output2>/</output2>
|
||||
<output3></output3>
|
||||
</Divide2>
|
||||
<LessThan>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<]]></output2>
|
||||
<output3></output3>
|
||||
</LessThan>
|
||||
<GreaterThan>
|
||||
<output1></output1>
|
||||
<output2>></output2>
|
||||
<output3></output3>
|
||||
</GreaterThan>
|
||||
<LTEQ>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<=]]></output2>
|
||||
<output3></output3>
|
||||
</LTEQ>
|
||||
<GTEQ>
|
||||
<output1></output1>
|
||||
<output2>>=</output2>
|
||||
<output3></output3>
|
||||
</GTEQ>
|
||||
<Subset>
|
||||
<output1>subsetp(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</Subset>
|
||||
<SubsetEq>
|
||||
<output1>subsetp(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</SubsetEq>
|
||||
<NSubset>
|
||||
<output1>not(subsetp(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>))</output3>
|
||||
</NSubset>
|
||||
<NSubsetEq>
|
||||
<output1>not(subsetp(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>))</output3>
|
||||
</NSubsetEq>
|
||||
<Power>
|
||||
<output1></output1>
|
||||
<output2>^</output2>
|
||||
<output3></output3>
|
||||
</Power>
|
||||
<Subscript>
|
||||
<output1></output1>
|
||||
<output2>[</output2>
|
||||
<output3>]</output3>
|
||||
</Subscript>
|
||||
<NthRoot>
|
||||
<output1>(</output1>
|
||||
<output2>)^(1/(</output2>
|
||||
<output3>))</output3>
|
||||
</NthRoot>
|
||||
<Function>
|
||||
<output1></output1>
|
||||
<output2>(</output2>
|
||||
<output3>)</output3>
|
||||
</Function>
|
||||
<LeftArrow>
|
||||
<output1></output1>
|
||||
<output2>←</output2>
|
||||
<output3></output3>
|
||||
</LeftArrow>
|
||||
<RightArrow>
|
||||
<output1></output1>
|
||||
<output2>→</output2>
|
||||
<output3></output3>
|
||||
</RightArrow>
|
||||
<UpArrow>
|
||||
<output1></output1>
|
||||
<output2>↑</output2>
|
||||
<output3></output3>
|
||||
</UpArrow>
|
||||
<DownArrow>
|
||||
<output1></output1>
|
||||
<output2>↓</output2>
|
||||
<output3></output3>
|
||||
</DownArrow>
|
||||
<LeftDblArrow>
|
||||
<output1></output1>
|
||||
<output2>⇐</output2>
|
||||
<output3></output3>
|
||||
</LeftDblArrow>
|
||||
<RightDblArrow>
|
||||
<output1></output1>
|
||||
<output2>⇒</output2>
|
||||
<output3></output3>
|
||||
</RightDblArrow>
|
||||
<LeftRightArrow>
|
||||
<output1></output1>
|
||||
<output2>↔</output2>
|
||||
<output3></output3>
|
||||
</LeftRightArrow>
|
||||
<LeftRightDblArrow>
|
||||
<output1></output1>
|
||||
<output2>⇔</output2>
|
||||
<output3></output3>
|
||||
</LeftRightDblArrow>
|
||||
<NorthEastArrow>
|
||||
<output1></output1>
|
||||
<output2>↗</output2>
|
||||
<output3></output3>
|
||||
</NorthEastArrow>
|
||||
<SouthEastArrow>
|
||||
<output1></output1>
|
||||
<output2>↘</output2>
|
||||
<output3></output3>
|
||||
</SouthEastArrow>
|
||||
<NorthWestArrow>
|
||||
<output1></output1>
|
||||
<output2>↖</output2>
|
||||
<output3></output3>
|
||||
</NorthWestArrow>
|
||||
<SouthWestArrow>
|
||||
<output1></output1>
|
||||
<output2>↙</output2>
|
||||
<output3></output3>
|
||||
</SouthWestArrow>
|
||||
|
||||
<Exists>
|
||||
<output1></output1>
|
||||
<output2>∃</output2>
|
||||
<output3></output3>
|
||||
</Exists>
|
||||
<ForAll>
|
||||
<output1></output1>
|
||||
<output2>∀</output2>
|
||||
<output3></output3>
|
||||
</ForAll>
|
||||
<IsIn>
|
||||
<output1></output1>
|
||||
<output2>∈</output2>
|
||||
<output3></output3>
|
||||
</IsIn>
|
||||
<NotExists>
|
||||
<output1></output1>
|
||||
<output2>∄</output2>
|
||||
<output3></output3>
|
||||
</NotExists>
|
||||
<NotIn>
|
||||
<output1></output1>
|
||||
<output2>∉</output2>
|
||||
<output3></output3>
|
||||
</NotIn>
|
||||
<SimEq>
|
||||
<output1></output1>
|
||||
<output2>≃</output2>
|
||||
<output3></output3>
|
||||
</SimEq>
|
||||
<Or>
|
||||
<output1></output1>
|
||||
<output2>∨</output2>
|
||||
<output3></output3>
|
||||
</Or>
|
||||
<And>
|
||||
<output1></output1>
|
||||
<output2>∧</output2>
|
||||
<output3></output3>
|
||||
</And>
|
||||
<Not>
|
||||
<output1></output1>
|
||||
<output2>¬</output2>
|
||||
<output3></output3>
|
||||
</Not>
|
||||
|
||||
|
||||
<!-- Nary Functions -->
|
||||
<Integral>
|
||||
<output1> integrate(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</Integral>
|
||||
<Differential>
|
||||
<output1>diff(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</Differential>
|
||||
<PartialDifferential>
|
||||
<output1>diff(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>)</output3>
|
||||
</PartialDifferential>
|
||||
<Sum>
|
||||
<output1>sum(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>,</output3>
|
||||
<output4>,</output4>
|
||||
<output5>);</output5>
|
||||
</Sum>
|
||||
<Product>
|
||||
<output1>product(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>,</output3>
|
||||
<output4>,</output4>
|
||||
<output5>);</output5>
|
||||
</Product>
|
||||
<Limit>
|
||||
<output1>limit(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>=</output3>
|
||||
<output4>);</output4>
|
||||
</Limit>
|
||||
<Evaluate order="1,2,0">
|
||||
<output1>subst(</output1>
|
||||
<output2>=</output2>
|
||||
<output3>,</output3>
|
||||
<output4>)</output4>
|
||||
</Evaluate>
|
||||
<DefiniteIntegral>
|
||||
<output1>integrate(</output1>
|
||||
<output2>,</output2>
|
||||
<output3>,</output3>
|
||||
<output4>,</output4>
|
||||
<output5>)</output5>
|
||||
</DefiniteIntegral>
|
||||
|
||||
|
||||
|
||||
<!-- Matrix -->
|
||||
<Matrix>
|
||||
<matrixStart>matrix(</matrixStart>
|
||||
<rowStart>[</rowStart>
|
||||
<elementStart></elementStart>
|
||||
<elementEnd></elementEnd>
|
||||
<elementSeparator>,</elementSeparator>
|
||||
<rowEnd>]</rowEnd>
|
||||
<rowSeparator>,</rowSeparator>
|
||||
<matrixEnd>)</matrixEnd>
|
||||
</Matrix>
|
||||
|
||||
|
||||
|
||||
<!-- Grouping -->
|
||||
<BracketsRnd>
|
||||
<output1>(</output1>
|
||||
<output2>)</output2>
|
||||
</BracketsRnd>
|
||||
<BracketsCurl>
|
||||
<output1>{</output1>
|
||||
<output2>}</output2>
|
||||
</BracketsCurl>
|
||||
<BracketsSq>
|
||||
<output1>[</output1>
|
||||
<output2>]</output2>
|
||||
</BracketsSq>
|
||||
<Abs>
|
||||
<output1>abs(</output1>
|
||||
<output2>)</output2>
|
||||
</Abs>
|
||||
|
||||
|
||||
|
||||
<!-- Symbols -->
|
||||
<Infinity>
|
||||
<output>infinity</output>
|
||||
</Infinity>
|
||||
|
||||
<Γ>
|
||||
<output> Gamma </output>
|
||||
</Γ>
|
||||
<Δ>
|
||||
<output> Delta </output>
|
||||
</Δ>
|
||||
<Θ>
|
||||
<output> Theta </output>
|
||||
</Θ>
|
||||
<Λ>
|
||||
<output> Lambda </output>
|
||||
</Λ>
|
||||
<Ξ>
|
||||
<output> Xi </output>
|
||||
</Ξ>
|
||||
<Π>
|
||||
<output> Pi </output>
|
||||
</Π>
|
||||
<Σ>
|
||||
<output> Sigma </output>
|
||||
</Σ>
|
||||
<Υ>
|
||||
<output> Upsilon </output>
|
||||
</Υ>
|
||||
<Φ>
|
||||
<output> Phi </output>
|
||||
</Φ>
|
||||
<Ψ>
|
||||
<output> Psi </output>
|
||||
</Ψ>
|
||||
<Ω>
|
||||
<output> Omega </output>
|
||||
</Ω>
|
||||
|
||||
|
||||
<α>
|
||||
<output> alpha </output>
|
||||
</α>
|
||||
<β>
|
||||
<output> beta </output>
|
||||
</β>
|
||||
<γ>
|
||||
<output> %gamma </output>
|
||||
</γ>
|
||||
<δ>
|
||||
<output> delta </output>
|
||||
</δ>
|
||||
<ε>
|
||||
<output> epsilon </output>
|
||||
</ε>
|
||||
<ζ>
|
||||
<output> zeta </output>
|
||||
</ζ>
|
||||
<η>
|
||||
<output> eta </output>
|
||||
</η>
|
||||
<θ>
|
||||
<output> theta </output>
|
||||
</θ>
|
||||
<ι>
|
||||
<output> iota </output>
|
||||
</ι>
|
||||
<κ>
|
||||
<output> kappa </output>
|
||||
</κ>
|
||||
<λ>
|
||||
<output> lambda </output>
|
||||
</λ>
|
||||
<μ>
|
||||
<output> mu </output>
|
||||
</μ>
|
||||
<ν>
|
||||
<output> nu </output>
|
||||
</ν>
|
||||
<ξ>
|
||||
<output> xi </output>
|
||||
</ξ>
|
||||
<π>
|
||||
<output> %pi </output>
|
||||
</π>
|
||||
<ρ>
|
||||
<output> rho </output>
|
||||
</ρ>
|
||||
<σ>
|
||||
<output> sigma </output>
|
||||
</σ>
|
||||
<τ>
|
||||
<output> tau </output>
|
||||
</τ>
|
||||
<υ>
|
||||
<output> upsilon </output>
|
||||
</υ>
|
||||
<φ>
|
||||
<output> phi </output>
|
||||
</φ>
|
||||
<χ>
|
||||
<output> chi </output>
|
||||
</χ>
|
||||
<ψ>
|
||||
<output> psi </output>
|
||||
</ψ>
|
||||
<ω>
|
||||
<output> omega </output>
|
||||
</ω>
|
||||
|
||||
</Syntax>
|
@ -1,541 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Syntax>
|
||||
<name AutoBrackets="false">MoodleTex</name>
|
||||
|
||||
<Initial>
|
||||
<output1>$$</output1>
|
||||
<output2>$$</output2>
|
||||
</Initial>
|
||||
<Text>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Text>
|
||||
<Variable>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Variable>
|
||||
<RealNumber>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</RealNumber>
|
||||
|
||||
|
||||
|
||||
<!-- Nary Operators -->
|
||||
<Add>
|
||||
<output>+</output>
|
||||
</Add>
|
||||
<Multiply>
|
||||
<output> \cdot </output>
|
||||
</Multiply>
|
||||
<Multiply2>
|
||||
<output> \times </output>
|
||||
</Multiply2>
|
||||
<Equals>
|
||||
<output>=</output>
|
||||
</Equals>
|
||||
<Union>
|
||||
<output> \cup </output>
|
||||
</Union>
|
||||
<Intersection>
|
||||
<output> \cap </output>
|
||||
</Intersection>
|
||||
<Comma>
|
||||
<output>,</output>
|
||||
</Comma>
|
||||
<Equiv>
|
||||
<output> \equiv </output>
|
||||
</Equiv>
|
||||
|
||||
|
||||
|
||||
<!-- Functions -->
|
||||
<UMinus>
|
||||
<output1>-</output1>
|
||||
<output2></output2>
|
||||
</UMinus>
|
||||
<Factorial brackets="false">
|
||||
<output1>{</output1>
|
||||
<output2>}!</output2>
|
||||
</Factorial>
|
||||
<NaturalLogarithm>
|
||||
<output1> \ln </output1>
|
||||
<output2></output2>
|
||||
</NaturalLogarithm>
|
||||
<Logarithm>
|
||||
<output1> \log </output1>
|
||||
<output2></output2>
|
||||
</Logarithm>
|
||||
<Sine>
|
||||
<output1> \sin </output1>
|
||||
<output2></output2>
|
||||
</Sine>
|
||||
<Cosine>
|
||||
<output1> \cos </output1>
|
||||
<output2></output2>
|
||||
</Cosine>
|
||||
<Tangent>
|
||||
<output1> \tan </output1>
|
||||
<output2></output2>
|
||||
</Tangent>
|
||||
<ArcSine>
|
||||
<output1> \sin^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcSine>
|
||||
<ArcCosine>
|
||||
<output1> \cos^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcCosine>
|
||||
<ArcTangent>
|
||||
<output1> \tan^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcTangent>
|
||||
<SineH>
|
||||
<output1> \sinh </output1>
|
||||
<output2></output2>
|
||||
</SineH>
|
||||
<CosineH>
|
||||
<output1> \cosh </output1>
|
||||
<output2></output2>
|
||||
</CosineH>
|
||||
<TanH>
|
||||
<output1> \tanh </output1>
|
||||
<output2></output2>
|
||||
</TanH>
|
||||
<ArcSineH>
|
||||
<output1> \sinh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcSineH>
|
||||
<ArcCosineH>
|
||||
<output1> \cosh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcCosineH>
|
||||
<ArcTanH>
|
||||
<output1> \tanh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcTanH>
|
||||
<SquareRoot brackets="false">
|
||||
<output1> \sqrt{</output1>
|
||||
<output2>} </output2>
|
||||
</SquareRoot>
|
||||
<Exp brackets="false">
|
||||
<output1> e^{</output1>
|
||||
<output2>} </output2>
|
||||
</Exp>
|
||||
<Max>
|
||||
<output1>\max</output1>
|
||||
<output2></output2>
|
||||
</Max>
|
||||
<Min>
|
||||
<output1>\min</output1>
|
||||
<output2></output2>
|
||||
</Min>
|
||||
<Determinant>
|
||||
<output1>\det</output1>
|
||||
<output2></output2>
|
||||
</Determinant>
|
||||
<Trace>
|
||||
<output1>Tr</output1>
|
||||
<output2></output2>
|
||||
</Trace>
|
||||
|
||||
|
||||
|
||||
<!-- Binary Operators -->
|
||||
<NotEqual>
|
||||
<output1></output1>
|
||||
<output2> \neq </output2>
|
||||
<output3></output3>
|
||||
</NotEqual>
|
||||
<PlusMinus>
|
||||
<output1></output1>
|
||||
<output2> \pm </output2>
|
||||
<output3></output3>
|
||||
</PlusMinus>
|
||||
<Assignment>
|
||||
<output1></output1>
|
||||
<output2>:=</output2>
|
||||
<output3></output3>
|
||||
</Assignment>
|
||||
<Subtract>
|
||||
<output1></output1>
|
||||
<output2>-</output2>
|
||||
<output3></output3>
|
||||
</Subtract>
|
||||
<Divide brackets="false">
|
||||
<output1> \frac{</output1>
|
||||
<output2>}{</output2>
|
||||
<output3>} </output3>
|
||||
</Divide>
|
||||
<Divide2>
|
||||
<output1></output1>
|
||||
<output2> \div </output2>
|
||||
<output3></output3>
|
||||
</Divide2>
|
||||
<LessThan>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<]]></output2>
|
||||
<output3></output3>
|
||||
</LessThan>
|
||||
<GreaterThan>
|
||||
<output1></output1>
|
||||
<output2>></output2>
|
||||
<output3></output3>
|
||||
</GreaterThan>
|
||||
<LTEQ>
|
||||
<output1></output1>
|
||||
<output2> \le </output2>
|
||||
<output3></output3>
|
||||
</LTEQ>
|
||||
<GTEQ>
|
||||
<output1></output1>
|
||||
<output2> \ge </output2>
|
||||
<output3></output3>
|
||||
</GTEQ>
|
||||
<Subset>
|
||||
<output1></output1>
|
||||
<output2> \subset </output2>
|
||||
<output3></output3>
|
||||
</Subset>
|
||||
<SubsetEq>
|
||||
<output1></output1>
|
||||
<output2> \subseteq </output2>
|
||||
<output3></output3>
|
||||
</SubsetEq>
|
||||
<NSubset>
|
||||
<output1></output1>
|
||||
<output2> \not\subset </output2>
|
||||
<output3></output3>
|
||||
</NSubset>
|
||||
<NSubsetEq>
|
||||
<output1></output1>
|
||||
<output2> \not\subseteq </output2>
|
||||
<output3></output3>
|
||||
</NSubsetEq>
|
||||
<Power>
|
||||
<output1></output1>
|
||||
<output2>^{</output2>
|
||||
<output3>}</output3>
|
||||
</Power>
|
||||
<Subscript>
|
||||
<output1></output1>
|
||||
<output2>_{</output2>
|
||||
<output3>}</output3>
|
||||
</Subscript>
|
||||
<NthRoot reverse="true" brackets="false">
|
||||
<output1> \sqrt[</output1>
|
||||
<output2>]{</output2>
|
||||
<output3>} </output3>
|
||||
</NthRoot>
|
||||
<Function>
|
||||
<output1></output1>
|
||||
<output2>\left(</output2>
|
||||
<output3>\right)</output3>
|
||||
</Function>
|
||||
<LeftArrow>
|
||||
<output1></output1>
|
||||
<output2> \leftarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftArrow>
|
||||
<RightArrow>
|
||||
<output1></output1>
|
||||
<output2> \rightarrow </output2>
|
||||
<output3></output3>
|
||||
</RightArrow>
|
||||
<UpArrow>
|
||||
<output1></output1>
|
||||
<output2> \uparrow </output2>
|
||||
<output3></output3>
|
||||
</UpArrow>
|
||||
<DownArrow>
|
||||
<output1></output1>
|
||||
<output2> \downarrow </output2>
|
||||
<output3></output3>
|
||||
</DownArrow>
|
||||
<LeftDblArrow>
|
||||
<output1></output1>
|
||||
<output2> \Leftarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftDblArrow>
|
||||
<RightDblArrow>
|
||||
<output1></output1>
|
||||
<output2> \Rightarrow </output2>
|
||||
<output3></output3>
|
||||
</RightDblArrow>
|
||||
<LeftRightArrow>
|
||||
<output1></output1>
|
||||
<output2> \leftrightarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftRightArrow>
|
||||
<LeftRightDblArrow>
|
||||
<output1></output1>
|
||||
<output2> \Leftrightarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftRightDblArrow>
|
||||
<NorthEastArrow>
|
||||
<output1></output1>
|
||||
<output2> \nearrow </output2>
|
||||
<output3></output3>
|
||||
</NorthEastArrow>
|
||||
<SouthEastArrow>
|
||||
<output1></output1>
|
||||
<output2> \searrow </output2>
|
||||
<output3></output3>
|
||||
</SouthEastArrow>
|
||||
<NorthWestArrow>
|
||||
<output1></output1>
|
||||
<output2> \nwarrow </output2>
|
||||
<output3></output3>
|
||||
</NorthWestArrow>
|
||||
<SouthWestArrow>
|
||||
<output1></output1>
|
||||
<output2> \swarrow </output2>
|
||||
<output3></output3>
|
||||
</SouthWestArrow>
|
||||
|
||||
<Exists>
|
||||
<output1></output1>
|
||||
<output2> \exists </output2>
|
||||
<output3></output3>
|
||||
</Exists>
|
||||
<ForAll>
|
||||
<output1></output1>
|
||||
<output2> \forall </output2>
|
||||
<output3></output3>
|
||||
</ForAll>
|
||||
<IsIn>
|
||||
<output1></output1>
|
||||
<output2> \epsilon </output2>
|
||||
<output3></output3>
|
||||
</IsIn>
|
||||
<NotExists>
|
||||
<output1></output1>
|
||||
<output2> \not\exists </output2>
|
||||
<output3></output3>
|
||||
</NotExists>
|
||||
<NotIn>
|
||||
<output1></output1>
|
||||
<output2> \not\epsilon </output2>
|
||||
<output3></output3>
|
||||
</NotIn>
|
||||
<SimEq>
|
||||
<output1></output1>
|
||||
<output2> \simeq </output2>
|
||||
<output3></output3>
|
||||
</SimEq>
|
||||
<Or>
|
||||
<output1></output1>
|
||||
<output2> \vee </output2>
|
||||
<output3></output3>
|
||||
</Or>
|
||||
<And>
|
||||
<output1></output1>
|
||||
<output2> \wedge </output2>
|
||||
<output3></output3>
|
||||
</And>
|
||||
<Not>
|
||||
<output1></output1>
|
||||
<output2> \neg </output2>
|
||||
<output3></output3>
|
||||
</Not>
|
||||
|
||||
|
||||
<!-- Nary Functions -->
|
||||
<Integral>
|
||||
<output1> \int </output1>
|
||||
<output2>\,d</output2>
|
||||
<output3></output3>
|
||||
</Integral>
|
||||
<Differential order="1,0">
|
||||
<output1> \frac{d}{d</output1>
|
||||
<output2>}</output2>
|
||||
<output3></output3>
|
||||
</Differential>
|
||||
<PartialDifferential order="1,0">
|
||||
<output1> \frac{\partial}{\partial </output1>
|
||||
<output2>}</output2>
|
||||
<output3></output3>
|
||||
</PartialDifferential>
|
||||
<Sum order="1,2,3,0">
|
||||
<output1> \sum_{{</output1>
|
||||
<output2>}={</output2>
|
||||
<output3>}}^{</output3>
|
||||
<output4>}</output4>
|
||||
<output5></output5>
|
||||
</Sum>
|
||||
<Product order="1,2,3,0">
|
||||
<output1> \prod_{{</output1>
|
||||
<output2>}={</output2>
|
||||
<output3>}}^{</output3>
|
||||
<output4>}</output4>
|
||||
<output5></output5>
|
||||
</Product>
|
||||
<Limit order="1,2,0">
|
||||
<output1> \lim_{</output1>
|
||||
<output2>\to</output2>
|
||||
<output3>}</output3>
|
||||
<output4></output4>
|
||||
</Limit>
|
||||
<Evaluate>
|
||||
<output1></output1>
|
||||
<output2>\left|_{{</output2>
|
||||
<output3>}={</output3>
|
||||
<output4>}}</output4>
|
||||
</Evaluate>
|
||||
<DefiniteIntegral order="2,3,0,1">
|
||||
<output1> \int_{</output1>
|
||||
<output2>}^{</output2>
|
||||
<output3>}</output3>
|
||||
<output4>\,d</output4>
|
||||
<output5></output5>
|
||||
</DefiniteIntegral>
|
||||
|
||||
|
||||
|
||||
<!-- Matrix -->
|
||||
<Matrix>
|
||||
<matrixStart> \left( \begin{array}{ccc} </matrixStart>
|
||||
<rowStart></rowStart>
|
||||
<elementStart></elementStart>
|
||||
<elementEnd></elementEnd>
|
||||
<elementSeparator><![CDATA[ & ]]></elementSeparator>
|
||||
<rowEnd>\\</rowEnd>
|
||||
<rowSeparator></rowSeparator>
|
||||
<matrixEnd> \end{array} \right) </matrixEnd>
|
||||
</Matrix>
|
||||
|
||||
|
||||
|
||||
<!-- Grouping -->
|
||||
<BracketsRnd>
|
||||
<output1>\left(</output1>
|
||||
<output2>\right)</output2>
|
||||
</BracketsRnd>
|
||||
<BracketsCurl>
|
||||
<output1>\{</output1>
|
||||
<output2>\}</output2>
|
||||
</BracketsCurl>
|
||||
<BracketsSq>
|
||||
<output1>\left[</output1>
|
||||
<output2>\right]</output2>
|
||||
</BracketsSq>
|
||||
<Abs>
|
||||
<output1>\left|</output1>
|
||||
<output2>\right|</output2>
|
||||
</Abs>
|
||||
|
||||
|
||||
|
||||
<!-- Symbols -->
|
||||
<Infinity>
|
||||
<output>\infty</output>
|
||||
</Infinity>
|
||||
|
||||
|
||||
<Γ>
|
||||
<output> \Gamma </output>
|
||||
</Γ>
|
||||
<Δ>
|
||||
<output> \Delta </output>
|
||||
</Δ>
|
||||
<Θ>
|
||||
<output> \Theta </output>
|
||||
</Θ>
|
||||
<Λ>
|
||||
<output> \Lambda </output>
|
||||
</Λ>
|
||||
<Ξ>
|
||||
<output> \Xi </output>
|
||||
</Ξ>
|
||||
<Π>
|
||||
<output> \Pi </output>
|
||||
</Π>
|
||||
<Σ>
|
||||
<output> \Sigma </output>
|
||||
</Σ>
|
||||
<Υ>
|
||||
<output> \Upsilon </output>
|
||||
</Υ>
|
||||
<Φ>
|
||||
<output> \Phi </output>
|
||||
</Φ>
|
||||
<Ψ>
|
||||
<output> \Psi </output>
|
||||
</Ψ>
|
||||
<Ω>
|
||||
<output> \Omega </output>
|
||||
</Ω>
|
||||
|
||||
|
||||
<α>
|
||||
<output> \alpha </output>
|
||||
</α>
|
||||
<β>
|
||||
<output> \beta </output>
|
||||
</β>
|
||||
<γ>
|
||||
<output> \gamma </output>
|
||||
</γ>
|
||||
<δ>
|
||||
<output> \delta </output>
|
||||
</δ>
|
||||
<ε>
|
||||
<output> \epsilon </output>
|
||||
</ε>
|
||||
<ζ>
|
||||
<output> \zeta </output>
|
||||
</ζ>
|
||||
<η>
|
||||
<output> \eta </output>
|
||||
</η>
|
||||
<θ>
|
||||
<output> \theta </output>
|
||||
</θ>
|
||||
<ι>
|
||||
<output> \iota </output>
|
||||
</ι>
|
||||
<κ>
|
||||
<output> \kappa </output>
|
||||
</κ>
|
||||
<λ>
|
||||
<output> \lambda </output>
|
||||
</λ>
|
||||
<μ>
|
||||
<output> \mu </output>
|
||||
</μ>
|
||||
<ν>
|
||||
<output> \nu </output>
|
||||
</ν>
|
||||
<ξ>
|
||||
<output> \xi </output>
|
||||
</ξ>
|
||||
<π>
|
||||
<output> \pi </output>
|
||||
</π>
|
||||
<ρ>
|
||||
<output> \rho </output>
|
||||
</ρ>
|
||||
<σ>
|
||||
<output> \sigma </output>
|
||||
</σ>
|
||||
<τ>
|
||||
<output> \tau </output>
|
||||
</τ>
|
||||
<υ>
|
||||
<output> \upsilon </output>
|
||||
</υ>
|
||||
<φ>
|
||||
<output> \phi </output>
|
||||
</φ>
|
||||
<χ>
|
||||
<output> \chi </output>
|
||||
</χ>
|
||||
<ψ>
|
||||
<output> \psi </output>
|
||||
</ψ>
|
||||
<ω>
|
||||
<output> \omega </output>
|
||||
</ω>
|
||||
|
||||
</Syntax>
|
@ -1,541 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Syntax>
|
||||
<name AutoBrackets="false">Tex</name>
|
||||
|
||||
<Initial>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Initial>
|
||||
<Text>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Text>
|
||||
<Variable>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</Variable>
|
||||
<RealNumber>
|
||||
<output1></output1>
|
||||
<output2></output2>
|
||||
</RealNumber>
|
||||
|
||||
|
||||
|
||||
<!-- Nary Operators -->
|
||||
<Add>
|
||||
<output>+</output>
|
||||
</Add>
|
||||
<Multiply>
|
||||
<output> \cdot </output>
|
||||
</Multiply>
|
||||
<Multiply2>
|
||||
<output> \times </output>
|
||||
</Multiply2>
|
||||
<Equals>
|
||||
<output>=</output>
|
||||
</Equals>
|
||||
<Union>
|
||||
<output> \cup </output>
|
||||
</Union>
|
||||
<Intersection>
|
||||
<output> \cap </output>
|
||||
</Intersection>
|
||||
<Comma>
|
||||
<output>,</output>
|
||||
</Comma>
|
||||
<Equiv>
|
||||
<output> \equiv </output>
|
||||
</Equiv>
|
||||
|
||||
|
||||
|
||||
<!-- Functions -->
|
||||
<UMinus>
|
||||
<output1>-</output1>
|
||||
<output2></output2>
|
||||
</UMinus>
|
||||
<Factorial brackets="false">
|
||||
<output1>{</output1>
|
||||
<output2>}!</output2>
|
||||
</Factorial>
|
||||
<NaturalLogarithm>
|
||||
<output1> \ln </output1>
|
||||
<output2></output2>
|
||||
</NaturalLogarithm>
|
||||
<Logarithm>
|
||||
<output1> \log </output1>
|
||||
<output2></output2>
|
||||
</Logarithm>
|
||||
<Sine>
|
||||
<output1> \sin </output1>
|
||||
<output2></output2>
|
||||
</Sine>
|
||||
<Cosine>
|
||||
<output1> \cos </output1>
|
||||
<output2></output2>
|
||||
</Cosine>
|
||||
<Tangent>
|
||||
<output1> \tan </output1>
|
||||
<output2></output2>
|
||||
</Tangent>
|
||||
<ArcSine>
|
||||
<output1> \sin^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcSine>
|
||||
<ArcCosine>
|
||||
<output1> \cos^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcCosine>
|
||||
<ArcTangent>
|
||||
<output1> \tan^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcTangent>
|
||||
<SineH>
|
||||
<output1> \sinh </output1>
|
||||
<output2></output2>
|
||||
</SineH>
|
||||
<CosineH>
|
||||
<output1> \cosh </output1>
|
||||
<output2></output2>
|
||||
</CosineH>
|
||||
<TanH>
|
||||
<output1> \tanh </output1>
|
||||
<output2></output2>
|
||||
</TanH>
|
||||
<ArcSineH>
|
||||
<output1> \sinh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcSineH>
|
||||
<ArcCosineH>
|
||||
<output1> \cosh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcCosineH>
|
||||
<ArcTanH>
|
||||
<output1> \tanh^{-1} </output1>
|
||||
<output2></output2>
|
||||
</ArcTanH>
|
||||
<SquareRoot brackets="false">
|
||||
<output1> \sqrt{</output1>
|
||||
<output2>} </output2>
|
||||
</SquareRoot>
|
||||
<Exp brackets="false">
|
||||
<output1> e^{</output1>
|
||||
<output2>} </output2>
|
||||
</Exp>
|
||||
<Max>
|
||||
<output1>\max</output1>
|
||||
<output2></output2>
|
||||
</Max>
|
||||
<Min>
|
||||
<output1>\min</output1>
|
||||
<output2></output2>
|
||||
</Min>
|
||||
<Determinant>
|
||||
<output1>\det</output1>
|
||||
<output2></output2>
|
||||
</Determinant>
|
||||
<Trace>
|
||||
<output1>Tr</output1>
|
||||
<output2></output2>
|
||||
</Trace>
|
||||
|
||||
|
||||
|
||||
<!-- Binary Operators -->
|
||||
<NotEqual>
|
||||
<output1></output1>
|
||||
<output2> \neq </output2>
|
||||
<output3></output3>
|
||||
</NotEqual>
|
||||
<PlusMinus>
|
||||
<output1></output1>
|
||||
<output2> \pm </output2>
|
||||
<output3></output3>
|
||||
</PlusMinus>
|
||||
<Assignment>
|
||||
<output1></output1>
|
||||
<output2>:=</output2>
|
||||
<output3></output3>
|
||||
</Assignment>
|
||||
<Subtract>
|
||||
<output1></output1>
|
||||
<output2>-</output2>
|
||||
<output3></output3>
|
||||
</Subtract>
|
||||
<Divide brackets="false">
|
||||
<output1> \frac{</output1>
|
||||
<output2>}{</output2>
|
||||
<output3>} </output3>
|
||||
</Divide>
|
||||
<Divide2>
|
||||
<output1></output1>
|
||||
<output2> \div </output2>
|
||||
<output3></output3>
|
||||
</Divide2>
|
||||
<LessThan>
|
||||
<output1></output1>
|
||||
<output2><![CDATA[<]]></output2>
|
||||
<output3></output3>
|
||||
</LessThan>
|
||||
<GreaterThan>
|
||||
<output1></output1>
|
||||
<output2>></output2>
|
||||
<output3></output3>
|
||||
</GreaterThan>
|
||||
<LTEQ>
|
||||
<output1></output1>
|
||||
<output2> \le </output2>
|
||||
<output3></output3>
|
||||
</LTEQ>
|
||||
<GTEQ>
|
||||
<output1></output1>
|
||||
<output2> \ge </output2>
|
||||
<output3></output3>
|
||||
</GTEQ>
|
||||
<Subset>
|
||||
<output1></output1>
|
||||
<output2> \subset </output2>
|
||||
<output3></output3>
|
||||
</Subset>
|
||||
<SubsetEq>
|
||||
<output1></output1>
|
||||
<output2> \subseteq </output2>
|
||||
<output3></output3>
|
||||
</SubsetEq>
|
||||
<NSubset>
|
||||
<output1></output1>
|
||||
<output2> \not\subset </output2>
|
||||
<output3></output3>
|
||||
</NSubset>
|
||||
<NSubsetEq>
|
||||
<output1></output1>
|
||||
<output2> \not\subseteq </output2>
|
||||
<output3></output3>
|
||||
</NSubsetEq>
|
||||
<Power>
|
||||
<output1></output1>
|
||||
<output2>^{</output2>
|
||||
<output3>}</output3>
|
||||
</Power>
|
||||
<Subscript>
|
||||
<output1></output1>
|
||||
<output2>_{</output2>
|
||||
<output3>}</output3>
|
||||
</Subscript>
|
||||
<NthRoot reverse="true" brackets="false">
|
||||
<output1> \root </output1>
|
||||
<output2> \of {</output2>
|
||||
<output3>}</output3>
|
||||
</NthRoot>
|
||||
<Function>
|
||||
<output1></output1>
|
||||
<output2>\left(</output2>
|
||||
<output3>\right)</output3>
|
||||
</Function>
|
||||
<LeftArrow>
|
||||
<output1></output1>
|
||||
<output2> \leftarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftArrow>
|
||||
<RightArrow>
|
||||
<output1></output1>
|
||||
<output2> \rightarrow </output2>
|
||||
<output3></output3>
|
||||
</RightArrow>
|
||||
<UpArrow>
|
||||
<output1></output1>
|
||||
<output2> \uparrow </output2>
|
||||
<output3></output3>
|
||||
</UpArrow>
|
||||
<DownArrow>
|
||||
<output1></output1>
|
||||
<output2> \downarrow </output2>
|
||||
<output3></output3>
|
||||
</DownArrow>
|
||||
<LeftDblArrow>
|
||||
<output1></output1>
|
||||
<output2> \Leftarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftDblArrow>
|
||||
<RightDblArrow>
|
||||
<output1></output1>
|
||||
<output2> \Rightarrow </output2>
|
||||
<output3></output3>
|
||||
</RightDblArrow>
|
||||
<LeftRightArrow>
|
||||
<output1></output1>
|
||||
<output2> \leftrightarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftRightArrow>
|
||||
<LeftRightDblArrow>
|
||||
<output1></output1>
|
||||
<output2> \Leftrightarrow </output2>
|
||||
<output3></output3>
|
||||
</LeftRightDblArrow>
|
||||
<NorthEastArrow>
|
||||
<output1></output1>
|
||||
<output2> \nearrow </output2>
|
||||
<output3></output3>
|
||||
</NorthEastArrow>
|
||||
<SouthEastArrow>
|
||||
<output1></output1>
|
||||
<output2> \searrow </output2>
|
||||
<output3></output3>
|
||||
</SouthEastArrow>
|
||||
<NorthWestArrow>
|
||||
<output1></output1>
|
||||
<output2> \nwarrow </output2>
|
||||
<output3></output3>
|
||||
</NorthWestArrow>
|
||||
<SouthWestArrow>
|
||||
<output1></output1>
|
||||
<output2> \swarrow </output2>
|
||||
<output3></output3>
|
||||
</SouthWestArrow>
|
||||
|
||||
<Exists>
|
||||
<output1></output1>
|
||||
<output2> \exists </output2>
|
||||
<output3></output3>
|
||||
</Exists>
|
||||
<ForAll>
|
||||
<output1></output1>
|
||||
<output2> \forall </output2>
|
||||
<output3></output3>
|
||||
</ForAll>
|
||||
<IsIn>
|
||||
<output1></output1>
|
||||
<output2> \epsilon </output2>
|
||||
<output3></output3>
|
||||
</IsIn>
|
||||
<NotExists>
|
||||
<output1></output1>
|
||||
<output2> \not\exists </output2>
|
||||
<output3></output3>
|
||||
</NotExists>
|
||||
<NotIn>
|
||||
<output1></output1>
|
||||
<output2> \not\epsilon </output2>
|
||||
<output3></output3>
|
||||
</NotIn>
|
||||
<SimEq>
|
||||
<output1></output1>
|
||||
<output2> \simeq </output2>
|
||||
<output3></output3>
|
||||
</SimEq>
|
||||
<Or>
|
||||
<output1></output1>
|
||||
<output2> \vee </output2>
|
||||
<output3></output3>
|
||||
</Or>
|
||||
<And>
|
||||
<output1></output1>
|
||||
<output2> \wedge </output2>
|
||||
<output3></output3>
|
||||
</And>
|
||||
<Not>
|
||||
<output1></output1>
|
||||
<output2> \neg </output2>
|
||||
<output3></output3>
|
||||
</Not>
|
||||
|
||||
|
||||
<!-- Nary Functions -->
|
||||
<Integral>
|
||||
<output1> \int </output1>
|
||||
<output2>\,d</output2>
|
||||
<output3></output3>
|
||||
</Integral>
|
||||
<Differential order="1,0">
|
||||
<output1> \frac{d}{d</output1>
|
||||
<output2>}</output2>
|
||||
<output3></output3>
|
||||
</Differential>
|
||||
<PartialDifferential order="1,0">
|
||||
<output1> \frac{\partial}{\partial </output1>
|
||||
<output2>}</output2>
|
||||
<output3></output3>
|
||||
</PartialDifferential>
|
||||
<Sum order="1,2,3,0">
|
||||
<output1> \sum_{{</output1>
|
||||
<output2>}={</output2>
|
||||
<output3>}}^{</output3>
|
||||
<output4>}</output4>
|
||||
<output5></output5>
|
||||
</Sum>
|
||||
<Product order="1,2,3,0">
|
||||
<output1> \prod_{{</output1>
|
||||
<output2>}={</output2>
|
||||
<output3>}}^{</output3>
|
||||
<output4>}</output4>
|
||||
<output5></output5>
|
||||
</Product>
|
||||
<Limit order="1,2,0">
|
||||
<output1> \lim_{</output1>
|
||||
<output2>\to</output2>
|
||||
<output3>}</output3>
|
||||
<output4></output4>
|
||||
</Limit>
|
||||
<Evaluate>
|
||||
<output1></output1>
|
||||
<output2>\left|_{{</output2>
|
||||
<output3>}={</output3>
|
||||
<output4>}}</output4>
|
||||
</Evaluate>
|
||||
<DefiniteIntegral order="2,3,0,1">
|
||||
<output1> \int_{</output1>
|
||||
<output2>}^{</output2>
|
||||
<output3>}</output3>
|
||||
<output4>\,d</output4>
|
||||
<output5></output5>
|
||||
</DefiniteIntegral>
|
||||
|
||||
|
||||
|
||||
<!-- Matrix -->
|
||||
<Matrix>
|
||||
<matrixStart> \pmatrix{</matrixStart>
|
||||
<rowStart></rowStart>
|
||||
<elementStart></elementStart>
|
||||
<elementEnd></elementEnd>
|
||||
<elementSeparator><![CDATA[ & ]]></elementSeparator>
|
||||
<rowEnd></rowEnd>
|
||||
<rowSeparator>\cr</rowSeparator>
|
||||
<matrixEnd>} </matrixEnd>
|
||||
</Matrix>
|
||||
|
||||
|
||||
|
||||
<!-- Grouping -->
|
||||
<BracketsRnd>
|
||||
<output1>\left(</output1>
|
||||
<output2>\right)</output2>
|
||||
</BracketsRnd>
|
||||
<BracketsCurl>
|
||||
<output1>\{</output1>
|
||||
<output2>\}</output2>
|
||||
</BracketsCurl>
|
||||
<BracketsSq>
|
||||
<output1>\left[</output1>
|
||||
<output2>\right]</output2>
|
||||
</BracketsSq>
|
||||
<Abs>
|
||||
<output1>\left|</output1>
|
||||
<output2>\right|</output2>
|
||||
</Abs>
|
||||
|
||||
|
||||
|
||||
<!-- Symbols -->
|
||||
<Infinity>
|
||||
<output>\infty</output>
|
||||
</Infinity>
|
||||
|
||||
|
||||
<Γ>
|
||||
<output> \Gamma </output>
|
||||
</Γ>
|
||||
<Δ>
|
||||
<output> \Delta </output>
|
||||
</Δ>
|
||||
<Θ>
|
||||
<output> \Theta </output>
|
||||
</Θ>
|
||||
<Λ>
|
||||
<output> \Lambda </output>
|
||||
</Λ>
|
||||
<Ξ>
|
||||
<output> \Xi </output>
|
||||
</Ξ>
|
||||
<Π>
|
||||
<output> \Pi </output>
|
||||
</Π>
|
||||
<Σ>
|
||||
<output> \Sigma </output>
|
||||
</Σ>
|
||||
<Υ>
|
||||
<output> \Upsilon </output>
|
||||
</Υ>
|
||||
<Φ>
|
||||
<output> \Phi </output>
|
||||
</Φ>
|
||||
<Ψ>
|
||||
<output> \Psi </output>
|
||||
</Ψ>
|
||||
<Ω>
|
||||
<output> \Omega </output>
|
||||
</Ω>
|
||||
|
||||
|
||||
<α>
|
||||
<output> \alpha </output>
|
||||
</α>
|
||||
<β>
|
||||
<output> \beta </output>
|
||||
</β>
|
||||
<γ>
|
||||
<output> \gamma </output>
|
||||
</γ>
|
||||
<δ>
|
||||
<output> \delta </output>
|
||||
</δ>
|
||||
<ε>
|
||||
<output> \epsilon </output>
|
||||
</ε>
|
||||
<ζ>
|
||||
<output> \zeta </output>
|
||||
</ζ>
|
||||
<η>
|
||||
<output> \eta </output>
|
||||
</η>
|
||||
<θ>
|
||||
<output> \theta </output>
|
||||
</θ>
|
||||
<ι>
|
||||
<output> \iota </output>
|
||||
</ι>
|
||||
<κ>
|
||||
<output> \kappa </output>
|
||||
</κ>
|
||||
<λ>
|
||||
<output> \lambda </output>
|
||||
</λ>
|
||||
<μ>
|
||||
<output> \mu </output>
|
||||
</μ>
|
||||
<ν>
|
||||
<output> \nu </output>
|
||||
</ν>
|
||||
<ξ>
|
||||
<output> \xi </output>
|
||||
</ξ>
|
||||
<π>
|
||||
<output> \pi </output>
|
||||
</π>
|
||||
<ρ>
|
||||
<output> \rho </output>
|
||||
</ρ>
|
||||
<σ>
|
||||
<output> \sigma </output>
|
||||
</σ>
|
||||
<τ>
|
||||
<output> \tau </output>
|
||||
</τ>
|
||||
<υ>
|
||||
<output> \upsilon </output>
|
||||
</υ>
|
||||
<φ>
|
||||
<output> \phi </output>
|
||||
</φ>
|
||||
<χ>
|
||||
<output> \chi </output>
|
||||
</χ>
|
||||
<ψ>
|
||||
<output> \psi </output>
|
||||
</ψ>
|
||||
<ω>
|
||||
<output> \omega </output>
|
||||
</ω>
|
||||
|
||||
</Syntax>
|
@ -1,177 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : ca.xml
|
||||
Created on : 17 December 2007, 15:13
|
||||
Author : Joan Queralt i Gil i Daniel Ureña Zafra
|
||||
Description:
|
||||
Versió catalana de la interfície de DragMath. Es pot, per tant millorar.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Error llegint el fitxer: Comproveu-ne la validesa</ReadingFile>
|
||||
<ReadingFile2>Error carregant el fitxer amb format: </ReadingFile2>
|
||||
<LoadingExp>Error carregant l'expressió desada</LoadingExp>
|
||||
<SavingExp>Error desant l'expressió</SavingExp>
|
||||
<Cut>No es pot retallar la selecció: </Cut>
|
||||
<Copy>No es pot copiar la selecció: </Copy>
|
||||
<Tree>No es pot mostrar l'arbre: </Tree>
|
||||
<Action>No s'ha pogut completar l'acció: </Action>
|
||||
<AddMatrix>No es pot afegir la Matriu a aquesta posició</AddMatrix>
|
||||
<Operator>Manca un operador en aquesta posició</Operator>
|
||||
<Argument>Manca un argument o operador en aquesta posició</Argument>
|
||||
<Image>Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>L'expressió no pot ser analitzada</ParseExp>
|
||||
<LoadExpression>DragMath - Escull una expressió per ser carregada</LoadExpression>
|
||||
<SaveExpression>DragMath - Escull un lloc on desar l'expressió</SaveExpression>
|
||||
<EnterRows>Introduïu el nombre de files de la matriu</EnterRows>
|
||||
<EnterColumns>Introduïu el nombre de columnes de la matriu</EnterColumns>
|
||||
<MatrixDim>Dimensions de la matriu</MatrixDim>
|
||||
<NoCut>No hi ha res seleccionat per retallar</NoCut>
|
||||
<NoPaste>No hi ha res per enganxar</NoPaste>
|
||||
<NoBox>No hi ha cap quadre seleccionat per enganxar-hi</NoBox>
|
||||
<NoCopy>No hi ha res seleccionat per copiar</NoCopy>
|
||||
<Copied>Copiat</Copied>
|
||||
<ReadingData>S'ha produït un error al llegir les dades de sortida</ReadingData>
|
||||
<Clipboard>S'ha copiat l'expressió al porta-retalls</Clipboard>
|
||||
<NoExpression>No hi ha cap expressió per convertir</NoExpression>
|
||||
<NoFormat>Encara no s'ha carregat un fitxer amb format</NoFormat>
|
||||
<ImageSize>Choose the image size 1-10 (Smallest-Largest)</ImageSize>
|
||||
|
||||
<!-- Tooltips for buttons -->
|
||||
<Multiply>Multiplica</Multiply>
|
||||
<Divide>Divideix</Divide>
|
||||
<Add>Suma</Add>
|
||||
<Subtract>Resta</Subtract>
|
||||
<Comma>Coma</Comma>
|
||||
<PlusMinus>Més-menys</PlusMinus>
|
||||
<NotEqual>No es igual</NotEqual>
|
||||
<SquareRoot>Arrel Quadrada</SquareRoot>
|
||||
<NthRoot>Arrel n-éssima</NthRoot>
|
||||
<Power>Superíndex</Power>
|
||||
<Subscript>Subíndex</Subscript>
|
||||
<Matrix>Matriu</Matrix>
|
||||
<Integral>Integral</Integral>
|
||||
<Differential>Diferencial</Differential>
|
||||
<LessThan>Menor que</LessThan>
|
||||
<GreaterThan>Major que</GreaterThan>
|
||||
<LTEQ>Menor o igual que</LTEQ>
|
||||
<GTEQ>Major o igual que</GTEQ>
|
||||
<Equals>Igual</Equals>
|
||||
<Union>Unió</Union>
|
||||
<Intersection>Intersecció</Intersection>
|
||||
<Subset>Subconjunt</Subset>
|
||||
<SubsetEq>Subconjunt o igual que</SubsetEq>
|
||||
<NSubset>No inclòs</NSubset>
|
||||
<NSubsetEq>No inclòs o igual que</NSubsetEq>
|
||||
<Sine>Sinus</Sine>
|
||||
<Cosine>Cosinus</Cosine>
|
||||
<Tangent>Tangent</Tangent>
|
||||
<ArcSine>Arcsinus</ArcSine>
|
||||
<ArcCosine>Arccosinus</ArcCosine>
|
||||
<ArcTangent>Arctangent</ArcTangent>
|
||||
<SineH>Sinus hiperbòlic</SineH>
|
||||
<CosineH>Cosinus hiperbòlic</CosineH>
|
||||
<TanH>Tangent hiperbòlica</TanH>
|
||||
<ArcSineH>Invers del sinus hiperbòlic</ArcSineH>
|
||||
<ArcCosineH>Invers del cosinus hiperbòlic</ArcCosineH>
|
||||
<ArcTanH>Invers de la tangent hiperbòlica</ArcTanH>
|
||||
<Logarithm>Logaritme</Logarithm>
|
||||
<NaturalLogarithm>Logaritme neperià</NaturalLogarithm>
|
||||
<Exp>Exponencial</Exp>
|
||||
<UMinus>Menys</UMinus>
|
||||
<BracketsRnd>Parèntesis</BracketsRnd>
|
||||
<BracketsCurl>Claus</BracketsCurl>
|
||||
<BracketsSq>Claudàtors</BracketsSq>
|
||||
<Abs>Valor absolut</Abs>
|
||||
<Infinity>Infinit</Infinity>
|
||||
<GreekLetter>Lletra grega</GreekLetter>
|
||||
<Factorial>Factorial</Factorial>
|
||||
<Max>Màxim del conjunt</Max>
|
||||
<Min>Mínim del conjunt</Min>
|
||||
<Assignment>Assignació</Assignment>
|
||||
<Function>Funció general</Function>
|
||||
<Determinant>Determinant</Determinant>
|
||||
<Trace>Traça</Trace>
|
||||
<DefiniteIntegral>Integral definida</DefiniteIntegral>
|
||||
<Product>Producte</Product>
|
||||
<Sum>Suma</Sum>
|
||||
<Limit>Límit</Limit>
|
||||
<Evaluate>Avalua una expressió en un punt</Evaluate>
|
||||
<LeftArrow>Fletxa esquerra</LeftArrow>
|
||||
<RightArrow>Fletxa dreta</RightArrow>
|
||||
<UpArrow>Fletxa amunt</UpArrow>
|
||||
<DownArrow>Fletxa avall</DownArrow>
|
||||
<LeftRightArrow>Fletxa esquerra-dreta</LeftRightArrow>
|
||||
<LeftDblArrow>Fletxa doble esquerra</LeftDblArrow>
|
||||
<RightDblArrow>Fletxa doble dreta</RightDblArrow>
|
||||
<LeftRightDblArrow>Fletxa doble esquerra-dreta</LeftRightDblArrow>
|
||||
<NorthEastArrow>Fletxa dreta-amunt</NorthEastArrow>
|
||||
<SouthEastArrow>Fletxa dreta-avall</SouthEastArrow>
|
||||
<NorthWestArrow>Fletxa esquerra-amun</NorthWestArrow>
|
||||
<SouthWestArrow>Fletxa esquerra-avall</SouthWestArrow>
|
||||
<Multiply2>Multiplica</Multiply2>
|
||||
<Divide2>Divideix</Divide2>
|
||||
<Equiv>Equivalència</Equiv>
|
||||
<Exists>Existeix</Exists>
|
||||
<ForAll>Per a tot</ForAll>
|
||||
<IsIn>Pertany</IsIn>
|
||||
<NotExists>No existeix</NotExists>
|
||||
<NotIn>No pertany</NotIn>
|
||||
<SimEq>Semblant</SimEq>
|
||||
<Or>Unió Lògica</Or>
|
||||
<And>Intersecció lògica</And>
|
||||
<Not>Negació lògica</Not>
|
||||
<PartialDifferential>Partial Differential</PartialDifferential>
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Carrega un format personalitzat de sortida</OpenButton>
|
||||
<SaveButton>Desar fórmula a un fitxer</SaveButton>
|
||||
<ExportButton>Exportar l'expressió al porta-retalls</ExportButton>
|
||||
<UndoButton>Desfés</UndoButton>
|
||||
<RedoButton>Refés</RedoButton>
|
||||
<CutButton>Retalla</CutButton>
|
||||
<CopyButton>Còpia</CopyButton>
|
||||
<PasteButton>Enganxa</PasteButton>
|
||||
<ClearButton>Neteja tot l'àrea de treball</ClearButton>
|
||||
<SelectButton>Selecciona tot l'àrea de treball</SelectButton>
|
||||
<LoadFormatButton>Carrega un fitxer amb format exportat</LoadFormatButton>
|
||||
<LoadLangButton>Carrega un fitxer d'idioma</LoadLangButton>
|
||||
<ShowTreeButton>Mostra l'arbre de l'expressió</ShowTreeButton>
|
||||
<OutlineButton>Mostra el contorn</OutlineButton>
|
||||
<OnlineHelpButton>Carrega documents d'ajuda al navegador</OnlineHelpButton>
|
||||
<AboutButton>Quant a DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Fitxer</FileMenu>
|
||||
<OpenMenu>Obrir...</OpenMenu>
|
||||
<SaveAsMenu>Anomenar i desar...</SaveAsMenu>
|
||||
<ExportMenu>Exportar al porta-retalls</ExportMenu>
|
||||
<ImageMenu>Export to image</ImageMenu>
|
||||
|
||||
<EditMenu>Edició</EditMenu>
|
||||
<UndoMenu>Desfer</UndoMenu>
|
||||
<RedoMenu>Refer</RedoMenu>
|
||||
<CutMenu>Retallar</CutMenu>
|
||||
<CopyMenu>Còpia</CopyMenu>
|
||||
<PasteMenu>Enganxa</PasteMenu>
|
||||
<ClearMenu>Neteja tot</ClearMenu>
|
||||
<SelectMenu>Seleccionar tot</SelectMenu>
|
||||
|
||||
<OptionsMenu>Opcions</OptionsMenu>
|
||||
<SetExportMenu>Format d'Exportació</SetExportMenu>
|
||||
<SetLanguageMenu>Idioma</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Ajuda</HelpMenu>
|
||||
<DebugMenu>Depuració</DebugMenu>
|
||||
<TreeMenu>Mostrar arbre de l'expressió</TreeMenu>
|
||||
<OutlineMenu>Mostrar contorn</OutlineMenu>
|
||||
<OnlineHelpMenu>Ajuda en línia</OnlineHelpMenu>
|
||||
<AboutMenu>Quant a DragMath</AboutMenu>
|
||||
|
||||
</Language>
|
@ -1,181 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : cz.xml
|
||||
Created on : 30 July 2007, 15:43
|
||||
Author : Alex Billingsley
|
||||
Translator : Miroslava Tihlaříková
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Chyba při načítání souboru s formátem</ReadingFile>
|
||||
<ReadingFile2>Chyba při načítání souboru s formátem</ReadingFile2>
|
||||
<LoadingExp>Chyba při načítání uložených výrazů</LoadingExp>
|
||||
<SavingExp>Chyba při ukládání výrazů</SavingExp>
|
||||
<Cut>Nelze vyjmout výběr:</Cut>
|
||||
<Copy>Nelze zkopírovat výrěr:</Copy>
|
||||
<Tree>Nelze zobrazit strom:</Tree>
|
||||
<Action>Akce nemůže být dokončena:</Action>
|
||||
<AddMatrix>Sem nelze přidat matici</AddMatrix>
|
||||
<Operator>Chybí operátor</Operator>
|
||||
<Argument>Chybí proměnná či operátor (na vhodné pozici)</Argument>
|
||||
<Image>Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Výraz nelze rozpoznat</ParseExp>
|
||||
<LoadExpression>DragMath - Vyberte soubor s výrazem k načtení</LoadExpression>
|
||||
<SaveExpression>DragMath - Vyberte umístění kam uložit výraz</SaveExpression>
|
||||
<EnterRows>Zadejte počet řádků matice</EnterRows>
|
||||
<EnterColumns>Zadejte počet sloupců matice</EnterColumns>
|
||||
<MatrixDim>Rozměr matice</MatrixDim>
|
||||
<NoCut>Nebylo vybráno nic na vyjmutí</NoCut>
|
||||
<NoPaste>Nic na vložení</NoPaste>
|
||||
<NoBox>Není vybráno políčko kam vkládat</NoBox>
|
||||
<NoCopy>Není nic vybráno ke kopírování</NoCopy>
|
||||
<Copied>Zkopírováno</Copied>
|
||||
<ReadingData>Cyba při čtení výstupních dat</ReadingData>
|
||||
<Clipboard>: výrazy uloženy do schránky</Clipboard>
|
||||
<NoExpression>Žádné výrazy na konvertování</NoExpression>
|
||||
<NoFormat>Ještě nebyl načten soubor s definicí formátu</NoFormat>
|
||||
<ImageSize>Choose the image size 1-10 (Smallest-Largest)</ImageSize>
|
||||
|
||||
<!-- Tooltips for buttons -->
|
||||
<Multiply>Součin</Multiply>
|
||||
<Divide>Podíl</Divide>
|
||||
<Add>Součet</Add>
|
||||
<Subtract>Rozdíl</Subtract>
|
||||
<Comma>Desetinná čárka</Comma>
|
||||
<PlusMinus>Plus-Minus</PlusMinus>
|
||||
<SquareRoot>Druhá odmocnina</SquareRoot>
|
||||
<NthRoot>N-tá odmocnina</NthRoot>
|
||||
<Power>Horní index nebo mocnina</Power>
|
||||
<Subscript>Dolní index</Subscript>
|
||||
<Matrix>Matice</Matrix>
|
||||
<Integral>Integrál</Integral>
|
||||
<Differential>Derivace</Differential>
|
||||
<LessThan>Menší než</LessThan>
|
||||
<GreaterThan>Větší než</GreaterThan>
|
||||
<LTEQ>Menší nebo rovno</LTEQ>
|
||||
<GTEQ>Větší nebo rovno</GTEQ>
|
||||
<Equals>Rovno</Equals>
|
||||
<NotEqual>Není rovno</NotEqual>
|
||||
<Union>Sjednocení</Union>
|
||||
<Intersection>Průnik</Intersection>
|
||||
<Subset>Vlastní podmnožina</Subset>
|
||||
<SubsetEq>Podmnožina</SubsetEq>
|
||||
<NSubset>Není vlastní podmnožinou</NSubset>
|
||||
<NSubsetEq>Není podmnožinou</NSubsetEq>
|
||||
<Sine>Sinus</Sine>
|
||||
<Cosine>Kosinus</Cosine>
|
||||
<Tangent>Tangens</Tangent>
|
||||
<ArcSine>Arkus sinus</ArcSine>
|
||||
<ArcCosine>Arkus kosinus</ArcCosine>
|
||||
<ArcTangent>Arkus tangens</ArcTangent>
|
||||
<SineH>Hyperbolický sinus</SineH>
|
||||
<CosineH>Hyperbolický kosinus</CosineH>
|
||||
<TanH>Hyperbolický tangens</TanH>
|
||||
<ArcSineH>Hyperbolický arkus sinus</ArcSineH>
|
||||
<ArcCosineH>Hyperbolický arkus kosinus</ArcCosineH>
|
||||
<ArcTanH>Hyperbolický arkus tangens</ArcTanH>
|
||||
<Logarithm>Logaritmus</Logarithm>
|
||||
<NaturalLogarithm>Přirozený logaritmus</NaturalLogarithm>
|
||||
<Exp>Exponenciální funkce</Exp>
|
||||
<UMinus>Mínus</UMinus>
|
||||
<BracketsRnd>Kulaté závorky</BracketsRnd>
|
||||
<BracketsCurl>Složené závorky</BracketsCurl>
|
||||
<BracketsSq>Hranaté závorky</BracketsSq>
|
||||
<Abs>Absolutní hodnota</Abs>
|
||||
<Infinity>Nekonečno</Infinity>
|
||||
<GreekLetter>Řecká písmena</GreekLetter>
|
||||
<Factorial>Faktoriál</Factorial>
|
||||
<Max>Maximum množiny </Max>
|
||||
<Min>Minimum množiny</Min>
|
||||
<Assignment>Přiřazení</Assignment>
|
||||
<Function>Uživatelem definovaná funkce</Function>
|
||||
<Determinant>Determinant</Determinant>
|
||||
<Trace>Stopa</Trace>
|
||||
<DefiniteIntegral>Určitý integrál</DefiniteIntegral>
|
||||
<Product>Součin</Product>
|
||||
<Sum>Suma</Sum>
|
||||
<Limit>Limita</Limit>
|
||||
<Evaluate>Hodnota výrazu v bodě</Evaluate>
|
||||
<LeftArrow>Left arrow</LeftArrow>
|
||||
<RightArrow>Right arrow</RightArrow>
|
||||
<UpArrow>Up arrow</UpArrow>
|
||||
<DownArrow>Down arrow</DownArrow>
|
||||
<LeftDblArrow>Left double arrow</LeftDblArrow>
|
||||
<RightDblArrow>Right double arrow</RightDblArrow>
|
||||
<LeftRightArrow>Left-Right arrow</LeftRightArrow>
|
||||
<LeftRightDblArrow>Left-Right double arrow</LeftRightDblArrow>
|
||||
<NorthEastArrow>North-East arrow</NorthEastArrow>
|
||||
<SouthEastArrow>South-East arrow</SouthEastArrow>
|
||||
<NorthWestArrow>North-West arrow</NorthWestArrow>
|
||||
<SouthWestArrow>South-West arrow</SouthWestArrow>
|
||||
<Multiply2>Multiplication</Multiply2>
|
||||
<Divide2>Division</Divide2>
|
||||
<Equiv>Equivalence</Equiv>
|
||||
<Exists>There Exists</Exists>
|
||||
<ForAll>For All</ForAll>
|
||||
<IsIn>Element Of</IsIn>
|
||||
<NotExists>There Does Not Exist</NotExists>
|
||||
<NotIn>Not An Element Of</NotIn>
|
||||
<SimEq>Asymptotically Equivalent To</SimEq>
|
||||
<Or>Or</Or>
|
||||
<And>And</And>
|
||||
<Not>Not</Not>
|
||||
<PartialDifferential>Partial Differential</PartialDifferential>
|
||||
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Načíst výraz ze souboru</OpenButton>
|
||||
<SaveButton>Uložit výraz do souboru</SaveButton>
|
||||
<ExportButton>Exportovat výraz do schránky</ExportButton>
|
||||
<UndoButton>Zpět</UndoButton>
|
||||
<RedoButton>Opakovat</RedoButton>
|
||||
<CutButton>Vyjmout</CutButton>
|
||||
<CopyButton>Zkopírovat</CopyButton>
|
||||
<PasteButton>Vložit</PasteButton>
|
||||
<ClearButton>Vyčistit pracovní plochu</ClearButton>
|
||||
<SelectButton>Vybrat celou pracovní plochu</SelectButton>
|
||||
<LoadFormatButton>Nahrát formát pro export</LoadFormatButton>
|
||||
<LoadLangButton>Nahrát soubor s jazykovym nastavením</LoadLangButton>
|
||||
<ShowTreeButton>Zobrazit stromovou strukturu výrazů</ShowTreeButton>
|
||||
<OutlineButton>Zobrazit obrysy výrazů na pracovní ploše</OutlineButton>
|
||||
<OnlineHelpButton>Nahrát nápovědu ve webovém prohlížeči</OnlineHelpButton>
|
||||
<AboutButton>O programu</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Soubor</FileMenu>
|
||||
<OpenMenu>Otevřít...</OpenMenu>
|
||||
<SaveAsMenu>Uložit jako...</SaveAsMenu>
|
||||
<ExportMenu>Exportovat do schránky</ExportMenu>
|
||||
<ImageMenu>Export to image</ImageMenu>
|
||||
|
||||
<EditMenu>Změnit</EditMenu>
|
||||
<UndoMenu>Zpět</UndoMenu>
|
||||
<RedoMenu>Opakovat</RedoMenu>
|
||||
<CutMenu>Vyjmout</CutMenu>
|
||||
<CopyMenu>Zkopírovat</CopyMenu>
|
||||
<PasteMenu>Vložit</PasteMenu>
|
||||
<ClearMenu>Vyčistit pracovní plochu</ClearMenu>
|
||||
<SelectMenu>Vybrat vše</SelectMenu>
|
||||
|
||||
<OptionsMenu>Možnosti</OptionsMenu>
|
||||
<SetExportMenu>Nastavit formát pro export</SetExportMenu>
|
||||
<SetLanguageMenu>Nastavit jazyk</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Nápověda</HelpMenu>
|
||||
<DebugMenu>Ladění</DebugMenu>
|
||||
<TreeMenu>Zobrazit strukturu vzorce</TreeMenu>
|
||||
<OutlineMenu>Zobrazit výstup</OutlineMenu>
|
||||
<OnlineHelpMenu>Online nápověda</OnlineHelpMenu>
|
||||
<AboutMenu>O programu</AboutMenu>
|
||||
|
||||
</Language>
|
||||
|
||||
|
@ -1,176 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : de.xml
|
||||
Created on : 02 January 2008, 22:00
|
||||
Author : Andy Tagliani e-instructor.de
|
||||
Description: Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Fehler beim Lesen des Dateiformats: Bitte auf Gültigkeit überprüfen</ReadingFile>
|
||||
<ReadingFile2>Fehler beim Laden der Datei: </ReadingFile2>
|
||||
<LoadingExp>Fehler beim Laden der Erweiterung</LoadingExp>
|
||||
<SavingExp>Fehler beim Speichern der Erweiterung</SavingExp>
|
||||
<Cut>Ausschneiden der Auswahl nicht möglich: </Cut>
|
||||
<Copy>Kopieren der Auswahl nicht möglich: </Copy>
|
||||
<Tree>Verzeichnisbaum kann nicht angezeigt werden: </Tree>
|
||||
<Action>Aktion konnte nicht fertiggestellt werden: </Action>
|
||||
<AddMatrix>Matrix konnte an der Stelle nicht hinzugefügt werden</AddMatrix>
|
||||
<Operator>Operator fehlt an Position </Operator>
|
||||
<Argument>Argument des Operators fehlt an Position </Argument>
|
||||
<Image>Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Ausdruck kann mathematisch nicht bestimmt werden</ParseExp>
|
||||
<LoadExpression>DragMath - Wählen Sie eine Datei im DragMath-Format zum Laden</LoadExpression>
|
||||
<SaveExpression>DragMath - Wählen Sie einen Speicherort zum Speichern der Datei im DragMath-Format</SaveExpression>
|
||||
<EnterRows>Geben Sie die Anzahl der Reihen der Matrix ein</EnterRows>
|
||||
<EnterColumns>Geben Sie die Anzahl der Spalten der Matrix ein</EnterColumns>
|
||||
<MatrixDim>Dimension der Matrix</MatrixDim>
|
||||
<NoCut>Nichts zum Ausschneiden gewählt</NoCut>
|
||||
<NoPaste>Nichts zum Kopieren gewählt</NoPaste>
|
||||
<NoBox>Keine Box zum Hineinkopieren gewählt</NoBox>
|
||||
<NoCopy>Nichts zum Kopieren ausgewählt</NoCopy>
|
||||
<Copied>Kopiert</Copied>
|
||||
<ReadingData>Fehler beim Lesen des Ausgabeformats</ReadingData>
|
||||
<Clipboard>Format wurde in die Zwischenablage kopiert</Clipboard>
|
||||
<NoExpression>Kein Format zum Konvertieren</NoExpression>
|
||||
<NoFormat>Es wurde kein Dateiformat geladen</NoFormat>
|
||||
<ImageSize>Choose the image size 1-10 (Smallest-Largest)</ImageSize>
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
<Multiply>Multiplikation</Multiply>
|
||||
<Divide>Division</Divide>
|
||||
<Add>Addition</Add>
|
||||
<Subtract>Subtraktion</Subtract>
|
||||
<Comma>Komma</Comma>
|
||||
<PlusMinus>Plus-Minus</PlusMinus>
|
||||
<SquareRoot>Quadratwurzel</SquareRoot>
|
||||
<NthRoot>n-te Wurzel</NthRoot>
|
||||
<Power>Hochgestellt</Power>
|
||||
<Subscript>Tiefgestellt</Subscript>
|
||||
<Matrix>Matrix</Matrix>
|
||||
<Integral>Integration</Integral>
|
||||
<Differential>Differentation</Differential>
|
||||
<LessThan>kleiner als</LessThan>
|
||||
<GreaterThan>größer als</GreaterThan>
|
||||
<LTEQ>kleiner als oder gleich</LTEQ>
|
||||
<GTEQ>größer als oder gleich</GTEQ>
|
||||
<Equals>gleich</Equals>
|
||||
<NotEqual>ungleich</NotEqual>
|
||||
<Union>Vereinigung</Union>
|
||||
<Intersection>Durchschnitt</Intersection>
|
||||
<Subset>Teilmenge</Subset>
|
||||
<SubsetEq>Echte Teilmenge</SubsetEq>
|
||||
<NSubset>Keine Teilmenge</NSubset>
|
||||
<NSubsetEq>Keine echte Teilmenge</NSubsetEq>
|
||||
<Sine>Sinus</Sine>
|
||||
<Cosine>Kosinus</Cosine>
|
||||
<Tangent>Tangens</Tangent>
|
||||
<ArcSine>Arkusinus</ArcSine>
|
||||
<ArcCosine>Arkuskosinus</ArcCosine>
|
||||
<ArcTangent>Arkustangens</ArcTangent>
|
||||
<SineH>Sinus Hyperbolicus</SineH>
|
||||
<CosineH>Kosinus Hyperbolicus</CosineH>
|
||||
<TanH>Tangens Hyperbolicus</TanH>
|
||||
<ArcSineH>Areasinus Hyperbolicus</ArcSineH>
|
||||
<ArcCosineH>Areakosinus Hyperbolicus</ArcCosineH>
|
||||
<ArcTanH>Areatangens Hyperbolicus</ArcTanH>
|
||||
<Logarithm>Logarithmus</Logarithm>
|
||||
<NaturalLogarithm>Natürlicher Logarithmus</NaturalLogarithm>
|
||||
<Exp>Exponentialfunktion</Exp>
|
||||
<UMinus>Minus</UMinus>
|
||||
<BracketsRnd>Runde Klammern</BracketsRnd>
|
||||
<BracketsCurl>Geschwungene Klammern</BracketsCurl>
|
||||
<BracketsSq>Eckige Klammern</BracketsSq>
|
||||
<Abs>Betrag</Abs>
|
||||
<Infinity>Unendlich</Infinity>
|
||||
<GreekLetter>Griechische Buchstaben</GreekLetter>
|
||||
<Factorial>Faktorisieren</Factorial>
|
||||
<Max>Maximum</Max>
|
||||
<Min>Minimum</Min>
|
||||
<Assignment>Aufgabe</Assignment>
|
||||
<Function>Unbekannte Funktion</Function>
|
||||
<Determinant>Determinante</Determinant>
|
||||
<Trace>Spur</Trace>
|
||||
<DefiniteIntegral>Bestimmtes Integral</DefiniteIntegral>
|
||||
<Product>Produkt</Product>
|
||||
<Sum>Summe</Sum>
|
||||
<Limit>Grenzwert</Limit>
|
||||
<Evaluate>Ausdruck auswerten</Evaluate>
|
||||
<LeftArrow>Links arrow</LeftArrow>
|
||||
<RightArrow>Recht arrow</RightArrow>
|
||||
<UpArrow>Bis arrow</UpArrow>
|
||||
<DownArrow>Down arrow</DownArrow>
|
||||
<LeftDblArrow>Links doppel arrow</LeftDblArrow>
|
||||
<RightDblArrow>Recht doppel arrow</RightDblArrow>
|
||||
<LeftRightArrow>Links-Recht arrow</LeftRightArrow>
|
||||
<LeftRightDblArrow>Links-Recht doppel arrow</LeftRightDblArrow>
|
||||
<NorthEastArrow>Nord-Ost Pfeil</NorthEastArrow>
|
||||
<SouthEastArrow>Süd-Ost Pfeil</SouthEastArrow>
|
||||
<NorthWestArrow>Nord-West Pfeil</NorthWestArrow>
|
||||
<SouthWestArrow>Süd-West Pfeil</SouthWestArrow>
|
||||
<Multiply2>Multiplikation</Multiply2>
|
||||
<Divide2>Division</Divide2>
|
||||
<Equiv>Gleichwertigkeit</Equiv>
|
||||
<Exists>Vorhanden</Exists>
|
||||
<ForAll>Für alle</ForAll>
|
||||
<IsIn>Ist in</IsIn>
|
||||
<NotExists>Nicht vorhanden</NotExists>
|
||||
<NotIn>Nicht in</NotIn>
|
||||
<SimEq>Asymptotisch äquivalent zu</SimEq>
|
||||
<Or>Oder</Or>
|
||||
<And>Und</And>
|
||||
<Not>Nicht</Not>
|
||||
<PartialDifferential>Partial Differential</PartialDifferential>
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Lade Format von Datei</OpenButton>
|
||||
<SaveButton>Speichere Format als Datei</SaveButton>
|
||||
<ExportButton>Exportiere Format in die Zwischenablage</ExportButton>
|
||||
<UndoButton>Rückgägig</UndoButton>
|
||||
<RedoButton>Wiederholen</RedoButton>
|
||||
<CutButton>Ausschneiden</CutButton>
|
||||
<CopyButton>Kopieren</CopyButton>
|
||||
<PasteButton>Einfügen</PasteButton>
|
||||
<ClearButton>Leere das gesamte Arbeitsfeld</ClearButton>
|
||||
<SelectButton>Wähle das gesamte Arbeitsfeld</SelectButton>
|
||||
<LoadFormatButton>Lade eine Formatdatei</LoadFormatButton>
|
||||
<LoadLangButton>Lade eine Sprachdatei</LoadLangButton>
|
||||
<ShowTreeButton>Zeige Baumstruktur eines Ausdrucks</ShowTreeButton>
|
||||
<OutlineButton>Zeige außerhalb des Objektes im Arbeitsfeld</OutlineButton>
|
||||
<OnlineHelpButton>Lade Hilfedateien im Browser</OnlineHelpButton>
|
||||
<AboutButton>Über DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Datei</FileMenu>
|
||||
<OpenMenu>Öffnen...</OpenMenu>
|
||||
<SaveAsMenu>Speichern als...</SaveAsMenu>
|
||||
<ExportMenu>Exportiere in die Zwischenablage</ExportMenu>
|
||||
<ImageMenu>Export to image</ImageMenu>
|
||||
|
||||
<EditMenu>Bearbeiten</EditMenu>
|
||||
<UndoMenu>Rückgängig</UndoMenu>
|
||||
<RedoMenu>Wiederholen</RedoMenu>
|
||||
<CutMenu>Ausschneiden</CutMenu>
|
||||
<CopyMenu>Kopieren</CopyMenu>
|
||||
<PasteMenu>Einfügen</PasteMenu>
|
||||
<ClearMenu>Arbeitsfeld leeren</ClearMenu>
|
||||
<SelectMenu>Alle auswählen</SelectMenu>
|
||||
|
||||
<OptionsMenu>Optionen</OptionsMenu>
|
||||
<SetExportMenu>Export-Format einstellen</SetExportMenu>
|
||||
<SetLanguageMenu>Sprache einstellen</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Hilfe</HelpMenu>
|
||||
<DebugMenu>Debug</DebugMenu>
|
||||
<TreeMenu>Zeige Ausdruck in Baumstruktur</TreeMenu>
|
||||
<OutlineMenu>Zeige außerhalb</OutlineMenu>
|
||||
<OnlineHelpMenu>Online-Hilfe</OnlineHelpMenu>
|
||||
<AboutMenu>Über DragMath</AboutMenu>
|
||||
|
||||
</Language>
|
@ -1,178 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : en.xml
|
||||
Created on : 30 July 2007, 15:43
|
||||
Author : Alex Billingsley
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Error reading format file: Check file is valid</ReadingFile>
|
||||
<ReadingFile2>Error loading format file: </ReadingFile2>
|
||||
<LoadingExp>Error loading saved expression</LoadingExp>
|
||||
<SavingExp>Error saving expression</SavingExp>
|
||||
<Cut>Cannot cut selection: </Cut>
|
||||
<Copy>Cannot copy selection: </Copy>
|
||||
<Tree>Cannot display tree: </Tree>
|
||||
<Action>Action could not be completed: </Action>
|
||||
<AddMatrix>Cannot add Matrix at this location</AddMatrix>
|
||||
<Operator>Operator missing at position </Operator>
|
||||
<Argument>Argument of operator missing at position </Argument>
|
||||
<Image>Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Expression could not be parsed</ParseExp>
|
||||
<LoadExpression>DragMath - Choose an expression file to load</LoadExpression>
|
||||
<SaveExpression>DragMath - Choose the location to save the expression</SaveExpression>
|
||||
<EnterRows>Enter number of rows of matrix</EnterRows>
|
||||
<EnterColumns>Enter number of columns of matrix</EnterColumns>
|
||||
<MatrixDim>Matrix Dimensions</MatrixDim>
|
||||
<NoCut>Nothing selected to cut</NoCut>
|
||||
<NoPaste>Nothing to paste</NoPaste>
|
||||
<NoBox>No box selected to paste into</NoBox>
|
||||
<NoCopy>Nothing selected to copy</NoCopy>
|
||||
<Copied>Copied</Copied>
|
||||
<ReadingData>Error reading output data</ReadingData>
|
||||
<Clipboard>Expression exported to clipboard</Clipboard>
|
||||
<NoExpression>No expression to convert</NoExpression>
|
||||
<NoFormat>No format file has been loaded yet</NoFormat>
|
||||
<ImageSize>Choose the image size 1-10 (Smallest-Largest)</ImageSize>
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
<Multiply>Multiplication</Multiply>
|
||||
<Divide>Division</Divide>
|
||||
<Add>Addition</Add>
|
||||
<Subtract>Subtraction</Subtract>
|
||||
<Comma>Comma</Comma>
|
||||
<PlusMinus>Plus-Minus</PlusMinus>
|
||||
<SquareRoot>Square Root</SquareRoot>
|
||||
<NthRoot>N-th Root</NthRoot>
|
||||
<Power>Superscript</Power>
|
||||
<Subscript>Subscript</Subscript>
|
||||
<Matrix>Matrix</Matrix>
|
||||
<Integral>Integration</Integral>
|
||||
<Differential>Differentiation</Differential>
|
||||
<LessThan>Less Than</LessThan>
|
||||
<GreaterThan>Greater Than</GreaterThan>
|
||||
<LTEQ>Less Than or Equal To</LTEQ>
|
||||
<GTEQ>Greater Than or Equal To</GTEQ>
|
||||
<Equals>Equals</Equals>
|
||||
<NotEqual>Not Equal</NotEqual>
|
||||
<Union>Union</Union>
|
||||
<Intersection>Intersection</Intersection>
|
||||
<Subset>Subset</Subset>
|
||||
<SubsetEq>Subset or Equal To</SubsetEq>
|
||||
<NSubset>Not Subset</NSubset>
|
||||
<NSubsetEq>Not Subset or Equal To</NSubsetEq>
|
||||
<Sine>Sine</Sine>
|
||||
<Cosine>Cosine</Cosine>
|
||||
<Tangent>Tangent</Tangent>
|
||||
<ArcSine>Inverse Sine</ArcSine>
|
||||
<ArcCosine>Inverse Cosine</ArcCosine>
|
||||
<ArcTangent>Inverse Tangent</ArcTangent>
|
||||
<SineH>Hyperbolic Sine</SineH>
|
||||
<CosineH>Hyperbolic Cosine</CosineH>
|
||||
<TanH>Hyperbolic Tangent</TanH>
|
||||
<ArcSineH>Inverse Hyperbolic Sine</ArcSineH>
|
||||
<ArcCosineH>Inverse Hyperbolic Cosine</ArcCosineH>
|
||||
<ArcTanH>Inverse Hyperbolic Tangent</ArcTanH>
|
||||
<Logarithm>Logarithm</Logarithm>
|
||||
<NaturalLogarithm>Natural Logarithm</NaturalLogarithm>
|
||||
<Exp>Exponential Function</Exp>
|
||||
<UMinus>Minus</UMinus>
|
||||
<BracketsRnd>Round Brackets</BracketsRnd>
|
||||
<BracketsCurl>Curly Brackets</BracketsCurl>
|
||||
<BracketsSq>Square Brackets</BracketsSq>
|
||||
<Abs>Absolute Value</Abs>
|
||||
<Infinity>Infinity</Infinity>
|
||||
<GreekLetter>Greek letter</GreekLetter>
|
||||
<Factorial>Factorial</Factorial>
|
||||
<Max>Maximum of a set</Max>
|
||||
<Min>Minimum of a set</Min>
|
||||
<Assignment>Assignment</Assignment>
|
||||
<Function>Unknown function</Function>
|
||||
<Determinant>Determinant</Determinant>
|
||||
<Trace>Trace</Trace>
|
||||
<DefiniteIntegral>Definite Integral</DefiniteIntegral>
|
||||
<Product>Product</Product>
|
||||
<Sum>Sum</Sum>
|
||||
<Limit>Limit</Limit>
|
||||
<Evaluate>Evaluate an expression at a point</Evaluate>
|
||||
<LeftArrow>Left arrow</LeftArrow>
|
||||
<RightArrow>Right arrow</RightArrow>
|
||||
<UpArrow>Up arrow</UpArrow>
|
||||
<DownArrow>Down arrow</DownArrow>
|
||||
<LeftDblArrow>Left double arrow</LeftDblArrow>
|
||||
<RightDblArrow>Right double arrow</RightDblArrow>
|
||||
<LeftRightArrow>Left-Right arrow</LeftRightArrow>
|
||||
<LeftRightDblArrow>Left-Right double arrow</LeftRightDblArrow>
|
||||
<NorthEastArrow>North-East arrow</NorthEastArrow>
|
||||
<SouthEastArrow>South-East arrow</SouthEastArrow>
|
||||
<NorthWestArrow>North-West arrow</NorthWestArrow>
|
||||
<SouthWestArrow>South-West arrow</SouthWestArrow>
|
||||
<Multiply2>Multiplication</Multiply2>
|
||||
<Divide2>Division</Divide2>
|
||||
<Equiv>Equivalence</Equiv>
|
||||
<Exists>There Exists</Exists>
|
||||
<ForAll>For All</ForAll>
|
||||
<IsIn>Element Of</IsIn>
|
||||
<NotExists>There Does Not Exist</NotExists>
|
||||
<NotIn>Not An Element Of</NotIn>
|
||||
<SimEq>Asymptotically Equivalent To</SimEq>
|
||||
<Or>Or</Or>
|
||||
<And>And</And>
|
||||
<Not>Not</Not>
|
||||
<PartialDifferential>Partial Differential</PartialDifferential>
|
||||
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Load expression from file</OpenButton>
|
||||
<SaveButton>Save expression to file</SaveButton>
|
||||
<ExportButton>Export expression to clipboard</ExportButton>
|
||||
<UndoButton>Undo</UndoButton>
|
||||
<RedoButton>Redo</RedoButton>
|
||||
<CutButton>Cut</CutButton>
|
||||
<CopyButton>Copy</CopyButton>
|
||||
<PasteButton>Paste</PasteButton>
|
||||
<ClearButton>Clear the entire workspace</ClearButton>
|
||||
<SelectButton>Select the entire workspace</SelectButton>
|
||||
<LoadFormatButton>Load an export format file</LoadFormatButton>
|
||||
<LoadLangButton>Load a language file</LoadLangButton>
|
||||
<ShowTreeButton>Show tree structure of expression</ShowTreeButton>
|
||||
<OutlineButton>Display outline of objects on workspace</OutlineButton>
|
||||
<OnlineHelpButton>Loads help documents in web browser</OnlineHelpButton>
|
||||
<AboutButton>About DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>File</FileMenu>
|
||||
<OpenMenu>Open...</OpenMenu>
|
||||
<SaveAsMenu>Save As...</SaveAsMenu>
|
||||
<ExportMenu>Export to clipboard</ExportMenu>
|
||||
<ImageMenu>Export to image</ImageMenu>
|
||||
|
||||
<EditMenu>Edit</EditMenu>
|
||||
<UndoMenu>Undo</UndoMenu>
|
||||
<RedoMenu>Redo</RedoMenu>
|
||||
<CutMenu>Cut</CutMenu>
|
||||
<CopyMenu>Copy</CopyMenu>
|
||||
<PasteMenu>Paste</PasteMenu>
|
||||
<ClearMenu>Clear Workspace</ClearMenu>
|
||||
<SelectMenu>Select All</SelectMenu>
|
||||
|
||||
<OptionsMenu>Options</OptionsMenu>
|
||||
<SetExportMenu>Set export format</SetExportMenu>
|
||||
<SetLanguageMenu>Set language</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Help</HelpMenu>
|
||||
<DebugMenu>Debug</DebugMenu>
|
||||
<TreeMenu>Show expression tree</TreeMenu>
|
||||
<OutlineMenu>Show outline</OutlineMenu>
|
||||
<OnlineHelpMenu>Online Help</OnlineHelpMenu>
|
||||
<AboutMenu>About DragMath</AboutMenu>
|
||||
|
||||
</Language>
|
@ -1,177 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : es.xml
|
||||
Created on : 12 December 2007, 9:36
|
||||
Author : Francisco Rivas <taken2k4@gmail.com>
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Error leyendo el archivo: Verifique archivo</ReadingFile>
|
||||
<ReadingFile2>Error cargando el archivo con formato: </ReadingFile2>
|
||||
<LoadingExp>Error cargando expresión guardada</LoadingExp>
|
||||
<SavingExp>Error guardando expresión</SavingExp>
|
||||
<Cut>No se puede cortar selección: </Cut>
|
||||
<Copy>No se puede copiar selección: </Copy>
|
||||
<Tree>No se puede mostrar el árbol: </Tree>
|
||||
<Action>Acción no puede ser completada: </Action>
|
||||
<AddMatrix>No se puede agregar una matriz en este lugar</AddMatrix>
|
||||
<Operator>Operador no encontrado en esta posición </Operator>
|
||||
<Argument>Argumento del operador no encontrado </Argument>
|
||||
<Image>Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Expresión no puede ser enviada</ParseExp>
|
||||
<LoadExpression>DragMath - Seleccione un archivo de expresiones</LoadExpression>
|
||||
<SaveExpression>DragMath - ¿Dónde desea guardar el archivo?</SaveExpression>
|
||||
<EnterRows>Inserte el número de filas de la matriz</EnterRows>
|
||||
<EnterColumns>Inserte el número de columnas de la matriz</EnterColumns>
|
||||
<MatrixDim>Dimensiones de la matriz</MatrixDim>
|
||||
<NoCut>No ha seleccionado nada para cortar</NoCut>
|
||||
<NoPaste>Nada para pegar</NoPaste>
|
||||
<NoBox>No ha seleccionado sitio para pegar</NoBox>
|
||||
<NoCopy>No ha seleccionado nada para copiar</NoCopy>
|
||||
<Copied>Copiado</Copied>
|
||||
<ReadingData>Error leyendo datos de salida</ReadingData>
|
||||
<Clipboard>Expresión exportada al portapapeles</Clipboard>
|
||||
<NoExpression>No ha seleccionado expresión para convertir</NoExpression>
|
||||
<NoFormat>No ha cargado un archivo con formato aún</NoFormat>
|
||||
<ImageSize>Choose the image size 1-10 (Smallest-Largest)</ImageSize>
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
<Multiply>Multiplicación</Multiply>
|
||||
<Divide>Fracción</Divide>
|
||||
<Add>Adición</Add>
|
||||
<Subtract>Sustracción</Subtract>
|
||||
<Comma>Coma</Comma>
|
||||
<PlusMinus>Mas-Menos</PlusMinus>
|
||||
<SquareRoot>Raíz Cuadrada</SquareRoot>
|
||||
<NthRoot>N-ésima Raíz</NthRoot>
|
||||
<Power>SuperIndice</Power>
|
||||
<Subscript>SubIndice</Subscript>
|
||||
<Matrix>Matriz</Matrix>
|
||||
<Integral>Integración</Integral>
|
||||
<Differential>Diferenciación</Differential>
|
||||
<LessThan>Menor que</LessThan>
|
||||
<GreaterThan>Mayor que</GreaterThan>
|
||||
<LTEQ>Menor o Igual que</LTEQ>
|
||||
<GTEQ>Mayor o Igual que</GTEQ>
|
||||
<Equals>Igual</Equals>
|
||||
<NotEqual>No Igual</NotEqual>
|
||||
<Union>Unión</Union>
|
||||
<Intersection>Intersección</Intersection>
|
||||
<Subset>SubConjunto</Subset>
|
||||
<SubsetEq>SubConjunto o Igual que</SubsetEq>
|
||||
<NSubset>No SubConjunto</NSubset>
|
||||
<NSubsetEq>No es SubConjunto o Igual que</NSubsetEq>
|
||||
<Sine>Seno</Sine>
|
||||
<Cosine>Coseno</Cosine>
|
||||
<Tangent>Tangente</Tangent>
|
||||
<ArcSine>Inversa Seno</ArcSine>
|
||||
<ArcCosine>Inversa Coseno</ArcCosine>
|
||||
<ArcTangent>Inversa Tangente</ArcTangent>
|
||||
<SineH>Seno Hiperbólico</SineH>
|
||||
<CosineH>Coseno Hiperbólico</CosineH>
|
||||
<TanH>Tangente Hiperbólico</TanH>
|
||||
<ArcSineH>Seno Hiperbólico Inverso</ArcSineH>
|
||||
<ArcCosineH>Coseno Hiperbólico Inverso</ArcCosineH>
|
||||
<ArcTanH>Tangente Hiperbólica Inversa</ArcTanH>
|
||||
<Logarithm>Logaritmo</Logarithm>
|
||||
<NaturalLogarithm>Logaritmo Natural</NaturalLogarithm>
|
||||
<Exp>Función Exponencial</Exp>
|
||||
<UMinus>Menos</UMinus>
|
||||
<BracketsRnd>Parentesis</BracketsRnd>
|
||||
<BracketsCurl>Llaves</BracketsCurl>
|
||||
<BracketsSq>Corchetes</BracketsSq>
|
||||
<Abs>Valor Absoluto</Abs>
|
||||
<Infinity>Infinito</Infinity>
|
||||
<GreekLetter>Letras Griegas</GreekLetter>
|
||||
<Factorial>Factorial</Factorial>
|
||||
<Max>Máximo del Conjunto</Max>
|
||||
<Min>Minimo del Conjutno</Min>
|
||||
<Assignment>Asignación</Assignment>
|
||||
<Function>Función Desconocida</Function>
|
||||
<Determinant>Determinante</Determinant>
|
||||
<Trace>Ruta</Trace>
|
||||
<DefiniteIntegral>Integral Definida</DefiniteIntegral>
|
||||
<Product>Productoria</Product>
|
||||
<Sum>Sumatoria</Sum>
|
||||
<Limit>Limite</Limit>
|
||||
<Evaluate>Evaluar una expresión en un punto</Evaluate>
|
||||
<LeftArrow>Flecha izquierda</LeftArrow>
|
||||
<RightArrow>Flecha derecha</RightArrow>
|
||||
<UpArrow>Flecha arriba</UpArrow>
|
||||
<DownArrow>Flecha abajo</DownArrow>
|
||||
<LeftRightArrow>Flecha izquierda-dreta</LeftRightArrow>
|
||||
<LeftDblArrow>Flecha doble izquierda</LeftDblArrow>
|
||||
<RightDblArrow>Flecha doble derecha</RightDblArrow>
|
||||
<LeftRightDblArrow>Flecha doble izquierda-derecha</LeftRightDblArrow>
|
||||
<NorthEastArrow>Flecha derecha-arriba</NorthEastArrow>
|
||||
<SouthEastArrow>Flecha derecha-abajo</SouthEastArrow>
|
||||
<NorthWestArrow>Flecha izquierda-arriba</NorthWestArrow>
|
||||
<SouthWestArrow>Flecha izquierda-abajo</SouthWestArrow>
|
||||
<Multiply2>Multiplicación</Multiply2>
|
||||
<Divide2>División</Divide2>
|
||||
<Equiv>Equivalencia</Equiv>
|
||||
<Exists>Existe</Exists>
|
||||
<ForAll>Para todo</ForAll>
|
||||
<IsIn>Pertenece</IsIn>
|
||||
<NotExists>No existe</NotExists>
|
||||
<NotIn>No pertenece</NotIn>
|
||||
<SimEq>Parecido</SimEq>
|
||||
<Or>Unión Lógica</Or>
|
||||
<And>Intersección lógica</And>
|
||||
<Not>Negación lógica</Not>
|
||||
<PartialDifferential>Diferenciales Parciales</PartialDifferential>
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Cargar una expresión de un archivo</OpenButton>
|
||||
<SaveButton>Salvar una expresión a un archivo</SaveButton>
|
||||
<ExportButton>Exportar la expresión al portapapeles</ExportButton>
|
||||
<UndoButton>Deshacer</UndoButton>
|
||||
<RedoButton>Rehacer</RedoButton>
|
||||
<CutButton>Cortar</CutButton>
|
||||
<CopyButton>Copiar</CopyButton>
|
||||
<PasteButton>Pegar</PasteButton>
|
||||
<ClearButton>Limpiar toda el área de trabajo</ClearButton>
|
||||
<SelectButton>Seleccionar toda el área de trabajo</SelectButton>
|
||||
<LoadFormatButton>Cargar archivo con formato exportado</LoadFormatButton>
|
||||
<LoadLangButton>Cargar un archivo de lenguaje</LoadLangButton>
|
||||
<ShowTreeButton>Mostrar la expresión como un árbol</ShowTreeButton>
|
||||
<OutlineButton>Mostrar bordes de expresiones</OutlineButton>
|
||||
<OnlineHelpButton>Cargar documentos de ayuda en el navegador</OnlineHelpButton>
|
||||
<AboutButton>Acerca de DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Archivo</FileMenu>
|
||||
<OpenMenu>Abrir...</OpenMenu>
|
||||
<SaveAsMenu>Salvar como...</SaveAsMenu>
|
||||
<ExportMenu>Exportar al portapapeles</ExportMenu>
|
||||
<ImageMenu>Export to image</ImageMenu>
|
||||
|
||||
<EditMenu>Editar</EditMenu>
|
||||
<UndoMenu>Deshacer</UndoMenu>
|
||||
<RedoMenu>Rehacer</RedoMenu>
|
||||
<CutMenu>Cortar</CutMenu>
|
||||
<CopyMenu>Copiar</CopyMenu>
|
||||
<PasteMenu>Pegar</PasteMenu>
|
||||
<ClearMenu>Limpiar todo</ClearMenu>
|
||||
<SelectMenu>Seleccionar todo</SelectMenu>
|
||||
|
||||
<OptionsMenu>Opciones</OptionsMenu>
|
||||
<SetExportMenu>Formato de Exportación</SetExportMenu>
|
||||
<SetLanguageMenu>Lenguaje</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Ayuda</HelpMenu>
|
||||
<DebugMenu>Depurar</DebugMenu>
|
||||
<TreeMenu>Mostrar árbol de expresión</TreeMenu>
|
||||
<OutlineMenu>Mostrar bordes</OutlineMenu>
|
||||
<OnlineHelpMenu>Ayuda en linea</OnlineHelpMenu>
|
||||
<AboutMenu>Acerca de DragMath</AboutMenu>
|
||||
|
||||
</Language>
|
@ -1,178 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : fa.xml
|
||||
Created on : 25 May 2009, 15:33
|
||||
Author : Shamim Rezaie, http://rezaie.info
|
||||
Description:
|
||||
Persian language file.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>خطا در خواندن فایل قالب: اعتبار فایل را بررسی نمائید</ReadingFile>
|
||||
<ReadingFile2>خطا در بارگزاری فایل قالب: </ReadingFile2>
|
||||
<LoadingExp>خطا در بارگزاری عبارت ذخیره شده</LoadingExp>
|
||||
<SavingExp>خطا در ذخیرهٔ عبارت</SavingExp>
|
||||
<Cut>قسمت انتخاب شده بریده نشد: </Cut>
|
||||
<Copy>قسمت انتخاب شده کپی نشد: </Copy>
|
||||
<Tree>نمیتوان درخت را نمایش داد: </Tree>
|
||||
<Action>کار مورد نظر کامل نشد: </Action>
|
||||
<AddMatrix>نمیتوان ماتریس را در محل اضافه نمود</AddMatrix>
|
||||
<Operator>نبود عملگر در محل </Operator>
|
||||
<Argument>نبود عملوند عملگر در محل </Argument>
|
||||
<Image>را بررسی نمائید http://www.mathtran.org خطا: صدور به عکس انجام نشد. ارتباط اینترنت و دسترسی به</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>عبارت قابل تجزیه نیست</ParseExp>
|
||||
<LoadExpression>DragMath - یک فایل عبارت را برای بارگزاری انتخاب نمائید</LoadExpression>
|
||||
<SaveExpression>DragMath - محل ذخیرهٔ عبارت را انتخاب نمائید</SaveExpression>
|
||||
<EnterRows>تعداد سطرهای ماتریس را وارد نمائید</EnterRows>
|
||||
<EnterColumns>تعداد ستونهای ماتریس را وارد نمائید</EnterColumns>
|
||||
<MatrixDim>ابعاد ماتریس</MatrixDim>
|
||||
<NoCut>چیزی برای برش انتخاب نشده است</NoCut>
|
||||
<NoPaste>چیزی برای درج شدن وجود ندارد</NoPaste>
|
||||
<NoBox>کادری برای درج شدن در آن انتخاب نشده است</NoBox>
|
||||
<NoCopy>چیزی برای کپی شدن انتخاب نشده است</NoCopy>
|
||||
<Copied>کپی شد</Copied>
|
||||
<ReadingData>خطا هنگام خواندن اطلاعات خروجی</ReadingData>
|
||||
<Clipboard>عبارت به حافظه صادر شد</Clipboard>
|
||||
<NoExpression>عبارتی برای تبدیل وجود ندارد</NoExpression>
|
||||
<NoFormat>هنوز فایل قالبی بارگزاری نشده است</NoFormat>
|
||||
<ImageSize>اندازهٔ تصویر را انتخاب نمائید ۱-۱۰ (کوچکترین-بزرگترین)</ImageSize>
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
<Multiply>ضرب</Multiply>
|
||||
<Divide>تقسیم</Divide>
|
||||
<Add>جمع</Add>
|
||||
<Subtract>تفریق</Subtract>
|
||||
<Comma>کاما</Comma>
|
||||
<PlusMinus>مثبت-منفی</PlusMinus>
|
||||
<SquareRoot>ریشهٔ دوم</SquareRoot>
|
||||
<NthRoot>ریشهٔ nام</NthRoot>
|
||||
<Power>بالانویس</Power>
|
||||
<Subscript>پائیننویس</Subscript>
|
||||
<Matrix>ماتریس</Matrix>
|
||||
<Integral>انتگرال</Integral>
|
||||
<Differential>دیفرانسیل</Differential>
|
||||
<LessThan>کوچکتر</LessThan>
|
||||
<GreaterThan>بزرگتر</GreaterThan>
|
||||
<LTEQ>کوچکتر مساوی</LTEQ>
|
||||
<GTEQ>بزرگتر مساوی</GTEQ>
|
||||
<Equals>مساوی</Equals>
|
||||
<NotEqual>نامساوی</NotEqual>
|
||||
<Union>اجتماع</Union>
|
||||
<Intersection>اشتراک</Intersection>
|
||||
<Subset>زیرمجموعه</Subset>
|
||||
<SubsetEq>زیر مجموعه یا برابر</SubsetEq>
|
||||
<NSubset>زیرمجموعه نیست</NSubset>
|
||||
<NSubsetEq>زیرمجموعه یا برابر نیست</NSubsetEq>
|
||||
<Sine>سینوس</Sine>
|
||||
<Cosine>کسینوس</Cosine>
|
||||
<Tangent>تانژانت</Tangent>
|
||||
<ArcSine>سینوس معکوس</ArcSine>
|
||||
<ArcCosine>کسینوس معکوس</ArcCosine>
|
||||
<ArcTangent>تانژانت معکوس</ArcTangent>
|
||||
<SineH>سینوس هیپربولیک</SineH>
|
||||
<CosineH>کسینوس هیپربولیک</CosineH>
|
||||
<TanH>تانژانت هیپربولیک</TanH>
|
||||
<ArcSineH>سینوس معکوس هیپربولیک</ArcSineH>
|
||||
<ArcCosineH>کسینوس معکوس هیپربولیک</ArcCosineH>
|
||||
<ArcTanH>تانژانت معکوس هیپربولیک</ArcTanH>
|
||||
<Logarithm>لگاریتم</Logarithm>
|
||||
<NaturalLogarithm>لگاریتم طبیعی</NaturalLogarithm>
|
||||
<Exp>تابع نمائی</Exp>
|
||||
<UMinus>منفی</UMinus>
|
||||
<BracketsRnd>پرانتز</BracketsRnd>
|
||||
<BracketsCurl>آکولاد</BracketsCurl>
|
||||
<BracketsSq>براکت</BracketsSq>
|
||||
<Abs>قدر مطلق</Abs>
|
||||
<Infinity>بینهایت</Infinity>
|
||||
<GreekLetter>حرف یونانی</GreekLetter>
|
||||
<Factorial>فاکتوریل</Factorial>
|
||||
<Max>ماکزیمم یک مجموعه</Max>
|
||||
<Min>مینیمم یک مجموعه</Min>
|
||||
<Assignment>تساوی</Assignment>
|
||||
<Function>تابع نامعلوم</Function>
|
||||
<Determinant>دترمینان</Determinant>
|
||||
<Trace>تریس</Trace>
|
||||
<DefiniteIntegral>انتگرال معین</DefiniteIntegral>
|
||||
<Product>ضرب مکثر</Product>
|
||||
<Sum>سیگما</Sum>
|
||||
<Limit>حد</Limit>
|
||||
<Evaluate>حاصل یک عبارت در یک نقطه</Evaluate>
|
||||
<LeftArrow>پیکان چپ</LeftArrow>
|
||||
<RightArrow>پیکان راست</RightArrow>
|
||||
<UpArrow>پیکان بالا</UpArrow>
|
||||
<DownArrow>پیکان پائین</DownArrow>
|
||||
<LeftDblArrow>پیکان دوخطی چپ</LeftDblArrow>
|
||||
<RightDblArrow>پیکان دوخطی راست</RightDblArrow>
|
||||
<LeftRightArrow>پیکان چپ-راست</LeftRightArrow>
|
||||
<LeftRightDblArrow>پیکان دوخطی چپ-راست</LeftRightDblArrow>
|
||||
<NorthEastArrow>پیکان شمال شرقی</NorthEastArrow>
|
||||
<SouthEastArrow>پیکان جنوب شرقی</SouthEastArrow>
|
||||
<NorthWestArrow>پیکان شمال غربی</NorthWestArrow>
|
||||
<SouthWestArrow>پیکان جنوب غربی</SouthWestArrow>
|
||||
<Multiply2>ضرب</Multiply2>
|
||||
<Divide2>خط کسری</Divide2>
|
||||
<Equiv>همارزی</Equiv>
|
||||
<Exists>وجود دارد</Exists>
|
||||
<ForAll>بازای هر</ForAll>
|
||||
<IsIn>عضویت</IsIn>
|
||||
<NotExists>وجود ندارد</NotExists>
|
||||
<NotIn>عدم عضویت</NotIn>
|
||||
<SimEq>تقریباً معادل</SimEq>
|
||||
<Or>یا</Or>
|
||||
<And>و</And>
|
||||
<Not>نقیض</Not>
|
||||
<PartialDifferential>دیفرانسیل جزئی</PartialDifferential>
|
||||
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>دریافت عبارت از فایل</OpenButton>
|
||||
<SaveButton>ذخیرهٔ عبارت در فایل</SaveButton>
|
||||
<ExportButton>صدور عبارت به حافظه</ExportButton>
|
||||
<UndoButton>خنثی کردن آخرین عمل</UndoButton>
|
||||
<RedoButton>اجرای مجدد آخرین عمل</RedoButton>
|
||||
<CutButton>برش</CutButton>
|
||||
<CopyButton>کپی</CopyButton>
|
||||
<PasteButton>درج از حافظه</PasteButton>
|
||||
<ClearButton>پاک کردن کل فضای کاری</ClearButton>
|
||||
<SelectButton>انتخاب کل فضای کاری</SelectButton>
|
||||
<LoadFormatButton>بارگزاری یک فایل قالب صدور</LoadFormatButton>
|
||||
<LoadLangButton>بارگزاری یک فایل ترجمه</LoadLangButton>
|
||||
<ShowTreeButton>نمایش ساختار درختی عبارت</ShowTreeButton>
|
||||
<OutlineButton>نمایش طرح کلی اشیاء در فضای کاری</OutlineButton>
|
||||
<OnlineHelpButton>بارگزاری اسناد راهنما در مرورگر وب</OnlineHelpButton>
|
||||
<AboutButton>دربارهٔ DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>پرونده</FileMenu>
|
||||
<OpenMenu>باز کردن...</OpenMenu>
|
||||
<SaveAsMenu>ذخیره بعنوان...</SaveAsMenu>
|
||||
<ExportMenu>صدور به حافظه</ExportMenu>
|
||||
<ImageMenu>صدور به عکس</ImageMenu>
|
||||
|
||||
<EditMenu>ویرایش</EditMenu>
|
||||
<UndoMenu>خنثی کردن آخرین عمل</UndoMenu>
|
||||
<RedoMenu>اجرای مجدد آخرین عمل</RedoMenu>
|
||||
<CutMenu>برش</CutMenu>
|
||||
<CopyMenu>کپی</CopyMenu>
|
||||
<PasteMenu>درج از حافظه</PasteMenu>
|
||||
<ClearMenu>پاک کردن فضای کاری</ClearMenu>
|
||||
<SelectMenu>انتخاب همه</SelectMenu>
|
||||
|
||||
<OptionsMenu>اختیارات</OptionsMenu>
|
||||
<SetExportMenu>تعیین قالب صدور</SetExportMenu>
|
||||
<SetLanguageMenu>تعیین زبان</SetLanguageMenu>
|
||||
<MultMenu>ضرب شدن به صورت ضمنی</MultMenu>
|
||||
|
||||
<HelpMenu>راهنما</HelpMenu>
|
||||
<DebugMenu>عیب یابی</DebugMenu>
|
||||
<TreeMenu>نمایش درخت عبارت</TreeMenu>
|
||||
<OutlineMenu>نمایش طرح کلی</OutlineMenu>
|
||||
<OnlineHelpMenu>راهنمای برخط</OnlineHelpMenu>
|
||||
<AboutMenu>دربارهٔ DragMath</AboutMenu>
|
||||
|
||||
</Language>
|
@ -1,178 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : fi.xml
|
||||
Created on : 8 July 2009, 15:15
|
||||
Author : Mauno Korpelainen
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Formaatin lukuvirhe: tarkista tiedosto</ReadingFile>
|
||||
<ReadingFile2>Virhe formaatissa: </ReadingFile2>
|
||||
<LoadingExp>Virhe kaavaa avattaessa</LoadingExp>
|
||||
<SavingExp>Virhe kaavan tallennuksessa</SavingExp>
|
||||
<Cut>Valintaa ei voi leikata: </Cut>
|
||||
<Copy>Valintaa ei voi kopioida: </Copy>
|
||||
<Tree>Polkua ei voi näyttää: </Tree>
|
||||
<Action>Toimitoa ei voi suorittaa: </Action>
|
||||
<AddMatrix>Matriisia ei voi lisätä</AddMatrix>
|
||||
<Operator>Laskutoimitus puuttuu </Operator>
|
||||
<Argument>Laskutoimituksen osa puuttuu </Argument>
|
||||
<Image>Virhe: Kuvaa ei voi näyttää. Tarkista yhteys osoitteeseen http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Kaavaa ei voida näyttää</ParseExp>
|
||||
<LoadExpression>Valitse avattavan tiedoston sijainti</LoadExpression>
|
||||
<SaveExpression>Valitse tallennettavan tiedoston sijainti</SaveExpression>
|
||||
<EnterRows>Matriisin rivien määrä</EnterRows>
|
||||
<EnterColumns>Matriisin sarakkeiden määrä</EnterColumns>
|
||||
<MatrixDim>Matriisin koko</MatrixDim>
|
||||
<NoCut>Valitse leikattava osa</NoCut>
|
||||
<NoPaste>Valiste liitettävä osa</NoPaste>
|
||||
<NoBox>Valitse laatikko liitettävälle osalle</NoBox>
|
||||
<NoCopy>Valitse kopioitava osa</NoCopy>
|
||||
<Copied>Kopioitu</Copied>
|
||||
<ReadingData>Virhe kaavan viennissä</ReadingData>
|
||||
<Clipboard>Kaava vietiin leikepöydälle</Clipboard>
|
||||
<NoExpression>Kaava puuttuu</NoExpression>
|
||||
<NoFormat>Formaatti puuttuu</NoFormat>
|
||||
<ImageSize>Valitse kuvan koko 1-10 (Pienin-Suurin)</ImageSize>
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
<Multiply>Kertolasku</Multiply>
|
||||
<Divide>Jakolasku</Divide>
|
||||
<Add>Yhteenlasku</Add>
|
||||
<Subtract>Vähennyslasku</Subtract>
|
||||
<Comma>Pilkku</Comma>
|
||||
<PlusMinus>Plus-Miinus</PlusMinus>
|
||||
<SquareRoot>Neliöjuuri</SquareRoot>
|
||||
<NthRoot>N:s juuri</NthRoot>
|
||||
<Power>Yläindeksi</Power>
|
||||
<Subscript>Alaindeksi</Subscript>
|
||||
<Matrix>Matriisi</Matrix>
|
||||
<Integral>Integraali</Integral>
|
||||
<Differential>Derivaatta</Differential>
|
||||
<LessThan>Pienempi kuin</LessThan>
|
||||
<GreaterThan>Suurempi kuin</GreaterThan>
|
||||
<LTEQ>Pienempi tai yhtäsuuri kuin</LTEQ>
|
||||
<GTEQ>Suurempi tai yhtä suuri kuin</GTEQ>
|
||||
<Equals>Yhtäsuuri kuin</Equals>
|
||||
<NotEqual>Erisuuri kuin</NotEqual>
|
||||
<Union>Yhdiste</Union>
|
||||
<Intersection>Leikkaus</Intersection>
|
||||
<Subset>Sisältyy aidosti joukkoon</Subset>
|
||||
<SubsetEq>Sisältyy joukkoon</SubsetEq>
|
||||
<NSubset>Ei sisälly aidosti joukkoon</NSubset>
|
||||
<NSubsetEq>Ei sisälly joukkoon</NSubsetEq>
|
||||
<Sine>Sini</Sine>
|
||||
<Cosine>Kosini</Cosine>
|
||||
<Tangent>Tangentti</Tangent>
|
||||
<ArcSine>Arkussini</ArcSine>
|
||||
<ArcCosine>Arkuskosini</ArcCosine>
|
||||
<ArcTangent>Arkustangentti</ArcTangent>
|
||||
<SineH>Hyperbolinen sini</SineH>
|
||||
<CosineH>Hyperbolinen kosini</CosineH>
|
||||
<TanH>Hyperbolinen tangentti</TanH>
|
||||
<ArcSineH>Hyperbolisen sinin käänteisfunktio</ArcSineH>
|
||||
<ArcCosineH>Hyperbolisen kosinin käänteisfunktio</ArcCosineH>
|
||||
<ArcTanH>Hyperbolisen tangentin käänteisfunktio</ArcTanH>
|
||||
<Logarithm>Logaritmi</Logarithm>
|
||||
<NaturalLogarithm>Luonnollinen logaritmi</NaturalLogarithm>
|
||||
<Exp>Eksponenttifunktio</Exp>
|
||||
<UMinus>Miinus</UMinus>
|
||||
<BracketsRnd>Sulkeet</BracketsRnd>
|
||||
<BracketsCurl>Aaltosulkeet</BracketsCurl>
|
||||
<BracketsSq>Hakasulkeet</BracketsSq>
|
||||
<Abs>Itseisarvo</Abs>
|
||||
<Infinity>Ääretön</Infinity>
|
||||
<GreekLetter>Kreikkalaiset symbolit</GreekLetter>
|
||||
<Factorial>Kertoma</Factorial>
|
||||
<Max>Maksimi</Max>
|
||||
<Min>Minimi</Min>
|
||||
<Assignment>Saa arvon</Assignment>
|
||||
<Function>Funtio</Function>
|
||||
<Determinant>Determinantti</Determinant>
|
||||
<Trace>Jälki</Trace>
|
||||
<DefiniteIntegral>Määrätty intgraali</DefiniteIntegral>
|
||||
<Product>Tulo</Product>
|
||||
<Sum>Summa</Sum>
|
||||
<Limit>Raja-arvo</Limit>
|
||||
<Evaluate>Liitä lauseke</Evaluate>
|
||||
<LeftArrow>Nuoli vasemmalle</LeftArrow>
|
||||
<RightArrow>Nuoli oikealle</RightArrow>
|
||||
<UpArrow>Nuoli ylös</UpArrow>
|
||||
<DownArrow>Nuoli alas</DownArrow>
|
||||
<LeftDblArrow>Kaksoisnuoli vasemmalle</LeftDblArrow>
|
||||
<RightDblArrow>Kaksoisnuoli oikealle</RightDblArrow>
|
||||
<LeftRightArrow>Vase-oikea nuoli</LeftRightArrow>
|
||||
<LeftRightDblArrow>Vasen-oikea kaksoisnuoli</LeftRightDblArrow>
|
||||
<NorthEastArrow>Nuoli koilliseen</NorthEastArrow>
|
||||
<SouthEastArrow>Nuoli kaakkoon</SouthEastArrow>
|
||||
<NorthWestArrow>Nuoli lounaaseen</NorthWestArrow>
|
||||
<SouthWestArrow>Nuoli luoteeseen</SouthWestArrow>
|
||||
<Multiply2>kertolasku</Multiply2>
|
||||
<Divide2>Jakolasku</Divide2>
|
||||
<Equiv>Ekvivalentti</Equiv>
|
||||
<Exists>On olemassa</Exists>
|
||||
<ForAll>Kaikille</ForAll>
|
||||
<IsIn>Sisältyy</IsIn>
|
||||
<NotExists>Ei ole olemassa</NotExists>
|
||||
<NotIn>Ei sisälly</NotIn>
|
||||
<SimEq>Vastaa</SimEq>
|
||||
<Or>Tai</Or>
|
||||
<And>Ja</And>
|
||||
<Not>Ei</Not>
|
||||
<PartialDifferential>Osittaisderivaatta</PartialDifferential>
|
||||
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Avaa kaava tiedostosta</OpenButton>
|
||||
<SaveButton>Tallenna kaava tiedostoon</SaveButton>
|
||||
<ExportButton>Vie kaava leikepöydälle</ExportButton>
|
||||
<UndoButton>Kumoa</UndoButton>
|
||||
<RedoButton>Toista</RedoButton>
|
||||
<CutButton>Leikkaa</CutButton>
|
||||
<CopyButton>Kopioi</CopyButton>
|
||||
<PasteButton>Liitä</PasteButton>
|
||||
<ClearButton>Poista kaavat</ClearButton>
|
||||
<SelectButton>Valitse kaikki kaavat</SelectButton>
|
||||
<LoadFormatButton>Valitse formaatti</LoadFormatButton>
|
||||
<LoadLangButton>Valitse kieli</LoadLangButton>
|
||||
<ShowTreeButton>Näytä kaavan polkurakenne</ShowTreeButton>
|
||||
<OutlineButton>Näytä kaavan elementit</OutlineButton>
|
||||
<OnlineHelpButton>Näytä ohjeet selaimessa</OnlineHelpButton>
|
||||
<AboutButton>DragMath info</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Tiedosto</FileMenu>
|
||||
<OpenMenu>Avaa...</OpenMenu>
|
||||
<SaveAsMenu>Tallenna nimellä...</SaveAsMenu>
|
||||
<ExportMenu>Vie leikepöydälle</ExportMenu>
|
||||
<ImageMenu>Vie kuvana</ImageMenu>
|
||||
|
||||
<EditMenu>Muokkaa</EditMenu>
|
||||
<UndoMenu>Kumoa</UndoMenu>
|
||||
<RedoMenu>Toista</RedoMenu>
|
||||
<CutMenu>Leikkaa</CutMenu>
|
||||
<CopyMenu>Kopioi</CopyMenu>
|
||||
<PasteMenu>Liitä</PasteMenu>
|
||||
<ClearMenu>Poista kaavat</ClearMenu>
|
||||
<SelectMenu>Valitse kaikki</SelectMenu>
|
||||
|
||||
<OptionsMenu>Vaihtoehdot</OptionsMenu>
|
||||
<SetExportMenu>Valitse formaatti</SetExportMenu>
|
||||
<SetLanguageMenu>Valitse kieli</SetLanguageMenu>
|
||||
<MultMenu>Poista kertomerkki</MultMenu>
|
||||
|
||||
<HelpMenu>Ohje</HelpMenu>
|
||||
<DebugMenu>Näytä tiedot</DebugMenu>
|
||||
<TreeMenu>Näytä polkurakenne</TreeMenu>
|
||||
<OutlineMenu>Näytä elementit</OutlineMenu>
|
||||
<OnlineHelpMenu>Online ohje</OnlineHelpMenu>
|
||||
<AboutMenu>DragMath info</AboutMenu>
|
||||
|
||||
</Language>
|
@ -1,185 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : fr.xml
|
||||
Created on : 19 Decembre 2007, 10:54
|
||||
Author : Philippe Quattrociocchi
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Erreur de lecture du format de fichier: Vérifiez si le fichier est valide</ReadingFile>
|
||||
<ReadingFile2>Erreur de lecture du fichier: </ReadingFile2>
|
||||
<LoadingExp>Erreur lors du chargement des expressions</LoadingExp>
|
||||
<SavingExp>Erreur lors de l'enregistrement des expressions</SavingExp>
|
||||
<Cut>Découpe de la sélection impossible: </Cut>
|
||||
<Copy>Copie de la sélection impossible: </Copy>
|
||||
<Tree>Affichage de l'arbre impossible</Tree>
|
||||
<Action>L'action n'a pas pu être terminée: </Action>
|
||||
<AddMatrix>La matrice n'a pas pu être ajoutée à cette position</AddMatrix>
|
||||
<Operator>L'opérateur est manquant à cette position</Operator>
|
||||
<Argument>L'argument de l'opérateur est manquant à cette position</Argument>
|
||||
<Image>Erreur: Impossible d'exporter l'image. Vérifiez votre connection internet et l'accès à http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>L'expression n'a pas pu être analysée</ParseExp>
|
||||
<LoadExpression>DragMath - Choisissez un fichier d'expression à lire</LoadExpression>
|
||||
<SaveExpression>DragMath - Choisissez un endroit pour sauver l'expression</SaveExpression>
|
||||
<EnterRows>Entrez le nombre de lignes de la matrice</EnterRows>
|
||||
<EnterColumns>Entrez le nombre de colonnes de la matrice</EnterColumns>
|
||||
<MatrixDim>Dimensions de la matrice</MatrixDim>
|
||||
<NoCut>Pas de sélection à couper</NoCut>
|
||||
<NoPaste>Rien à coller</NoPaste>
|
||||
<NoBox>Pas de boîte sélectionné pour collage</NoBox>
|
||||
<NoCopy>Pas de sélection à copier</NoCopy>
|
||||
<Copied>Copié</Copied>
|
||||
<ReadingData>Erreur lors de la lecture des données de sortie</ReadingData>
|
||||
<Clipboard>Expression exportée dans le Presse-papiers</Clipboard>
|
||||
<NoExpression>Aucune expression à convertir</NoExpression>
|
||||
<NoFormat>Aucun format de fichier n'a encore été chargé</NoFormat>
|
||||
<ImageSize>Choisissez la taille de l'image 1-10 (Min-Max)</ImageSize>
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
<Multiply>Multiplication</Multiply>
|
||||
<Divide>Division</Divide>
|
||||
<Add>Addition</Add>
|
||||
<Subtract>Soustraction</Subtract>
|
||||
<Comma>Virgule</Comma>
|
||||
<PlusMinus>Plus ou Moins</PlusMinus>
|
||||
<SquareRoot>Racine Carrée</SquareRoot>
|
||||
<NthRoot>Racine N</NthRoot>
|
||||
<Power>Puissance</Power>
|
||||
<Subscript>Indice</Subscript>
|
||||
<Matrix>Matrice</Matrix>
|
||||
<Integral>Integrale</Integral>
|
||||
<Differential>Différenciation</Differential>
|
||||
<LessThan>Inférieur à</LessThan>
|
||||
<GreaterThan>Supérieur à</GreaterThan>
|
||||
<LTEQ>Inférieur ou égal à</LTEQ>
|
||||
<GTEQ>Supérieur ou égal à</GTEQ>
|
||||
<Equals>Egal</Equals>
|
||||
<NotEqual>Différent</NotEqual>
|
||||
<Union>Union</Union>
|
||||
<Intersection>Intersection</Intersection>
|
||||
<Subset>Inclus à</Subset>
|
||||
<SubsetEq>Inclus ou égal à</SubsetEq>
|
||||
<NSubset>N'est pas inclus à</NSubset>
|
||||
<NSubsetEq>N'est pas inclus ou égal à</NSubsetEq>
|
||||
<Sine>Sinus</Sine>
|
||||
<Cosine>Cosinus</Cosine>
|
||||
<Tangent>Tangente</Tangent>
|
||||
<ArcSine>Sinus Inverse</ArcSine>
|
||||
<ArcCosine>Cosinus Inverse</ArcCosine>
|
||||
<ArcTangent>Tangente inverse</ArcTangent>
|
||||
<SineH>Sinus hyperbolique</SineH>
|
||||
<CosineH>Cosinus hyperbolique</CosineH>
|
||||
<TanH>Tangente hyperbolique</TanH>
|
||||
<ArcSineH>Sinus hyperbolique inverse</ArcSineH>
|
||||
<ArcCosineH>Cosinus hyperbolique inverse</ArcCosineH>
|
||||
<ArcTanH>Tangente hyperbolique inverse</ArcTanH>
|
||||
<Logarithm>Logarithme</Logarithm>
|
||||
<NaturalLogarithm>Logarithme naturel</NaturalLogarithm>
|
||||
<Exp>Exposant</Exp>
|
||||
<UMinus>Moins</UMinus>
|
||||
<BracketsRnd>Parenthèses</BracketsRnd>
|
||||
<BracketsCurl>Accolades</BracketsCurl>
|
||||
<BracketsSq>Crochets</BracketsSq>
|
||||
<Abs>Valeur absolue</Abs>
|
||||
<Infinity>Infini</Infinity>
|
||||
<GreekLetter>Lettres grecques</GreekLetter>
|
||||
<Factorial>Factorielle</Factorial>
|
||||
<Max>Maximum d'un ensemble</Max>
|
||||
<Min>Minimum d'un ensemble</Min>
|
||||
<Assignment>Définition</Assignment>
|
||||
<Function>Fonction inconnue</Function>
|
||||
<Determinant>Déterminant</Determinant>
|
||||
<Trace>Trace</Trace>
|
||||
<DefiniteIntegral>Intégrale définie</DefiniteIntegral>
|
||||
<Product>Produit</Product>
|
||||
<Sum>Somme</Sum>
|
||||
<Limit>Limite</Limit>
|
||||
<Evaluate>Évaluer l'expression en un point</Evaluate>
|
||||
<LeftArrow>Flèche Gauche</LeftArrow>
|
||||
<RightArrow>Flèche Droite</RightArrow>
|
||||
<UpArrow>Flèche Haut</UpArrow>
|
||||
<DownArrow>Flèche Bas</DownArrow>
|
||||
<LeftDblArrow>Flèche Gauche double</LeftDblArrow>
|
||||
<RightDblArrow>Flèche Droite double</RightDblArrow>
|
||||
<LeftRightArrow>Flèche Gauche-Droite</LeftRightArrow>
|
||||
<LeftRightDblArrow>Flèche Gauche-Droite double</LeftRightDblArrow>
|
||||
<NorthEastArrow>Flèche Nord-Est</NorthEastArrow>
|
||||
<SouthEastArrow>Flèche Sud-Est</SouthEastArrow>
|
||||
<NorthWestArrow>Flèche Nord-Ouest</NorthWestArrow>
|
||||
<SouthWestArrow>Flèche Sud-Ouest</SouthWestArrow>
|
||||
<LeftUpArrow>Flèche Gauche-Haut</LeftUpArrow>
|
||||
<LeftDownArrow>Flèche Gauche-Droite</LeftDownArrow>
|
||||
<RightUpArrow>Flèche Droite-Haut</RightUpArrow>
|
||||
<RightDownArrow>Flèche Droite-Bas</RightDownArrow>
|
||||
|
||||
<Multiply2>Multiplication</Multiply2>
|
||||
<Divide2>Division</Divide2>
|
||||
<Equiv>Equivalence</Equiv>
|
||||
<Exists>Il existe</Exists>
|
||||
<ForAll>Pour tous</ForAll>
|
||||
<IsIn>Appartient à</IsIn>
|
||||
<NotExists>Il n'existe pas</NotExists>
|
||||
<NotIn>N'appartient pas à</NotIn>
|
||||
<SimEq>Asymptotiquement équivalente à</SimEq>
|
||||
<Or>Ou</Or>
|
||||
<And>Et</And>
|
||||
<Not>Non</Not>
|
||||
<PartialDifferential>Dérivée partielle</PartialDifferential>
|
||||
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Charger une expression à partir d'un fichier</OpenButton>
|
||||
<SaveButton>Sauvegarde de l'expression dans un fichier</SaveButton>
|
||||
<ExportButton>Exporter l'expression dans le presse-papier</ExportButton>
|
||||
<UndoButton>Défaire</UndoButton>
|
||||
<RedoButton>Refaire</RedoButton>
|
||||
<CutButton>Couper</CutButton>
|
||||
<CopyButton>Copier</CopyButton>
|
||||
<PasteButton>Coller</PasteButton>
|
||||
<ClearButton>Effacer Tout</ClearButton>
|
||||
<SelectButton>Sélectionner Tout</SelectButton>
|
||||
<LoadFormatButton>Charger un fichier de format d'expression</LoadFormatButton>
|
||||
<LoadLangButton>Charger un fichier de langage</LoadLangButton>
|
||||
<ShowTreeButton>Afficher l'arborescence de l'expression</ShowTreeButton>
|
||||
<OutlineButton>Afficher la structure de l'expression</OutlineButton>
|
||||
<OnlineHelpButton>Charger l'aide en ligne</OnlineHelpButton>
|
||||
<AboutButton>A propos de DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Fichier</FileMenu>
|
||||
<OpenMenu>Ouvrir...</OpenMenu>
|
||||
<SaveAsMenu>Enregistrer sous...</SaveAsMenu>
|
||||
<ExportMenu>Exporter dans le presse-papier</ExportMenu>
|
||||
<ImageMenu>Exporter l'image</ImageMenu>
|
||||
|
||||
<EditMenu>Editer</EditMenu>
|
||||
<UndoMenu>Défaire</UndoMenu>
|
||||
<RedoMenu>Refaire</RedoMenu>
|
||||
<CutMenu>Couper</CutMenu>
|
||||
<CopyMenu>Copier</CopyMenu>
|
||||
<PasteMenu>Coller</PasteMenu>
|
||||
<ClearMenu>Effacer Tout</ClearMenu>
|
||||
<SelectMenu>Sélectionner Tout</SelectMenu>
|
||||
|
||||
<OptionsMenu>Options</OptionsMenu>
|
||||
<SetExportMenu>Changer de format de sortie</SetExportMenu>
|
||||
<SetLanguageMenu>Changer de langue</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Aide</HelpMenu>
|
||||
<DebugMenu>Debug</DebugMenu>
|
||||
<TreeMenu>Afficher l'arborescence de l'expression</TreeMenu>
|
||||
<OutlineMenu>Afficher la structure de l'expression</OutlineMenu>
|
||||
<OnlineHelpMenu>Aide Online</OnlineHelpMenu>
|
||||
<AboutMenu>A propos de DragMath</AboutMenu>
|
||||
|
||||
</Language>
|
||||
|
||||
|
@ -1,354 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
|
||||
Document : it.xml
|
||||
|
||||
Created on : 12 Dicembre 2008, 14:14
|
||||
|
||||
Author : Antonio Guidetti
|
||||
|
||||
Description:
|
||||
|
||||
Purpose of the document follows.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<Language>
|
||||
|
||||
|
||||
|
||||
<!-- Error Messages -->
|
||||
|
||||
<ReadingFile>Errore di lettura del formato del file: Controlla se il file è valido</ReadingFile>
|
||||
|
||||
<ReadingFile2>Errore del formato del file nella fase di caricamento: </ReadingFile2>
|
||||
|
||||
<LoadingExp>Errore nel caricamento dell'espressione salvata: </LoadingExp>
|
||||
|
||||
<SavingExp>Errore nel salvataggio dell'espressione</SavingExp>
|
||||
|
||||
<Cut>Non posso tagliare la selezione: </Cut>
|
||||
|
||||
<Copy>Non posso copiare la selezione: </Copy>
|
||||
|
||||
<Tree>Non posso mostrare l'albero: </Tree>
|
||||
|
||||
<Action>L'azione non puo' essere completata: </Action>
|
||||
|
||||
<AddMatrix>Non posso aggiungere una Matrice in questa posizione </AddMatrix>
|
||||
|
||||
<Operator>Manca un operatore nella posizione </Operator>
|
||||
|
||||
<Argument>Manca l'argomento dell'operatore nella posizione </Argument>
|
||||
|
||||
<Image>Errore non posso esportare ad immagine. Controlla la connessione ad internet e l'accesso a http://www.mathtran.org</Image>
|
||||
|
||||
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
|
||||
<ParseExp>L'espressione non può essere analizzata</ParseExp>
|
||||
|
||||
<LoadExpression>DragMath - Scegli un file contenente un'espressione da caricare</LoadExpression>
|
||||
|
||||
<SaveExpression>DragMath - Scegli un posto dove salvare l'espressione</SaveExpression>
|
||||
|
||||
<EnterRows>Immetti il numero di righe della matrice</EnterRows>
|
||||
|
||||
<EnterColumns>Imetti il numero di colonne della matrice</EnterColumns>
|
||||
|
||||
<MatrixDim>Dimensioni della matrice</MatrixDim>
|
||||
|
||||
<NoCut>Non hai selezionato nulla da tagliare</NoCut>
|
||||
|
||||
<NoPaste>Niente da incollare</NoPaste>
|
||||
|
||||
<NoBox>Nessuna casella selezionata dove possa incollare</NoBox>
|
||||
|
||||
<NoCopy>Non hai selezionato nulla da copiare</NoCopy>
|
||||
|
||||
<Copied>Copiato</Copied>
|
||||
|
||||
<ReadingData>Errore nella lettura dei dati prodotti</ReadingData>
|
||||
|
||||
<Clipboard>Espressione esportata negli appunti</Clipboard>
|
||||
|
||||
<NoExpression>Nessuna espressione da convertire</NoExpression>
|
||||
|
||||
<NoFormat>Non è stato caricato ancora alcun file che definisca il formato</NoFormat>
|
||||
|
||||
<ImageSize>Scegli la dimensione dell'immagine da 1 a 10 </ImageSize>
|
||||
|
||||
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
|
||||
<Multiply>Moltiplicazione</Multiply>
|
||||
|
||||
<Divide>Divisione</Divide>
|
||||
|
||||
<Add>Addizione</Add>
|
||||
|
||||
<Subtract>Sottrazione</Subtract>
|
||||
|
||||
<Comma>Virgola</Comma>
|
||||
|
||||
<PlusMinus>Più-Meno</PlusMinus>
|
||||
|
||||
<SquareRoot>Radice quadrata</SquareRoot>
|
||||
|
||||
<NthRoot>Radice ennesima</NthRoot>
|
||||
|
||||
<Power>Esponente</Power>
|
||||
|
||||
<Subscript>Pedice</Subscript>
|
||||
|
||||
<Matrix>Matrice</Matrix>
|
||||
|
||||
<Integral>Integrale</Integral>
|
||||
|
||||
<Differential>Derivata</Differential>
|
||||
|
||||
<LessThan>Minore di</LessThan>
|
||||
|
||||
<GreaterThan>Maggiore di</GreaterThan>
|
||||
|
||||
<LTEQ>Minore di o uguale a</LTEQ>
|
||||
|
||||
<GTEQ>Più grande di o uguale a</GTEQ>
|
||||
|
||||
<Equals>Uguale</Equals>
|
||||
|
||||
<NotEqual>Diverso</NotEqual>
|
||||
|
||||
<Union>Unione</Union>
|
||||
|
||||
<Intersection>Intersezione</Intersection>
|
||||
|
||||
<Subset>Sottoinsieme</Subset>
|
||||
|
||||
<SubsetEq>Sottoinsieme o uguale a</SubsetEq>
|
||||
|
||||
<NSubset>Non Sottoinsieme</NSubset>
|
||||
|
||||
<NSubsetEq>Non Sottoinsieme o uguale a</NSubsetEq>
|
||||
|
||||
<Sine>Seno</Sine>
|
||||
|
||||
<Cosine>Coseno</Cosine>
|
||||
|
||||
<Tangent>Tangente</Tangent>
|
||||
|
||||
<ArcSine>Arcoseno</ArcSine>
|
||||
|
||||
<ArcCosine>Arcocoseno</ArcCosine>
|
||||
|
||||
<ArcTangent>Arcotangente</ArcTangent>
|
||||
|
||||
<SineH>Seno Iperbolico</SineH>
|
||||
|
||||
<CosineH>Coseno Iperbolico</CosineH>
|
||||
|
||||
<TanH>Tangente iperbolica</TanH>
|
||||
|
||||
<ArcSineH>Arcoseno iperbolico</ArcSineH>
|
||||
|
||||
<ArcCosineH>Arcocoseno iperbolico</ArcCosineH>
|
||||
|
||||
<ArcTanH>Arcotangente iperbolica</ArcTanH>
|
||||
|
||||
<Logarithm>Logaritmo</Logarithm>
|
||||
|
||||
<NaturalLogarithm>Logaritmo naturale</NaturalLogarithm>
|
||||
|
||||
<Exp>Funzione Esponenziale</Exp>
|
||||
|
||||
<UMinus>Minus</UMinus>
|
||||
|
||||
<BracketsRnd>Parentesi tonde</BracketsRnd>
|
||||
|
||||
<BracketsCurl>Parentesi graffe</BracketsCurl>
|
||||
|
||||
<BracketsSq>Parentesi quadre</BracketsSq>
|
||||
|
||||
<Abs>Valore assoluto</Abs>
|
||||
|
||||
<Infinity>Infinito</Infinity>
|
||||
|
||||
<GreekLetter>Lettera greca</GreekLetter>
|
||||
|
||||
<Factorial>Fattoriale</Factorial>
|
||||
|
||||
<Max>Massimo</Max>
|
||||
|
||||
<Min>Minimo</Min>
|
||||
|
||||
<Assignment>Assegna il valore</Assignment>
|
||||
|
||||
<Function>Funzione sconosciuta</Function>
|
||||
|
||||
<Determinant>Determinante</Determinant>
|
||||
|
||||
<Trace>Trace</Trace>
|
||||
|
||||
<DefiniteIntegral>Integrale definito</DefiniteIntegral>
|
||||
|
||||
<Product>Prodotto</Product>
|
||||
|
||||
<Sum>Somma</Sum>
|
||||
|
||||
<Limit>Limite</Limit>
|
||||
|
||||
<Evaluate>Valuta un'espressione fino al punto</Evaluate>
|
||||
|
||||
<LeftArrow>Freccia a sinistra</LeftArrow>
|
||||
|
||||
<RightArrow>Freccia a destra</RightArrow>
|
||||
|
||||
<UpArrow>Freccia verso l'alto</UpArrow>
|
||||
|
||||
<DownArrow>Freccia in giù</DownArrow>
|
||||
|
||||
<LeftDblArrow>Doppia freccia a sinistra</LeftDblArrow>
|
||||
|
||||
<RightDblArrow>Implica</RightDblArrow>
|
||||
|
||||
<LeftRightArrow>Freccia a destra e sinistra</LeftRightArrow>
|
||||
|
||||
<LeftRightDblArrow>Coimplica</LeftRightDblArrow>
|
||||
|
||||
<NorthEastArrow>Freccia verso Nord-Est</NorthEastArrow>
|
||||
|
||||
<SouthEastArrow>Freccia verso Sud-Est</SouthEastArrow>
|
||||
|
||||
<NorthWestArrow>Freccia verso Nord-Ovest</NorthWestArrow>
|
||||
|
||||
<SouthWestArrow>Freccia verso Sud-Ovest</SouthWestArrow>
|
||||
|
||||
<Multiply2>Multiplicazione</Multiply2>
|
||||
|
||||
<Divide2>Division</Divide2>
|
||||
|
||||
<Equiv>Equivalenza</Equiv>
|
||||
|
||||
<Exists>Esiste un</Exists>
|
||||
|
||||
<ForAll>Per ogni</ForAll>
|
||||
|
||||
<IsIn>Appartiene a</IsIn>
|
||||
|
||||
<NotExists>Non esiste</NotExists>
|
||||
|
||||
<NotIn>Non appartiene a</NotIn>
|
||||
|
||||
<SimEq>Asintoticamente equivalente a </SimEq>
|
||||
|
||||
<Or>Or</Or>
|
||||
|
||||
<And>And</And>
|
||||
|
||||
<Not>Not</Not>
|
||||
|
||||
<PartialDifferential>Equazione differenziale alle derivate parziali</PartialDifferential>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
|
||||
<OpenButton>Carica l'espressione dal file</OpenButton>
|
||||
|
||||
<SaveButton>Salva l'espressione el file</SaveButton>
|
||||
|
||||
<ExportButton>Esporta l'espressione negli appunti</ExportButton>
|
||||
|
||||
<UndoButton>Annulla</UndoButton>
|
||||
|
||||
<RedoButton>Ripeti</RedoButton>
|
||||
|
||||
<CutButton>Taglia</CutButton>
|
||||
|
||||
<CopyButton>Copia</CopyButton>
|
||||
|
||||
<PasteButton>Incolla</PasteButton>
|
||||
|
||||
<ClearButton>Clear the entire workspace</ClearButton>
|
||||
|
||||
<SelectButton>Seleziona tutto</SelectButton>
|
||||
|
||||
<LoadFormatButton>Formato del file da caricare e da esportare</LoadFormatButton>
|
||||
|
||||
<LoadLangButton>Carica un file della lingua</LoadLangButton>
|
||||
|
||||
<ShowTreeButton>Mostra la struttura ad albero dell'espressione</ShowTreeButton>
|
||||
|
||||
<OutlineButton>Display outline of objects on workspace</OutlineButton>
|
||||
|
||||
<OnlineHelpButton>Carica i file della guida nel navigatore internet</OnlineHelpButton>
|
||||
|
||||
<AboutButton>A proposito di DragMath</AboutButton>
|
||||
|
||||
|
||||
|
||||
<!-- Menu -->
|
||||
|
||||
<FileMenu>File</FileMenu>
|
||||
|
||||
<OpenMenu>Apri...</OpenMenu>
|
||||
|
||||
<SaveAsMenu>Salva come...</SaveAsMenu>
|
||||
|
||||
<ExportMenu>Esporta negli appunti</ExportMenu>
|
||||
|
||||
<ImageMenu>Esporta come immagine</ImageMenu>
|
||||
|
||||
|
||||
|
||||
<EditMenu>Modifica</EditMenu>
|
||||
|
||||
<UndoMenu>Annulla</UndoMenu>
|
||||
|
||||
<RedoMenu>Ripeti</RedoMenu>
|
||||
|
||||
<CutMenu>Taglia</CutMenu>
|
||||
|
||||
<CopyMenu>Copia</CopyMenu>
|
||||
|
||||
<PasteMenu>Incolla</PasteMenu>
|
||||
|
||||
<ClearMenu>Cancella tutto</ClearMenu>
|
||||
|
||||
<SelectMenu>Seleziona Tutto</SelectMenu>
|
||||
|
||||
|
||||
|
||||
<OptionsMenu>Opzioni</OptionsMenu>
|
||||
|
||||
<SetExportMenu>Imposta il formato di esportazione</SetExportMenu>
|
||||
|
||||
<SetLanguageMenu>Imposta la lingua</SetLanguageMenu>
|
||||
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Aiuto</HelpMenu>
|
||||
|
||||
<DebugMenu>Correggi</DebugMenu>
|
||||
|
||||
<TreeMenu>Mostra l'albero dell'espressione</TreeMenu>
|
||||
|
||||
<OutlineMenu>Mostra i bordi</OutlineMenu>
|
||||
|
||||
<OnlineHelpMenu>Aiuto da internet</OnlineHelpMenu>
|
||||
|
||||
<AboutMenu>A proposito di DragMath</AboutMenu>
|
||||
|
||||
|
||||
|
||||
</Language>
|
||||
|
@ -1,178 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : nl.xml
|
||||
Created on : 26 december 2007
|
||||
Author : Patrick Tydtgat
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Fout bij lezen bestand: Controleer geldigheid bestandstype</ReadingFile>
|
||||
<ReadingFile2>Fout bij laden bestand: </ReadingFile2>
|
||||
<LoadingExp>Fout bij laden uitdrukking</LoadingExp>
|
||||
<SavingExp>Fout bij bewaren uitdrukking</SavingExp>
|
||||
<Cut>Kan selectie niet knippen: </Cut>
|
||||
<Copy>Kan selectie niet kopiëren: </Copy>
|
||||
<Tree>Kan boomstructuur niet weergeven: </Tree>
|
||||
<Action>Kon bewerking niet uitvoeren: </Action>
|
||||
<AddMatrix>Kan matrix hier niet invoegen</AddMatrix>
|
||||
<Operator>Operator ontbreekt </Operator>
|
||||
<Argument>Argument ontbreekt </Argument>
|
||||
<Image>Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Uitdrukking kon niet behandeld worden</ParseExp>
|
||||
<LoadExpression>DragMath - Kies een te laden bestand</LoadExpression>
|
||||
<SaveExpression>DragMath - Kies een map om de uitdrukking te bewaren</SaveExpression>
|
||||
<EnterRows>Aantal in te voegen</EnterRows>
|
||||
<EnterColumns>Aantal in te voegen kolommen</EnterColumns>
|
||||
<MatrixDim>Matrix Dimensies</MatrixDim>
|
||||
<NoCut>Niets geselecteerd om te knippen</NoCut>
|
||||
<NoPaste>Niets te plakken</NoPaste>
|
||||
<NoBox>Geen box geselecteerd waarin geplakt moet worden</NoBox>
|
||||
<NoCopy>Niets geselecteerd om te kopiëren</NoCopy>
|
||||
<Copied>Gekopieerd</Copied>
|
||||
<ReadingData>Fout bij lezen output gegevens</ReadingData>
|
||||
<Clipboard>Gekopieerd naar klembord</Clipboard>
|
||||
<NoExpression>Niets te converteren</NoExpression>
|
||||
<NoFormat>ER werd geen format-bestand geladen</NoFormat>
|
||||
<ImageSize>Choose the image size 1-10 (Smallest-Largest)</ImageSize>
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
<Multiply>Vermenigvuldigen</Multiply>
|
||||
<Divide>Delen</Divide>
|
||||
<Add>Optellen</Add>
|
||||
<Subtract>Aftrekken</Subtract>
|
||||
<Comma>Komma</Comma>
|
||||
<PlusMinus>Plus-Minus</PlusMinus>
|
||||
<SquareRoot>Vierkantswortel</SquareRoot>
|
||||
<NthRoot>N-de Machtswortel</NthRoot>
|
||||
<Power>Superscript</Power>
|
||||
<Subscript>Subscript</Subscript>
|
||||
<Matrix>Matrix</Matrix>
|
||||
<Integral>Integreren</Integral>
|
||||
<Differential>Differentiëren</Differential>
|
||||
<LessThan>Kleiner Dan</LessThan>
|
||||
<GreaterThan>Groter Dan</GreaterThan>
|
||||
<LTEQ>Kleiner dan of Gelijk Aan</LTEQ>
|
||||
<GTEQ>Groter Dan of Gelijk Aan</GTEQ>
|
||||
<Equals>Gelijk</Equals>
|
||||
<NotEqual>Niet Gelijk</NotEqual>
|
||||
<Union>Vereniging</Union>
|
||||
<Intersection>Doorsnede</Intersection>
|
||||
<Subset>Deelverzameling</Subset>
|
||||
<SubsetEq>Deelverzameling of Gelijk Aan</SubsetEq>
|
||||
<NSubset>Geen Deelverzameling</NSubset>
|
||||
<NSubsetEq>Geen Deelverzameling of Gelijk Aan</NSubsetEq>
|
||||
<Sine>Sinus</Sine>
|
||||
<Cosine>Cosinus</Cosine>
|
||||
<Tangent>Tangens</Tangent>
|
||||
<ArcSine>Boog Sinus</ArcSine>
|
||||
<ArcCosine>Boog Cosinus</ArcCosine>
|
||||
<ArcTangent>Boog Tangens</ArcTangent>
|
||||
<SineH>Sinus Hyperbolicus</SineH>
|
||||
<CosineH>Cosinus Hyperbolicus</CosineH>
|
||||
<TanH>Tangens Hyperbolicus</TanH>
|
||||
<ArcSineH>Boog Sinus Hyperbolicus</ArcSineH>
|
||||
<ArcCosineH>Boog Cosinus Hyperbolicus</ArcCosineH>
|
||||
<ArcTanH>Boog Tangens Hyperbolicus</ArcTanH>
|
||||
<Logarithm>Logaritme</Logarithm>
|
||||
<NaturalLogarithm>Natuurlijke Logaritmen</NaturalLogarithm>
|
||||
<Exp>Exponentiële Functie</Exp>
|
||||
<UMinus>Min</UMinus>
|
||||
<BracketsRnd>Rondde Haakjes</BracketsRnd>
|
||||
<BracketsCurl>Accolades</BracketsCurl>
|
||||
<BracketsSq>Vierkante Haakjes</BracketsSq>
|
||||
<Abs>Absolute Waarde</Abs>
|
||||
<Infinity>Oneindig</Infinity>
|
||||
<GreekLetter>Griekse letter</GreekLetter>
|
||||
<Factorial>Factor</Factorial>
|
||||
<Max>Maximum</Max>
|
||||
<Min>Minimum</Min>
|
||||
<Assignment>Toekenning</Assignment>
|
||||
<Function>Onbekende functie</Function>
|
||||
<Determinant>Determinant</Determinant>
|
||||
<Trace>Spoor</Trace>
|
||||
<DefiniteIntegral>Bepaalde Integraal</DefiniteIntegral>
|
||||
<Product>Product</Product>
|
||||
<Sum>Som</Sum>
|
||||
<Limit>Limiet</Limit>
|
||||
<Evaluate>Evalueer een uitdrukking in een punt</Evaluate>
|
||||
<LeftArrow>Links arrow</LeftArrow>
|
||||
<RightArrow>Recht arrow</RightArrow>
|
||||
<UpArrow>Up arrow</UpArrow>
|
||||
<DownArrow>Omlaag arrow</DownArrow>
|
||||
<LeftDblArrow>Links dubbel arrow</LeftDblArrow>
|
||||
<RightDblArrow>Right dubbel arrow</RightDblArrow>
|
||||
<LeftRightArrow>Links-Recht arrow</LeftRightArrow>
|
||||
<LeftRightDblArrow>Links-Recht dubbel arrow</LeftRightDblArrow>
|
||||
<NorthEastArrow>Noord-Oost-arrow</NorthEastArrow>
|
||||
<SouthEastArrow>Zuid-Oost-arrow</SouthEastArrow>
|
||||
<NorthWestArrow>Noord-West-arrow</NorthWestArrow>
|
||||
<SouthWestArrow>Zuid-West arrow</SouthWestArrow>
|
||||
<Multiply2>Vermenigvuldigen</Multiply2>
|
||||
<Divide2>Divisie</Divide2>
|
||||
<Equiv>Gelijkwaardigheid</Equiv>
|
||||
<Exists>Er Bestaat</Exists>
|
||||
<ForAll>Voor alle</ForAll>
|
||||
<IsIn>Element van</IsIn>
|
||||
<NotExists>Er bestaat niet</NotExists>
|
||||
<NotIn>Niet een element van</NotIn>
|
||||
<SimEq>Asymptotically gelijk aan</SimEq>
|
||||
<Or>Of</Or>
|
||||
<And>En</And>
|
||||
<Not>Niet</Not>
|
||||
<PartialDifferential>Partiële differentiaalvergelijking</PartialDifferential>
|
||||
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Laad uitdrukking uit bestand</OpenButton>
|
||||
<SaveButton>Bewaar uitdrukking in bestand</SaveButton>
|
||||
<ExportButton>Exporteer uitdrukking naar het klembord</ExportButton>
|
||||
<UndoButton>Ongedaan maken</UndoButton>
|
||||
<RedoButton>Herstellen</RedoButton>
|
||||
<CutButton>Knippen</CutButton>
|
||||
<CopyButton>Kopiëren</CopyButton>
|
||||
<PasteButton>Plakken</PasteButton>
|
||||
<ClearButton>Alles Wissen</ClearButton>
|
||||
<SelectButton>Alles Selecteren</SelectButton>
|
||||
<LoadFormatButton>Laad een export format bestand</LoadFormatButton>
|
||||
<LoadLangButton>Laad een Taalbestand</LoadLangButton>
|
||||
<ShowTreeButton>Toon Boomstructuur</ShowTreeButton>
|
||||
<OutlineButton>Toon outline of objecten</OutlineButton>
|
||||
<OnlineHelpButton>Laad help in webbrowser</OnlineHelpButton>
|
||||
<AboutButton>About DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Bestand</FileMenu>
|
||||
<OpenMenu>Openen...</OpenMenu>
|
||||
<SaveAsMenu>Bewaar Als...</SaveAsMenu>
|
||||
<ExportMenu>Kopieer naar klembord</ExportMenu>
|
||||
<ImageMenu>Export to image</ImageMenu>
|
||||
|
||||
<EditMenu>Bewerk</EditMenu>
|
||||
<UndoMenu>Ongedaan maken</UndoMenu>
|
||||
<RedoMenu>Herstellen</RedoMenu>
|
||||
<CutMenu>Knippen</CutMenu>
|
||||
<CopyMenu>Kopiëren</CopyMenu>
|
||||
<PasteMenu>Plakken</PasteMenu>
|
||||
<ClearMenu>Alles Wissen</ClearMenu>
|
||||
<SelectMenu>Alles Selecteren</SelectMenu>
|
||||
|
||||
<OptionsMenu>Opties</OptionsMenu>
|
||||
<SetExportMenu>Kies Export Format</SetExportMenu>
|
||||
<SetLanguageMenu>Kies Taal</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Help</HelpMenu>
|
||||
<DebugMenu>Debug</DebugMenu>
|
||||
<TreeMenu>Toon boomstructuur</TreeMenu>
|
||||
<OutlineMenu>Toon outline</OutlineMenu>
|
||||
<OnlineHelpMenu>Online Help</OnlineHelpMenu>
|
||||
<AboutMenu>About DragMath</AboutMenu>
|
||||
|
||||
</Language>
|
@ -1,179 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : no.xml
|
||||
Created on : February 2008
|
||||
Author : Anders Sanne
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Feil ved lesing av formatfil: Sjekk om fila er gyldig</ReadingFile>
|
||||
<ReadingFile2>Feil ved lasting av formatfil: </ReadingFile2>
|
||||
<LoadingExp>Feil ved lasting av lagret uttrykk</LoadingExp>
|
||||
<SavingExp>Feil ved lagring av uttrykk</SavingExp>
|
||||
<Cut>Kan ikke klippe ut markeringen: </Cut>
|
||||
<Copy>Kan ikke kopiere markeringen: </Copy>
|
||||
<Tree>Kan ikke vise treet: </Tree>
|
||||
<Action>Oppgaven kunne ikke fullføres: </Action>
|
||||
<AddMatrix>Kan ikke legge til en matrise her</AddMatrix>
|
||||
<Operator>Operator mangler ved posisjon </Operator>
|
||||
<Argument>Operatorens variabel (Argument) mangler ved posisjon </Argument>
|
||||
<Image>Feil: Kan ikke eksportere til bilde. Sjekk internettforbindelsen og tilgangen til http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Uttrykket kan ikke tolkes</ParseExp>
|
||||
<ChooseFile>DragMath - Velg formatfil som skal lastes</ChooseFile>
|
||||
<LoadExpression>DragMath - Velg uttykksfil som skal lastes</LoadExpression>
|
||||
<SaveExpression>DragMath - Velg hvor du vil lagre uttrykket</SaveExpression>
|
||||
<EnterRows>Angi antall rader i matrisen</EnterRows>
|
||||
<EnterColumns>Ange antall kolonner i matrisen</EnterColumns>
|
||||
<MatrixDim>Matrisedimmensjoner</MatrixDim>
|
||||
<NoCut>Ingenting er valgt for utklipp</NoCut>
|
||||
<NoPaste>Ingenting å lime inn</NoPaste>
|
||||
<NoBox>Ingen boks valgt for å lime inn i</NoBox>
|
||||
<NoCopy>Ingenting valgt for kopiering</NoCopy>
|
||||
<Copied>Kopiert</Copied>
|
||||
<ReadingData>Feil ved lesning av output data</ReadingData>
|
||||
<Clipboard>Uttrykket er eksportert til utklippstavlen</Clipboard>
|
||||
<NoExpression>Inget uttrykk å omforme</NoExpression>
|
||||
<NoCustom>Ingen formatfil har blitt lastet ennå</NoCustom>
|
||||
<ImageSize>Velg bildestørrelse 1-10 (Minst-Størst)</ImageSize>
|
||||
|
||||
<!-- Tooltips for buttons -->
|
||||
<Multiply>Multiplikasjon</Multiply>
|
||||
<Divide>Divisjon</Divide>
|
||||
<Add>Addisjon</Add>
|
||||
<Subtract>Subtraksjon</Subtract>
|
||||
<Comma>Komma</Comma>
|
||||
<PlusMinus>Plusss-Minus</PlusMinus>
|
||||
<SquareRoot>Kvadratrot</SquareRoot>
|
||||
<NthRoot>N-te rot</NthRoot>
|
||||
<Power>Eksponent</Power>
|
||||
<Subscript>Indeks</Subscript>
|
||||
<Matrix>Matrise</Matrix>
|
||||
<Integral>Integrasjon</Integral>
|
||||
<Differential>Derivasjon</Differential>
|
||||
<LessThan>mindre enn</LessThan>
|
||||
<GreaterThan>større enn</GreaterThan>
|
||||
<LTEQ>mindre enn eller lik</LTEQ>
|
||||
<GTEQ>større enn eller lik</GTEQ>
|
||||
<Equals>lik</Equals>
|
||||
<NotEqual>Ulik</NotEqual>
|
||||
<Union>Union</Union>
|
||||
<Intersection>Snitt</Intersection>
|
||||
<Subset>Inneholdt i</Subset>
|
||||
<SubsetEq>Inneholdt i eller lik</SubsetEq>
|
||||
<NSubset>Ikke inneholdt i</NSubset>
|
||||
<NSubsetEq>Ikke inneholdt i eller lik</NSubsetEq>
|
||||
<Sine>Sinus</Sine>
|
||||
<Cosine>Cosinus</Cosine>
|
||||
<Tangent>Tangens</Tangent>
|
||||
<ArcSine>Invers Sinus</ArcSine>
|
||||
<ArcCosine>Invers Cosinus</ArcCosine>
|
||||
<ArcTangent>Invers Tangens</ArcTangent>
|
||||
<SineH>Hyperbolsk Sinus</SineH>
|
||||
<CosineH>Hyperbolsk Cosinus</CosineH>
|
||||
<TanH>Hyperbolsk Tangens</TanH>
|
||||
<ArcSineH>Invers Hyperbolsk Sinus</ArcSineH>
|
||||
<ArcCosineH>Invers Hyperbolsk Cosinus</ArcCosineH>
|
||||
<ArcTanH>Invers Hyperbolsk Tangens</ArcTanH>
|
||||
<Logarithm>Logaritme</Logarithm>
|
||||
<NaturalLogarithm>Naturlig Logaritme</NaturalLogarithm>
|
||||
<Exp>Eksponetialfunksjon</Exp>
|
||||
<UMinus>Minus</UMinus>
|
||||
<BracketsRnd>rund parentes</BracketsRnd>
|
||||
<BracketsCurl>klammeparentes</BracketsCurl>
|
||||
<BracketsSq>hakeparentes</BracketsSq>
|
||||
<Abs>Absoluttverdi</Abs>
|
||||
<Infinity>Uendelig</Infinity>
|
||||
<GreekLetter>Gresk bokstav</GreekLetter>
|
||||
<Factorial>Faktorial</Factorial>
|
||||
<Max>Maksimum av en mengde</Max>
|
||||
<Min>Minimum av en mengde</Min>
|
||||
<Assignment>Tilordning</Assignment>
|
||||
<Function>Ukjent funksjon</Function>
|
||||
<Determinant>Determinant</Determinant>
|
||||
<Trace>Spor</Trace>
|
||||
<DefiniteIntegral>Bestemt integral</DefiniteIntegral>
|
||||
<Product>Produkt</Product>
|
||||
<Sum>Sum</Sum>
|
||||
<Limit>Grenseverdi</Limit>
|
||||
<Evaluate>Beregn et uttrykk i et punkt</Evaluate>
|
||||
<LeftArrow>Venstrepil</LeftArrow>
|
||||
<RightArrow>Høyrepil</RightArrow>
|
||||
<UpArrow>Oppoverpil</UpArrow>
|
||||
<DownArrow>Nedoverpil</DownArrow>
|
||||
<LeftDblArrow>Dobbel venstrepil</LeftDblArrow>
|
||||
<RightDblArrow>Dobbel høyrepil</RightDblArrow>
|
||||
<LeftRightArrow>Venstre-høyre-pil</LeftRightArrow>
|
||||
<LeftRightDblArrow>Dobbel venstre-høyre-pil</LeftRightDblArrow>
|
||||
<NorthEastArrow>Nordøst-pil</NorthEastArrow>
|
||||
<SouthEastArrow>Sørøst-pil</SouthEastArrow>
|
||||
<NorthWestArrow>Nordøst-pil</NorthWestArrow>
|
||||
<SouthWestArrow>Sørvest-pil</SouthWestArrow>
|
||||
<Multiply2>Multiplikasjon</Multiply2>
|
||||
<Divide2>Divisjon</Divide2>
|
||||
<Equiv>Ekvivalens</Equiv>
|
||||
<Exists>Eksisterer</Exists>
|
||||
<ForAll>For alle</ForAll>
|
||||
<IsIn>Element i</IsIn>
|
||||
<NotExists>Eksisterer ikke</NotExists>
|
||||
<NotIn>Ikke element i</NotIn>
|
||||
<SimEq>Asymptotisk ekvivalent med</SimEq>
|
||||
<Or>Eller</Or>
|
||||
<And>Og</And>
|
||||
<Not>Ikke</Not>
|
||||
<PartialDifferential>Partiell derivert</PartialDifferential>
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Last uttrykk fra en fil</OpenButton>
|
||||
<SaveButton>Lagre uttrykk til fil</SaveButton>
|
||||
<ExportButton>Eksporter uttrykk til utklippstavlen</ExportButton>
|
||||
<UndoButton>Angre</UndoButton>
|
||||
<RedoButton>Gjør om</RedoButton>
|
||||
<CutButton>Klipp ut</CutButton>
|
||||
<CopyButton>Kopier</CopyButton>
|
||||
<PasteButton>Lim inn</PasteButton>
|
||||
<ClearButton>Rens hele arbeidsområdet</ClearButton>
|
||||
<SelectButton>Velg hele arbeidsområdet</SelectButton>
|
||||
<LoadFormatButton>Last en eksportformatfil</LoadFormatButton>
|
||||
<LoadLangButton>Last en språkfil</LoadLangButton>
|
||||
<ShowTreeButton>Vis uttykkstre</ShowTreeButton>
|
||||
<OutlineButton>Vis innholdsblokk for uttykkene i arbeidsområdet</OutlineButton>
|
||||
<OnlineHelpButton>Åpne hjelpefiler i nettleseren</OnlineHelpButton>
|
||||
<AboutButton>Om DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Fil</FileMenu>
|
||||
<OpenMenu>Åpne...</OpenMenu>
|
||||
<SaveAsMenu>Lagre som...</SaveAsMenu>
|
||||
<ExportMenu>Eksporter til utklippstavlen</ExportMenu>
|
||||
<ImageMenu>Eksporter til bilde</ImageMenu>
|
||||
|
||||
<EditMenu>Rediger</EditMenu>
|
||||
<UndoMenu>Angre</UndoMenu>
|
||||
<RedoMenu>Gjør om</RedoMenu>
|
||||
<CutMenu>Klipp ut</CutMenu>
|
||||
<CopyMenu>Kopier</CopyMenu>
|
||||
<PasteMenu>Lim inn</PasteMenu>
|
||||
<ClearMenu>Rens arbeidsområdet</ClearMenu>
|
||||
<SelectMenu>Velg alle</SelectMenu>
|
||||
|
||||
<OptionsMenu>Alternativer</OptionsMenu>
|
||||
<SetExportMenu>Velg eksportformat</SetExportMenu>
|
||||
<SetLanguageMenu>Velg språk</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Hjelp</HelpMenu>
|
||||
<DebugMenu>Debug</DebugMenu>
|
||||
<TreeMenu>Vis uttykkstre</TreeMenu>
|
||||
<OutlineMenu>Vis innholdsblokk</OutlineMenu>
|
||||
<OnlineHelpMenu>Online Hjelp</OnlineHelpMenu>
|
||||
<AboutMenu>Om DragMath</AboutMenu>
|
||||
|
||||
|
||||
</Language>
|
@ -1,178 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : pl.xml
|
||||
Created on : 30 July 2007, 15:43
|
||||
Author : Alex Billingsley
|
||||
Translator : Agnieszka Herczak-Ciara
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Błąd wczytania pliku: Sprawdź format pliku</ReadingFile>
|
||||
<ReadingFile2>Błąd wczytania pliku</ReadingFile2>
|
||||
<LoadingExp>Błąd wczytania wyrażenia</LoadingExp>
|
||||
<SavingExp>Błąd zapisu wyrażenia</SavingExp>
|
||||
<Cut>Nie można wyciąć</Cut>
|
||||
<Copy>Nie można skopiować</Copy>
|
||||
<Tree>Nie można wyświetlić drzewa</Tree>
|
||||
<Action>Działanie nie może zostać zakończone</Action>
|
||||
<AddMatrix>Nie można dodać macierzy w tym miejscu</AddMatrix>
|
||||
<Operator>Brakujący operator na pozycji</Operator>
|
||||
<Argument>Brakujący argument na pozycji</Argument>
|
||||
<Image>Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Błąd parsowania wyrażenia</ParseExp>
|
||||
<LoadExpression>DragMath -Wybierz plik do wczytania</LoadExpression>
|
||||
<SaveExpression>DragMath - Wybierz lokalizację zapisu</SaveExpression>
|
||||
<EnterRows>Wprowadź liczbę wierszy macierzy</EnterRows>
|
||||
<EnterColumns>Wprowadź liczbę kolumn macierzy</EnterColumns>
|
||||
<MatrixDim>Wymiar macierzy</MatrixDim>
|
||||
<NoCut>Nie zaznaczono nic do wycięcia</NoCut>
|
||||
<NoPaste>Brak elementów do wklejenia</NoPaste>
|
||||
<NoBox>Nie wybrano nic do wklejenia</NoBox>
|
||||
<NoCopy>Nie wybrano nic do skopiowania</NoCopy>
|
||||
<Copied>Skopiowane</Copied>
|
||||
<ReadingData>Błąd wczytania danych</ReadingData>
|
||||
<Clipboard>Eksport wyrażenia do schowka</Clipboard>
|
||||
<NoExpression>Brak wyrażenia do konwersji</NoExpression>
|
||||
<NoFormat>Nie wybrano żadnego formatu </NoFormat>
|
||||
<ImageSize>Choose the image size 1-10 (Smallest-Largest)</ImageSize>
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
<Multiply>Mnożenie</Multiply>
|
||||
<Divide>Ułamek</Divide>
|
||||
<Add>Dodawanie</Add>
|
||||
<Subtract>Odejmowanie</Subtract>
|
||||
<Comma>Przecinek dziesiętny</Comma>
|
||||
<PlusMinus>Plus-Minus</PlusMinus>
|
||||
<SquareRoot>Pierwiastek kwadratowy</SquareRoot>
|
||||
<NthRoot>Pierwiastek n-tego stopnia</NthRoot>
|
||||
<Power>Indeks górny</Power>
|
||||
<Subscript>Indeks dolny</Subscript>
|
||||
<Matrix>Macierz</Matrix>
|
||||
<Integral>Całka nieoznaczona</Integral>
|
||||
<Differential>Różniczkowanie</Differential>
|
||||
<LessThan>Mniejsze niż</LessThan>
|
||||
<GreaterThan>Większe niż</GreaterThan>
|
||||
<LTEQ>Mniejsze lub równe</LTEQ>
|
||||
<GTEQ>Większe lub równe</GTEQ>
|
||||
<Equals>Równe</Equals>
|
||||
<NotEqual>Nie równe</NotEqual>
|
||||
<Union>Suma</Union>
|
||||
<Intersection>Iloczyn </Intersection>
|
||||
<Subset>Zawiera się</Subset>
|
||||
<SubsetEq>Zawiera się lub jest równy</SubsetEq>
|
||||
<NSubset>Nie zawiera się</NSubset>
|
||||
<NSubsetEq>Nie zawiera się i nie jest równy</NSubsetEq>
|
||||
<Sine>sin (sinus)</Sine>
|
||||
<Cosine>cos (cosinus)</Cosine>
|
||||
<Tangent>tg (tangens)</Tangent>
|
||||
<ArcSine>arcsin (arcus sinus)</ArcSine>
|
||||
<ArcCosine>arccos (arcus cosinus)</ArcCosine>
|
||||
<ArcTangent>arctg (arcus tangens)</ArcTangent>
|
||||
<SineH>sinh (sinus hiperboliczny)</SineH>
|
||||
<CosineH>cosh (cosinus hiperboliczny)</CosineH>
|
||||
<TanH>tgh (tangens hiperboliczny)</TanH>
|
||||
<ArcSineH>arcsinh (arcus sinus hiperboliczny)</ArcSineH>
|
||||
<ArcCosineH>arccosh (arcus cosinus hiperboliczny)</ArcCosineH>
|
||||
<ArcTanH>arctgh (arcus tangens hiperboliczny)</ArcTanH>
|
||||
<Logarithm>Logarytm</Logarithm>
|
||||
<NaturalLogarithm>Logarytm naturalny</NaturalLogarithm>
|
||||
<Exp>Exp (Funkcja eksponencjalna)</Exp>
|
||||
<UMinus>Minus</UMinus>
|
||||
<BracketsRnd>Nawiasy okrągłe</BracketsRnd>
|
||||
<BracketsCurl>Nawiasy klamrowe</BracketsCurl>
|
||||
<BracketsSq>Nawiasy kwadratowe</BracketsSq>
|
||||
<Abs>Wartość bezwzględna</Abs>
|
||||
<Infinity>Nieskończoność</Infinity>
|
||||
<GreekLetter>Greckie litery</GreekLetter>
|
||||
<Factorial>Silnia</Factorial>
|
||||
<Max>Maksimum</Max>
|
||||
<Min>Minimum</Min>
|
||||
<Assignment>Przypisanie</Assignment>
|
||||
<Function>Funkcja</Function>
|
||||
<Determinant>Wyznacznik macierzy</Determinant>
|
||||
<Trace>Ślad macierzy</Trace>
|
||||
<DefiniteIntegral>Całka oznaczona</DefiniteIntegral>
|
||||
<Product>Iloczyn </Product>
|
||||
<Sum>Suma</Sum>
|
||||
<Limit>Granica</Limit>
|
||||
<Evaluate>Wartość wyrażenia w punkcie</Evaluate>
|
||||
<LeftArrow>Left arrow</LeftArrow>
|
||||
<RightArrow>Right arrow</RightArrow>
|
||||
<UpArrow>Up arrow</UpArrow>
|
||||
<DownArrow>Down arrow</DownArrow>
|
||||
<LeftDblArrow>Left double arrow</LeftDblArrow>
|
||||
<RightDblArrow>Right double arrow</RightDblArrow>
|
||||
<LeftRightArrow>Left-Right arrow</LeftRightArrow>
|
||||
<LeftRightDblArrow>Left-Right double arrow</LeftRightDblArrow>
|
||||
<NorthEastArrow>North-East arrow</NorthEastArrow>
|
||||
<SouthEastArrow>South-East arrow</SouthEastArrow>
|
||||
<NorthWestArrow>North-West arrow</NorthWestArrow>
|
||||
<SouthWestArrow>South-West arrow</SouthWestArrow>
|
||||
<Multiply2>Multiplication</Multiply2>
|
||||
<Divide2>Division</Divide2>
|
||||
<Equiv>Equivalence</Equiv>
|
||||
<Exists>There Exists</Exists>
|
||||
<ForAll>For All</ForAll>
|
||||
<IsIn>Element Of</IsIn>
|
||||
<NotExists>There Does Not Exist</NotExists>
|
||||
<NotIn>Not An Element Of</NotIn>
|
||||
<SimEq>Asymptotically Equivalent To</SimEq>
|
||||
<Or>Or</Or>
|
||||
<And>And</And>
|
||||
<Not>Not</Not>
|
||||
<PartialDifferential>Partial Differential</PartialDifferential>
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Wczytaj wyrażenie z pliku</OpenButton>
|
||||
<SaveButton>Zapisz wyrażenie do pliku</SaveButton>
|
||||
<ExportButton>Eksportuj wyrażenie do schowka</ExportButton>
|
||||
<UndoButton>Cofnij</UndoButton>
|
||||
<RedoButton>Ponów</RedoButton>
|
||||
<CutButton>Wytnij</CutButton>
|
||||
<CopyButton>Kopiuj</CopyButton>
|
||||
<PasteButton>Wklej</PasteButton>
|
||||
<ClearButton>Wyczyść wszystko</ClearButton>
|
||||
<SelectButton>Zaznacz wszystko</SelectButton>
|
||||
<LoadFormatButton>Wczytaj format pliku do eksportu</LoadFormatButton>
|
||||
<LoadLangButton>Wczytaj plik językowy</LoadLangButton>
|
||||
<ShowTreeButton>Pokaż strukturę drzewiastą wyrażenia</ShowTreeButton>
|
||||
<OutlineButton>Display outline of objects on workspace</OutlineButton>
|
||||
<OnlineHelpButton>Pomoc online</OnlineHelpButton>
|
||||
<AboutButton>O DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Plik</FileMenu>
|
||||
<OpenMenu>Otwórz ...</OpenMenu>
|
||||
<SaveAsMenu>Zapisz jako ...</SaveAsMenu>
|
||||
<ExportMenu>Eksportuj do schowka</ExportMenu>
|
||||
<ImageMenu>Export to image</ImageMenu>
|
||||
|
||||
<EditMenu>Edycja</EditMenu>
|
||||
<UndoMenu>Cofnij</UndoMenu>
|
||||
<RedoMenu>Ponów</RedoMenu>
|
||||
<CutMenu>Wytnij</CutMenu>
|
||||
<CopyMenu>Kopiuj</CopyMenu>
|
||||
<PasteMenu>Wklej</PasteMenu>
|
||||
<ClearMenu>Wyczyść wszystko</ClearMenu>
|
||||
<SelectMenu>Zaznacz wszystko</SelectMenu>
|
||||
|
||||
<OptionsMenu>Opcje</OptionsMenu>
|
||||
<SetExportMenu>Wybierz format (Latex,MathML,...)</SetExportMenu>
|
||||
<SetLanguageMenu>Wybierz język (pl,eng...)</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Pomoc</HelpMenu>
|
||||
<DebugMenu>Debug</DebugMenu>
|
||||
<TreeMenu>Pokaż drzewo wyrażenia</TreeMenu>
|
||||
<OutlineMenu>Outline</OutlineMenu>
|
||||
<OnlineHelpMenu>Pomoc Online</OnlineHelpMenu>
|
||||
<AboutMenu>O programie DragMath</AboutMenu>
|
||||
|
||||
</Language>
|
@ -1,177 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : pt-br.xml
|
||||
Created on : 27th February 2008, 15:56
|
||||
Author : Mauricio Chamati
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Erro lendo arquivo: Verifique se o arquivo é válido</ReadingFile>
|
||||
<ReadingFile2>Erro lendo arquivo: </ReadingFile2>
|
||||
<LoadingExp>Erro carregando expressão salva</LoadingExp>
|
||||
<SavingExp>Erro salvando expressão</SavingExp>
|
||||
<Cut>Seleção não pode ser recortada: </Cut>
|
||||
<Copy>Seleção não pode ser copiada: </Copy>
|
||||
<Tree>Árvore não pode ser mostrada: </Tree>
|
||||
<Action>Ação não pode ser completada: </Action>
|
||||
<AddMatrix>Matriz não pode ser adicionada neste local</AddMatrix>
|
||||
<Operator>Operador faltando na posição </Operator>
|
||||
<Argument>Argumento do operador faltando na posição </Argument>
|
||||
<Image>Erro: Não é possível exportar para imagem. Verifique sua conexão com a internet e acesse http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Expressão não pode ser analisada</ParseExp>
|
||||
<LoadExpression>DragMath - Escolha uma expressão em arquivo para ser carregada</LoadExpression>
|
||||
<SaveExpression>DragMath - Escolha o local para salvar a expressão</SaveExpression>
|
||||
<EnterRows>Informe o número de linhas da matriz</EnterRows>
|
||||
<EnterColumns>Informe o número de colunas da matriz</EnterColumns>
|
||||
<MatrixDim>Dimensões da Matriz</MatrixDim>
|
||||
<NoCut>Nada selecionado para recortar</NoCut>
|
||||
<NoPaste>Nada para colar</NoPaste>
|
||||
<NoBox>Nenhuma caixa selecionada para colar dentro</NoBox>
|
||||
<NoCopy>Nada selecionado para copiar</NoCopy>
|
||||
<Copied>Copiado</Copied>
|
||||
<ReadingData>Erro lendo dados externos</ReadingData>
|
||||
<Clipboard>Expressão exportada para a área de transferência</Clipboard>
|
||||
<NoExpression>Nenhuma expressão para converter</NoExpression>
|
||||
<NoFormat>Nenhum formato de arquivo foi carregado ainda</NoFormat>
|
||||
<ImageSize>Escolha o tamanho da imagem de 1-10 (Menor-Maior)</ImageSize>
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
<Multiply>Multiplicação</Multiply>
|
||||
<Divide>Divisão</Divide>
|
||||
<Add>Adição</Add>
|
||||
<Subtract>Subtração</Subtract>
|
||||
<Comma>Vírgula</Comma>
|
||||
<PlusMinus>Mais-Menos</PlusMinus>
|
||||
<SquareRoot>Raiz Quadrada</SquareRoot>
|
||||
<NthRoot>Raiz de N</NthRoot>
|
||||
<Power>Sobrescrito</Power>
|
||||
<Subscript>Subscrito</Subscript>
|
||||
<Matrix>Matriz</Matrix>
|
||||
<Integral>Integral</Integral>
|
||||
<Differential>Diferencial</Differential>
|
||||
<LessThan>Menor Que</LessThan>
|
||||
<GreaterThan>Maior Que</GreaterThan>
|
||||
<LTEQ>Menor Que ou Igual A</LTEQ>
|
||||
<GTEQ>Maior Que ou Igual A</GTEQ>
|
||||
<Equals>Igual</Equals>
|
||||
<NotEqual>Diferente</NotEqual>
|
||||
<Union>União</Union>
|
||||
<Intersection>Intersecção</Intersection>
|
||||
<Subset>Subconjunto</Subset>
|
||||
<SubsetEq>Subconjunto ou Igual A</SubsetEq>
|
||||
<NSubset>Não é Subconjunto</NSubset>
|
||||
<NSubsetEq>Não é Subconjunto ou Igual A</NSubsetEq>
|
||||
<Sine>Seno</Sine>
|
||||
<Cosine>Cosseno</Cosine>
|
||||
<Tangent>Tangente</Tangent>
|
||||
<ArcSine>Arco-Seno</ArcSine>
|
||||
<ArcCosine>Arco-Cosseno</ArcCosine>
|
||||
<ArcTangent>Arco-Tangente</ArcTangent>
|
||||
<SineH>Seno Hiperbólico</SineH>
|
||||
<CosineH>Cosseno Hiperbólico</CosineH>
|
||||
<TanH>Tangente Hiperbólica</TanH>
|
||||
<ArcSineH>Arco-Seno Hiperbólico</ArcSineH>
|
||||
<ArcCosineH>Arco-Cosseno Hiperbólico</ArcCosineH>
|
||||
<ArcTanH>Arco-Tangente Hiperbólico</ArcTanH>
|
||||
<Logarithm>Logaritmo</Logarithm>
|
||||
<NaturalLogarithm>Logaritmo Neperiano</NaturalLogarithm>
|
||||
<Exp>Função Exponencial</Exp>
|
||||
<UMinus>Menos</UMinus>
|
||||
<BracketsRnd>Parênteses</BracketsRnd>
|
||||
<BracketsCurl>Chaves</BracketsCurl>
|
||||
<BracketsSq>Colchetes</BracketsSq>
|
||||
<Abs>Valor Absoluto</Abs>
|
||||
<Infinity>Infinito</Infinity>
|
||||
<GreekLetter>Letra Grega</GreekLetter>
|
||||
<Factorial>Fatorial</Factorial>
|
||||
<Max>Máximo de um conjunto</Max>
|
||||
<Min>Mínimo de um conjunto</Min>
|
||||
<Assignment>Atribuição</Assignment>
|
||||
<Function>Função desconhecida</Function>
|
||||
<Determinant>Determinante</Determinant>
|
||||
<Trace>Traço</Trace>
|
||||
<DefiniteIntegral>Integral Definida</DefiniteIntegral>
|
||||
<Product>Produto</Product>
|
||||
<Sum>Soma</Sum>
|
||||
<Limit>Limite</Limit>
|
||||
<Evaluate>Determina uma expressão num ponto</Evaluate>
|
||||
<LeftArrow>Seta para esquerda</LeftArrow>
|
||||
<RightArrow>Seta para direita</RightArrow>
|
||||
<UpArrow>Seta para cima</UpArrow>
|
||||
<DownArrow>Seta para baixo</DownArrow>
|
||||
<LeftDblArrow>Seta dupla para esquerda</LeftDblArrow>
|
||||
<RightDblArrow>Seta dupla para direita</RightDblArrow>
|
||||
<LeftRightArrow>Seta para Esquerda-Direita</LeftRightArrow>
|
||||
<LeftRightDblArrow>Seta dupla para Esquerda-Direita</LeftRightDblArrow>
|
||||
<NorthEastArrow>Seta para Nordeste</NorthEastArrow>
|
||||
<SouthEastArrow>Seta para Sudeste</SouthEastArrow>
|
||||
<NorthWestArrow>Seta para Noroeste</NorthWestArrow>
|
||||
<SouthWestArrow>Seta para Sudoeste</SouthWestArrow>
|
||||
<Multiply2>Multiplicação</Multiply2>
|
||||
<Divide2>Divisão</Divide2>
|
||||
<Equiv>Equivalência</Equiv>
|
||||
<Exists>Existe</Exists>
|
||||
<ForAll>Para Todos</ForAll>
|
||||
<IsIn>Elemento De</IsIn>
|
||||
<NotExists>Não Existe</NotExists>
|
||||
<NotIn>Não É Um Elemento De</NotIn>
|
||||
<SimEq>Assintoticamente Equivalente A</SimEq>
|
||||
<Or>Ou</Or>
|
||||
<And>E</And>
|
||||
<Not>Não</Not>
|
||||
<PartialDifferential>Diferencial Parcial</PartialDifferential>
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Carregar expressão de um arquivo</OpenButton>
|
||||
<SaveButton>Salvar expressão em arquivo</SaveButton>
|
||||
<ExportButton>Exportar expressão para área de transferência</ExportButton>
|
||||
<UndoButton>Desfazer</UndoButton>
|
||||
<RedoButton>Refazer</RedoButton>
|
||||
<CutButton>Recortar</CutButton>
|
||||
<CopyButton>Copiar</CopyButton>
|
||||
<PasteButton>Colar</PasteButton>
|
||||
<ClearButton>Limpar toda a área de trabalho</ClearButton>
|
||||
<SelectButton>Selecionar toda a área de trabalho</SelectButton>
|
||||
<LoadFormatButton>Carregar um formato de exportação</LoadFormatButton>
|
||||
<LoadLangButton>Carregar um arquivo de idioma</LoadLangButton>
|
||||
<ShowTreeButton>Mostrar estrutura em árvore da expressão</ShowTreeButton>
|
||||
<OutlineButton>Mostrar contorno dos objetos da área de trabalho</OutlineButton>
|
||||
<OnlineHelpButton>Carregar documentos de ajuda no navegador</OnlineHelpButton>
|
||||
<AboutButton>Sobre DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Arquivo</FileMenu>
|
||||
<OpenMenu>Abrir...</OpenMenu>
|
||||
<SaveAsMenu>Salvar Como...</SaveAsMenu>
|
||||
<ExportMenu>Exportar para área de transferência</ExportMenu>
|
||||
<ImageMenu>Exportar para imagem</ImageMenu>
|
||||
|
||||
<EditMenu>Editar</EditMenu>
|
||||
<UndoMenu>Desfazer</UndoMenu>
|
||||
<RedoMenu>Refazer</RedoMenu>
|
||||
<CutMenu>Recortar</CutMenu>
|
||||
<CopyMenu>Copiar</CopyMenu>
|
||||
<PasteMenu>Colar</PasteMenu>
|
||||
<ClearMenu>Limpar a área de trabalho</ClearMenu>
|
||||
<SelectMenu>Selecionar Tudo</SelectMenu>
|
||||
|
||||
<OptionsMenu>Opções</OptionsMenu>
|
||||
<SetExportMenu>Escolher formato de exportação</SetExportMenu>
|
||||
<SetLanguageMenu>Escolher idioma</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Ajuda</HelpMenu>
|
||||
<DebugMenu>Debugar</DebugMenu>
|
||||
<TreeMenu>Mostrar árvore de expressão</TreeMenu>
|
||||
<OutlineMenu>Mostrar contorno</OutlineMenu>
|
||||
<OnlineHelpMenu>Ajuda Online</OnlineHelpMenu>
|
||||
<AboutMenu>Sobre DragMath</AboutMenu>
|
||||
|
||||
</Language>
|
@ -1,177 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : ru.xml
|
||||
Created on : 19 December 2007, 15:43
|
||||
Author : Sedletskiy Nikolay
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Ошибка формата файла: Проверьте правильность указанного файла</ReadingFile>
|
||||
<ReadingFile2>Ошибка загрузки формата файла: </ReadingFile2>
|
||||
<LoadingExp>Ошибка загрузки сохраненного выражения</LoadingExp>
|
||||
<SavingExp>Ошибка сохранения выражения</SavingExp>
|
||||
<Cut>Невозможно вырезать выбранное: </Cut>
|
||||
<Copy>Невозможно копировать выбранное: </Copy>
|
||||
<Tree>Невозможно отобразить дерево: </Tree>
|
||||
<Action>Действие не может быть выполненно: </Action>
|
||||
<AddMatrix>Невозможно дабавить Матрицу в указанное место</AddMatrix>
|
||||
<Operator>Отсутвтвует Оператор на позиции </Operator>
|
||||
<Argument>Отсутствует аргумент оператора на позиции </Argument>
|
||||
<Image>Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Невозможен разбор выражения</ParseExp>
|
||||
<LoadExpression>DragMath - Выберите файл выражения для загрузки</LoadExpression>
|
||||
<SaveExpression>DragMath - Выберите местоположение для сохранения выражения</SaveExpression>
|
||||
<EnterRows>Введите количество строк в матрице</EnterRows>
|
||||
<EnterColumns>Введите количество столбцев в матрице</EnterColumns>
|
||||
<MatrixDim>Размер Матрицы</MatrixDim>
|
||||
<NoCut>Ничего не выбранно чтобы вырезать</NoCut>
|
||||
<NoPaste>Нечего вставлять</NoPaste>
|
||||
<NoBox>Не выбран блок для вставки</NoBox>
|
||||
<NoCopy>Ничего не выбрано для копирования</NoCopy>
|
||||
<Copied>Скопировано</Copied>
|
||||
<ReadingData>Ошибка чтения выходных данных</ReadingData>
|
||||
<Clipboard>Выражение экспортированно в буфер обмена</Clipboard>
|
||||
<NoExpression>Нет выражения для конвертации</NoExpression>
|
||||
<NoFormat>Не загружен файл формата </NoFormat>
|
||||
<ImageSize>Choose the image size 1-10 (Smallest-Largest)</ImageSize>
|
||||
|
||||
<!-- Tooltips for math buttons -->
|
||||
<Multiply>Умнажение</Multiply>
|
||||
<Divide>Деление</Divide>
|
||||
<Add>Сложение</Add>
|
||||
<Subtract>Вычитание</Subtract>
|
||||
<Comma>Запятая</Comma>
|
||||
<PlusMinus>Плюс-Минус</PlusMinus>
|
||||
<SquareRoot>Квадратный Корень</SquareRoot>
|
||||
<NthRoot>N-й Корень</NthRoot>
|
||||
<Power>Верхний Индекс</Power>
|
||||
<Subscript>Нижний Индекс</Subscript>
|
||||
<Matrix>Матрица</Matrix>
|
||||
<Integral>Интегрирование</Integral>
|
||||
<Differential>Дифференцирование</Differential>
|
||||
<LessThan>Меньше</LessThan>
|
||||
<GreaterThan>Больше</GreaterThan>
|
||||
<LTEQ>Меньше или Равно</LTEQ>
|
||||
<GTEQ>Больши или Равно</GTEQ>
|
||||
<Equals>Равенство</Equals>
|
||||
<NotEqual>Неравенство</NotEqual>
|
||||
<Union>Объединение</Union>
|
||||
<Intersection>Пересечение</Intersection>
|
||||
<Subset>Подмножество</Subset>
|
||||
<SubsetEq>Подмножество или Равенство</SubsetEq>
|
||||
<NSubset>Не Подмножество</NSubset>
|
||||
<NSubsetEq>Не Подмножество или Равенство</NSubsetEq>
|
||||
<Sine>Синус</Sine>
|
||||
<Cosine>Косинус</Cosine>
|
||||
<Tangent>Tangent</Tangent>
|
||||
<ArcSine>Инверсный Синус</ArcSine>
|
||||
<ArcCosine>Инверсный Косинус</ArcCosine>
|
||||
<ArcTangent>Инверсный Тангенс</ArcTangent>
|
||||
<SineH>Гиперболический Синус</SineH>
|
||||
<CosineH>Гиперболический Косинус</CosineH>
|
||||
<TanH>Гиперболический Тангенс</TanH>
|
||||
<ArcSineH>Инверсный Гиперболический Синус</ArcSineH>
|
||||
<ArcCosineH>Инверсный Гиперболический Косинус</ArcCosineH>
|
||||
<ArcTanH>Инверсный Гиперболический Тангенс</ArcTanH>
|
||||
<Logarithm>Логарифм</Logarithm>
|
||||
<NaturalLogarithm>Натуральный Логарифм</NaturalLogarithm>
|
||||
<Exp>Экспоненциальная Функция</Exp>
|
||||
<UMinus>Минус</UMinus>
|
||||
<BracketsRnd>Круглые Скобки</BracketsRnd>
|
||||
<BracketsCurl>Фигурные Скобки</BracketsCurl>
|
||||
<BracketsSq>Квадратные Скобки</BracketsSq>
|
||||
<Abs>Модуль</Abs>
|
||||
<Infinity>Бесконесность</Infinity>
|
||||
<GreekLetter>Греческая Буква</GreekLetter>
|
||||
<Factorial>Факториал</Factorial>
|
||||
<Max>Максимум</Max>
|
||||
<Min>Минимум</Min>
|
||||
<Assignment>Присваивание</Assignment>
|
||||
<Function>Неизвестная функция</Function>
|
||||
<Determinant>Детерминант</Determinant>
|
||||
<Trace>Трассировка</Trace>
|
||||
<DefiniteIntegral>Определённый Интеграл</DefiniteIntegral>
|
||||
<Product>Произведение</Product>
|
||||
<Sum>Суммирование</Sum>
|
||||
<Limit>Предел</Limit>
|
||||
<Evaluate>Вычислить выражение в точке</Evaluate>
|
||||
<LeftArrow>Left arrow</LeftArrow>
|
||||
<RightArrow>Right arrow</RightArrow>
|
||||
<UpArrow>Up arrow</UpArrow>
|
||||
<DownArrow>Down arrow</DownArrow>
|
||||
<LeftDblArrow>Left double arrow</LeftDblArrow>
|
||||
<RightDblArrow>Right double arrow</RightDblArrow>
|
||||
<LeftRightArrow>Left-Right arrow</LeftRightArrow>
|
||||
<LeftRightDblArrow>Left-Right double arrow</LeftRightDblArrow>
|
||||
<NorthEastArrow>North-East arrow</NorthEastArrow>
|
||||
<SouthEastArrow>South-East arrow</SouthEastArrow>
|
||||
<NorthWestArrow>North-West arrow</NorthWestArrow>
|
||||
<SouthWestArrow>South-West arrow</SouthWestArrow>
|
||||
<Multiply2>Multiplication</Multiply2>
|
||||
<Divide2>Division</Divide2>
|
||||
<Equiv>Equivalence</Equiv>
|
||||
<Exists>There Exists</Exists>
|
||||
<ForAll>For All</ForAll>
|
||||
<IsIn>Element Of</IsIn>
|
||||
<NotExists>There Does Not Exist</NotExists>
|
||||
<NotIn>Not An Element Of</NotIn>
|
||||
<SimEq>Asymptotically Equivalent To</SimEq>
|
||||
<Or>Or</Or>
|
||||
<And>And</And>
|
||||
<Not>Not</Not>
|
||||
<PartialDifferential>Partial Differential</PartialDifferential>
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Загрузить выражение из файла</OpenButton>
|
||||
<SaveButton>Сохранить выражение в файл</SaveButton>
|
||||
<ExportButton>Экспортировать выражение в буфер обмена</ExportButton>
|
||||
<UndoButton>Отменить</UndoButton>
|
||||
<RedoButton>Повторить</RedoButton>
|
||||
<CutButton>Вырезать</CutButton>
|
||||
<CopyButton>Копировать</CopyButton>
|
||||
<PasteButton>Вставить</PasteButton>
|
||||
<ClearButton>Очистить рабочее пространство</ClearButton>
|
||||
<SelectButton>Выбрать рабочее пространство</SelectButton>
|
||||
<LoadFormatButton>Загрузить экспорт файла формата</LoadFormatButton>
|
||||
<LoadLangButton>Загрузить языковой фал</LoadLangButton>
|
||||
<ShowTreeButton>Показать древовидную структуру выражения</ShowTreeButton>
|
||||
<OutlineButton>Показать очертание объектов на рабочем пространстве</OutlineButton>
|
||||
<OnlineHelpButton>Загрузить документ помощи в веб-браузере</OnlineHelpButton>
|
||||
<AboutButton>О DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>Файл</FileMenu>
|
||||
<OpenMenu>Открыть...</OpenMenu>
|
||||
<SaveAsMenu>Сохранить как...</SaveAsMenu>
|
||||
<ExportMenu>Экспортировать в буфер обмена</ExportMenu>
|
||||
<ImageMenu>Export to image</ImageMenu>
|
||||
|
||||
<EditMenu>Правка</EditMenu>
|
||||
<UndoMenu>Отменить</UndoMenu>
|
||||
<RedoMenu>Повторить</RedoMenu>
|
||||
<CutMenu>Вырезать</CutMenu>
|
||||
<CopyMenu>Копировать</CopyMenu>
|
||||
<PasteMenu>Вырезать</PasteMenu>
|
||||
<ClearMenu>Очистить Рабочее Пространство</ClearMenu>
|
||||
<SelectMenu>Выбрать Всё</SelectMenu>
|
||||
|
||||
<OptionsMenu>Настройки</OptionsMenu>
|
||||
<SetExportMenu>Установить формат экспорта</SetExportMenu>
|
||||
<SetLanguageMenu>Установить язык</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Помощь</HelpMenu>
|
||||
<DebugMenu>Отладка</DebugMenu>
|
||||
<TreeMenu>Показать дерево выражения</TreeMenu>
|
||||
<OutlineMenu>Показать очертания</OutlineMenu>
|
||||
<OnlineHelpMenu>Онлайн Помощь</OnlineHelpMenu>
|
||||
<AboutMenu>О DragMath</AboutMenu>
|
||||
|
||||
</Language>
|
@ -1,179 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Document : en.xml
|
||||
Created on : 30 July 2007, 15:43
|
||||
Author : Alex Billingsley
|
||||
Description:
|
||||
Purpose of the document follows.
|
||||
-->
|
||||
|
||||
<Language>
|
||||
|
||||
<!-- Error Messages -->
|
||||
<ReadingFile>Fel vid format filläsning: Kolla att filen är giltig</ReadingFile>
|
||||
<ReadingFile2>Error loading format file: </ReadingFile2>
|
||||
<LoadingExp>Fel vid laddning av sparad uttryck</LoadingExp>
|
||||
<SavingExp>Fel vid sparande av uttryck</SavingExp>
|
||||
<Cut>Kan inte klippa ut markeringen: </Cut>
|
||||
<Copy>Kan inte kopiera markeringen: </Copy>
|
||||
<Tree>Kan inte visa trädet: </Tree>
|
||||
<Action>Åtgärden kunde inte fullgöras: </Action>
|
||||
<AddMatrix>Kan inte lägga till en Matris här</AddMatrix>
|
||||
<Operator>Operator saknas vid läge </Operator>
|
||||
<Argument>Operatorns variabel (Argument) saknas vid läge </Argument>
|
||||
<Image>Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org</Image>
|
||||
|
||||
<!-- Status Bar Messages -->
|
||||
<ParseExp>Uttrycket kan inte tolkas</ParseExp>
|
||||
<ChooseFile>DragMath - Välj en format fil att ladda</ChooseFile>
|
||||
<LoadExpression>DragMath - Välj en uttrycksfil att ladda</LoadExpression>
|
||||
<SaveExpression>DragMath - Välj var du vill spara uttrycket</SaveExpression>
|
||||
<EnterRows>Ange antalet rader i matrisen</EnterRows>
|
||||
<EnterColumns>Ange antalet kolumner i matrisen</EnterColumns>
|
||||
<MatrixDim>Matris mått</MatrixDim>
|
||||
<NoCut>Inget vald att klippa ut</NoCut>
|
||||
<NoPaste>Ingeting att klistra in</NoPaste>
|
||||
<NoBox>Ingen box vald att klistra in i</NoBox>
|
||||
<NoCopy>Inget vald att kopiera</NoCopy>
|
||||
<Copied>Kopierad</Copied>
|
||||
<ReadingData>Fel vid läsning av output data</ReadingData>
|
||||
<Clipboard> uttryck kopierad till minnet</Clipboard>
|
||||
<NoExpression>Inget uttryck att omvandla</NoExpression>
|
||||
<NoCustom>Ingen format fil har laddats än</NoCustom>
|
||||
<ImageSize>Choose the image size 1-10 (Smallest-Largest)</ImageSize>
|
||||
|
||||
<!-- Tooltips for buttons -->
|
||||
<Multiply>Multiplikation</Multiply>
|
||||
<Divide>Division</Divide>
|
||||
<Add>Addition</Add>
|
||||
<Subtract>Subtraktion</Subtract>
|
||||
<Comma>Komma</Comma>
|
||||
<PlusMinus>Plus-Minus</PlusMinus>
|
||||
<SquareRoot>Kvadratrot</SquareRoot>
|
||||
<NthRoot>N-te rot</NthRoot>
|
||||
<Power>exponent</Power>
|
||||
<Subscript>index</Subscript>
|
||||
<Matrix>Matris</Matrix>
|
||||
<Integral>Integration</Integral>
|
||||
<Differential>Differentiering</Differential>
|
||||
<LessThan>mindre än</LessThan>
|
||||
<GreaterThan>större än</GreaterThan>
|
||||
<LTEQ>mindre än eller lika med</LTEQ>
|
||||
<GTEQ>större än eller lika med</GTEQ>
|
||||
<Equals>lika med</Equals>
|
||||
<NotEqual>Ingen lika med</NotEqual>
|
||||
<Union>Union</Union>
|
||||
<Intersection>Intersektion</Intersection>
|
||||
<Subset>Subset (undergrupp)</Subset>
|
||||
<SubsetEq>Subset (undergrupp) eller lika med</SubsetEq>
|
||||
<NSubset>Ingen Subset (undergrupp)</NSubset>
|
||||
<NSubsetEq>Ingen Subset (undergrupp) eller lika med</NSubsetEq>
|
||||
<Sine>Sinus</Sine>
|
||||
<Cosine>Cosinus</Cosine>
|
||||
<Tangent>Tangens</Tangent>
|
||||
<ArcSine>Invers Sinus</ArcSine>
|
||||
<ArcCosine>Invers Cosinus</ArcCosine>
|
||||
<ArcTangent>Invers Tangens</ArcTangent>
|
||||
<SineH>Hyperbolisk Sinus</SineH>
|
||||
<CosineH>Hyperbolisk Cosinus</CosineH>
|
||||
<TanH>Hyperbolisk Tangens</TanH>
|
||||
<ArcSineH>Invers Hyperbolisk Sinus</ArcSineH>
|
||||
<ArcCosineH>Invers Hyperbolisk Cosinus</ArcCosineH>
|
||||
<ArcTanH>Invers Hyperbolisk Tangens</ArcTanH>
|
||||
<Logarithm>Logaritm</Logarithm>
|
||||
<NaturalLogarithm>Naturlig Logaritm</NaturalLogarithm>
|
||||
<Exp>Exponentiell Funktion</Exp>
|
||||
<UMinus>Minus</UMinus>
|
||||
<BracketsRnd>rundparentes</BracketsRnd>
|
||||
<BracketsCurl>klammerparentes</BracketsCurl>
|
||||
<BracketsSq>hakparentes</BracketsSq>
|
||||
<Abs>Absolut Värde</Abs>
|
||||
<Infinity>oändlighet</Infinity>
|
||||
<GreekLetter>Grekisk bokstav</GreekLetter>
|
||||
<Factorial>Faktorial</Factorial>
|
||||
<Max>Maximum av en mängd</Max>
|
||||
<Min>Minimum av en mängd</Min>
|
||||
<Assignment>Assignment</Assignment>
|
||||
<Function>okänd funktion</Function>
|
||||
<Determinant>Determinant</Determinant>
|
||||
<Trace>Trace</Trace>
|
||||
<DefiniteIntegral>Bestämd Integral</DefiniteIntegral>
|
||||
<Product>Produkt</Product>
|
||||
<Sum>Summa</Sum>
|
||||
<Limit>Gränvärdet</Limit>
|
||||
<Evaluate>utvärdera ett uttryck vid en punkt</Evaluate>
|
||||
<LeftArrow>Left arrow</LeftArrow>
|
||||
<RightArrow>Right arrow</RightArrow>
|
||||
<UpArrow>Up arrow</UpArrow>
|
||||
<DownArrow>Down arrow</DownArrow>
|
||||
<LeftDblArrow>Left double arrow</LeftDblArrow>
|
||||
<RightDblArrow>Right double arrow</RightDblArrow>
|
||||
<LeftRightArrow>Left-Right arrow</LeftRightArrow>
|
||||
<LeftRightDblArrow>Left-Right double arrow</LeftRightDblArrow>
|
||||
<NorthEastArrow>North-East arrow</NorthEastArrow>
|
||||
<SouthEastArrow>South-East arrow</SouthEastArrow>
|
||||
<NorthWestArrow>North-West arrow</NorthWestArrow>
|
||||
<SouthWestArrow>South-West arrow</SouthWestArrow>
|
||||
<Multiply2>Multiplication</Multiply2>
|
||||
<Divide2>Division</Divide2>
|
||||
<Equiv>Equivalence</Equiv>
|
||||
<Exists>There Exists</Exists>
|
||||
<ForAll>For All</ForAll>
|
||||
<IsIn>Element Of</IsIn>
|
||||
<NotExists>There Does Not Exist</NotExists>
|
||||
<NotIn>Not An Element Of</NotIn>
|
||||
<SimEq>Asymptotically Equivalent To</SimEq>
|
||||
<Or>Or</Or>
|
||||
<And>And</And>
|
||||
<Not>Not</Not>
|
||||
<PartialDifferential>Partial Differential</PartialDifferential>
|
||||
|
||||
<!-- Tooltips for command buttons -->
|
||||
<OpenButton>Ladda uttryck från en fil</OpenButton>
|
||||
<SaveButton>Spara uttryck till fil</SaveButton>
|
||||
<ExportButton>Export expression to clipboard</ExportButton>
|
||||
<UndoButton>Ångra</UndoButton>
|
||||
<RedoButton>Redo</RedoButton>
|
||||
<CutButton>Klipp ut</CutButton>
|
||||
<CopyButton>Kopiera</CopyButton>
|
||||
<PasteButton>klistra in</PasteButton>
|
||||
<ClearButton>Clear the entire workspace</ClearButton>
|
||||
<SelectButton>Select the entire workspace</SelectButton>
|
||||
<LoadFormatButton>Load an export format file</LoadFormatButton>
|
||||
<LoadLangButton>Load a language file</LoadLangButton>
|
||||
<ShowTreeButton>Visa träd för Uttrycket</ShowTreeButton>
|
||||
<OutlineButton>Display outline of objects on workspace</OutlineButton>
|
||||
<OnlineHelpButton>Loads help documents in web browser</OnlineHelpButton>
|
||||
<AboutButton>Om DragMath</AboutButton>
|
||||
|
||||
<!-- Menu -->
|
||||
<FileMenu>File</FileMenu>
|
||||
<OpenMenu>Open...</OpenMenu>
|
||||
<SaveAsMenu>Save As...</SaveAsMenu>
|
||||
<ExportMenu>Export to clipboard</ExportMenu>
|
||||
<ImageMenu>Export to image</ImageMenu>
|
||||
|
||||
<EditMenu>Edit</EditMenu>
|
||||
<UndoMenu>Ångra</UndoMenu>
|
||||
<RedoMenu>Redo</RedoMenu>
|
||||
<CutMenu>Klipp ut</CutMenu>
|
||||
<CopyMenu>Kopiera</CopyMenu>
|
||||
<PasteMenu>klistra in</PasteMenu>
|
||||
<ClearMenu>Clear Workspace</ClearMenu>
|
||||
<SelectMenu>Select All</SelectMenu>
|
||||
|
||||
<OptionsMenu>Options</OptionsMenu>
|
||||
<SetExportMenu>Set export format</SetExportMenu>
|
||||
<SetLanguageMenu>Set language</SetLanguageMenu>
|
||||
<MultMenu>Implicit Multiplication</MultMenu>
|
||||
|
||||
<HelpMenu>Help</HelpMenu>
|
||||
<DebugMenu>Debug</DebugMenu>
|
||||
<TreeMenu>Visa träd för uttryck</TreeMenu>
|
||||
<OutlineMenu>Visa innehållsblock</OutlineMenu>
|
||||
<OnlineHelpMenu>Online Help</OnlineHelpMenu>
|
||||
<AboutMenu>Om DragMath</AboutMenu>
|
||||
|
||||
|
||||
</Language>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,20 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - About DragMath</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<p><h2><span style=" color: #000099;"><strong>About DragMath</strong></span></h2></p>
|
||||
|
||||
<p>
|
||||
DragMath is a simple "drag and drop" equation editor for mathematics. Accepting certain traditional mathematical conventions, the user can build a mathematical expression. This expression can be exported in a number of different formats. DragMath is a simple Java applet, and could be incorporated into web-based applications or other Java applications.
|
||||
</p>
|
||||
<p>
|
||||
DragMath started as a final-year University project at the <a href ="http://www.bham.ac.uk/">University of Birmingham<a/> by <a href="http://www.alexbillingsley.co.uk">Alex Billingsley</a> under the supervision of <a href ="http://web.mat.bham.ac.uk/C.J.Sangwin/">Chris Sangwin</a>. It's main application is therefore directed toward an educational one.
|
||||
</p>
|
||||
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
@ -1,45 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - License</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<span style=" color: #000099; font-size: x-large; font-family: Arial;"><strong>DragMath Copyright Information</strong></span>
|
||||
|
||||
<span style=" font-size: small; font-family: Arial;">
|
||||
<p>
|
||||
DragMath is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
</p>
|
||||
<p>
|
||||
DragMath is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
</p>
|
||||
<p>
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with DragMath. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a> .
|
||||
</p>
|
||||
<hr></hr>
|
||||
<br>
|
||||
<p>
|
||||
All source code in this package is written by <a href="http://www.alexbillingsley.co.uk">Alex Billingsley</a> except the libraries used. The copyright information for the libaries is included below:</p>
|
||||
<p>
|
||||
<h4>JDOM<br> <a href="http://www.jdom.org">http://www.jdom.org</a></h4>
|
||||
JDOM is available under an Apache-style open source license, with the acknowledgment clause removed. This license is among the least restrictive license available, enabling developers to use JDOM in creating new products without requiring them to release their own products as open source. This is the license model used by the Apache Project, which created the Apache server. The license is available at the top of every source file and in LICENSE.txt in the root of the distribution.
|
||||
</p>
|
||||
<br>
|
||||
<p>
|
||||
<h4>JEP<br><a href="https://sourceforge.net/projects/jep/">https://sourceforge.net/projects/jep/</a></h4>
|
||||
JEP is licensed under the GNU General Public License (GPL) v3 (<a href="http://www.gnu.org/licenses/gpl-3.0.txt">http://www.gnu.org/licenses/gpl-3.0.txt</a>)</p>
|
||||
<p>
|
||||
<br>
|
||||
<h4>glyFX Common Toolbar Set Icons<br> <a href="http://www.glyfx.com">http://www.glyfx.com</a></h4>
|
||||
Icons used in software, license found at; <a href="http://www.glyfx.com/license-toolbar.html">http://www.glyfx.com/license-toolbar.html</a></p>
|
||||
</span>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,91 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - Running applet in web browser</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<h2><span style=" color: #000099;"><strong>Running applet in web browser</strong></span></h2>
|
||||
|
||||
<p>
|
||||
Details are given on the file structure of the required files, and <APPLET> tag to enable the applet to run in a web browser.
|
||||
</p><p>
|
||||
The applet currently requires Java Runtime Environment (JRE) 1.4 or higher to run, which can be obtained from <A href="http://www.java.com">www.java.com</A>
|
||||
</p><p>
|
||||
The recommended file structure is:
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
<dd>applet.html</dd>
|
||||
<br>
|
||||
<dd>\dragmath</dd>
|
||||
<br>
|
||||
<dl>
|
||||
<dd>\Display</dd>
|
||||
<dl>
|
||||
<dd>MainApplet.class</dd>
|
||||
</dl>
|
||||
<br>
|
||||
<dd>\lang</dd>
|
||||
<dl>
|
||||
<dd>en.xml</dd>
|
||||
</dl>
|
||||
<br>
|
||||
<dd>\formats</dd>
|
||||
<dl>
|
||||
<dd>Maple.xml</dd>
|
||||
<dd>Latex.xml</dd>
|
||||
<dd>MathML.xml</dd>
|
||||
<dd>Maxima.xml</dd>
|
||||
</dl>
|
||||
<br>
|
||||
<dd>\lib</dd>
|
||||
<dl>
|
||||
<dd>AbsoluteLayout.jar</dd>
|
||||
<dd>swing-layouts-1.0.jar</dd>
|
||||
<dd>jdom.jar</dd>
|
||||
<dd>jep.jar</dd>
|
||||
<dd>Project.jar</dd>
|
||||
</dl>
|
||||
<br>
|
||||
<dd>Config.xml</dd>
|
||||
<dd>DragMath.jar</dd>
|
||||
</dl>
|
||||
</dl>
|
||||
<br>
|
||||
Using this structure the following <APPLET> tag should be used:
|
||||
</p>
|
||||
<p>
|
||||
<STRONG>
|
||||
<FONT color=#800080><applet</FONT>
|
||||
name=</STRONG>
|
||||
<FONT color=#0000ff>"dragmath"</FONT>
|
||||
<STRONG>codebase=</STRONG><FONT
|
||||
color=#0000ff>"dragmath"</FONT>
|
||||
<STRONG>code=</STRONG>
|
||||
<FONT color=#0000ff>"Display.MainApplet.class"</FONT>
|
||||
<STRONG>archive=</STRONG>
|
||||
<FONT color=#0000ff>"DragMath.jar"</FONT>
|
||||
<STRONG> width=</STRONG>
|
||||
<FONT color=#0000ff>540</FONT>
|
||||
<STRONG> height=</STRONG>
|
||||
<FONT color=#0000ff>300</FONT>
|
||||
<STRONG>><BR>
|
||||
<FONT color=#800080><param</FONT>
|
||||
name=</STRONG>
|
||||
<FONT color=#0000ff>language </FONT>
|
||||
<STRONG>value=</STRONG>
|
||||
<FONT color=#0000ff>"en"</FONT>
|
||||
<STRONG> ><BR>
|
||||
<FONT color=#800080></applet ></FONT>
|
||||
</STRONG>
|
||||
</p>
|
||||
|
||||
All of the .jar files in the \dragmath directory require digitally signing. A tutorial on how to do this can be viewed at,<br>
|
||||
<A href="http://java.sun.com/developer/onlineTraining/Programming/JDCBook/signed.html#example">http://java.sun.com/developer/onlineTraining/Programming/JDCBook/signed.html#example</A>
|
||||
|
||||
</font>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,209 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - Creating complex expressions</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<h2><span style=" color: #000099;"><strong>Creating complex expressions</strong></span></h2>
|
||||
|
||||
<p>
|
||||
To apply an object to multiple objects, you will need to select the multiple objects and then click on the object to apply in the toolbar. Selection is performed as it is in any program, by using the mouse to highlight the desired area.
|
||||
</p>
|
||||
<p>
|
||||
Operators and functions can be entered into text boxes using the keyboard with the following syntax:
|
||||
</p>
|
||||
<br>
|
||||
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Syntax</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Addition</td>
|
||||
<td>+</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Multiplication</td>
|
||||
<td>*</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Division</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Greater than</td>
|
||||
<td>></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Less than</td>
|
||||
<td><</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Equal</td>
|
||||
<td>=<br>==</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Less than or Equal</td>
|
||||
<td><=</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Greater than or Equal</td>
|
||||
<td>>=</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Power</td>
|
||||
<td>^</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sine</td>
|
||||
<td>sin(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cosine</td>
|
||||
<td>cos(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tangent</td>
|
||||
<td>tan(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arc Sine</td>
|
||||
<td>asin(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arc Cosine</td>
|
||||
<td>acos(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Arc Tangent</td>
|
||||
<td>atan(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hyperbolic Sine</td>
|
||||
<td>sinh(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hyperbolic Cosine</td>
|
||||
<td>cosh(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hyperbolic Tangent</td>
|
||||
<td>tanh(x)</td>
|
||||
</tr>
|
||||
<td>Inverse Hyperbolic Sine</td>
|
||||
<td>asinh(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Inverse Hyperbolic Cosine</td>
|
||||
<td>acosh(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Inverse Hyperbolic Tangent</td>
|
||||
<td>atanh(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Natural Logarithm</td>
|
||||
<td>ln(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Logarithm</td>
|
||||
<td>log(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Exponential</td>
|
||||
<td>exp(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Absolute Value</td>
|
||||
<td>abs(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Square Root</td>
|
||||
<td>sqrt(x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Union</td>
|
||||
<td>union(a,b)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Intersection</td>
|
||||
<td>intersection(a,b)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Determinant</td>
|
||||
<td>det(a)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Trace</td>
|
||||
<td>trace(a)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Subset</td>
|
||||
<td>subset(a,b)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Integral</td>
|
||||
<td>integrate(f,x)<br>
|
||||
int(f,x)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Definite Integral</td>
|
||||
<td>integrate(f,x,a,b)<br>
|
||||
int(f,x,a,b)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Differential</td>
|
||||
<td>diff(f,x)</td>
|
||||
</tr>
|
||||
<td>Sum</td>
|
||||
<td>sum(n^2,n,1,10)</td>
|
||||
</tr>
|
||||
<td>Product</td>
|
||||
<td>product(n^2,n,1,10)</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<p>
|
||||
Once the box that you have been typing in has been left then the text is turned into templates automatically for you.
|
||||
</p>
|
||||
<br>
|
||||
<font size=3>
|
||||
<b>How to use layout templates</b>
|
||||
</font>
|
||||
|
||||
<p>
|
||||
There are special templates called layout templates, beause they each take a unique layout. These are:<br>
|
||||
Fraction<br>
|
||||
Square Root<br>
|
||||
N-th Root<br>
|
||||
Subscript<br>
|
||||
Superscript<br>
|
||||
Matrix<br>
|
||||
Integral<br>
|
||||
Differential<br>
|
||||
Product<br>
|
||||
Sum<br>
|
||||
Limit<br>
|
||||
Evaluate at a point<br>
|
||||
Grouping (round brackets, curly brackets, square brackets, modulus)<br>
|
||||
</p>
|
||||
<p>
|
||||
These layout templates can be used in exactly the same way as the other math templates.
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<font size=3>
|
||||
<b>How to add symbols</b>
|
||||
</font>
|
||||
<p>
|
||||
Symbols such as greek letters are added by clicking in the box you wish to insert the symbol, and then clicking on the symbol in the toolbar.
|
||||
</p>
|
||||
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
@ -1,73 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - Setting up DragMath CVS in NetBeans</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<h2><span style=" color: #000099;"><strong>Setting up DragMath CVS in NetBeans</strong></span></h2>
|
||||
|
||||
<p>
|
||||
Below are the instructions on how to get active as a developer of DragMath and set up NetBeans with the DragMath code versioning system (CVS).</p>
|
||||
<p>
|
||||
1. Install NetBeans<br>
|
||||
2. Get source code from DragMath CVS repository<br>
|
||||
3. Update and Commiting your local source code copy
|
||||
</p>
|
||||
<br>
|
||||
|
||||
<font size=3><b>
|
||||
1. Install NetBeans
|
||||
</b></font>
|
||||
<br>
|
||||
<p>
|
||||
NetBeans is the integrated development environment (IDE) used for DragMath.
|
||||
It is open source and can be downloaded from http://www.netbeans.org.
|
||||
</p>
|
||||
<br>
|
||||
|
||||
<font size=3><b>
|
||||
2. Get source code from DragMath CVS repository
|
||||
</b></font>
|
||||
<p>
|
||||
Start NetBeans and do the following to get the DragMath source code:<br>
|
||||
<p>
|
||||
1. File -> New Project
|
||||
</p><p>
|
||||
2. Choose the 'General' category, and then 'Java Application' under Projects, then click Next.
|
||||
</p><p>
|
||||
3. Set the Project Name as "ddma". Click Browse to choose the location where you would like the code stored. Then click Next.
|
||||
</p><p>
|
||||
4. CVS -> Checkout. The click Edit.
|
||||
</p><p>
|
||||
5. Fill in the location information identifying the DragMath CVS repository and click OK.<br>
|
||||
<b>Access Method:</b> pserver for anonymous, ext for developer accounts<br>
|
||||
<b>User:</b> "anonymous" or your DragMath developer account at SourceForge<br>
|
||||
<b>Host:</b> dragmath.cvs.sourceforge.net<br>
|
||||
<b>Repository Path:</b> /cvsroot/dragmath
|
||||
</p><p>
|
||||
6. Enter your password, none for anonymous login, then click Next
|
||||
</p><p>
|
||||
7. Set the Module as "ddma", and the Local Folder to the same location the Project was created. Then click Finish.
|
||||
</p><p>
|
||||
8. Once the source code has been downloaded, click Close to the popup message about opening the project.
|
||||
</p><p>
|
||||
9. The different packages containing the source code can now be seen in the projects window. The package 'ddma' containing the Main.java class can be deleted, as it was created for the new Project and is not part of the DragMath source code.
|
||||
</p><p>
|
||||
10. The libraries used by DragMath must now be added to the Project. Right click on Libraries in the Project window, and go to 'Add JAR/Folder...'. Navigate to the ddma -> lib folder and add all the .jar files from this folder.
|
||||
</p><p>
|
||||
11. The code is now ready to work on.
|
||||
</p>
|
||||
<br>
|
||||
<font size=3><b>
|
||||
3. Update and Commiting your local source code copy
|
||||
</b></font>
|
||||
<p>
|
||||
The code can be updated and commited using the Update and Commit options under the CVS menu in NetBeans.
|
||||
</p>
|
||||
|
||||
</font>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,47 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - Editing an expression</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<h2><span style=" color: #000099;"><strong>Editing an expression</strong></span></h2>
|
||||
|
||||
<p>
|
||||
Basic editing options are supplied to edit the expression:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><p>
|
||||
Select - Selection is performed similar to any program, by dragging the mouse to highlight the desired area. Objects can also be selected by double clicking on them. You can select all the objects on the workspace by using Select All on the menu, or Ctrl+A on the keyboard.
|
||||
</p>
|
||||
<li><p>
|
||||
Cut <20> Select the desired area to cut, then either click the Cut button or use Ctrl+X on the keyboard.
|
||||
</p>
|
||||
<li><p>
|
||||
Copy <20> Select the desired area to copy, then either click the Copy button or use Ctrl+C on the keyboard.
|
||||
</p>
|
||||
<li><p>
|
||||
Paste <20> Once a selection has been copied, it can be pasted into any box, by clicking on the box to select it, and then either clicking the Paste button or using Ctrl+V on the keyboard.
|
||||
</p>
|
||||
<li><p>
|
||||
Delete <20> Delete is performed by selecting the area to delete and pressing delete on the keyboard.
|
||||
</p>
|
||||
<li><p>
|
||||
Undo <20> You can perform an undo by clicking the Undo button
|
||||
</p>
|
||||
<li><p>
|
||||
Redo <20> You can perform a redo by clicking the Redo button
|
||||
</p>
|
||||
<li><p>
|
||||
Open <20> Saved expressions can be opened from a file using the Open button
|
||||
</p>
|
||||
<li><p>
|
||||
Save <20> Expressions can be saved to a file using the Save button
|
||||
</p>
|
||||
</ul>
|
||||
</font>
|
||||
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 1003 B |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation</title>
|
||||
</head>
|
||||
|
||||
|
||||
<frameset cols="330,*">
|
||||
|
||||
<frame src="navframe.html">
|
||||
<frame src="simple.html"
|
||||
name="showframe">
|
||||
|
||||
</frameset>
|
||||
|
||||
|
||||
</html>
|
@ -1,49 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - Integrations</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<h2><span style=" color: #000099;"><strong>Integrations</strong></span></h2>
|
||||
|
||||
<p>
|
||||
DragMath has been successfully integrated with a number of different systems. The main method used for extracting the expression in the desired format is by using the getMathExpression() method called from JavaScript within a web page. This method returns the expression in the format specified.
|
||||
</p>
|
||||
<br>
|
||||
|
||||
<font size=3>
|
||||
<b><a href ="http://www.moodle.org/">Moodle</a></b>
|
||||
</font>
|
||||
<p>
|
||||
Moodle is a free, open source course management system (CMS). Also know as a Learning Managment System (LMS) or Virtual Learning Environment (VLE). For further details please see the specific Moodle <a href ="http://docs.moodle.org/en/DragMath_equation_editor">installation instructions</a>.
|
||||
</p>
|
||||
<br>
|
||||
|
||||
<font size=3>
|
||||
<b><a href ="http://stack.bham.ac.uk/">STACK</a></b>
|
||||
</font>
|
||||
<p>
|
||||
STACK is a computer aided assessment (CAA) package for mathematics. It was mainly developed by <a href ="http://web.mat.bham.ac.uk/C.J.Sangwin/">Chris Sangwin</a> (a developer of DragMath).
|
||||
</p>
|
||||
<br>
|
||||
|
||||
<font size=3>
|
||||
<b><a href ="http://www.yourmathstutor.info/">YourMathsTutor Website</a></b>
|
||||
</font>
|
||||
<p>
|
||||
YourMathsTutor is a website created primarily to help students studying the for the UK's Key Stage 3, GCSE, AS and A Level mathematics and physics exams. DragMath has been integrated into the forum on this website. The forum is a <a href ="http://www.simplemachines.org/">Simple Machines Forum</a> (SMF), which is a powerful open source forum. More information on how it was <a href ="http://yourmathstutor.blogspot.com/2007/08/dragmath.html">integrated</a> and how it is <a href ="http://www.yourmathstutor.info/forum/index.php?topic=4.0">used</a> in the forum.
|
||||
</p>
|
||||
<br>
|
||||
|
||||
<font size=3>
|
||||
<b><a href ="http://www.diambars.org/">http://www.diambars.org/</a></b>
|
||||
</font>
|
||||
<p>
|
||||
The Diambars institute is a training structure embracing sports and education located in Saly, Senegal.
|
||||
</p>
|
||||
</font>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,31 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - Adding a language</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<h2><span style=" color: #000099;"><strong>Adding a language</strong></span></h2>
|
||||
|
||||
<p>
|
||||
The software is supplied with an English language file, <20>en.xml<6D>. This can be used as a template for creating other language files. To change the language data simply change the text within the tags in XML file.
|
||||
</p>
|
||||
<p>
|
||||
For example consider the error message when a file cannot be read,
|
||||
</p><p>
|
||||
<strong>
|
||||
<font color=#800080><ReadingFile></font>
|
||||
Error reading format file: Check file is valid
|
||||
<font color=#800080></ReadingFile></font>
|
||||
</strong>
|
||||
</p><p>
|
||||
To change the language of this message, simply change the message between the tags (the bold text). The tags should not be changed, otherwise the language file will not work.
|
||||
</p><p>
|
||||
Once a new language file has been created it should be placed in the \lang folder where the English file was found, and then an entry corresponding to that file entered in the Config.xml file. To change which language file the software uses see the <A href="options.html">Options</A> section or the <A href="parameters.html">Changing applet parameters</A> section.
|
||||
</p>
|
||||
|
||||
</font>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,34 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<br>
|
||||
<DIV><FONT face=Arial color=#000080
|
||||
size=5><STRONG>DragMath</STRONG></FONT></DIV>
|
||||
<br>
|
||||
<FONT face=Arial>
|
||||
<dl>
|
||||
<dt><b>Basic Usage</b><br></dt>
|
||||
<dd><a href ="simple.html" target ="showframe">Creating simple expressions</a><br></dd>
|
||||
<dd><a href ="complex.html" target ="showframe">Creating complex expressions</a><br></dd>
|
||||
<dd><a href ="editing.html" target ="showframe">Editing an expression</a><br></dd>
|
||||
<dd><a href ="options.html" target ="showframe">Options</a><br></dd>
|
||||
<br>
|
||||
<dt><b>Advanced Usage</b><br></dt>
|
||||
<dd><a href ="language.html" target ="showframe">Adding a language</a><br></dd>
|
||||
<dd><a href ="newformat.html" target ="showframe">Adding an output format</a><br></dd>
|
||||
<dd><a href ="parameters.html" target ="showframe">Changing applet parameters</a></dd>
|
||||
<dd><a href ="integrations.html" target ="showframe">Integrations</a><br></dd>
|
||||
<br>
|
||||
<dt><b>Developer Usage</b><br></dt>
|
||||
<dd><a href ="cvs.html" target ="showframe">Setting up DragMath CVS in NetBeans</a><br></dd>
|
||||
<dd><a href ="browser.html" target ="showframe">Running applet in web browser</a><br></dd>
|
||||
<dd><a href ="newobject.html" target ="showframe">Adding a function/operator</a><br></dd>
|
||||
<br>
|
||||
<dt><b>About</b><br></dt>
|
||||
<dd><a href ="acknowledgments.html" target ="showframe">License</a><br></dd>
|
||||
<dd><a href ="about.html" target ="showframe">About DragMath</a><br></dd>
|
||||
</dl>
|
||||
<br><br/>
|
||||
<b><center><a href ="http://www.dragmath.bham.ac.uk" target ="_top">www.dragmath.bham.ac.uk</a></center></b>
|
||||
</FONT>
|
||||
</body>
|
||||
</html>
|
@ -1,227 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML><HEAD><TITLE>DragMath Documentation - Adding an output format</TITLE>
|
||||
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
|
||||
<META content="MSHTML 6.00.6000.16525" name=GENERATOR></HEAD>
|
||||
<BODY>
|
||||
<DIV><FONT face=Arial color=#000080 size=5><STRONG>Adding an output format</STRONG></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2>
|
||||
<p>
|
||||
The formats supplied
|
||||
are Maple, Latex, MathML and Maxima, with the corresponding files found in
|
||||
the \formats folder. These files can be edited to reflect the syntax you prefer. These
|
||||
files can also be used as templates for creating files for different formats.
|
||||
There are a number of rules and options that you need to be aware of to
|
||||
successfully create an XML file for a new format.</p>Each math object has
|
||||
its own element in the XML document, with a familiar name describing it, for
|
||||
example “Add”. Within this element there are a number of sub-elements depending
|
||||
upon how many arguments the object has.</FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><BR>N-ary operators
|
||||
have a single ‘output’ element e.g. for addition this
|
||||
is <BR> <STRONG><FONT
|
||||
color=#800080><Add></FONT><BR>
|
||||
<FONT color=#800080><output></FONT>+<FONT
|
||||
color=#800080></output><BR></FONT> <FONT
|
||||
color=#800080></Add><BR></FONT></STRONG><BR>Binary Operators have 3
|
||||
‘output’ elements e.g. for fraction in Latex this is<BR> <FONT
|
||||
color=#800080><STRONG><Divide</STRONG> <FONT
|
||||
color=#000000>brackets=</FONT><FONT
|
||||
color=#0000ff>"false"</FONT><STRONG>></STRONG></FONT><BR>
|
||||
<STRONG><FONT color=#800080><output1></FONT>\frac<FONT color=#800080><FONT
|
||||
color=#000000>{</FONT></output1></FONT><BR>
|
||||
<FONT color=#800080><output2></FONT>}{<FONT
|
||||
color=#800080></output2><BR></FONT>
|
||||
<FONT color=#800080><output3></FONT>}<FONT
|
||||
color=#800080></output3><BR></FONT> <FONT
|
||||
color=#800080></Divide></FONT><BR></STRONG><BR>Functions have 2 ‘output’
|
||||
elements e.g. for square root in Latex this is<BR> <STRONG>
|
||||
</STRONG><FONT color=#800080><STRONG><SquareRoot</STRONG> <FONT
|
||||
color=#000000>brackets=</FONT><FONT
|
||||
color=#0000ff>"false"</FONT><STRONG>><BR>
|
||||
<output1><FONT
|
||||
color=#000000>\sqrt{</FONT></output1><BR>
|
||||
<output2><FONT
|
||||
color=#000000>}</FONT></output2><BR>
|
||||
</SquareRoot></STRONG></FONT><BR><BR></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT size=2>N-ary functions have 'n' output elements
|
||||
e.g. for definite integral in Latex it has
|
||||
5</FONT></FONT></FONT></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2>
|
||||
<FONT color=#800080><STRONG><DefiniteIntegral</STRONG> <FONT
|
||||
color=#000000>reverse=</FONT><FONT
|
||||
color=#0000ff>"true"</FONT><STRONG>><BR>
|
||||
<output1> <FONT
|
||||
color=#000000>\int_{</FONT></output1><BR>
|
||||
<output2><FONT
|
||||
color=#000000>}^{</FONT></output2><BR>
|
||||
<output3><FONT
|
||||
color=#000000>}</FONT></output3><BR>
|
||||
<output4><FONT
|
||||
color=#000000>\,\mathrm{d</FONT></output4><BR>
|
||||
<output5><FONT
|
||||
color=#000000>}</FONT></output5><BR>
|
||||
</DefiniteIntegral></STRONG></FONT></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT
|
||||
size=2></FONT></FONT></FONT></FONT></FONT></FONT> </DIV></DIV>
|
||||
<DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT size=2>Symbols have 1 ‘output’ element e.g. for
|
||||
Infinity in Latex this is<BR> <STRONG> <FONT color=#800080>
|
||||
<Infinity><BR>
|
||||
<output><FONT
|
||||
color=#000000>\infty</FONT></output><BR>
|
||||
</Infinity></FONT></STRONG><BR><BR>Groupings have 2 ‘output’ elements e.g.
|
||||
for square brackets in Latex this is<BR> <FONT
|
||||
color=#800080><STRONG><BracketsSq><BR>
|
||||
<output1><FONT
|
||||
color=#000000>\left[</FONT></output1><BR>
|
||||
<output2><FONT
|
||||
color=#000000>\right]</FONT></output2><BR>
|
||||
</BracketsSq></STRONG><BR></FONT><BR>Matrix in Latex is as
|
||||
follows:<BR> <STRONG><FONT
|
||||
color=#800080><Matrix><BR>
|
||||
<matrixStart><FONT color=#000000>\left(
|
||||
\begin{array}{ccc}</FONT></matrixStart><BR>
|
||||
<rowStart /><BR>
|
||||
<elementStart /><BR>
|
||||
<elementEnd /><BR>
|
||||
<elementSeparator><FONT color=#808000><![CDATA[ &
|
||||
]]></FONT></elementSeparator><BR>
|
||||
<rowEnd> <FONT
|
||||
color=#000000>\\</FONT> </rowEnd><BR>
|
||||
<rowSeparator /><BR>
|
||||
<matrixEnd><FONT color=#000000>\end{array}
|
||||
\right)</FONT></matrixEnd><BR>
|
||||
</Matrix></FONT></STRONG><BR><BR><BR>The syntax within these tags is used
|
||||
when converting an expression to that particular format. The actual arguments of
|
||||
the objects appear in the syntax between each pair of tags. For example consider
|
||||
½ in Latex format. It has 3 ‘output’ elements. So the first part will be
|
||||
‘\frac{‘, then the first argument will be appended to the string giving us,
|
||||
‘\frac{1’, then the 2nd output will be appended, ‘\frac{1}{‘, then the 2nd
|
||||
argment, \frac{1}{2’ and then the final output, ‘\frac{1}{2}’. A similar process
|
||||
takes place with all the object types of objects, with the argument being
|
||||
appended between each pair of output elements.<BR><BR>There are various options
|
||||
that can be set to allow more control over the
|
||||
output.</FONT></FONT></FONT></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT
|
||||
size=2></FONT></FONT></FONT></FONT></FONT></FONT> </DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT size=2><U>Reverse</U><BR>If you find the arguments
|
||||
of a binary operator being output in the wrong order for a format, you can
|
||||
reverse the order of them by setting, reverse=”true”. An example of this is with
|
||||
the N-th root in Latex,<BR> <FONT
|
||||
color=#800080><STRONG><NthRoot</STRONG> <FONT
|
||||
color=#000000>reverse=</FONT><FONT color=#0000ff>"true"</FONT> <FONT
|
||||
color=#000000>brackets=</FONT><FONT
|
||||
color=#0000ff>"false"</FONT><STRONG>><BR>
|
||||
<output1><FONT color=#000000>\sqrt[</FONT>
|
||||
</output1><BR>
|
||||
<output2><FONT
|
||||
color=#000000>]{</FONT></output2><BR>
|
||||
<output3><FONT
|
||||
color=#000000>}</FONT></output3><BR>
|
||||
</NthRoot></STRONG></FONT><BR><U></U></FONT></FONT></FONT></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT
|
||||
size=2><U></U></FONT></FONT></FONT></FONT></FONT></FONT> </DIV>
|
||||
<DIV><U>Argument Order</U></DIV>
|
||||
<DIV>If you find the arguments of an N-ary Function being output in the wrong
|
||||
order for a format, you can re-arrange the order of them by setting,
|
||||
order=”#1,#2,#3,...,#n”. An example of this is with the Sum in Latex.
|
||||
Obviously, the default order for this is 0,1,2,3, and it is being
|
||||
changed to 1,2,3,0.<BR> <FONT
|
||||
color=#800080><STRONG><Sum</STRONG> <FONT color=#000000>order=</FONT><FONT
|
||||
color=#0000ff>"1,2,3,0"</FONT><STRONG>><BR>
|
||||
<output1> <FONT
|
||||
color=#000000>\sum_{{</FONT></output1><BR>
|
||||
<output2><FONT
|
||||
color=#000000>}={</FONT></output2><BR>
|
||||
<output3><FONT
|
||||
color=#000000>}}^{</FONT></output3><BR>
|
||||
<output4><FONT
|
||||
color=#000000>}</FONT></output4><BR>
|
||||
<output5></output5><BR>
|
||||
</Sum></STRONG></FONT><BR></DIV><br>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT size=2><U>AutoBrackets</U><BR>By default, round
|
||||
brackets are placed around n-ary operators and binary operators where necessary
|
||||
to ensure operator precedence is preserved. For presentational formats, such as
|
||||
Latex this is often unnecessary, so there is the option to turn automatic
|
||||
placing of brackets on/off. This is set in the element that specifies the name
|
||||
of the format. An example of this is shown for
|
||||
Latex,</FONT></FONT></FONT></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT size=2> <FONT
|
||||
color=#800080><STRONG><name</STRONG> <FONT
|
||||
color=#000000>AutoBrackets=</FONT><FONT
|
||||
color=#0000ff>"false"</FONT><STRONG>><FONT
|
||||
color=#000000>Latex</FONT></name></STRONG></FONT><BR><U></U></FONT></FONT></FONT></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT
|
||||
size=2><U></U></FONT></FONT></FONT></FONT></FONT></FONT> </DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT size=2><U>Brackets on Functions<BR></U>Brackets
|
||||
are added by default around the argument of a function. For example Sine in
|
||||
Latex is,<BR> <STRONG><FONT
|
||||
color=#800080><Sine><BR>
|
||||
<output1><FONT color=#000000>\sin</FONT>
|
||||
</output1><BR> <output2
|
||||
/><BR> </Sine></FONT></STRONG><BR><BR>Brackets are
|
||||
automatically added after the ‘\sin’ and after the 2nd output, resulting in
|
||||
"\sin(arg)". This is often the desired result but if you need to turn the
|
||||
brackets off, they can be set for each individual function. An example of
|
||||
turning them off is shown here for Square root in
|
||||
Latex,<BR> <STRONG> </STRONG><FONT
|
||||
color=#800080><STRONG><SquareRoot</STRONG> <FONT
|
||||
color=#000000>brackets=</FONT><FONT
|
||||
color=#0000ff>"false"</FONT><STRONG>><BR>
|
||||
<output1><FONT
|
||||
color=#000000>\sqrt{</FONT></output1><BR>
|
||||
<output2><FONT
|
||||
color=#000000>}</FONT></output2><BR>
|
||||
</SquareRoot></STRONG></FONT><BR><U></U></FONT></FONT></FONT></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT
|
||||
size=2><U></U></FONT></FONT></FONT></FONT></FONT></FONT> </DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT size=2><U>Initial</U><BR>As well as the structured
|
||||
number of output elements for each type of object, there is the option of having
|
||||
an ‘initial’ element. The data in this element is added to the string before any
|
||||
other output element is. An example of its use for describing multiplication in
|
||||
MathML Content is shown below.<BR> <STRONG><FONT
|
||||
color=#800080><Add> <BR>
|
||||
<initial><FONT
|
||||
color=#000000><times/></FONT></initial><BR>
|
||||
<output</output> <BR>
|
||||
</Add><BR></FONT></STRONG><BR> ‘a x b x c’ would then be converted
|
||||
to,<BR>
|
||||
<times/><BR>
|
||||
<ci>a</ci><BR>
|
||||
<ci>b</ci><BR>
|
||||
<ci>c</ci> </FONT></FONT></FONT></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><U><FONT face=Arial
|
||||
size=2></FONT></U></FONT></FONT></FONT></FONT> </DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><U><FONT face=Arial
|
||||
size=2>Final</FONT></U></FONT></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial size=2>N-ary operators can also have an optional 'final'
|
||||
element for adding data after everything else. An example of this is with Union
|
||||
in Maxima.</FONT></FONT></FONT></FONT></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2> <STRONG><FONT
|
||||
color=#800080><Union><BR>
|
||||
<initial><FONT
|
||||
color=#000000>union(</FONT></initial><BR>
|
||||
<output><FONT
|
||||
color=#000000>,</FONT></output><BR>
|
||||
<final><FONT color=#000000>)</FONT></final><BR>
|
||||
</Union></FONT></STRONG></FONT></FONT></FONT></FONT></DIV></DIV></FONT></FONT></DIV></FONT></DIV></FONT></DIV></FONT></DIV>
|
||||
<DIV><FONT face=Arial size=2><FONT face=Arial size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial size=2><FONT face=Arial><FONT size=2><FONT face=Arial
|
||||
size=2><FONT face=Arial><FONT size=2><FONT face=Arial size=2><SPAN
|
||||
class=875382513-08082007> </DIV></SPAN></FONT></FONT></FONT></FONT></FONT></FONT></FONT></FONT></FONT></FONT></BODY></HTML>
|
@ -1,43 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - Adding a function/operator</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<h2><span style=" color: #000099;"><strong>Adding a function/operator</strong></span></h2>
|
||||
|
||||
<p>
|
||||
The code can be easily modified and recompiled to add additional operators and functions.
|
||||
</p><p>
|
||||
However, they must adhere to the standard display layout shown below:
|
||||
</p><p>
|
||||
Operator:
|
||||
<br>
|
||||
<IMG alt="" hspace=0 src="img/plus.jpg" align=bottom border=0>
|
||||
</p><p>
|
||||
Function:
|
||||
<br>
|
||||
<IMG alt="" hspace=0 src="img/sin.jpg" align=bottom border=0>
|
||||
</p><p>
|
||||
The steps to adding one:
|
||||
</p>
|
||||
<ol>
|
||||
|
||||
<LI>A new element in the CompConfig.xml, which is located in the Display package. The element must be given a unique name as the name of the object. A unique ID number, by simply choosing the next available ID number. A group number as follows:
|
||||
<br> N-ary operator - 1
|
||||
<br> Binary Operator - 2
|
||||
<br> Function - 3
|
||||
<br> The name of the GIF file that holds a transparent image of the object, of size 16x16, 24x24 or 32x32 pixels.<BR> The text of the element should hold the
|
||||
characters that represent the object.
|
||||
<LI>A new JButton placed on one of the tabs, in the MainApplet.java file. This button can have Text or an Icon to inform the user what it is. The JButton must have the name field set to 'ID-Name' e.g. for Addition this is '2-Add'.
|
||||
<LI>A new element in the language file you intend to use, with the same element name as in the CompConfig.xml file. The text of the element should be a description of the object for use in the status bar of the program.
|
||||
<LI>The array ‘inputComponents’ should be initialised to the size of the highest ID number now in CompConfig.xml. This line of code is found near the start of the init() method in the MainApplet.java file, in the Display package.
|
||||
<LI>The Precedence.java file in the Tree package should be adjusted, so the ‘value’ array is initialised to the size of the highest ID number now in CompConfig.xml, and the precedence of the new object should be set if required.
|
||||
<LI>An entry in each format XML file will be required for the new object. For details on how to do this see <A href="newformat.html">here</A>.
|
||||
|
||||
</font>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,46 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - Options</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<h2><span style=" color: #000099;"><strong>Options</strong></span></h2>
|
||||
|
||||
<p>
|
||||
<font size=3>
|
||||
<b>Exporting an expression</b>
|
||||
</font>
|
||||
</p>
|
||||
<p>
|
||||
To choose which format to export to click 'Set export format' under the Options menu, and select a file from the list. The files available will be those in the \formats folder. If no format is specified in an applet paramater the default is LaTeX.
|
||||
To export an expression click the Export button. Once exported the syntax will be copied to the clipboard, so you can simply paste it into any other program you desire.
|
||||
</p>
|
||||
<br>
|
||||
<font size=3>
|
||||
<b>Changing the language</b>
|
||||
</font>
|
||||
<p>
|
||||
The language can be changed by clicking 'Set language' under the Options menu, and selected a file from the list. The files available will be those in the \lang folder. If no language is specified in an applet parameter the default is English.
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<font size=3>
|
||||
<b>Help</b>
|
||||
</font>
|
||||
<p>
|
||||
If there appears to be a problem with the way the software is behaving it can be useful to use the two tools under the Debug menu, which is under the Help menu. These can show the current expression as a tree, and outline the borders of all the objects on the workspace.
|
||||
Under the Help menu there is also a link to the Online Documentation.
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<font size=3>
|
||||
<b>Implicit Multiplication</b>
|
||||
</font>
|
||||
<p>
|
||||
Under the Options menu, there is a check box for turning implicit multiplication on/off. By default it is set to off, if you wish to set the default to on, see the 'Changing applet parameters' page. With implicit multiplication on the 'dot' notation is not displayed in the DragMath display in any expressions which are exported.
|
||||
</p>
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
@ -1,190 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - Changing applet parameters</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<h2><span style=" color: #000099;"><strong>Changing Applet parameters</strong></span></h2>
|
||||
|
||||
<p>
|
||||
There are various parameters that can be set inside the <APPLET> tag, to change particular options of the applet.
|
||||
</p>
|
||||
|
||||
<font size=3>
|
||||
<b>Language</b>
|
||||
</font>
|
||||
<p>
|
||||
<strong>
|
||||
<font color=#800080><param</font>
|
||||
name=
|
||||
</strong>
|
||||
<font color=#0000ff>language</font>
|
||||
<strong>
|
||||
value=
|
||||
</strong>
|
||||
<font color=#0000ff>"en"</font>
|
||||
<strong>
|
||||
<font color=#800080>></font>
|
||||
</strong>
|
||||
<br>
|
||||
The value is the name of the XML file, so this example refers to language file en.xml in the \lang folder. If the parameter is not used the default value is "en".
|
||||
</p>
|
||||
|
||||
<font size=3>
|
||||
<b>Output Format</b>
|
||||
</font>
|
||||
<p>
|
||||
<strong>
|
||||
<font color=#800080><param</font>
|
||||
name=
|
||||
</strong>
|
||||
<font color=#0000ff>outputFormat</font>
|
||||
<strong>
|
||||
value=
|
||||
</strong>
|
||||
<font color=#0000ff>"MathML"</font>
|
||||
<strong>
|
||||
<font color=#800080>></font>
|
||||
</strong>
|
||||
<br>
|
||||
The value is the name of the XML file, so this example refers to output format file MathML.xml in the \formats folder. The purpose of setting this is to have the default format to use automatically set when the software loads.
|
||||
</p>
|
||||
|
||||
<font size=3>
|
||||
<b>Open applet with an expression</b>
|
||||
</font>
|
||||
<p>
|
||||
<strong>
|
||||
<font color=#800080><param</font>
|
||||
name=
|
||||
</strong>
|
||||
<font color=#0000ff>openWithExpression</font>
|
||||
<strong>
|
||||
value=
|
||||
</strong>
|
||||
<font color=#0000ff>"sin(1+x)"</font>
|
||||
<strong>
|
||||
<font color=#800080>></font>
|
||||
</strong>
|
||||
<br>
|
||||
The value can be any expression you would like the applet to be opened with. The Maxima example on the DragMath website gives an example of this being used.
|
||||
</p>
|
||||
|
||||
<font size=3>
|
||||
<b>Hide the menu</b>
|
||||
</font>
|
||||
<p>
|
||||
<strong>
|
||||
<font color=#800080><param</font>
|
||||
name=
|
||||
</strong>
|
||||
<font color=#0000ff>hideMenu</font>
|
||||
<strong>
|
||||
value=
|
||||
</strong>
|
||||
<font color=#0000ff>"true"</font>
|
||||
<strong>
|
||||
<font color=#800080>></font>
|
||||
</strong>
|
||||
<br>
|
||||
By default the drop-down menus are shown. To hide them set the value of the parameter to "True" or "true".
|
||||
</p>
|
||||
|
||||
<font size=3>
|
||||
<b>Hide the toolbar</b>
|
||||
</font>
|
||||
<p>
|
||||
<strong>
|
||||
<font color=#800080><param</font>
|
||||
name=
|
||||
</strong>
|
||||
<font color=#0000ff>hideToolbar</font>
|
||||
<strong>
|
||||
value=
|
||||
</strong>
|
||||
<font color=#0000ff>"true"</font>
|
||||
<strong>
|
||||
<font color=#800080>></font>
|
||||
</strong>
|
||||
<br>
|
||||
By default the toolbar is shown. To hide it set the value of the parameter to "True" or "true".
|
||||
</p>
|
||||
|
||||
<font size=3>
|
||||
<b>Implicit multiplication</b>
|
||||
</font>
|
||||
<p>
|
||||
<strong>
|
||||
<font color=#800080><param</font>
|
||||
name=
|
||||
</strong>
|
||||
<font color=#0000ff>implicitMultiplication</font>
|
||||
<strong>
|
||||
value=
|
||||
</strong>
|
||||
<font color=#0000ff>"true"</font>
|
||||
<strong>
|
||||
<font color=#800080>></font>
|
||||
</strong>
|
||||
<br>
|
||||
By default implicit multiplication is set to off. To turn it on set the value of the parameter to "True" or "true".
|
||||
</p>
|
||||
|
||||
<font size=3>
|
||||
<b>Decimal Numbers</b>
|
||||
</font>
|
||||
<p>
|
||||
<strong>
|
||||
<font color=#800080><param</font>
|
||||
name=
|
||||
</strong>
|
||||
<font color=#0000ff>displayDecimalNumbers</font>
|
||||
<strong>
|
||||
value=
|
||||
</strong>
|
||||
<font color=#0000ff>"true"</font>
|
||||
<strong>
|
||||
<font color=#800080>></font>
|
||||
</strong>
|
||||
<br>
|
||||
By default decimal numbers which can be expressed as integers are converted. e.g. 1.0 becomes 1, and 1.5 remains as 1.5. If you wish all numbers to be displayed as decimal numbers set the value of the parameter to "True" or "true". Therefore, 1 becomes 1.0, and 1.5 remains as 1.5.
|
||||
</p>
|
||||
|
||||
<font size=3>
|
||||
<b>Customise toolbar</b>
|
||||
</font>
|
||||
<p>
|
||||
<strong>
|
||||
<font color=#800080><param</font>
|
||||
name=
|
||||
</strong>
|
||||
<font color=#0000ff>customToolbar</font>
|
||||
<strong>
|
||||
value=
|
||||
</strong>
|
||||
<font color=#0000ff>"0 1 2 | 3 4 | 5 6 7 | 8"</font>
|
||||
<strong>
|
||||
<font color=#800080>></font>
|
||||
</strong>
|
||||
<br>
|
||||
This parameter can be used to customise which buttons are shown and they order they are shown in. Each button has a numeric value as shown below
|
||||
<p>
|
||||
0 = Clear workspace <br>
|
||||
1 = Load Expression from file <br>
|
||||
2 = Save expression to file <br>
|
||||
3 = Undo <br>
|
||||
4 = Redo <br>
|
||||
5 = Cut <br>
|
||||
6 = Copy <br>
|
||||
7 = Paste <br>
|
||||
8 = Export <br>
|
||||
| = Separator
|
||||
</p>
|
||||
|
||||
The default is set to "0 1 2 | 3 4 | 5 6 7 | 8"
|
||||
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
@ -1,71 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>DragMath Documentation - Creating simple expressions</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<font size="2"; style="font-family: Arial;">
|
||||
|
||||
<h2><span style=" color: #000099;"><strong>Creating simple expressions</strong></span></h2>
|
||||
|
||||
<p>
|
||||
DragMath is based on the idea of templates for each operator or function. You can insert a template, which will consist of the traditional notation and layout for that particular operator/function and also blank boxes. The number of boxes depending upon the number of arguments the operator/function takes.
|
||||
</p>
|
||||
For example, inserting addition would look like this:<br>
|
||||
<img alt="" hspace=0 src="img/plus.jpg" align=baseline border=0>
|
||||
<p>
|
||||
Any text from the keyboard can then be entered into the boxes, by clicking on it to select it, and then typing in the desired data.
|
||||
</p>
|
||||
<p>
|
||||
To insert a template from the toolbar, there are two main ways:
|
||||
</p>
|
||||
|
||||
<font size=3>
|
||||
<b>Point and Click</b>
|
||||
</font><br>
|
||||
Clicking on the object in the toolbar and then clicking onto the workspace area.
|
||||
<br><br>
|
||||
|
||||
<font size=3>
|
||||
<b>Drag and Drop</b>
|
||||
</font><br>
|
||||
Dragging an object from the toolbar onto the workspace area.
|
||||
|
||||
<p>
|
||||
If an operator is inserted anywhere on the workspace area it will be appended to the end of the current expression. To build up expressions of varying content, you need to insert the Mathematical objects into particular areas of the expression. They can be inserted in the following ways:
|
||||
</p>
|
||||
|
||||
<font size=3>
|
||||
<b>Onto a text box</b>
|
||||
</font><br>
|
||||
Inserting an object onto a text box will insert the object at the position of the text box, and use the text box as an argument. If it is an operator the box will form the left argument, if it is a function it will form its only argument.
|
||||
<p>
|
||||
For example, inserting Sine onto a box of addition would look like this:
|
||||
</p><p>
|
||||
Before:
|
||||
<br><IMG alt="" hspace=0 src="img/plus.jpg" align=baseline border=0>
|
||||
</p><p>
|
||||
After:
|
||||
<br>
|
||||
<IMG alt="" hspace=0 src="img/sin on box.jpg" align=baseline border=0>
|
||||
</p>
|
||||
<font size=3>
|
||||
<b>Onto the notation of another template</b>
|
||||
</font>
|
||||
<br>
|
||||
By inserting onto any notation related to a particular template, for example a ‘+’, ‘√’ or a bracket, then the same effect happens as when inserting onto a box. The whole math object that is associated with that notation is treated as a box. So inserting the Sine function onto the symbol ‘+’, would take the whole operator template (including its arguments), and make them the argument of the Sine function.
|
||||
<p>
|
||||
Before:
|
||||
<br>
|
||||
<IMG alt="" hspace=0 src="img/plus.jpg" align=baseline border=0>
|
||||
</p>
|
||||
<p>
|
||||
After:
|
||||
<br>
|
||||
<IMG alt="" hspace=0 src="img/sin on plus.jpg" align=baseline border=0>
|
||||
</p>
|
||||
</font>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,9 +0,0 @@
|
||||
Description of DragMath 0.7.8.2 library import into Moodle
|
||||
|
||||
Removed:
|
||||
* demo*
|
||||
|
||||
Changes:
|
||||
* fixed encodings and line endings in lang files (MDL-23844)
|
||||
|
||||
skodak
|
@ -1,87 +0,0 @@
|
||||
<?php
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* DragMath equation editor popup.
|
||||
*
|
||||
* @package tinymce_dragmath
|
||||
* @copyright 2008 Mauno Korpelainen
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
define('NO_MOODLE_COOKIES', true);
|
||||
|
||||
require('../../../../../config.php');
|
||||
|
||||
$PAGE->set_context(context_system::instance());
|
||||
$PAGE->set_url('/lib/editor/tinymce/plugins/dragmath/dragmath.php');
|
||||
|
||||
if (isset($SESSION->lang)) {
|
||||
// Language is set via page url param.
|
||||
$lang = $SESSION->lang;
|
||||
} else {
|
||||
$lang = 'en';
|
||||
}
|
||||
|
||||
// Find DragMath language.
|
||||
$langmapping = array('cs'=>'cz', 'pt_br'=>'pt-br');
|
||||
|
||||
// Fix non-standard lang names.
|
||||
if (array_key_exists($lang, $langmapping)) {
|
||||
$lang = $langmapping[$lang];
|
||||
}
|
||||
|
||||
if (!file_exists("$CFG->dirroot/lib/dragmath/applet/lang/$lang.xml")) {
|
||||
$lang = 'en';
|
||||
}
|
||||
|
||||
$editor = get_texteditor('tinymce');
|
||||
$plugin = $editor->get_plugin('dragmath');
|
||||
|
||||
// Prevent https security problems.
|
||||
$relroot = preg_replace('|^http.?://[^/]+|', '', $CFG->wwwroot);
|
||||
|
||||
$htmllang = get_html_lang();
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
header('X-UA-Compatible: IE=edge');
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html <?php echo $htmllang ?>>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><?php print_string('title', 'tinymce_dragmath')?></title>
|
||||
<script type="text/javascript" src="<?php echo $editor->get_tinymce_base_url(); ?>tiny_mce_popup.js"></script>
|
||||
<script type="text/javascript" src="<?php echo $plugin->get_tinymce_file_url('js/dragmath.js'); ?>"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<object type="application/x-java-applet" id="dragmath" width="520" height="300">
|
||||
<param name="java_codebase" value="<?php echo $relroot.'/lib/dragmath/applet/' ?>" />
|
||||
<param name="java_code" value="Display/MainApplet.class" />
|
||||
<param name="java_archive" value="DragMath.jar,lib/AbsoluteLayout.jar,lib/swing-layout-1.0.jar,lib/jdom.jar,lib/jep.jar" />
|
||||
<param name="language" value="<?php echo $lang; ?>" />
|
||||
<param name="outputFormat" value="MoodleTex" />
|
||||
<?php print_string('javaneeded', 'tinymce_dragmath', '<a href="http://www.java.com">Java.com</a>')?>
|
||||
</object>
|
||||
<form name="form" action="#">
|
||||
<div class="mceActionPanel">
|
||||
<input type="submit" id="insert" name="insert" value="<?php print_string('common:insert', 'editor_tinymce'); ?>" onclick="return DragMathDialog.insert();" />
|
||||
<input type="button" id="cancel" name="cancel" value="<?php print_string('cancel'); ?>" onclick="return tinyMCEPopup.close();" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,32 +0,0 @@
|
||||
<?php
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Strings for DragMath editor integration plugin.
|
||||
*
|
||||
* @package tinymce_dragmath
|
||||
* @copyright 2012 The Open University
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['javaneeded'] = 'To use this page you need a Java-enabled browser. Download the latest Java plug-in from {$a}.';
|
||||
$string['pluginname'] = 'Insert equation';
|
||||
$string['requiretex'] = 'Require TeX filter';
|
||||
$string['requiretex_desc'] = 'If enabled the Dragmath button is visible only when the TeX filter is enabled in the editor context. Disable if you have a custom TeX filter that is enabled in global scope.';
|
||||
$string['title'] = 'DragMath Equation Editor';
|
||||
|
||||
/* All lang strings used from TinyMCE JavaScript code must be named 'pluginname:stringname', no need to create langs/en_dlg.js */
|
||||
$string['dragmath:desc'] = 'Insert equation';
|
@ -1,52 +0,0 @@
|
||||
<?php
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/**
|
||||
* Plugin for DragMath equation editor (for use with TeX filter).
|
||||
*
|
||||
* @package tinymce_dragmath
|
||||
* @copyright 2012 The Open University
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
class tinymce_dragmath extends editor_tinymce_plugin {
|
||||
/** @var array list of buttons defined by this plugin */
|
||||
protected $buttons = array('dragmath');
|
||||
|
||||
protected function update_init_params(array &$params, context $context,
|
||||
array $options = null) {
|
||||
|
||||
if ($this->get_config('requiretex', 1)) {
|
||||
// If TeX filter is disabled, do not add button.
|
||||
$filters = filter_get_active_in_context($context);
|
||||
if (!array_key_exists('tex', $filters)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if ($row = $this->find_button($params, 'nonbreaking')) {
|
||||
// Add button before 'nonbreaking'.
|
||||
$this->add_button_before($params, $row, 'dragmath', 'nonbreaking');
|
||||
} else {
|
||||
// If 'nonbreaking' is not found, add button in the end of the last row:
|
||||
$this->add_button_after($params, $this->count_button_rows($params), 'dragmath');
|
||||
}
|
||||
|
||||
// Add JS file, which uses default name.
|
||||
$this->add_js_plugin($params);
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 302 B |
@ -1,30 +0,0 @@
|
||||
<?php
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* DragMath integration settings.
|
||||
*
|
||||
* @package tinymce_dragmath
|
||||
* @copyright 2012 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
if ($ADMIN->fulltree) {
|
||||
$settings->add(new admin_setting_configcheckbox('tinymce_dragmath/requiretex',
|
||||
get_string('requiretex', 'tinymce_dragmath'), get_string('requiretex_desc', 'tinymce_dragmath'), 1));
|
||||
}
|
@ -1,77 +0,0 @@
|
||||
(function() {
|
||||
// Do not load plugin language packs in moodle plugins.
|
||||
|
||||
tinymce.create('tinymce.plugins.DragMathPlugin', {
|
||||
/**
|
||||
* Initializes the plugin, this will be executed after the plugin has been created.
|
||||
* This call is done before the editor instance has finished it's initialization so use the onInit event
|
||||
* of the editor instance to intercept that event.
|
||||
*
|
||||
* @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
|
||||
* @param {string} url Absolute URL to where the plugin is located.
|
||||
*/
|
||||
init : function(ed, url) {
|
||||
// Register the command so that it can be invoked by using tinyMCE.activeEditor.execCommand('mceExample');
|
||||
lang = tinyMCE.activeEditor.getParam('language');
|
||||
|
||||
ed.addCommand('mceDragMath', function() {
|
||||
ed.windowManager.open({
|
||||
|
||||
file : ed.getParam("moodle_plugin_base") + 'dragmath/dragmath.php?lang=' + lang,
|
||||
width : 540,
|
||||
height : 380,
|
||||
inline : 1
|
||||
}, {
|
||||
plugin_url : url, // Plugin absolute URL
|
||||
some_custom_arg : 'custom arg' // Custom argument
|
||||
});
|
||||
});
|
||||
|
||||
// Register example button.
|
||||
ed.addButton('dragmath', {
|
||||
title : 'dragmath.desc',
|
||||
cmd : 'mceDragMath',
|
||||
image : url + '/img/dragmath.png'
|
||||
});
|
||||
|
||||
|
||||
// Add a node change handler, selects the button in the UI when a image is selected.
|
||||
ed.onNodeChange.add(function(ed, cm, n) {
|
||||
cm.setActive('dragmath', n.nodeName == 'IMG');
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
* Creates control instances based in the incomming name. This method is normally not
|
||||
* needed since the addButton method of the tinymce.Editor class is a more easy way of adding buttons
|
||||
* but you sometimes need to create more complex controls like listboxes, split buttons etc then this
|
||||
* method can be used to create those.
|
||||
*
|
||||
* @param {String} n Name of the control to create.
|
||||
* @param {tinymce.ControlManager} cm Control manager to use inorder to create new control.
|
||||
* @return {tinymce.ui.Control} New control instance or null if no control was created.
|
||||
*/
|
||||
createControl : function(n, cm) {
|
||||
return null;
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns information about the plugin as a name/value array.
|
||||
* The current keys are longname, author, authorurl, infourl and version.
|
||||
*
|
||||
* @return {Object} Name/value array containing information about the plugin.
|
||||
*/
|
||||
getInfo : function() {
|
||||
return {
|
||||
longname : 'Moodle Dragmath plugin',
|
||||
author : 'Glen Davies',
|
||||
authorurl : 'http://www.canterbury.ac.nz',
|
||||
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/example',
|
||||
version : "1.0"
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
// Register plugin.
|
||||
tinymce.PluginManager.add('dragmath', tinymce.plugins.DragMathPlugin);
|
||||
})();
|
Binary file not shown.
Before Width: | Height: | Size: 373 B |
@ -1,21 +0,0 @@
|
||||
var DragMathDialog = {
|
||||
init : function(ed) {
|
||||
},
|
||||
|
||||
insert : function(file, title) {
|
||||
var ed = tinyMCEPopup.editor;
|
||||
var tex = document.getElementById('dragmath').getMathExpression();
|
||||
|
||||
// Convert < and > to entities.
|
||||
tex = tex.replace('<', '<');
|
||||
tex = tex.replace('>', '>');
|
||||
|
||||
if (tinymce.isIE) {tinyMCEPopup.restoreSelection();}
|
||||
|
||||
ed.execCommand('mceInsertContent', false, tex);
|
||||
|
||||
tinyMCEPopup.close();
|
||||
}
|
||||
};
|
||||
|
||||
tinyMCEPopup.onInit.add(DragMathDialog.init, DragMathDialog);
|
@ -1,32 +0,0 @@
|
||||
<?php
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* TinyMCE DragMath plugin version details.
|
||||
*
|
||||
* @package tinymce_dragmath
|
||||
* @copyright 2012 The Open University
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
// The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2014051200;
|
||||
// Required Moodle version.
|
||||
$plugin->requires = 2014050800;
|
||||
// Full name of the plugin (used for diagnostics).
|
||||
$plugin->component = 'tinymce_dragmath';
|
@ -21,13 +21,6 @@
|
||||
<version></version>
|
||||
<licenseversion>2.1+</licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
<location>dragmath</location>
|
||||
<name>DragMath</name>
|
||||
<license>GPL</license>
|
||||
<version>0.7.8.2</version>
|
||||
<licenseversion>3.0+</licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
<location>evalmath</location>
|
||||
<name>EvalMath</name>
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2014062600.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2014062600.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user