From: skodak Date: Sat, 16 May 2009 17:37:56 +0000 (+0000) Subject: MDL-19212 upgrading DragMath to 0.7.7, moving to proper lib location and adding requi... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f9e57c6e72e78abe93a6d281920ad9d425266a20;p=moodle.git MDL-19212 upgrading DragMath to 0.7.7, moving to proper lib location and adding required readme_moodle.txt file --- diff --git a/lib/dragmath/COPYRIGHT.html b/lib/dragmath/COPYRIGHT.html new file mode 100644 index 0000000000..6a64688000 --- /dev/null +++ b/lib/dragmath/COPYRIGHT.html @@ -0,0 +1,30 @@ + + +DragMath Documentation - License + + + +DragMath copyright information + + + +

DragMath is licensed under the GNU General Public License (GPL) (http://www.gnu.org/copyleft/gpl.html) +

+All source code in this package is written by Alex Billingsley except the libraries used. The copyright information for the libaries is included below:

+
+

+

JDOM
http://www.jdom.org

+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. +

+
+

+

JEP
https://sourceforge.net/projects/jep/

+JEP is licensed under the GNU General Public License (GPL) (http://www.gnu.org/copyleft/gpl.html)

+

+
+

glyFX Common Toolbar Set Icons
http://www.glyfx.com

+Icons used in software, license found at; http://www.glyfx.com/license-toolbar.html

+
+ + + \ No newline at end of file diff --git a/lib/dragmath/Version History.html b/lib/dragmath/Version History.html new file mode 100644 index 0000000000..b69a213fad --- /dev/null +++ b/lib/dragmath/Version History.html @@ -0,0 +1,199 @@ + + +DragMath - Version History + + + +

+DragMath - Version History +

+
+ + +
+ + +DragMath 0.7.7 released 19/02/2009 +

+New Features: +

+
    +
  1. Turn implicit multiplication on/off
  2. +
  3. Turn decimal numbers on/off
  4. +
+
+ +DragMath 0.7.6 released 03/11/2008 +

+Bugs fixed: +

+
    +
  1. Problem parsing equations containing decimal places
  2. +
+
+ + +DragMath 0.7.5 released 26/10/2008 +

+Bugs fixed: +

+
    +
  1. Problem parsing 2(a-b) and similar equations
  2. +
+
+ +DragMath 0.7.4 released 20/10/2008 +

+New Features: +

+
    +
  1. Show/Hide Menu
  2. +
  3. Show/Hide Toolbar
  4. +
  5. Customise Toolbar
  6. +
+
+ +DragMath 0.7.3 released 31/07/2008 +

+Bugs fixed: +

+
    +
  1. Infinity not working
  2. +
  3. Lambda not correct in output files
  4. +
  5. Improvements to French language file
  6. +
+
+ +DragMath 0.7.2 released 04/04/2008 +

+New Features: +

+
    +
  1. MoodleTex format file
  2. +
  3. ASCIIMathML format file
  4. +
+New languages: +

+
    +
  1. Norwegian
  2. +
+Bugs fixed: +

+
    +
  1. Unary minus not working with infinity
  2. +
+
+ +DragMath 0.7.1 released 28/02/2008 +

+New Features: +

+
    +
  1. Export to image
  2. +
+New languages: +

+
    +
  1. Portuguese (Brazilian)
  2. +
+
DragMath 0.7.0 released 07/02/2008 +

+New Features: +

+
    +
  1. Arrows tab
  2. +
  3. Additonal operators in operator tab
  4. +
  5. Partial differential
  6. +
+New languages: +

+
    +
  1. Catalan
  2. +
+
+ +DragMath 0.6.3 released 10/01/2008 +

+New languages: +

+
    +
  1. German
  2. +
  3. Dutch
  4. +
+
+ +DragMath 0.6.2 released 23/12/2007 +

+New languages: +

+
    +
  1. Russian
  2. +
  3. French
  4. +
+Bugs fixed: +
    +
  1. ± sign not working
  2. +
+
+ +DragMath 0.6.1 released 18/12/2007 +

+New Features: +

+
    +
  1. Not Equal operator
  2. +
+New languages: +
    +
  1. Polish
  2. +
  3. Czech (completed)
  4. +
+
+ +DragMath 0.6.0 released 12/12/2007 +

+New Features: +

+
    +
  1. Multi-level Undo and Redo
  2. +
  3. Plus-Minus operator
  4. +
  5. Ability to select operator in workspace and replace with any other operator
  6. +
  7. New menu bar - consisting of new features, Clear Workspace, Set language, Set export format, Load Documentation
  8. +
  9. Additions to parser
  10. +
+ +New languages: +
    +
  1. Spanish
  2. +
  3. Swedish (In progress)
  4. +
  5. Czech (In progress)
  6. +
+ + +Bugs fixed: +
    +
  1. Greek letters not parsed correctly
  2. +
  3. Brackets being added causing applet to crash
  4. +
  5. Multi-language support not working
  6. +
+
+ + +DragMath 0.5.0 released 20/09/2007 +

+New Features: +

+
    +
  1. Support for Java Runtime Environment (JRE) 1.4 or higher
  2. +
  3. Save/Load expressions to .drgm files
  4. +
  5. Parameter to open applet with an expression
  6. +
+
+ + +
+
+ + \ No newline at end of file diff --git a/lib/dragmath/applet/HotEqn/HotEqn.class b/lib/dragmath/applet/HotEqn/HotEqn.class new file mode 100644 index 0000000000..2d494e858c Binary files /dev/null and b/lib/dragmath/applet/HotEqn/HotEqn.class differ diff --git a/lib/dragmath/applet/HotEqn/HotEqn.jar b/lib/dragmath/applet/HotEqn/HotEqn.jar new file mode 100644 index 0000000000..70825cc09e Binary files /dev/null and b/lib/dragmath/applet/HotEqn/HotEqn.jar differ diff --git a/lib/dragmath/applet/classes/AbsoluteLayout.jar b/lib/dragmath/applet/classes/AbsoluteLayout.jar new file mode 100644 index 0000000000..7095af9ba2 Binary files /dev/null and b/lib/dragmath/applet/classes/AbsoluteLayout.jar differ diff --git a/lib/dragmath/applet/classes/Config.xml b/lib/dragmath/applet/classes/Config.xml new file mode 100644 index 0000000000..6cab9d940a --- /dev/null +++ b/lib/dragmath/applet/classes/Config.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/dragmath/applet/classes/Display/MainApplet.class b/lib/dragmath/applet/classes/Display/MainApplet.class new file mode 100644 index 0000000000..65848dd3ec Binary files /dev/null and b/lib/dragmath/applet/classes/Display/MainApplet.class differ diff --git a/lib/dragmath/applet/classes/Project.jar b/lib/dragmath/applet/classes/Project.jar new file mode 100644 index 0000000000..e18d910499 Binary files /dev/null and b/lib/dragmath/applet/classes/Project.jar differ diff --git a/lib/dragmath/applet/classes/formats/ASCIIMathML.xml b/lib/dragmath/applet/classes/formats/ASCIIMathML.xml new file mode 100644 index 0000000000..25def1aeef --- /dev/null +++ b/lib/dragmath/applet/classes/formats/ASCIIMathML.xml @@ -0,0 +1,543 @@ + + + + ASCIIMathML + + + ` + ` + + + + + + + + + + + + + + + + + + + + + + + + * + + + + xx + + + = + + + uu + + + nn + + + , + + + -= + + + + + + + - + + + + ( + )! + + + ln + + + + log + + + + sin + + + + cos + + + + tan + + + + sin^{-1} + + + + cos^{-1} + + + + tan^{-1} + + + + sinh + + + + cosh + + + + tanh + + + + sinh^{-1} + + + + cosh^{-1} + + + + tanh^{-1} + + + + sqrt{ + } + + + e^{ + } + + + max + + + + min + + + + det + + + + Tr + + + + + + + + + != + + + + + +- + + + + + := + + + + + - + + + + ( + )/( + ) + + + + -: + + + + + + + + + + > + + + + + + + + + + =]]> + + + + + sub + + + + + sube + + + + + \not\subset + + + + + \not\subseteq + + + + + ^{ + } + + + + _{ + } + + + root( + )( + ) + + + + ( + ) + + + + larr + + + + + rarr + + + + + uarr + + + + + darr + + + + + lArr + + + + + rArr + + + + + harr + + + + + hArr + + + + + \nearrow + + + + + \searrow + + + + + \nwarrow + + + + + \swarrow + + + + + + EE + + + + + AA + + + + + in + + + + + \not\exists + + + + + !in + + + + + \simeq + + + + + vv + + + + + ^^ + + + + + not + + + + + + + int + d + + + + d/(d + ) + + + + del/(del + ) + + + + sum_( + = + )^( + ) + + + + prod_( + = + )^( + ) + + + + lim_( + -> + ) + + + + + \left|_{{ + }={ + }} + + + int_{ + }^{ + } + d + + + + + + + + [ + [ + + + , + ] + , + ] + + + + + + + ( + ) + + + { + } + + + [ + ] + + + |\ + | + + + + + + + oo + + + + <Γ> + Gamma + + <Δ> + Delta + + <Θ> + Theta + + <Λ> + Lambda + + <Ξ> + Xi + + <Π> + Pi + + <Σ> + Sigma + + <Î¥> + Upsilon + + <Φ> + Phi + + <Ψ> + Psi + + <Ω> + Omega + + + + <α> + alpha + + <β> + beta + + <γ> + gamma + + <δ> + delta + + <ε> + epsilon + + <ζ> + zeta + + <η> + eta + + <θ> + theta + + <ι> + iota + + <κ> + kappa + + <λ> + lambda + + <μ> + mu + + <ν> + nu + + <ξ> + xi + + <π> + pi + + <ρ> + rho + + <σ> + sigma + + <τ> + tau + + <υ> + upsilon + + <φ> + phi + + <χ> + chi + + <ψ> + psi + + <ω> + omega + + + diff --git a/lib/dragmath/applet/classes/formats/Latex.xml b/lib/dragmath/applet/classes/formats/Latex.xml new file mode 100644 index 0000000000..6b61c4d69d --- /dev/null +++ b/lib/dragmath/applet/classes/formats/Latex.xml @@ -0,0 +1,541 @@ + + + + Latex + + + + + + + + + + + + + + + + + + + + + + + + + + + \cdot + + + \times + + + = + + + \cup + + + \cap + + + , + + + \equiv + + + + + + + - + + + + { + }! + + + \ln + + + + \log + + + + \sin + + + + \cos + + + + \tan + + + + \sin^{-1} + + + + \cos^{-1} + + + + \tan^{-1} + + + + \sinh + + + + \cosh + + + + \tanh + + + + \sinh^{-1} + + + + \cosh^{-1} + + + + \tanh^{-1} + + + + \sqrt{ + } + + + e^{ + } + + + \max + + + + \min + + + + \det + + + + Tr + + + + + + + + + \neq + + + + + \pm + + + + + := + + + + + - + + + + \frac{ + }{ + } + + + + \div + + + + + + + + + + > + + + + + \le + + + + + \ge + + + + + \subset + + + + + \subseteq + + + + + \not\subset + + + + + \not\subseteq + + + + + ^{ + } + + + + _{ + } + + + \sqrt[ + ]{ + } + + + + \left( + \right) + + + + \leftarrow + + + + + \rightarrow + + + + + \uparrow + + + + + \downarrow + + + + + \Leftarrow + + + + + \Rightarrow + + + + + \leftrightarrow + + + + + \Leftrightarrow + + + + + \nearrow + + + + + \searrow + + + + + \nwarrow + + + + + \swarrow + + + + + + \exists + + + + + \forall + + + + + \epsilon + + + + + \not\exists + + + + + \not\epsilon + + + + + \simeq + + + + + \vee + + + + + \wedge + + + + + \neg + + + + + + + \int + \,d + + + + \frac{d}{d + } + + + + \frac{\partial}{\partial + } + + + + \sum_{{ + }={ + }}^{ + } + + + + \prod_{{ + }={ + }}^{ + } + + + + \lim_{ + \to + } + + + + + \left|_{{ + }={ + }} + + + \int_{ + }^{ + } + \,d + + + + + + + + \left( \begin{array}{ccc} + + + + + \\ + + \end{array} \right) + + + + + + + \left( + \right) + + + \{ + \} + + + \left[ + \right] + + + \left| + \right| + + + + + + + \infty + + + + <Γ> + \Gamma + + <Δ> + \Delta + + <Θ> + \Theta + + <Λ> + \Lambda + + <Ξ> + \Xi + + <Π> + \Pi + + <Σ> + \Sigma + + <Î¥> + \Upsilon + + <Φ> + \Phi + + <Ψ> + \Psi + + <Ω> + \Omega + + + + <α> + \alpha + + <β> + \beta + + <γ> + \gamma + + <δ> + \delta + + <ε> + \epsilon + + <ζ> + \zeta + + <η> + \eta + + <θ> + \theta + + <ι> + \iota + + <κ> + \kappa + + <λ> + \lambda + + <μ> + \mu + + <ν> + \nu + + <ξ> + \xi + + <π> + \pi + + <ρ> + \rho + + <σ> + \sigma + + <τ> + \tau + + <υ> + \upsilon + + <φ> + \phi + + <χ> + \chi + + <ψ> + \psi + + <ω> + \omega + + + diff --git a/lib/dragmath/applet/classes/formats/Maple.xml b/lib/dragmath/applet/classes/formats/Maple.xml new file mode 100644 index 0000000000..cbc9269274 --- /dev/null +++ b/lib/dragmath/applet/classes/formats/Maple.xml @@ -0,0 +1,540 @@ + + + + Maple + + + + + + + + + + + + + + + + + + + + + + + + + + * + + + * + + + = + + + union + + + intersect + + + , + + + ≡ + + + + + + + - + + + + factorial + + + + ln + + + + log + + + + sin + + + + cos + + + + tan + + + + arcsin + + + + arccos + + + + arctan + + + + sinh + + + + cosh + + + + tanh + + + + arcsinh + + + + arccosh + + + + arctanh + + + + sqrt + + + + exp + + + + max + + + + min + + + + det + + + + trace + + + + + + + + + ≠ + + + + + ± + + + + + := + + + + + - + + + + + / + + + + + / + + + + + + + + + + > + + + + + + + + + + >= + + + + `subset`( + , + ) + + + `subset`( + , + ) + + + not `subset`( + , + ) + + + not `subset`( + , + ) + + + + ^ + + + + + [ + ] + + + surd( + , + ) + + + + ( + ) + + + + ← + + + + + → + + + + + ↑ + + + + + ↓ + + + + + ⇐ + + + + + ⇒ + + + + + ↔ + + + + + ⇔ + + + + + ↗ + + + + + ↘ + + + + + ↖ + + + + + ↙ + + + + + + ∃ + + + + + ∀ + + + + + ∈ + + + + + ∄ + + + + + ∉ + + + + + ≃ + + + + + ∨ + + + + + ∧ + + + + + ¬ + + + + + + + int( + , + ) + + + diff( + , + ) + + + diff( + , + ) + + + sum( + , + = + .. + ) + + + product( + , + = + .. + ) + + + limit( + , + = + ) + + + subs( + = + , + ) + + + int( + , + = + .. + ) + + + + + + + Matrix([ + [ + + + , + ] + , + ]) + + + + + + + ( + ) + + + { + } + + + [ + ] + + + abs( + ) + + + + + + + infinity + + + + <Γ> + Gamma + + <Δ> + Delta + + <Θ> + Theta + + <Λ> + Lambda + + <Ξ> + Xi + + <Π> + PI + + <Σ> + Sigma + + <Î¥> + Upsilon + + <Φ> + Phi + + <Ψ> + Psi + + <Ω> + Omega + + + + <α> + alpha + + <β> + beta + + <γ> + gamma + + <δ> + delta + + <ε> + epsilon + + <ζ> + zeta + + <η> + eta + + <θ> + theta + + <ι> + iota + + <κ> + kappa + + <λ> + lambda + + <μ> + mu + + <ν> + nu + + <ξ> + xi + + <π> + Pi + + <ρ> + rho + + <σ> + sigma + + <τ> + tau + + <υ> + upsilon + + <φ> + phi + + <χ> + chi + + <ψ> + psi + + <ω> + omega + + + diff --git a/lib/dragmath/applet/classes/formats/MathML.xml b/lib/dragmath/applet/classes/formats/MathML.xml new file mode 100644 index 0000000000..ea411a8e4d --- /dev/null +++ b/lib/dragmath/applet/classes/formats/MathML.xml @@ -0,0 +1,540 @@ + + + + MathML + + + ]]> + ]]> + + + ]]> + ]]> + + + ]]> + ]]> + + + ]]> + ]]> + + + + + + + + ]]> + + + ⋅ ]]> + + + × ]]> + + + = ]]> + + + ⋃ ]]> + + + ⋂ ]]> + + + , ]]> + + + ≡ ]]> + + + + + + + + + + + ]]> + !]]> + + + ln ]]> + + + + log ]]> + + + + sin ]]> + + + + cos ]]> + + + + tan ]]> + + + + sin-1 ]]> + + + + cos-1 ]]> + + + + tan-1 ]]> + + + + sinh ]]> + + + + cosh ]]> + + + + tanh ]]> + + + + sinh-1 ]]> + + + + cosh-1 ]]> + + + + tanh-1 ]]> + + + + ]]> + ]]> + + + e ]]> + ]]> + + + max ]]> + + + + min ]]> + + + + det ]]> + + + + trace ]]> + + + + + + + + + ≠ ]]> + + + + + ± ]]> + + + + + ≔ ]]> + + + + + − ]]> + + + + ]]> + ]]> + ]]> + + + + ÷ ]]> + + + + + < ]]> + + + + + > ]]> + + + + + ≤ ]]> + + + + + ≥ ]]> + + + + + ⊂ ]]> + + + + + ⊆ ]]> + + + + + ⊄ ]]> + + + + + ⊈ ]]> + + + + ]]> + ]]> + ]]> + + + ]]> + ]]> + ]]> + + + ]]> + ]]> + ]]> + + + ]]> + ]]> + ]]> + + + + + + ]]> + ]]> + ]]> + + + ]]> + ]]> + ]]> + + + ]]> + ]]> + ]]> + + + ]]> + = ]]> + ]]> + ]]> + ]]> + + + ]]> + = ]]> + ]]> + ]]> + ]]> + + + lim ]]> + → ]]> + ]]> + ]]> + + + + | ]]> + = ]]> + ]]> + + + ]]> + ]]> + ]]> + ]]> + ]]> + + + + ← ]]> + + + + + → ]]> + + + + + ↑ ]]> + + + + + ↓ ]]> + + + + + ⇐ ]]> + + + + + ⇒ ]]> + + + + + ↔ ]]> + + + + + ⇔ ]]> + + + + + ↗ ]]> + + + + + ↘ ]]> + + + + + ↖ ]]> + + + + + ↙ ]]> + + + + + + ∃ ]]> + + + + + ∀ ]]> + + + + + ∈ ]]> + + + + + ∄ ]]> + + + + + ∉ ]]> + + + + + ≃ ]]> + + + + + ∨ ]]> + + + + + ∧ ]]> + + + + + ¬ ]]> + + + + + + + + ]]> + ]]> + + + ]]> + ]]> + + + ]]> + ]]> + + + ]]> + ]]> + + + + + + + ]]> + ]]> + ]]> + ]]> + + ]]> + + ]]> + + + + + + + ∞ ]]> + + + + <Γ> + Γ ]]> + + <Δ> + Δ ]]> + + <Θ> + Θ ]]> + + <Λ> + Λ ]]> + + <Ξ> + Ξ ]]> + + <Π> + Π ]]> + + <Σ> + Σ ]]> + + <Î¥> + Υ ]]> + + <Φ> + Φ ]]> + + <Ψ> + Ψ ]]> + + <Ω> + Ω ]]> + + + + <α> + α ]]> + + <β> + β ]]> + + <γ> + γ ]]> + + <δ> + δ ]]> + + <ε> + ε ]]> + + <ζ> + ζ ]]> + + <η> + η ]]> + + <θ> + θ ]]> + + <ι> + ι ]]> + + <κ> + κ ]]> + + <λ> + λ ]]> + + <μ> + μ ]]> + + <ν> + ν ]]> + + <ξ> + ξ ]]> + + <π> + π ]]> + + <ρ> + ρ ]]> + + <σ> + σ ]]> + + <τ> + τ ]]> + + <υ> + υ ]]> + + <φ> + φ ]]> + + <χ> + χ ]]> + + <ψ> + ψ ]]> + + <ω> + ω ]]> + + diff --git a/lib/dragmath/applet/classes/formats/Maxima.xml b/lib/dragmath/applet/classes/formats/Maxima.xml new file mode 100644 index 0000000000..caab5281b0 --- /dev/null +++ b/lib/dragmath/applet/classes/formats/Maxima.xml @@ -0,0 +1,544 @@ + + + + Maxima + + + + + + + + + + + + + + + + + + + + + + + + + + + * + + + * + + + = + + + union( + , + ) + + + intersection( + , + ) + + + , + + + ≡ + + + + + + + - + + + + ( + )! + + + log + + + + log10 + + + + sin + + + + cos + + + + tan + + + + asin + + + + acos + + + + atan + + + + sinh + + + + cosh + + + + tanh + + + + asinh + + + + acosh + + + + atanh + + + + sqrt + + + + exp + + + + max + + + + min + + + + det + + + + trace + + + + + + + + + ≠ + + + + + ± + + + + + : + + + + + - + + + + + / + + + + + / + + + + + + + + + + > + + + + + + + + + + >= + + + + subsetp( + , + ) + + + subsetp( + , + ) + + + not(subsetp( + , + )) + + + not(subsetp( + , + )) + + + + ^ + + + + + [ + ] + + + ( + )^(1/( + )) + + + + ( + ) + + + + ← + + + + + → + + + + + ↑ + + + + + ↓ + + + + + ⇐ + + + + + ⇒ + + + + + ↔ + + + + + ⇔ + + + + + ↗ + + + + + ↘ + + + + + ↖ + + + + + ↙ + + + + + + ∃ + + + + + ∀ + + + + + ∈ + + + + + ∄ + + + + + ∉ + + + + + ≃ + + + + + ∨ + + + + + ∧ + + + + + ¬ + + + + + + + integrate( + , + ) + + + diff( + , + ) + + + diff( + , + ) + + + sum( + , + , + , + ); + + + product( + , + , + , + ); + + + limit( + , + = + ); + + + subst( + = + , + ) + + + integrate( + , + , + , + ) + + + + + + + matrix( + [ + + + , + ] + , + ) + + + + + + + ( + ) + + + { + } + + + [ + ] + + + abs( + ) + + + + + + + infinity + + + <Γ> + Gamma + + <Δ> + Delta + + <Θ> + Theta + + <Λ> + Lambda + + <Ξ> + Xi + + <Π> + Pi + + <Σ> + Sigma + + <Î¥> + Upsilon + + <Φ> + Phi + + <Ψ> + Psi + + <Ω> + Omega + + + + <α> + alpha + + <β> + beta + + <γ> + %gamma + + <δ> + delta + + <ε> + epsilon + + <ζ> + zeta + + <η> + eta + + <θ> + theta + + <ι> + iota + + <κ> + kappa + + <λ> + lambda + + <μ> + mu + + <ν> + nu + + <ξ> + xi + + <π> + %pi + + <ρ> + rho + + <σ> + sigma + + <τ> + tau + + <υ> + upsilon + + <φ> + phi + + <χ> + chi + + <ψ> + psi + + <ω> + omega + + + diff --git a/lib/dragmath/applet/classes/formats/MoodleTex.xml b/lib/dragmath/applet/classes/formats/MoodleTex.xml new file mode 100644 index 0000000000..bff4fe41e5 --- /dev/null +++ b/lib/dragmath/applet/classes/formats/MoodleTex.xml @@ -0,0 +1,541 @@ + + + + MoodleTex + + + $$ + $$ + + + + + + + + + + + + + + + + + + + + + + + \cdot + + + \times + + + = + + + \cup + + + \cap + + + , + + + \equiv + + + + + + + - + + + + { + }! + + + \ln + + + + \log + + + + \sin + + + + \cos + + + + \tan + + + + \sin^{-1} + + + + \cos^{-1} + + + + \tan^{-1} + + + + \sinh + + + + \cosh + + + + \tanh + + + + \sinh^{-1} + + + + \cosh^{-1} + + + + \tanh^{-1} + + + + \sqrt{ + } + + + e^{ + } + + + \max + + + + \min + + + + \det + + + + Tr + + + + + + + + + \neq + + + + + \pm + + + + + := + + + + + - + + + + \frac{ + }{ + } + + + + \div + + + + + + + + + + > + + + + + \le + + + + + \ge + + + + + \subset + + + + + \subseteq + + + + + \not\subset + + + + + \not\subseteq + + + + + ^{ + } + + + + _{ + } + + + \sqrt[ + ]{ + } + + + + \left( + \right) + + + + \leftarrow + + + + + \rightarrow + + + + + \uparrow + + + + + \downarrow + + + + + \Leftarrow + + + + + \Rightarrow + + + + + \leftrightarrow + + + + + \Leftrightarrow + + + + + \nearrow + + + + + \searrow + + + + + \nwarrow + + + + + \swarrow + + + + + + \exists + + + + + \forall + + + + + \epsilon + + + + + \not\exists + + + + + \not\epsilon + + + + + \simeq + + + + + \vee + + + + + \wedge + + + + + \neg + + + + + + + \int + \,d + + + + \frac{d}{d + } + + + + \frac{\partial}{\partial + } + + + + \sum_{{ + }={ + }}^{ + } + + + + \prod_{{ + }={ + }}^{ + } + + + + \lim_{ + \to + } + + + + + \left|_{{ + }={ + }} + + + \int_{ + }^{ + } + \,d + + + + + + + + \left( \begin{array}{ccc} + + + + + \\ + + \end{array} \right) + + + + + + + \left( + \right) + + + \{ + \} + + + \left[ + \right] + + + \left| + \right| + + + + + + + \infty + + + + <Γ> + \Gamma + + <Δ> + \Delta + + <Θ> + \Theta + + <Λ> + \Lambda + + <Ξ> + \Xi + + <Π> + \Pi + + <Σ> + \Sigma + + <Î¥> + \Upsilon + + <Φ> + \Phi + + <Ψ> + \Psi + + <Ω> + \Omega + + + + <α> + \alpha + + <β> + \beta + + <γ> + \gamma + + <δ> + \delta + + <ε> + \epsilon + + <ζ> + \zeta + + <η> + \eta + + <θ> + \theta + + <ι> + \iota + + <κ> + \kappa + + <λ> + \lambda + + <μ> + \mu + + <ν> + \nu + + <ξ> + \xi + + <π> + \pi + + <ρ> + \rho + + <σ> + \sigma + + <τ> + \tau + + <υ> + \upsilon + + <φ> + \phi + + <χ> + \chi + + <ψ> + \psi + + <ω> + \omega + + + diff --git a/lib/dragmath/applet/classes/formats/Tex.xml b/lib/dragmath/applet/classes/formats/Tex.xml new file mode 100644 index 0000000000..a391c08af5 --- /dev/null +++ b/lib/dragmath/applet/classes/formats/Tex.xml @@ -0,0 +1,541 @@ + + + + Tex + + + + + + + + + + + + + + + + + + + + + + + + + + + \cdot + + + \times + + + = + + + \cup + + + \cap + + + , + + + \equiv + + + + + + + - + + + + { + }! + + + \ln + + + + \log + + + + \sin + + + + \cos + + + + \tan + + + + \sin^{-1} + + + + \cos^{-1} + + + + \tan^{-1} + + + + \sinh + + + + \cosh + + + + \tanh + + + + \sinh^{-1} + + + + \cosh^{-1} + + + + \tanh^{-1} + + + + \sqrt{ + } + + + e^{ + } + + + \max + + + + \min + + + + \det + + + + Tr + + + + + + + + + \neq + + + + + \pm + + + + + := + + + + + - + + + + \frac{ + }{ + } + + + + \div + + + + + + + + + + > + + + + + \le + + + + + \ge + + + + + \subset + + + + + \subseteq + + + + + \not\subset + + + + + \not\subseteq + + + + + ^{ + } + + + + _{ + } + + + \root + \of { + } + + + + \left( + \right) + + + + \leftarrow + + + + + \rightarrow + + + + + \uparrow + + + + + \downarrow + + + + + \Leftarrow + + + + + \Rightarrow + + + + + \leftrightarrow + + + + + \Leftrightarrow + + + + + \nearrow + + + + + \searrow + + + + + \nwarrow + + + + + \swarrow + + + + + + \exists + + + + + \forall + + + + + \epsilon + + + + + \not\exists + + + + + \not\epsilon + + + + + \simeq + + + + + \vee + + + + + \wedge + + + + + \neg + + + + + + + \int + \,d + + + + \frac{d}{d + } + + + + \frac{\partial}{\partial + } + + + + \sum_{{ + }={ + }}^{ + } + + + + \prod_{{ + }={ + }}^{ + } + + + + \lim_{ + \to + } + + + + + \left|_{{ + }={ + }} + + + \int_{ + }^{ + } + \,d + + + + + + + + \pmatrix{ + + + + + + \cr + } + + + + + + + \left( + \right) + + + \{ + \} + + + \left[ + \right] + + + \left| + \right| + + + + + + + \infty + + + + <Γ> + \Gamma + + <Δ> + \Delta + + <Θ> + \Theta + + <Λ> + \Lambda + + <Ξ> + \Xi + + <Π> + \Pi + + <Σ> + \Sigma + + <Î¥> + \Upsilon + + <Φ> + \Phi + + <Ψ> + \Psi + + <Ω> + \Omega + + + + <α> + \alpha + + <β> + \beta + + <γ> + \gamma + + <δ> + \delta + + <ε> + \epsilon + + <ζ> + \zeta + + <η> + \eta + + <θ> + \theta + + <ι> + \iota + + <κ> + \kappa + + <λ> + \lambda + + <μ> + \mu + + <ν> + \nu + + <ξ> + \xi + + <π> + \pi + + <ρ> + \rho + + <σ> + \sigma + + <τ> + \tau + + <υ> + \upsilon + + <φ> + \phi + + <χ> + \chi + + <ψ> + \psi + + <ω> + \omega + + + diff --git a/lib/dragmath/applet/classes/jdom.jar b/lib/dragmath/applet/classes/jdom.jar new file mode 100644 index 0000000000..d9cda2a67d Binary files /dev/null and b/lib/dragmath/applet/classes/jdom.jar differ diff --git a/lib/dragmath/applet/classes/jep.jar b/lib/dragmath/applet/classes/jep.jar new file mode 100644 index 0000000000..f9e315c73e Binary files /dev/null and b/lib/dragmath/applet/classes/jep.jar differ diff --git a/lib/dragmath/applet/classes/lang/ca.xml b/lib/dragmath/applet/classes/lang/ca.xml new file mode 100644 index 0000000000..8cc9376492 --- /dev/null +++ b/lib/dragmath/applet/classes/lang/ca.xml @@ -0,0 +1,177 @@ + + + + + + + + Error llegint el fitxer: Comproveu-ne la validesa + Error carregant el fitxer amb format: + Error carregant l'expressió desada + Error desant l'expressió + No es pot retallar la selecció: + No es pot copiar la selecció: + No es pot mostrar l'arbre: + No s'ha pogut completar l'acció: + No es pot afegir la Matriu a aquesta posició + Manca un operador en aquesta posició + Manca un argument o operador en aquesta posició + Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org + + + L'expressió no pot ser analitzada + DragMath - Escull una expressió per ser carregada + DragMath - Escull un lloc on desar l'expressió + Introduïu el nombre de files de la matriu + Introduïu el nombre de columnes de la matriu + Dimensions de la matriu + No hi ha res seleccionat per retallar + No hi ha res per enganxar + No hi ha cap quadre seleccionat per enganxar-hi + No hi ha res seleccionat per copiar + Copiat + S'ha produït un error al llegir les dades de sortida + S'ha copiat l'expressió al porta-retalls + No hi ha cap expressió per convertir + Encara no s'ha carregat un fitxer amb format + Choose the image size 1-10 (Smallest-Largest) + + + Multiplica + Divideix + Suma + Resta + Coma + Més-menys + No es igual + Arrel Quadrada + Arrel n-éssima + Superíndex + Subíndex + Matriu + Integral + Diferencial + Menor que + Major que + Menor o igual que + Major o igual que + Igual + Unió + Intersecció + Subconjunt + Subconjunt o igual que + No inclòs + No inclòs o igual que + Sinus + Cosinus + Tangent + Arcsinus + Arccosinus + Arctangent + Sinus hiperbòlic + Cosinus hiperbòlic + Tangent hiperbòlica + Invers del sinus hiperbòlic + Invers del cosinus hiperbòlic + Invers de la tangent hiperbòlica + Logaritme + Logaritme neperià + Exponencial + Menys + Parèntesis + Claus + Claudàtors + Valor absolut + Infinit + Lletra grega + Factorial + Màxim del conjunt + Mínim del conjunt + Assignació + Funció general + Determinant + Traça + Integral definida + Producte + Suma + Límit + Avalua una expressió en un punt + Fletxa esquerra + Fletxa dreta + Fletxa amunt + Fletxa avall + Fletxa esquerra-dreta + Fletxa doble esquerra + Fletxa doble dreta + Fletxa doble esquerra-dreta + Fletxa dreta-amunt + Fletxa dreta-avall + Fletxa esquerra-amun + Fletxa esquerra-avall + Multiplica + Divideix + Equivalència + Existeix + Per a tot + Pertany + No existeix + No pertany + Semblant + Unió Lògica + Intersecció lògica + Negació lògica + Partial Differential + + + Carrega un format personalitzat de sortida + Desar fórmula a un fitxer + Exportar l'expressió al porta-retalls + Desfés + Refés + Retalla + Còpia + Enganxa + Neteja tot l'àrea de treball + Selecciona tot l'àrea de treball + Carrega un fitxer amb format exportat + Carrega un fitxer d'idioma + Mostra l'arbre de l'expressió + Mostra el contorn + Carrega documents d'ajuda al navegador + Quant a DragMath + + + Fitxer + Obrir... + Anomenar i desar... + Exportar al porta-retalls + Export to image + + Edició + Desfer + Refer + Retallar + Còpia + Enganxa + Neteja tot + Seleccionar tot + + Opcions + Format d'Exportació + Idioma + Implicit Multiplication + + Ajuda + Depuració + Mostrar arbre de l'expressió + Mostrar contorn + Ajuda en línia + Quant a DragMath + + diff --git a/lib/dragmath/applet/classes/lang/cz.xml b/lib/dragmath/applet/classes/lang/cz.xml new file mode 100644 index 0000000000..3d0b2789f8 --- /dev/null +++ b/lib/dragmath/applet/classes/lang/cz.xml @@ -0,0 +1,181 @@ + + + + + + + + Chyba při načítání souboru s formátem + Chyba při načítání souboru s formátem + Chyba při načítání uložených výrazů + Chyba při ukládání výrazů + Nelze vyjmout výběr: + Nelze zkopírovat výrěr: + Nelze zobrazit strom: + Akce nemůže být dokončena: + Sem nelze přidat matici + Chybí operátor + Chybí proměnná či operátor (na vhodné pozici) + Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org + + + Výraz nelze rozpoznat + DragMath - Vyberte soubor s výrazem k načtení + DragMath - Vyberte umístění kam uložit výraz + Zadejte počet řádků matice + Zadejte počet sloupců matice + Rozměr matice + Nebylo vybráno nic na vyjmutí + Nic na vložení + Není vybráno políčko kam vkládat + Není nic vybráno ke kopírování + Zkopírováno + Cyba při čtení výstupních dat + : výrazy uloženy do schránky + Žádné výrazy na konvertování + JeÅ¡tě nebyl načten soubor s definicí formátu + Choose the image size 1-10 (Smallest-Largest) + + + Součin + Podíl + Součet + Rozdíl + Desetinná čárka + Plus-Minus + Druhá odmocnina + N-tá odmocnina + Horní index nebo mocnina + Dolní index + Matice + Integrál + Derivace + Menší než + Větší než + Menší nebo rovno + Větší nebo rovno + Rovno + Není rovno + Sjednocení + Průnik + Vlastní podmnožina + Podmnožina + Není vlastní podmnožinou + Není podmnožinou + Sinus + Kosinus + Tangens + Arkus sinus + Arkus kosinus + Arkus tangens + Hyperbolický sinus + Hyperbolický kosinus + Hyperbolický tangens + Hyperbolický arkus sinus + Hyperbolický arkus kosinus + Hyperbolický arkus tangens + Logaritmus + Přirozený logaritmus + Exponenciální funkce + Mínus + Kulaté závorky + Složené závorky + Hranaté závorky + Absolutní hodnota + Nekonečno + Řecká písmena + Faktoriál + Maximum množiny + Minimum množiny + Přiřazení + Uživatelem definovaná funkce + Determinant + Stopa + Určitý integrál + Součin + Suma + Limita + Hodnota výrazu v bodě + Left arrow + Right arrow + Up arrow + Down arrow + Left double arrow + Right double arrow + Left-Right arrow + Left-Right double arrow + North-East arrow + South-East arrow + North-West arrow + South-West arrow + Multiplication + Division + Equivalence + There Exists + For All + Element Of + There Does Not Exist + Not An Element Of + Asymptotically Equivalent To + Or + And + Not + Partial Differential + + + + Načíst výraz ze souboru + Uložit výraz do souboru + Exportovat výraz do schránky + Zpět + Opakovat + Vyjmout + Zkopírovat + Vložit + Vyčistit pracovní plochu + Vybrat celou pracovní plochu + Nahrát formát pro export + Nahrát soubor s jazykovym nastavením + Zobrazit stromovou strukturu výrazů + Zobrazit obrysy výrazů na pracovní ploÅ¡e + Nahrát nápovědu ve webovém prohlížeči + O programu + + + Soubor + Otevřít... + Uložit jako... + Exportovat do schránky + Export to image + + Změnit + Zpět + Opakovat + Vyjmout + Zkopírovat + Vložit + Vyčistit pracovní plochu + Vybrat vÅ¡e + + Možnosti + Nastavit formát pro export + Nastavit jazyk + Implicit Multiplication + + Nápověda + Ladění + Zobrazit strukturu vzorce + Zobrazit výstup + Online nápověda + O programu + + + + diff --git a/lib/dragmath/applet/classes/lang/de.xml b/lib/dragmath/applet/classes/lang/de.xml new file mode 100644 index 0000000000..a42987beb4 --- /dev/null +++ b/lib/dragmath/applet/classes/lang/de.xml @@ -0,0 +1,176 @@ + + + + + + + + Fehler beim Lesen des Dateiformats: Bitte auf Gültigkeit überprüfen + Fehler beim Laden der Datei: + Fehler beim Laden der Erweiterung + Fehler beim Speichern der Erweiterung + Ausschneiden der Auswahl nicht möglich: + Kopieren der Auswahl nicht möglich: + Verzeichnisbaum kann nicht angezeigt werden: + Aktion konnte nicht fertiggestellt werden: + Matrix konnte an der Stelle nicht hinzugefügt werden + Operator fehlt an Position + Argument des Operators fehlt an Position + Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org + + + Ausdruck kann mathematisch nicht bestimmt werden + DragMath - Wählen Sie eine Datei im DragMath-Format zum Laden + DragMath - Wählen Sie einen Speicherort zum Speichern der Datei im DragMath-Format + Geben Sie die Anzahl der Reihen der Matrix ein + Geben Sie die Anzahl der Spalten der Matrix ein + Dimension der Matrix + Nichts zum Ausschneiden gewählt + Nichts zum Kopieren gewählt + Keine Box zum Hineinkopieren gewählt + Nichts zum Kopieren ausgewählt + Kopiert + Fehler beim Lesen des Ausgabeformats + Format wurde in die Zwischenablage kopiert + Kein Format zum Konvertieren + Es wurde kein Dateiformat geladen + Choose the image size 1-10 (Smallest-Largest) + + + Multiplikation + Division + Addition + Subtraktion + Komma + Plus-Minus + Quadratwurzel + n-te Wurzel + Hochgestellt + Tiefgestellt + Matrix + Integration + Differentation + kleiner als + größer als + kleiner als oder gleich + größer als oder gleich + gleich + ungleich + Vereinigung + Durchschnitt + Teilmenge + Echte Teilmenge + Keine Teilmenge + Keine echte Teilmenge + Sinus + Kosinus + Tangens + Arkusinus + Arkuskosinus + Arkustangens + Sinus Hyperbolicus + Kosinus Hyperbolicus + Tangens Hyperbolicus + Areasinus Hyperbolicus + Areakosinus Hyperbolicus + Areatangens Hyperbolicus + Logarithmus + Natürlicher Logarithmus + Exponentialfunktion + Minus + Runde Klammern + Geschwungene Klammern + Eckige Klammern + Betrag + Unendlich + Griechische Buchstaben + Faktorisieren + Maximum + Minimum + Aufgabe + Unbekannte Funktion + Determinante + Spur + Bestimmtes Integral + Produkt + Summe + Grenzwert + Ausdruck auswerten + Links arrow + Recht arrow + Bis arrow + Down arrow + Links doppel arrow + Recht doppel arrow + Links-Recht arrow + Links-Recht doppel arrow + Nord-Ost Pfeil + Süd-Ost Pfeil + Nord-West Pfeil + Süd-West Pfeil + Multiplikation + Division + Gleichwertigkeit + Vorhanden + Für alle + Ist in + Nicht vorhanden + Nicht in + Asymptotisch äquivalent zu + Oder + Und + Nicht + Partial Differential + + + Lade Format von Datei + Speichere Format als Datei + Exportiere Format in die Zwischenablage + Rückgägig + Wiederholen + Ausschneiden + Kopieren + Einfügen + Leere das gesamte Arbeitsfeld + Wähle das gesamte Arbeitsfeld + Lade eine Formatdatei + Lade eine Sprachdatei + Zeige Baumstruktur eines Ausdrucks + Zeige außerhalb des Objektes im Arbeitsfeld + Lade Hilfedateien im Browser + Über DragMath + + + Datei + Öffnen... + Speichern als... + Exportiere in die Zwischenablage + Export to image + + Bearbeiten + Rückgängig + Wiederholen + Ausschneiden + Kopieren + Einfügen + Arbeitsfeld leeren + Alle auswählen + + Optionen + Export-Format einstellen + Sprache einstellen + Implicit Multiplication + + Hilfe + Debug + Zeige Ausdruck in Baumstruktur + Zeige außerhalb + Online-Hilfe + Über DragMath + + diff --git a/lib/dragmath/applet/classes/lang/en.xml b/lib/dragmath/applet/classes/lang/en.xml new file mode 100644 index 0000000000..7f4dc77e05 Binary files /dev/null and b/lib/dragmath/applet/classes/lang/en.xml differ diff --git a/lib/dragmath/applet/classes/lang/es.xml b/lib/dragmath/applet/classes/lang/es.xml new file mode 100644 index 0000000000..ceadf19304 --- /dev/null +++ b/lib/dragmath/applet/classes/lang/es.xml @@ -0,0 +1,177 @@ + + + + + + + + Error leyendo el archivo: Verifique archivo + Error cargando el archivo con formato: + Error cargando expresión guardada + Error guardando expresión + No se puede cortar selección: + No se puede copiar selección: + No se puede mostrar el árbol: + Acción no puede ser completada: + No se puede agregar una matriz en este lugar + Operador no encontrado en esta posición + Argumento del operador no encontrado + Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org + + + Expresión no puede ser enviada + DragMath - Seleccione un archivo de expresiones + DragMath - ¿Dónde desea guardar el archivo? + Inserte el número de filas de la matriz + Inserte el número de columnas de la matriz + Dimensiones de la matriz + No ha seleccionado nada para cortar + Nada para pegar + No ha seleccionado sitio para pegar + No ha seleccionado nada para copiar + Copiado + Error leyendo datos de salida + Expresión exportada al portapapeles + No ha seleccionado expresión para convertir + No ha cargado un archivo con formato aún + Choose the image size 1-10 (Smallest-Largest) + + + Multiplicación + Fracción + Adición + Sustracción + Coma + Mas-Menos + Raíz Cuadrada + N-ésima Raíz + SuperIndice + SubIndice + Matriz + Integración + Diferenciación + Menor que + Mayor que + Menor o Igual que + Mayor o Igual que + Igual + No Igual + Unión + Intersección + SubConjunto + SubConjunto o Igual que + No SubConjunto + No es SubConjunto o Igual que + Seno + Coseno + Tangente + Inversa Seno + Inversa Coseno + Inversa Tangente + Seno Hiperbólico + Coseno Hiperbólico + Tangente Hiperbólico + Seno Hiperbólico Inverso + Coseno Hiperbólico Inverso + Tangente Hiperbólica Inversa + Logaritmo + Logaritmo Natural + Función Exponencial + Menos + Parentesis + Llaves + Corchetes + Valor Absoluto + Infinito + Letras Griegas + Factorial + Máximo del Conjunto + Minimo del Conjutno + Asignación + Función Desconocida + Determinante + Ruta + Integral Definida + Productoria + Sumatoria + Limite + Evaluar una expresión en un punto + Flecha izquierda + Flecha derecha + Flecha arriba + Flecha abajo + Flecha izquierda-dreta + Flecha doble izquierda + Flecha doble derecha + Flecha doble izquierda-derecha + Flecha derecha-arriba + Flecha derecha-abajo + Flecha izquierda-arriba + Flecha izquierda-abajo + Multiplicación + División + Equivalencia + Existe + Para todo + Pertenece + No existe + No pertenece + Parecido + Unión Lógica + Intersección lógica + Negación lógica + Diferenciales Parciales + + + Cargar una expresión de un archivo + Salvar una expresión a un archivo + Exportar la expresión al portapapeles + Deshacer + Rehacer + Cortar + Copiar + Pegar + Limpiar toda el área de trabajo + Seleccionar toda el área de trabajo + Cargar archivo con formato exportado + Cargar un archivo de lenguaje + Mostrar la expresión como un árbol + Mostrar bordes de expresiones + Cargar documentos de ayuda en el navegador + Acerca de DragMath + + + Archivo + Abrir... + Salvar como... + Exportar al portapapeles + Export to image + + Editar + Deshacer + Rehacer + Cortar + Copiar + Pegar + Limpiar todo + Seleccionar todo + + Opciones + Formato de Exportación + Lenguaje + Implicit Multiplication + + Ayuda + Depurar + Mostrar árbol de expresión + Mostrar bordes + Ayuda en linea + Acerca de DragMath + + diff --git a/lib/dragmath/applet/classes/lang/fr.xml b/lib/dragmath/applet/classes/lang/fr.xml new file mode 100644 index 0000000000..2f415ee58d --- /dev/null +++ b/lib/dragmath/applet/classes/lang/fr.xml @@ -0,0 +1,185 @@ + + + + + + + + Erreur de lecture du format de fichier: Vérifiez si le fichier est valide + Erreur de lecture du fichier: + Erreur lors du chargement des expressions + Erreur lors de l'enregistrement des expressions + Découpe de la sélection impossible: + Copie de la sélection impossible: + Affichage de l'arbre impossible + L'action n'a pas pu être terminée: + La matrice n'a pas pu être ajoutée à cette position + L'opérateur est manquant à cette position + L'argument de l'opérateur est manquant à cette position + Erreur: Impossible d'exporter l'image. Vérifiez votre connection internet et l'accès à http://www.mathtran.org + + + L'expression n'a pas pu être analysée + DragMath - Choisissez un fichier d'expression à lire + DragMath - Choisissez un endroit pour sauver l'expression + Entrez le nombre de lignes de la matrice + Entrez le nombre de colonnes de la matrice + Dimensions de la matrice + Pas de sélection à couper + Rien à coller + Pas de boîte sélectionné pour collage + Pas de sélection à copier + Copié + Erreur lors de la lecture des données de sortie + Expression exportée dans le Presse-papiers + Aucune expression à convertir + Aucun format de fichier n'a encore été chargé + Choisissez la taille de l'image 1-10 (Min-Max) + + + Multiplication + Division + Addition + Soustraction + Virgule + Plus ou Moins + Racine Carrée + Racine N + Puissance + Indice + Matrice + Integrale + Différenciation + Inférieur à + Supérieur à + Inférieur ou égal à + Supérieur ou égal à + Egal + Différent + Union + Intersection + Inclus à + Inclus ou égal à + N'est pas inclus à + N'est pas inclus ou égal à + Sinus + Cosinus + Tangente + Sinus Inverse + Cosinus Inverse + Tangente inverse + Sinus hyperbolique + Cosinus hyperbolique + Tangente hyperbolique + Sinus hyperbolique inverse + Cosinus hyperbolique inverse + Tangente hyperbolique inverse + Logarithme + Logarithme naturel + Exposant + Moins + Parenthèses + Accolades + Crochets + Valeur absolue + Infini + Lettres grecques + Factorielle + Maximum d'un ensemble + Minimum d'un ensemble + Définition + Fonction inconnue + Déterminant + Trace + Intégrale définie + Produit + Somme + Limite + Évaluer l'expression en un point + Flèche Gauche + Flèche Droite + Flèche Haut + Flèche Bas + Flèche Gauche double + Flèche Droite double + Flèche Gauche-Droite + Flèche Gauche-Droite double + Flèche Nord-Est + Flèche Sud-Est + Flèche Nord-Ouest + Flèche Sud-Ouest + Flèche Gauche-Haut + Flèche Gauche-Droite + Flèche Droite-Haut + Flèche Droite-Bas + + Multiplication + Division + Equivalence + Il existe + Pour tous + Appartient à + Il n'existe pas + N'appartient pas à + Asymptotiquement équivalente à + Ou + Et + Non + Dérivée partielle + + + + Charger une expression à partir d'un fichier + Sauvegarde de l'expression dans un fichier + Exporter l'expression dans le presse-papier + Défaire + Refaire + Couper + Copier + Coller + Effacer Tout + Sélectionner Tout + Charger un fichier de format d'expression + Charger un fichier de langage + Afficher l'arborescence de l'expression + Afficher la structure de l'expression + Charger l'aide en ligne + A propos de DragMath + + + Fichier + Ouvrir... + Enregistrer sous... + Exporter dans le presse-papier + Exporter l'image + + Editer + Défaire + Refaire + Couper + Copier + Coller + Effacer Tout + Sélectionner Tout + + Options + Changer de format de sortie + Changer de langue + Implicit Multiplication + + Aide + Debug + Afficher l'arborescence de l'expression + Afficher la structure de l'expression + Aide Online + A propos de DragMath + + + + diff --git a/lib/dragmath/applet/classes/lang/it.xml b/lib/dragmath/applet/classes/lang/it.xml new file mode 100644 index 0000000000..eb839a01fc Binary files /dev/null and b/lib/dragmath/applet/classes/lang/it.xml differ diff --git a/lib/dragmath/applet/classes/lang/nl.xml b/lib/dragmath/applet/classes/lang/nl.xml new file mode 100644 index 0000000000..925b82b9ba --- /dev/null +++ b/lib/dragmath/applet/classes/lang/nl.xml @@ -0,0 +1,178 @@ + + + + + + + + Fout bij lezen bestand: Controleer geldigheid bestandstype + Fout bij laden bestand: + Fout bij laden uitdrukking + Fout bij bewaren uitdrukking + Kan selectie niet knippen: + Kan selectie niet kopiëren: + Kan boomstructuur niet weergeven: + Kon bewerking niet uitvoeren: + Kan matrix hier niet invoegen + Operator ontbreekt + Argument ontbreekt + Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org + + + Uitdrukking kon niet behandeld worden + DragMath - Kies een te laden bestand + DragMath - Kies een map om de uitdrukking te bewaren + Aantal in te voegen + Aantal in te voegen kolommen + Matrix Dimensies + Niets geselecteerd om te knippen + Niets te plakken + Geen box geselecteerd waarin geplakt moet worden + Niets geselecteerd om te kopiëren + Gekopieerd + Fout bij lezen output gegevens + Gekopieerd naar klembord + Niets te converteren + ER werd geen format-bestand geladen + Choose the image size 1-10 (Smallest-Largest) + + + Vermenigvuldigen + Delen + Optellen + Aftrekken + Komma + Plus-Minus + Vierkantswortel + N-de Machtswortel + Superscript + Subscript + Matrix + Integreren + Differentiëren + Kleiner Dan + Groter Dan + Kleiner dan of Gelijk Aan + Groter Dan of Gelijk Aan + Gelijk + Niet Gelijk + Vereniging + Doorsnede + Deelverzameling + Deelverzameling of Gelijk Aan + Geen Deelverzameling + Geen Deelverzameling of Gelijk Aan + Sinus + Cosinus + Tangens + Boog Sinus + Boog Cosinus + Boog Tangens + Sinus Hyperbolicus + Cosinus Hyperbolicus + Tangens Hyperbolicus + Boog Sinus Hyperbolicus + Boog Cosinus Hyperbolicus + Boog Tangens Hyperbolicus + Logaritme + Natuurlijke Logaritmen + Exponentiële Functie + Min + Rondde Haakjes + Accolades + Vierkante Haakjes + Absolute Waarde + Oneindig + Griekse letter + Factor + Maximum + Minimum + Toekenning + Onbekende functie + Determinant + Spoor + Bepaalde Integraal + Product + Som + Limiet + Evalueer een uitdrukking in een punt + Links arrow + Recht arrow + Up arrow + Omlaag arrow + Links dubbel arrow + Right dubbel arrow + Links-Recht arrow + Links-Recht dubbel arrow + Noord-Oost-arrow + Zuid-Oost-arrow + Noord-West-arrow + Zuid-West arrow + Vermenigvuldigen + Divisie + Gelijkwaardigheid + Er Bestaat + Voor alle + Element van + Er bestaat niet + Niet een element van + Asymptotically gelijk aan + Of + En + Niet + Partiële differentiaalvergelijking + + + + Laad uitdrukking uit bestand + Bewaar uitdrukking in bestand + Exporteer uitdrukking naar het klembord + Ongedaan maken + Herstellen + Knippen + Kopiëren + Plakken + Alles Wissen + Alles Selecteren + Laad een export format bestand + Laad een Taalbestand + Toon Boomstructuur + Toon outline of objecten + Laad help in webbrowser + About DragMath + + + Bestand + Openen... + Bewaar Als... + Kopieer naar klembord + Export to image + + Bewerk + Ongedaan maken + Herstellen + Knippen + Kopiëren + Plakken + Alles Wissen + Alles Selecteren + + Opties + Kies Export Format + Kies Taal + Implicit Multiplication + + Help + Debug + Toon boomstructuur + Toon outline + Online Help + About DragMath + + diff --git a/lib/dragmath/applet/classes/lang/no.xml b/lib/dragmath/applet/classes/lang/no.xml new file mode 100644 index 0000000000..98ac8426fd --- /dev/null +++ b/lib/dragmath/applet/classes/lang/no.xml @@ -0,0 +1,179 @@ + + + + + + + + Feil ved lesing av formatfil: Sjekk om fila er gyldig + Feil ved lasting av formatfil: + Feil ved lasting av lagret uttrykk + Feil ved lagring av uttrykk + Kan ikke klippe ut markeringen: + Kan ikke kopiere markeringen: + Kan ikke vise treet: + Oppgaven kunne ikke fullføres: + Kan ikke legge til en matrise her + Operator mangler ved posisjon + Operatorens variabel (Argument) mangler ved posisjon + Feil: Kan ikke eksportere til bilde. Sjekk internettforbindelsen og tilgangen til http://www.mathtran.org + + + Uttrykket kan ikke tolkes + DragMath - Velg formatfil som skal lastes + DragMath - Velg uttykksfil som skal lastes + DragMath - Velg hvor du vil lagre uttrykket + Angi antall rader i matrisen + Ange antall kolonner i matrisen + Matrisedimmensjoner + Ingenting er valgt for utklipp + Ingenting Ã¥ lime inn + Ingen boks valgt for Ã¥ lime inn i + Ingenting valgt for kopiering + Kopiert + Feil ved lesning av output data + Uttrykket er eksportert til utklippstavlen + Inget uttrykk Ã¥ omforme + Ingen formatfil har blitt lastet ennÃ¥ + Velg bildestørrelse 1-10 (Minst-Størst) + + + Multiplikasjon + Divisjon + Addisjon + Subtraksjon + Komma + Plusss-Minus + Kvadratrot + N-te rot + Eksponent + Indeks + Matrise + Integrasjon + Derivasjon + mindre enn + større enn + mindre enn eller lik + større enn eller lik + lik + Ulik + Union + Snitt + Inneholdt i + Inneholdt i eller lik + Ikke inneholdt i + Ikke inneholdt i eller lik + Sinus + Cosinus + Tangens + Invers Sinus + Invers Cosinus + Invers Tangens + Hyperbolsk Sinus + Hyperbolsk Cosinus + Hyperbolsk Tangens + Invers Hyperbolsk Sinus + Invers Hyperbolsk Cosinus + Invers Hyperbolsk Tangens + Logaritme + Naturlig Logaritme + Eksponetialfunksjon + Minus + rund parentes + klammeparentes + hakeparentes + Absoluttverdi + Uendelig + Gresk bokstav + Faktorial + Maksimum av en mengde + Minimum av en mengde + Tilordning + Ukjent funksjon + Determinant + Spor + Bestemt integral + Produkt + Sum + Grenseverdi + Beregn et uttrykk i et punkt + Venstrepil + Høyrepil + Oppoverpil + Nedoverpil + Dobbel venstrepil + Dobbel høyrepil + Venstre-høyre-pil + Dobbel venstre-høyre-pil + Nordøst-pil + Sørøst-pil + Nordøst-pil + Sørvest-pil + Multiplikasjon + Divisjon + Ekvivalens + Eksisterer + For alle + Element i + Eksisterer ikke + Ikke element i + Asymptotisk ekvivalent med + Eller + Og + Ikke + Partiell derivert + + + Last uttrykk fra en fil + Lagre uttrykk til fil + Eksporter uttrykk til utklippstavlen + Angre + Gjør om + Klipp ut + Kopier + Lim inn + Rens hele arbeidsomrÃ¥det + Velg hele arbeidsomrÃ¥det + Last en eksportformatfil + Last en sprÃ¥kfil + Vis uttykkstre + Vis innholdsblokk for uttykkene i arbeidsomrÃ¥det + Åpne hjelpefiler i nettleseren + Om DragMath + + + Fil + Åpne... + Lagre som... + Eksporter til utklippstavlen + Eksporter til bilde + + Rediger + Angre + Gjør om + Klipp ut + Kopier + Lim inn + Rens arbeidsomrÃ¥det + Velg alle + + Alternativer + Velg eksportformat + Velg sprÃ¥k + Implicit Multiplication + + Hjelp + Debug + Vis uttykkstre + Vis innholdsblokk + Online Hjelp + Om DragMath + + + diff --git a/lib/dragmath/applet/classes/lang/pl.xml b/lib/dragmath/applet/classes/lang/pl.xml new file mode 100644 index 0000000000..7b318ca666 --- /dev/null +++ b/lib/dragmath/applet/classes/lang/pl.xml @@ -0,0 +1,178 @@ + + + + + + + + Błąd wczytania pliku: Sprawdź format pliku + Błąd wczytania pliku + Błąd wczytania wyrażenia + Błąd zapisu wyrażenia + Nie można wyciąć + Nie można skopiować + Nie można wyświetlić drzewa + Działanie nie może zostać zakończone + Nie można dodać macierzy w tym miejscu + Brakujący operator na pozycji + Brakujący argument na pozycji + Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org + + + Błąd parsowania wyrażenia + DragMath -Wybierz plik do wczytania + DragMath - Wybierz lokalizację zapisu + Wprowadź liczbę wierszy macierzy + Wprowadź liczbę kolumn macierzy + Wymiar macierzy + Nie zaznaczono nic do wycięcia + Brak elementów do wklejenia + Nie wybrano nic do wklejenia + Nie wybrano nic do skopiowania + Skopiowane + Błąd wczytania danych + Eksport wyrażenia do schowka + Brak wyrażenia do konwersji + Nie wybrano żadnego formatu + Choose the image size 1-10 (Smallest-Largest) + + + Mnożenie + Ułamek + Dodawanie + Odejmowanie + Przecinek dziesiętny + Plus-Minus + Pierwiastek kwadratowy + Pierwiastek n-tego stopnia + Indeks górny + Indeks dolny + Macierz + Całka nieoznaczona + Różniczkowanie + Mniejsze niż + Większe niż + Mniejsze lub równe + Większe lub równe + Równe + Nie równe + Suma + Iloczyn + Zawiera się + Zawiera się lub jest równy + Nie zawiera się + Nie zawiera się i nie jest równy + sin (sinus) + cos (cosinus) + tg (tangens) + arcsin (arcus sinus) + arccos (arcus cosinus) + arctg (arcus tangens) + sinh (sinus hiperboliczny) + cosh (cosinus hiperboliczny) + tgh (tangens hiperboliczny) + arcsinh (arcus sinus hiperboliczny) + arccosh (arcus cosinus hiperboliczny) + arctgh (arcus tangens hiperboliczny) + Logarytm + Logarytm naturalny + Exp (Funkcja eksponencjalna) + Minus + Nawiasy okrągłe + Nawiasy klamrowe + Nawiasy kwadratowe + Wartość bezwzględna + Nieskończoność + Greckie litery + Silnia + Maksimum + Minimum + Przypisanie + Funkcja + Wyznacznik macierzy + Ślad macierzy + Całka oznaczona + Iloczyn + Suma + Granica + Wartość wyrażenia w punkcie + Left arrow + Right arrow + Up arrow + Down arrow + Left double arrow + Right double arrow + Left-Right arrow + Left-Right double arrow + North-East arrow + South-East arrow + North-West arrow + South-West arrow + Multiplication + Division + Equivalence + There Exists + For All + Element Of + There Does Not Exist + Not An Element Of + Asymptotically Equivalent To + Or + And + Not + Partial Differential + + + Wczytaj wyrażenie z pliku + Zapisz wyrażenie do pliku + Eksportuj wyrażenie do schowka + Cofnij + Ponów + Wytnij + Kopiuj + Wklej + Wyczyść wszystko + Zaznacz wszystko + Wczytaj format pliku do eksportu + Wczytaj plik językowy + Pokaż strukturę drzewiastą wyrażenia + Display outline of objects on workspace + Pomoc online + O DragMath + + + Plik + Otwórz ... + Zapisz jako ... + Eksportuj do schowka + Export to image + + Edycja + Cofnij + Ponów + Wytnij + Kopiuj + Wklej + Wyczyść wszystko + Zaznacz wszystko + + Opcje + Wybierz format (Latex,MathML,...) + Wybierz język (pl,eng...) + Implicit Multiplication + + Pomoc + Debug + Pokaż drzewo wyrażenia + Outline + Pomoc Online + O programie DragMath + + diff --git a/lib/dragmath/applet/classes/lang/pt-br.xml b/lib/dragmath/applet/classes/lang/pt-br.xml new file mode 100644 index 0000000000..9050670d1f --- /dev/null +++ b/lib/dragmath/applet/classes/lang/pt-br.xml @@ -0,0 +1,177 @@ + + + + + + + + Erro lendo arquivo: Verifique se o arquivo é válido + Erro lendo arquivo: + Erro carregando expressão salva + Erro salvando expressão + Seleção não pode ser recortada: + Seleção não pode ser copiada: + Árvore não pode ser mostrada: + Ação não pode ser completada: + Matriz não pode ser adicionada neste local + Operador faltando na posição + Argumento do operador faltando na posição + Erro: Não é possível exportar para imagem. Verifique sua conexão com a internet e acesse http://www.mathtran.org + + + Expressão não pode ser analisada + DragMath - Escolha uma expressão em arquivo para ser carregada + DragMath - Escolha o local para salvar a expressão + Informe o número de linhas da matriz + Informe o número de colunas da matriz + Dimensões da Matriz + Nada selecionado para recortar + Nada para colar + Nenhuma caixa selecionada para colar dentro + Nada selecionado para copiar + Copiado + Erro lendo dados externos + Expressão exportada para a área de transferência + Nenhuma expressão para converter + Nenhum formato de arquivo foi carregado ainda + Escolha o tamanho da imagem de 1-10 (Menor-Maior) + + + Multiplicação + Divisão + Adição + Subtração + Vírgula + Mais-Menos + Raiz Quadrada + Raiz de N + Sobrescrito + Subscrito + Matriz + Integral + Diferencial + Menor Que + Maior Que + Menor Que ou Igual A + Maior Que ou Igual A + Igual + Diferente + União + Intersecção + Subconjunto + Subconjunto ou Igual A + Não é Subconjunto + Não é Subconjunto ou Igual A + Seno + Cosseno + Tangente + Arco-Seno + Arco-Cosseno + Arco-Tangente + Seno Hiperbólico + Cosseno Hiperbólico + Tangente Hiperbólica + Arco-Seno Hiperbólico + Arco-Cosseno Hiperbólico + Arco-Tangente Hiperbólico + Logaritmo + Logaritmo Neperiano + Função Exponencial + Menos + Parênteses + Chaves + Colchetes + Valor Absoluto + Infinito + Letra Grega + Fatorial + Máximo de um conjunto + Mínimo de um conjunto + Atribuição + Função desconhecida + Determinante + Traço + Integral Definida + Produto + Soma + Limite + Determina uma expressão num ponto + Seta para esquerda + Seta para direita + Seta para cima + Seta para baixo + Seta dupla para esquerda + Seta dupla para direita + Seta para Esquerda-Direita + Seta dupla para Esquerda-Direita + Seta para Nordeste + Seta para Sudeste + Seta para Noroeste + Seta para Sudoeste + Multiplicação + Divisão + Equivalência + Existe + Para Todos + Elemento De + Não Existe + Não É Um Elemento De + Assintoticamente Equivalente A + Ou + E + Não + Diferencial Parcial + + + Carregar expressão de um arquivo + Salvar expressão em arquivo + Exportar expressão para área de transferência + Desfazer + Refazer + Recortar + Copiar + Colar + Limpar toda a área de trabalho + Selecionar toda a área de trabalho + Carregar um formato de exportação + Carregar um arquivo de idioma + Mostrar estrutura em árvore da expressão + Mostrar contorno dos objetos da área de trabalho + Carregar documentos de ajuda no navegador + Sobre DragMath + + + Arquivo + Abrir... + Salvar Como... + Exportar para área de transferência + Exportar para imagem + + Editar + Desfazer + Refazer + Recortar + Copiar + Colar + Limpar a área de trabalho + Selecionar Tudo + + Opções + Escolher formato de exportação + Escolher idioma + Implicit Multiplication + + Ajuda + Debugar + Mostrar árvore de expressão + Mostrar contorno + Ajuda Online + Sobre DragMath + + diff --git a/lib/dragmath/applet/classes/lang/ru.xml b/lib/dragmath/applet/classes/lang/ru.xml new file mode 100644 index 0000000000..4cb5e67f5e --- /dev/null +++ b/lib/dragmath/applet/classes/lang/ru.xml @@ -0,0 +1,177 @@ + + + + + + + + Îøèáêà ôîðìàòà ôàéëà: Ïðîâåðüòå ïðàâèëüíîñòü óêàçàííîãî ôàéëà + Îøèáêà çàãðóçêè ôîðìàòà ôàéëà: + Îøèáêà çàãðóçêè ñîõðàíåííîãî âûðàæåíèÿ + Îøèáêà ñîõðàíåíèÿ âûðàæåíèÿ + Íåâîçìîæíî âûðåçàòü âûáðàííîå: + Íåâîçìîæíî êîïèðîâàòü âûáðàííîå: + Íåâîçìîæíî îòîáðàçèòü äåðåâî: + Äåéñòâèå íå ìîæåò áûòü âûïîëíåííî: + Íåâîçìîæíî äàáàâèòü Ìàòðèöó â óêàçàííîå ìåñòî + Îòñóòâòâóåò Îïåðàòîð íà ïîçèöèè + Îòñóòñòâóåò àðãóìåíò îïåðàòîðà íà ïîçèöèè + Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org + + + Íåâîçìîæåí ðàçáîð âûðàæåíèÿ + DragMath - Âûáåðèòå ôàéë âûðàæåíèÿ äëÿ çàãðóçêè + DragMath - Âûáåðèòå ìåñòîïîëîæåíèå äëÿ ñîõðàíåíèÿ âûðàæåíèÿ + Ââåäèòå êîëè÷åñòâî ñòðîê â ìàòðèöå + Ââåäèòå êîëè÷åñòâî ñòîëáöåâ â ìàòðèöå + Ðàçìåð Ìàòðèöû + Íè÷åãî íå âûáðàííî ÷òîáû âûðåçàòü + Íå÷åãî âñòàâëÿòü + Íå âûáðàí áëîê äëÿ âñòàâêè + Íè÷åãî íå âûáðàíî äëÿ êîïèðîâàíèÿ + Ñêîïèðîâàíî + Îøèáêà ÷òåíèÿ âûõîäíûõ äàííûõ + Âûðàæåíèå ýêñïîðòèðîâàííî â áóôåð îáìåíà + Íåò âûðàæåíèÿ äëÿ êîíâåðòàöèè + Íå çàãðóæåí ôàéë ôîðìàòà + Choose the image size 1-10 (Smallest-Largest) + + + Óìíàæåíèå + Äåëåíèå + Ñëîæåíèå + Âû÷èòàíèå + Çàïÿòàÿ + Ïëþñ-Ìèíóñ + Êâàäðàòíûé Êîðåíü + N-é Êîðåíü + Âåðõíèé Èíäåêñ + Íèæíèé Èíäåêñ + Ìàòðèöà + Èíòåãðèðîâàíèå + Äèôôåðåíöèðîâàíèå + Ìåíüøå + Áîëüøå + Ìåíüøå èëè Ðàâíî + Áîëüøè èëè Ðàâíî + Ðàâåíñòâî + Íåðàâåíñòâî + Îáúåäèíåíèå + Ïåðåñå÷åíèå + Ïîäìíîæåñòâî + Ïîäìíîæåñòâî èëè Ðàâåíñòâî + Íå Ïîäìíîæåñòâî + Íå Ïîäìíîæåñòâî èëè Ðàâåíñòâî + Ñèíóñ + Êîñèíóñ + Tangent + Èíâåðñíûé Ñèíóñ + Èíâåðñíûé Êîñèíóñ + Èíâåðñíûé Òàíãåíñ + Ãèïåðáîëè÷åñêèé Ñèíóñ + Ãèïåðáîëè÷åñêèé Êîñèíóñ + Ãèïåðáîëè÷åñêèé Òàíãåíñ + Èíâåðñíûé Ãèïåðáîëè÷åñêèé Ñèíóñ + Èíâåðñíûé Ãèïåðáîëè÷åñêèé Êîñèíóñ + Èíâåðñíûé Ãèïåðáîëè÷åñêèé Òàíãåíñ + Ëîãàðèôì + Íàòóðàëüíûé Ëîãàðèôì + Ýêñïîíåíöèàëüíàÿ Ôóíêöèÿ + Ìèíóñ + Êðóãëûå Ñêîáêè + Ôèãóðíûå Ñêîáêè + Êâàäðàòíûå Ñêîáêè + Ìîäóëü + Áåñêîíåñíîñòü + Ãðå÷åñêàÿ Áóêâà + Ôàêòîðèàë + Ìàêñèìóì + Ìèíèìóì + Ïðèñâàèâàíèå + Íåèçâåñòíàÿ ôóíêöèÿ + Äåòåðìèíàíò + Òðàññèðîâêà + Îïðåäåë¸ííûé Èíòåãðàë + Ïðîèçâåäåíèå + Ñóììèðîâàíèå + Ïðåäåë + Âû÷èñëèòü âûðàæåíèå â òî÷êå + Left arrow + Right arrow + Up arrow + Down arrow + Left double arrow + Right double arrow + Left-Right arrow + Left-Right double arrow + North-East arrow + South-East arrow + North-West arrow + South-West arrow + Multiplication + Division + Equivalence + There Exists + For All + Element Of + There Does Not Exist + Not An Element Of + Asymptotically Equivalent To + Or + And + Not + Partial Differential + + + Çàãðóçèòü âûðàæåíèå èç ôàéëà + Ñîõðàíèòü âûðàæåíèå â ôàéë + Ýêñïîðòèðîâàòü âûðàæåíèå â áóôåð îáìåíà + Îòìåíèòü + Ïîâòîðèòü + Âûðåçàòü + Êîïèðîâàòü + Âñòàâèòü + Î÷èñòèòü ðàáî÷åå ïðîñòðàíñòâî + Âûáðàòü ðàáî÷åå ïðîñòðàíñòâî + Çàãðóçèòü ýêñïîðò ôàéëà ôîðìàòà + Çàãðóçèòü ÿçûêîâîé ôàë + Ïîêàçàòü äðåâîâèäíóþ ñòðóêòóðó âûðàæåíèÿ + Ïîêàçàòü î÷åðòàíèå îáúåêòîâ íà ðàáî÷åì ïðîñòðàíñòâå + Çàãðóçèòü äîêóìåíò ïîìîùè â âåá-áðàóçåðå + Î DragMath + + + Ôàéë + Îòêðûòü... + Ñîõðàíèòü êàê... + Ýêñïîðòèðîâàòü â áóôåð îáìåíà + Export to image + + Ïðàâêà + Îòìåíèòü + Ïîâòîðèòü + Âûðåçàòü + Êîïèðîâàòü + Âûðåçàòü + Î÷èñòèòü Ðàáî÷åå Ïðîñòðàíñòâî + Âûáðàòü Âñ¸ + + Íàñòðîéêè + Óñòàíîâèòü ôîðìàò ýêñïîðòà + Óñòàíîâèòü ÿçûê + Implicit Multiplication + + Ïîìîùü + Îòëàäêà + Ïîêàçàòü äåðåâî âûðàæåíèÿ + Ïîêàçàòü î÷åðòàíèÿ + Îíëàéí Ïîìîùü + Î DragMath + + diff --git a/lib/dragmath/applet/classes/lang/sv.xml b/lib/dragmath/applet/classes/lang/sv.xml new file mode 100644 index 0000000000..f54077bd00 --- /dev/null +++ b/lib/dragmath/applet/classes/lang/sv.xml @@ -0,0 +1,179 @@ + + + + + + + + Fel vid format filläsning: Kolla att filen är giltig + Error loading format file: + Fel vid laddning av sparad uttryck + Fel vid sparande av uttryck + Kan inte klippa ut markeringen: + Kan inte kopiera markeringen: + Kan inte visa trädet: + Åtgärden kunde inte fullgöras: + Kan inte lägga till en Matris här + Operator saknas vid läge + Operatorns variabel (Argument) saknas vid läge + Error: Cannot export to image. Check internet connection and access to http://www.mathtran.org + + + Uttrycket kan inte tolkas + DragMath - Välj en format fil att ladda + DragMath - Välj en uttrycksfil att ladda + DragMath - Välj var du vill spara uttrycket + Ange antalet rader i matrisen + Ange antalet kolumner i matrisen + Matris mÃ¥tt + Inget vald att klippa ut + Ingeting att klistra in + Ingen box vald att klistra in i + Inget vald att kopiera + Kopierad + Fel vid läsning av output data + uttryck kopierad till minnet + Inget uttryck att omvandla + Ingen format fil har laddats än + Choose the image size 1-10 (Smallest-Largest) + + + Multiplikation + Division + Addition + Subtraktion + Komma + Plus-Minus + Kvadratrot + N-te rot + exponent + index + Matris + Integration + Differentiering + mindre än + större än + mindre än eller lika med + större än eller lika med + lika med + Ingen lika med + Union + Intersektion + Subset (undergrupp) + Subset (undergrupp) eller lika med + Ingen Subset (undergrupp) + Ingen Subset (undergrupp) eller lika med + Sinus + Cosinus + Tangens + Invers Sinus + Invers Cosinus + Invers Tangens + Hyperbolisk Sinus + Hyperbolisk Cosinus + Hyperbolisk Tangens + Invers Hyperbolisk Sinus + Invers Hyperbolisk Cosinus + Invers Hyperbolisk Tangens + Logaritm + Naturlig Logaritm + Exponentiell Funktion + Minus + rundparentes + klammerparentes + hakparentes + Absolut Värde + oändlighet + Grekisk bokstav + Faktorial + Maximum av en mängd + Minimum av en mängd + Assignment + okänd funktion + Determinant + Trace + Bestämd Integral + Produkt + Summa + Gränvärdet + utvärdera ett uttryck vid en punkt + Left arrow + Right arrow + Up arrow + Down arrow + Left double arrow + Right double arrow + Left-Right arrow + Left-Right double arrow + North-East arrow + South-East arrow + North-West arrow + South-West arrow + Multiplication + Division + Equivalence + There Exists + For All + Element Of + There Does Not Exist + Not An Element Of + Asymptotically Equivalent To + Or + And + Not + Partial Differential + + + Ladda uttryck frÃ¥n en fil + Spara uttryck till fil + Export expression to clipboard + Ångra + Redo + Klipp ut + Kopiera + klistra in + Clear the entire workspace + Select the entire workspace + Load an export format file + Load a language file + Visa träd för Uttrycket + Display outline of objects on workspace + Loads help documents in web browser + Om DragMath + + + File + Open... + Save As... + Export to clipboard + Export to image + + Edit + Ångra + Redo + Klipp ut + Kopiera + klistra in + Clear Workspace + Select All + + Options + Set export format + Set language + Implicit Multiplication + + Help + Debug + Visa träd för uttryck + Visa innehÃ¥llsblock + Online Help + Om DragMath + + + diff --git a/lib/dragmath/applet/classes/swing-layout-1.0.jar b/lib/dragmath/applet/classes/swing-layout-1.0.jar new file mode 100644 index 0000000000..8d3f66f324 Binary files /dev/null and b/lib/dragmath/applet/classes/swing-layout-1.0.jar differ diff --git a/lib/dragmath/doc/about.html b/lib/dragmath/doc/about.html new file mode 100644 index 0000000000..f82898dd64 --- /dev/null +++ b/lib/dragmath/doc/about.html @@ -0,0 +1,20 @@ + + +DragMath Documentation - About DragMath + + + + + +

About DragMath

+ +

+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. +

+

+DragMath started as a final-year University project at the University of Birmingham by Alex Billingsley under the supervision of Chris Sangwin. It's main application is therefore directed toward an educational one. +

+ +
+ + \ No newline at end of file diff --git a/lib/dragmath/doc/acknowledgments.html b/lib/dragmath/doc/acknowledgments.html new file mode 100644 index 0000000000..4c70f247ce --- /dev/null +++ b/lib/dragmath/doc/acknowledgments.html @@ -0,0 +1,32 @@ + + +DragMath Documentation - License + + + + + +

DragMath copyright information

+ +

DragMath is licensed under the GNU General Public License (GPL) (http://www.gnu.org/copyleft/gpl.html) +

+All source code in this package is written by Alex Billingsley except the libraries used. The copyright information for the libaries is included below:

+
+

+

JDOM
http://www.jdom.org

+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. +

+
+

+

JEP
https://sourceforge.net/projects/jep/

+JEP is licensed under the GNU General Public License (GPL) (http://www.gnu.org/copyleft/gpl.html)

+

+
+

glyFX Common Toolbar Set Icons
http://www.glyfx.com

+Icons used in software, license found at; http://www.glyfx.com/license-toolbar.html

+ + +
+ + + \ No newline at end of file diff --git a/lib/dragmath/doc/browser.html b/lib/dragmath/doc/browser.html new file mode 100644 index 0000000000..585d74f25c --- /dev/null +++ b/lib/dragmath/doc/browser.html @@ -0,0 +1,85 @@ + + +DragMath Documentation - Running applet in web browser + + + + + +

Running applet in web browser

+ +

+Details are given on the file structure of the required files, and <APPLET> tag to enable the applet to run in a web browser. +

+The applet currently requires Java Runtime Environment (JRE) 1.4 or higher to run, which can be obtained from www.java.com +

+The recommended file structure is: +

+ +
+
applet.html
+
+
\dragmath
+
+
+
\Display
+
+
MainApplet.class
+
+
+
\lang
+
+
en.xml
+
+
+
\formats
+
+
Maple.xml
+
Latex.xml
+
MathML.xml
+
Maxima.xml
+
+
+
AbsoluteLayout.jar
+
swing-layouts-1.0.jar
+
jdom.jar
+
jep.jar
+
Project.jar
+
+
+
+Using this structure the following <APPLET> tag should be used: +

+

+ +<applet +name= +"dragmath" +codebase="classes" +code= +"Display.MainApplet.class" + archive= +"Project.jar,AbsoluteLayout.jar,swing-layout-1.0.jar,,jdom.jar,,jep.jar" + width= +540 + height= +300 +>
+<param +name=
+language +value= +"en" + >
+</applet > +
+

+ +All of the .jar files in the \dragmath directory require digitally signing. A tutorial on how to do this can be viewed at,
+http://java.sun.com/developer/onlineTraining/Programming/JDCBook/signed.html#example + +
+ + + \ No newline at end of file diff --git a/lib/dragmath/doc/complex.html b/lib/dragmath/doc/complex.html new file mode 100644 index 0000000000..98317bffd5 --- /dev/null +++ b/lib/dragmath/doc/complex.html @@ -0,0 +1,209 @@ + + +DragMath Documentation - Creating complex expressions + + + + + +

Creating complex expressions

+ +

+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. +

+

+Operators and functions can be entered into text boxes using the keyboard with the following syntax: +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameSyntax
Addition+
Multiplication*
Division/
Greater than>
Less than<
Equal=
==
Less than or Equal<=
Greater than or Equal>=
Power^
Sinesin(x)
Cosinecos(x)
Tangenttan(x)
Arc Sineasin(x)
Arc Cosineacos(x)
Arc Tangentatan(x)
Hyperbolic Sinesinh(x)
Hyperbolic Cosinecosh(x)
Hyperbolic Tangenttanh(x)
Inverse Hyperbolic Sineasinh(x)
Inverse Hyperbolic Cosineacosh(x)
Inverse Hyperbolic Tangentatanh(x)
Natural Logarithmln(x)
Logarithmlog(x)
Exponentialexp(x)
Absolute Valueabs(x)
Square Rootsqrt(x)
Unionunion(a,b)
Intersectionintersection(a,b)
Determinantdet(a)
Tracetrace(a)
Subsetsubset(a,b)
Integralintegrate(f,x)
+int(f,x)
Definite Integralintegrate(f,x,a,b)
+int(f,x,a,b) +
Differentialdiff(f,x)
Sumsum(n^2,n,1,10)
Productproduct(n^2,n,1,10)
+ +

+Once the box that you have been typing in has been left then the text is turned into templates automatically for you. +

+
+ +How to use layout templates + + +

+There are special templates called layout templates, beause they each take a unique layout. These are:
+Fraction
+Square Root
+N-th Root
+Subscript
+Superscript
+Matrix
+Integral
+Differential
+Product
+Sum
+Limit
+Evaluate at a point
+Grouping (round brackets, curly brackets, square brackets, modulus)
+

+

+These layout templates can be used in exactly the same way as the other math templates. +

+ +
+ +How to add symbols + +

+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. +

+ +
+ + diff --git a/lib/dragmath/doc/cvs.html b/lib/dragmath/doc/cvs.html new file mode 100644 index 0000000000..dc9f60795b --- /dev/null +++ b/lib/dragmath/doc/cvs.html @@ -0,0 +1,73 @@ + + +DragMath Documentation - Setting up DragMath CVS in NetBeans + + + + + +

Setting up DragMath CVS in NetBeans

+ +

+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).

+

+1. Install NetBeans
+2. Get source code from DragMath CVS repository
+3. Update and Commiting your local source code copy +

+
+ + +1. Install NetBeans + +
+

+NetBeans is the integrated development environment (IDE) used for DragMath. +It is open source and can be downloaded from http://www.netbeans.org. +

+
+ + +2. Get source code from DragMath CVS repository + +

+Start NetBeans and do the following to get the DragMath source code:
+

+1. File -> New Project +

+2. Choose the 'General' category, and then 'Java Application' under Projects, then click Next. +

+3. Set the Project Name as "ddma". Click Browse to choose the location where you would like the code stored. Then click Next. +

+4. CVS -> Checkout. The click Edit. +

+5. Fill in the location information identifying the DragMath CVS repository and click OK.
+ Access Method: pserver for anonymous, ext for developer accounts
+ User: "anonymous" or your DragMath developer account at SourceForge
+ Host: dragmath.cvs.sourceforge.net
+ Repository Path: /cvsroot/dragmath +

+6. Enter your password, none for anonymous login, then click Next +

+7. Set the Module as "ddma", and the Local Folder to the same location the Project was created. Then click Finish. +

+8. Once the source code has been downloaded, click Close to the popup message about opening the project. +

+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. +

+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. +

+11. The code is now ready to work on. +

+
+ +3. Update and Commiting your local source code copy + +

+The code can be updated and commited using the Update and Commit options under the CVS menu in NetBeans. +

+ +
+ + + \ No newline at end of file diff --git a/lib/dragmath/doc/editing.html b/lib/dragmath/doc/editing.html new file mode 100644 index 0000000000..ee79b40b34 --- /dev/null +++ b/lib/dragmath/doc/editing.html @@ -0,0 +1,47 @@ + + +DragMath Documentation - Editing an expression + + + + + +

Editing an expression

+ +

+Basic editing options are supplied to edit the expression: +

+ + +
+ + + \ No newline at end of file diff --git a/lib/dragmath/doc/img/plus.jpg b/lib/dragmath/doc/img/plus.jpg new file mode 100644 index 0000000000..848f6e6e13 Binary files /dev/null and b/lib/dragmath/doc/img/plus.jpg differ diff --git a/lib/dragmath/doc/img/sin on box.jpg b/lib/dragmath/doc/img/sin on box.jpg new file mode 100644 index 0000000000..ce319b32f3 Binary files /dev/null and b/lib/dragmath/doc/img/sin on box.jpg differ diff --git a/lib/dragmath/doc/img/sin on plus.jpg b/lib/dragmath/doc/img/sin on plus.jpg new file mode 100644 index 0000000000..72ff4c1cac Binary files /dev/null and b/lib/dragmath/doc/img/sin on plus.jpg differ diff --git a/lib/dragmath/doc/img/sin.jpg b/lib/dragmath/doc/img/sin.jpg new file mode 100644 index 0000000000..7dbe6f03e9 Binary files /dev/null and b/lib/dragmath/doc/img/sin.jpg differ diff --git a/lib/dragmath/doc/index.html b/lib/dragmath/doc/index.html new file mode 100644 index 0000000000..adcc364d6a --- /dev/null +++ b/lib/dragmath/doc/index.html @@ -0,0 +1,16 @@ + + +DragMath Documentation + + + + + + + + + + + + diff --git a/lib/dragmath/doc/integrations.html b/lib/dragmath/doc/integrations.html new file mode 100644 index 0000000000..662e14af7b --- /dev/null +++ b/lib/dragmath/doc/integrations.html @@ -0,0 +1,49 @@ + + +DragMath Documentation - Integrations + + + + + +

Integrations

+ +

+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. +

+
+ + +Moodle + +

+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 installation instructions. +

+
+ + +STACK + +

+STACK is a computer aided assessment (CAA) package for mathematics. It was mainly developed by Chris Sangwin (a developer of DragMath). +

+
+ + +YourMathsTutor Website + +

+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 Simple Machines Forum (SMF), which is a powerful open source forum. More information on how it was integrated and how it is used in the forum. +

+
+ + +http://www.diambars.org/ + +

+The Diambars institute is a training structure embracing sports and education located in Saly, Senegal. +

+
+ + + \ No newline at end of file diff --git a/lib/dragmath/doc/language.html b/lib/dragmath/doc/language.html new file mode 100644 index 0000000000..88ea0057d2 --- /dev/null +++ b/lib/dragmath/doc/language.html @@ -0,0 +1,31 @@ + + +DragMath Documentation - Adding a language + + + + + +

Adding a language

+ +

+The software is supplied with an English language file, ‘en.xml’. 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. +

+

+For example consider the error message when a file cannot be read, +

+ +<ReadingFile> +Error reading format file: Check file is valid +</ReadingFile> + +

+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. +

+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 Options section or the Changing applet parameters section. +

+ +
+ + + \ No newline at end of file diff --git a/lib/dragmath/doc/navframe.html b/lib/dragmath/doc/navframe.html new file mode 100644 index 0000000000..4ab7ca4dc5 --- /dev/null +++ b/lib/dragmath/doc/navframe.html @@ -0,0 +1,34 @@ + + +
+
DragMath
+
+ +
+
Basic Usage
+
Creating simple expressions
+
Creating complex expressions
+
Editing an expression
+
Options
+
+
Advanced Usage
+
Adding a language
+
Adding an output format
+
Changing applet parameters
+
Integrations
+
+
Developer Usage
+
Setting up DragMath CVS in NetBeans
+
Running applet in web browser
+
Adding a function/operator
+
+
About
+
License
+
About DragMath
+
+

+
www.dragmath.bham.ac.uk
+
+ + \ No newline at end of file diff --git a/lib/dragmath/doc/newformat.html b/lib/dragmath/doc/newformat.html new file mode 100644 index 0000000000..20a19a026c --- /dev/null +++ b/lib/dragmath/doc/newformat.html @@ -0,0 +1,227 @@ + +DragMath Documentation - Adding an output format + + + +
Adding an output format
+
+
+

+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.

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.
+

N-ary operators +have a single ‘output’ element e.g. for addition this +is 
     <Add>
        +<output>+</output>
    </Add>

Binary Operators have 3 +‘output’ elements e.g. for fraction in Latex this is
    <Divide brackets="false">
        +<output1>\frac{</output1>
        +<output2>}{</output2>
        +<output3>}</output3>
    </Divide>

Functions have 2 ‘output’ +elements e.g. for square root in Latex this is
    +<SquareRoot brackets="false">
        +<output1>\sqrt{</output1>
        +<output2>}</output2>
    +</SquareRoot>


+
N-ary functions have 'n' output elements +e.g. for definite integral in Latex it has +5
+
    +<DefiniteIntegral reverse="true">
        +<output1>  \int_{</output1>
        +<output2>}^{</output2>
        +<output3>}</output3>
        +<output4>\,\mathrm{d</output4>
        +<output5>}</output5>
    +</DefiniteIntegral>
+
 
+
+
Symbols have 1 ‘output’ element e.g. for +Infinity in Latex this is
    +<Infinity>
        +<output>\infty</output>
    +</Infinity>


Groupings have 2 ‘output’ elements e.g. +for square brackets in Latex this is
    <BracketsSq>
        +<output1>\left[</output1>
        +<output2>\right]</output2>
    +</BracketsSq>


Matrix in Latex is as +follows:
    <Matrix>
        +<matrixStart>\left( +\begin{array}{ccc}</matrixStart>
        +<rowStart />
        +<elementStart />
        +<elementEnd />
        +<elementSeparator><![CDATA[ & +]]></elementSeparator>
        +<rowEnd> \\ </rowEnd>
        +<rowSeparator />
        +<matrixEnd>\end{array} +\right)</matrixEnd>
    +</Matrix>



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.

There are various options +that can be set to allow more control over the +output.
+
 
+
Reverse
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,
    <NthRoot reverse="true" brackets="false">
        +<output1>\sqrt[ +</output1>
        +<output2>]{</output2>
        +<output3>}</output3>
    +</NthRoot>

+
 
+
Argument Order
+
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.
    <Sum order="1,2,3,0">
        +<output1> \sum_{{</output1>
        +<output2>}={</output2>
        +<output3>}}^{</output3>
        +<output4>}</output4>
        +<output5></output5>
    +</Sum>


+
AutoBrackets
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,
+
    <name AutoBrackets="false">Latex</name>
+
 
+
Brackets on Functions
Brackets +are added by default around the argument of a function. For example Sine in +Latex is,
    <Sine>
        +<output1>\sin +</output1>
        <output2 +/>
    </Sine>


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,
    <SquareRoot brackets="false">
        +<output1>\sqrt{</output1>
        +<output2>}</output2>
    +</SquareRoot>

+
 
+
Initial
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.
    <Add>        
        +<initial><times/></initial>
        +<output</output> 
    +</Add>

 ‘a x b x c’ would then be converted +to,
    +<times/>
        +<ci>a</ci>
        +<ci>b</ci>
        +<ci>c</ci>
+
 
+
Final
+
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.
+
    <Union>
        +<initial>union(</initial>
        +<output>,</output>
        +<final>)</final>
    +</Union>
+
 
diff --git a/lib/dragmath/doc/newobject.html b/lib/dragmath/doc/newobject.html new file mode 100644 index 0000000000..a5b8897556 --- /dev/null +++ b/lib/dragmath/doc/newobject.html @@ -0,0 +1,43 @@ + + +DragMath Documentation - Adding a function/operator + + + + + +

Adding a function/operator

+ +

+The code can be easily modified and recompiled to add additional operators and functions. +

+However, they must adhere to the standard display layout shown below: +

+Operator: +
+ +

+Function: +
+ +

+The steps to adding one: +

+
    + +
  1. 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: +
     N-ary operator - 1 +
     Binary Operator - 2 +
     Function - 3 +
     The name of the GIF file that holds a transparent image of the object, of size  16x16, 24x24 or 32x32 pixels.
     The text of the element should hold the + characters that represent the object. +
  2. 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'. +
  3. 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. +
  4. 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. +
  5. 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. +
  6. An entry in each format XML file will be required for the new object. For details on how to do this see here. + + + + + \ No newline at end of file diff --git a/lib/dragmath/doc/options.html b/lib/dragmath/doc/options.html new file mode 100644 index 0000000000..dbc72e3db2 --- /dev/null +++ b/lib/dragmath/doc/options.html @@ -0,0 +1,46 @@ + + +DragMath Documentation - Options + + + + + +

    Options

    + +

    + +Exporting an expression + +

    +

    +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. +

    +
    + +Changing the language + +

    +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. +

    + +
    + +Help + +

    +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. +

    + +
    + +Implicit Multiplication + +

    +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. +

    +
    + + \ No newline at end of file diff --git a/lib/dragmath/doc/parameters.html b/lib/dragmath/doc/parameters.html new file mode 100644 index 0000000000..7e5539f5aa --- /dev/null +++ b/lib/dragmath/doc/parameters.html @@ -0,0 +1,190 @@ + + +DragMath Documentation - Changing applet parameters + + + + + +

    Changing Applet parameters

    + +

    +There are various parameters that can be set inside the <APPLET> tag, to change particular options of the applet. +

    + + +Language + +

    + +<param +name= + +language + +value= + +"en" + +> + +
    +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". +

    + + +Output Format + +

    + +<param +name= + +outputFormat + +value= + +"MathML" + +> + +
    +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. +

    + + +Open applet with an expression + +

    + +<param +name= + +openWithExpression + +value= + +"sin(1+x)" + +> + +
    +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. +

    + + +Hide the menu + +

    + +<param +name= + +hideMenu + +value= + +"true" + +> + +
    +By default the drop-down menus are shown. To hide them set the value of the parameter to "True" or "true". +

    + + +Hide the toolbar + +

    + +<param +name= + +hideToolbar + +value= + +"true" + +> + +
    +By default the toolbar is shown. To hide it set the value of the parameter to "True" or "true". +

    + + +Implicit multiplication + +

    + +<param +name= + +implicitMultiplication + +value= + +"true" + +> + +
    +By default implicit multiplication is set to off. To turn it on set the value of the parameter to "True" or "true". +

    + + +Decimal Numbers + +

    + +<param +name= + +displayDecimalNumbers + +value= + +"true" + +> + +
    +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. +

    + + +Customise toolbar + +

    + +<param +name= + +customToolbar + +value= + +"0 1 2 | 3 4 | 5 6 7 | 8" + +> + +
    +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 +

    +0 = Clear workspace
    +1 = Load Expression from file
    +2 = Save expression to file
    +3 = Undo
    +4 = Redo
    +5 = Cut
    +6 = Copy
    +7 = Paste
    +8 = Export
    +| = Separator +

    + +The default is set to "0 1 2 | 3 4 | 5 6 7 | 8" + +
    + + \ No newline at end of file diff --git a/lib/dragmath/doc/simple.html b/lib/dragmath/doc/simple.html new file mode 100644 index 0000000000..ec5086fbca Binary files /dev/null and b/lib/dragmath/doc/simple.html differ diff --git a/lib/dragmath/readme_moodle.txt b/lib/dragmath/readme_moodle.txt new file mode 100644 index 0000000000..3eedeb66e8 --- /dev/null +++ b/lib/dragmath/readme_moodle.txt @@ -0,0 +1,9 @@ +Description of DragMath 0.7.7 library import into Moodle + +Removed: + * demo* + + +skodak + +$Id$