Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki

Dies ist eine alte Version des Dokuments!


FIXME Diese Seite wurde noch nicht vollständig übersetzt. Bitte helfen Sie bei der Übersetzung.
(diesen Absatz entfernen, wenn die Übersetzung abgeschlossen wurde)

Wiki

Plugins

ASCII to SVG

Converts ASCII graphs to embedded SVGs:

ascii 2 svg https://9vx.org/~dho/a2s/

Chemistry (Chem)

C2H5O2-Na+

CSV

DateDischarge
18/11/20110.121
19/11/20110.12
20/11/20110.121
21/11/20110.12
22/11/20110.12
23/11/20110.117
24/11/20110.119
25/11/20110.122
26/11/20110.125
27/11/20110.14

Chart

Latex, Latexit and MathJax

Latex is rendered using MathJax as a separate formula

$$E=m*c^2$$

or as an escaped bracket

$$1+2+\dots+n=\frac{n(n+1)}{2}$$

or using the equation array or inline as $Q=Q_0*exp(^{-\alpha*t})$ or in escaped parenthesis $1+2+\dots+n=\frac{n(n+1)}{2}$ .

Users can export the page to Tex and process it. Pages containing latex code can be exported to OpenOffice and to PDF files, equations will be included in latex notation, however. If they are to be included as pictures, the MathJax Plugin needs to be disabled and the Latex-Plugin needs to activated. When the Latex-Plugin is activated the Latexit-Plugin (for Latex-Export) needs to be deactivated as well (temporarily) as Latex and Latexit-Plugins interfere.

AMChart

<amchart> {

"type": "pie",
"dataProvider": [ {
  "country": "Lithuania",
  "litres": 501.9
}, {
  "country": "Czech Republic",
  "litres": 301.9
}, {
  "country": "Ireland",
  "litres": 201.1
}, {
  "country": "Germany",
  "litres": 165.8
}, {
  "country": "Australia",
  "litres": 139.9
}, {
  "country": "Austria",
  "litres": 128.3
}, {
  "country": "UK",
  "litres": 99
}, {
  "country": "Belgium",
  "litres": 60
}, {
  "country": "The Netherlands",
  "litres": 50
} ],
"valueField": "litres",
"titleField": "country",
 "balloon":{
 "fixedPosition":true
}

} </amchart>

<amchart> {

  "dataLoader": {
    "url": "http://www.uhydro.de/files/csv/rainfall.csv",
    "format": "csv",
    "delimiter": ",",       // column separator
    "useColumnNames": true, // use first row for column names
    "skip": 1               // skip header row
},
"type": "xy",
"graphs": [
	{
		"bullet": "diamond",
		"lineAlpha": 0,
		"valueField": "value",
		"xField": "x",
		"yField": "y"
	}
],
"dataProvider": [
	{
		"y": 10,
		"x": 14,
		"value": 59
	},
	{
		"y": 5,
		"x": 3,
		"value": 50
	},
	{
		"y": 8,
		"x": 19,
		"value": 55
	}
]

} </amchart>

Laden von Daten aus CSV Datei.

C3Chart

Graphviz

Image Reference

Abb. 1: John Doe

The Dokuwiki image can be seen in Abbildung 1.

Zotero

Referenz auf 1) und mit Zotero auf [Kuells1994].

/usr/www/users/uhydro/doku/data/attic/wiki.1524987176.txt.gz · Zuletzt geändert: 2024/04/10 10:11 (Externe Bearbeitung)