<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://blutwald.de/index.php?action=history&amp;feed=atom&amp;title=Math_Plugin_en</id>
	<title>Math Plugin en - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://blutwald.de/index.php?action=history&amp;feed=atom&amp;title=Math_Plugin_en"/>
	<link rel="alternate" type="text/html" href="https://blutwald.de/index.php?title=Math_Plugin_en&amp;action=history"/>
	<updated>2026-04-18T02:44:12Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Earthdawn-Wiki.v2</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://blutwald.de/index.php?title=Math_Plugin_en&amp;diff=2941&amp;oldid=prev</id>
		<title>Root: Die Seite wurde neu angelegt: „With this Plugin for [http://www.jspwiki.org JSPWiki] you can enter mathematical formulas in Latex syntax directly in the Wiki and display them as Gifs in a similar way like it is possible with the famous [http://www.wikipedia.org Wikipedia]. Everything happens in Java - you do not need Latex or other non-java binaries.    The visualization of the formulas is most of the work. This is done by [http://www.atp.rub.de/VCLab/software/HotEqn/HotEqn.html HotEnq…“</title>
		<link rel="alternate" type="text/html" href="https://blutwald.de/index.php?title=Math_Plugin_en&amp;diff=2941&amp;oldid=prev"/>
		<updated>2024-10-22T18:36:39Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „With this Plugin for [http://www.jspwiki.org JSPWiki] you can enter mathematical formulas in Latex syntax directly in the Wiki and display them as Gifs in a similar way like it is possible with the famous [http://www.wikipedia.org Wikipedia]. Everything happens in Java - you do not need Latex or other non-java binaries.    The visualization of the formulas is most of the work. This is done by [http://www.atp.rub.de/VCLab/software/HotEqn/HotEqn.html HotEnq…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;With this Plugin for [http://www.jspwiki.org JSPWiki] you can enter mathematical formulas in Latex syntax directly in the Wiki and display them as Gifs in a similar way like it is possible with the famous [http://www.wikipedia.org Wikipedia]. Everything happens in Java - you do not need Latex or other non-java binaries.&lt;br /&gt;
&lt;br /&gt;
The visualization of the formulas is most of the work. This is done by [http://www.atp.rub.de/VCLab/software/HotEqn/HotEqn.html HotEnq], a Java Component of the Ruhr University Bochum, specialist area automatic control engineering and process computer science. Thank you at Professor Dr. Dr.-Ing. Christian Schmid for friendly permission. &lt;br /&gt;
&lt;br /&gt;
For the generation of the GIF images the ACME.jar of the [http://www.acme.com ACME Laboratories] is used (Freeware).&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
[[Math Aligncenter Fontsize162sum I1n A I Int Ab F Ixg Ix Dx|{Math align=&amp;#039;center&amp;#039; fontsize=&amp;#039;16&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2\sum_{i=1}^n a_i \;\int_a^b f_i(x)g_i(x)\,dx&lt;br /&gt;
}]]&lt;br /&gt;
&lt;br /&gt;
is created by the following syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
[{Math align=&amp;amp;#039;center&amp;amp;#039; fontsize=&amp;amp;#039;16&amp;amp;#039;&lt;br /&gt;
&lt;br /&gt;
2\sum_{i=1}^n a_i \;\int_a^b f_i(x)g_i(x)\,dx&lt;br /&gt;
}]&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Math-Plugin-Parameters====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
! Necessity&lt;br /&gt;
|-&lt;br /&gt;
| body or latex=&amp;#039;..&amp;#039;&lt;br /&gt;
| mathematical term in [http://www.atp.rub.de/VCLab/software/HotEqn/HotEqn.html#LaTeX latex syntax]&lt;br /&gt;
| required&lt;br /&gt;
|-&lt;br /&gt;
| align&lt;br /&gt;
| center, left, right&lt;br /&gt;
| optional (none)&lt;br /&gt;
|-&lt;br /&gt;
| fontsize&lt;br /&gt;
| size of the base font&lt;br /&gt;
| optional (16?)&lt;br /&gt;
|-&lt;br /&gt;
| maxwidth&lt;br /&gt;
| maximum size of the produced gif (if it is smaller, the size will be adjusted)&lt;br /&gt;
| optional (600?)&lt;br /&gt;
|-&lt;br /&gt;
| maxheight&lt;br /&gt;
| maximum size of the produced gif (if it is smaller, the size will be adjusted)&lt;br /&gt;
| optional (200?)&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor&lt;br /&gt;
| color of the background&lt;br /&gt;
| optional (white)&lt;br /&gt;
|-&lt;br /&gt;
| color&lt;br /&gt;
| color of the text&lt;br /&gt;
| optional (black)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Installation====&lt;br /&gt;
&lt;br /&gt;
1. The following jars must be copied to {JSPWiki}/WEB-INF/lib:&lt;br /&gt;
&lt;br /&gt;
* [[SBaltes Plugins SBaltes Plugins Jar|SBaltesPlugins.jar]] &lt;br /&gt;
* [[Math Plugin Hot Eqn Jar|HotEqn.jar]]&lt;br /&gt;
* [[Math Plugin Acme Jar|Acme.jar]]&lt;br /&gt;
&lt;br /&gt;
2. The following must be added to {JSPWiki}/WEB-INF/web.xml:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
	&amp;amp;lt;servlet&amp;amp;gt; &lt;br /&gt;
	   &amp;amp;lt;servlet-name&amp;amp;gt;DownloadJobServlet&amp;amp;lt;/servlet-name&amp;amp;gt; &lt;br /&gt;
	   &amp;amp;lt;servlet-class&amp;amp;gt;&lt;br /&gt;
	      com.ecyrd.jspwiki.plugin.DownloadJobServlet&lt;br /&gt;
	   &amp;amp;lt;/servlet-class&amp;amp;gt; &lt;br /&gt;
	&amp;amp;lt;/servlet&amp;amp;gt; &lt;br /&gt;
	&lt;br /&gt;
	&amp;amp;lt;servlet-mapping&amp;amp;gt; &lt;br /&gt;
	   &amp;amp;lt;servlet-name&amp;amp;gt;DownloadJobServlet&amp;amp;lt;/servlet-name&amp;amp;gt; &lt;br /&gt;
	   &amp;amp;lt;url-pattern&amp;amp;gt;/downloadJob&amp;amp;lt;/url-pattern&amp;amp;gt; &lt;br /&gt;
	&amp;amp;lt;/servlet-mapping&amp;amp;gt; &lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Under Linux/Unix you may enable the awt headless mode (see [http://forum.java.sun.com/thread.jsp?forum=20&amp;amp;thread=132877 Headless-Mode in JDK 1.4]). You can do it in two ways:&lt;br /&gt;
* Edit Wiki.jsp and append &amp;lt;tt&amp;gt;System.setProperty(&amp;quot;java.awt.headless&amp;quot;, &amp;quot;true&amp;quot;);&amp;lt;/tt&amp;gt; in the init-method&lt;br /&gt;
* edit the catalina.sh and append &amp;lt;tt&amp;gt;CATALINA_OPTS=&amp;#039;-Djava.awt.headless=true&amp;#039;&amp;lt;/tt&amp;gt; at the head of the file&lt;br /&gt;
&lt;br /&gt;
====Source Code====&lt;br /&gt;
&lt;br /&gt;
The source code is part of the SBaltesPlugins.jar.&lt;br /&gt;
&lt;br /&gt;
====License====&lt;br /&gt;
&lt;br /&gt;
MathPlugin itself is under the LGPL and uses freeware libraries:&lt;br /&gt;
&lt;br /&gt;
* [http://www.atp.rub.de/VCLab/software/HotEqn/HotEqn.html HotEnq]&lt;br /&gt;
* [http://www.acme.com ACME]&lt;br /&gt;
&lt;br /&gt;
MathPlugin a JspWiki Plugin for visualising math.&lt;br /&gt;
Copyright (C) 2004 Sebastian Baltes&lt;br /&gt;
&lt;br /&gt;
This library is free software; you can redistribute it and/or&lt;br /&gt;
modify it under the terms of the GNU Lesser General Public&lt;br /&gt;
License as published by the Free Software Foundation; either&lt;br /&gt;
version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
&lt;br /&gt;
This library is distributed in the hope that it will be useful,&lt;br /&gt;
but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU&lt;br /&gt;
Lesser General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.txt GNU LESSER GENERAL PUBLIC LICENSE Version 2.1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The EXAMPLE does not show up on my browser (Iceweasel)&lt;/div&gt;</summary>
		<author><name>Root</name></author>
	</entry>
</feed>