Differences

This shows you the differences between the selected revision and the current version of the page.

tech:dokutexit:playground 2010/07/29 19:56 tech:dokutexit:playground 2010/09/04 00:16 current
Line 2: Line 2:
language = en language = en
~~ ~~
 +
<texit info> <texit info>
Line 8: Line 9:
recurse=on recurse=on
</texit> </texit>
- 
You can test DokuTeXit here. Each time this page is modified you can regenerate the pdf by clicking on that button above. You can test DokuTeXit here. Each time this page is modified you can regenerate the pdf by clicking on that button above.
 +====== DokuTeXit PlayGround ======
 +^Does this work^
 +changing
 +===== Braces =====
-====== DokuTeXit PlayGround ======+ 
 + 
 +  * __**[[project:start|Project]]**__ 
 + 
 + 
 +We seem to have a problem with curly braces like this: [{<texit>\{</texit>] and this [}<texit>\}</texit>] 
 + 
 +foo {<texit>\{\}</texit>} bar 
 + 
 +http:%%//%%{<texit>\{</texit>baseURI<texit>\}</texit>}/foo/bar 
 + 
 +  * Foo 
 +  * Bar 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 +===== End Braces =====
Line 39: Line 67:
</texit> </texit>
 +
 +====== Color test ======
 +
 +<color red> This text in red</color> and this one not
 +
 +<color blue> This text in blue</color>
 +
 +<color #FFDD77> This text in RGB value</color>
 +
 +
 +<color #22AA55> This text in RGB value</color>
 +
 +
 +
 +===== End Braces =====
 +
 +
 +====== Note test ======
 +<note> **This is my note ! Remember it !!** </note>
 +
 +<note important> Warning ! You're about to lose your mind ;-) </note>
 +
 +<note tip> The clues are in the images. </note>
 +
 +<note warning> Beware of the dog when you open the door !! </note>
 +
 +
 +====== HowTo break it: Footnote with code test ======
 +
 +The following will break if not inserted:
 +
 +  Here we have a footnote((and the footnote has a code part: <code>This will break, right?</code>))
 +
 +
 +====== Level 1 Headline ======
 +
 +===== Test addition of headline =====
 +
 +===== Level 2 Headline =====
 +==== Level 3 Headline ====
 +=== Level 4 Headline ===
 +== Level 5 Headline ==
 += Level 6 Headline =
 +
 +
 +
 +
 +
 +
 +====== Image link image ======
 +{{ http://lpln.free.fr/minis/edtm0lh0.png }}
 +
 +
 +
 +[[http://lpln.free.fr/pics/edtm0lh0.png|{{ http://lpln.free.fr/minis/edtm0lh0.png }}]]
 +
 +
 +===my picture from web===
 +LOL8 -O {{http://img61.imageshack.us/img61/364/26777751ue4.gif}}
 +{{  http://infotrope.net/blog/wp-content/uploads/2007/06/dokuwiki-install.png}}
 +
 +
 +**Was soll das?**
 +
 +
 +
 +====== Avec des accents ======
 +Il était une fois, une fée qui concoctait des délicieuses tartes à l'ail.
 +Clip
 +ñ
 +[[:tech:dokutexit|test link]]
 +
 +**Bold** //Italic// ''Code'' <del>Deleted</del> <sup>supscript</sup> <sub>subscript</sub>
 +
 +LaTeX Rocks .
 +
 +;-) Indeed!
 +
 +
 +|Project name^Bla Bla^
 +^Document version|0.1 - draft|
 +^Author|John Do|
 +^Preparation date|18<sup>th</sup> January 2007|
 +^Owner|James Bond|
 +^Review date|.|
 +^Document location|__missing url__ :!:|
 +
 +----
 +
 +FIXME
 +
 +How to make it works with wamp, miktex and imagemagick ?????
 +
 +
 +====== Some more testing ======
 +
 +====== Und noch ein Test ======
 +
 +==== ???? ====
 +===== Here it goes =====
 +
 +   
 +
 +==== Right here ====
 +
 +[[http://example.com|A Link]] to some where
 +
 +and now?
 +
 +^Table^Col^
 +^Table1|Col1|
 +^Table2|Col2|
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +==== image ====
 +<graphviz>
 +digraph SomeGraph {
 +        bgcolor=transparent;
 +        node [style=rounded, fontname=Arial, fontsize=13];
 +        edge [fontname=Arial, fontsize=11];
 +        P  [label=Ideas,        shape=box, pin=true, pos="6,3.5"];
 +        H  [label=Reading,      shape=box, pin=true, pos="4,3"];
 +        CC [label="Feedback", shape=box, pin=true, pos="6,3.5"];
 +        L  [label=Writing,        shape=box, pin=true, pos="1,2"];
 +        M  [label=Publish,        shape=box, pin=true, pos="1,1"];
 +        CC -> P [label="Adding"];
 +
 +}
 +</graphviz>
 +
 +<graphviz>
 +digraph SomeGraph {
 +        bgcolor=transparent;
 +        node [style=rounded, fontname=Arial, fontsize=13];
 +        edge [fontname=Arial, fontsize=11];
 +        P  [label=Ideas,        shape=box, pin=true, pos="6,3.5"];
 +        H  [label=Reading,      shape=box, pin=true, pos="4,3"];
 +        CC [label="Feedback", shape=box, pin=true, pos="6,3.5"];
 +        L  [label=Writing,        shape=box, pin=true, pos="1,2"];
 +        M  [label=Publish,        shape=box, pin=true, pos="1,1"];
 +        CC -> P [label="Adding"];
 +        H <-> CC [label="Thinking"];
 +        P -> L  [label="Change layout"];
 +        L -> H  [label="Updating"];
 +        L -> M  [arrowhead=vee];
 +}
 +</graphviz>
 +
 +working?
 +
 +
 +
 +
 +
 +
 +==== code hightlight ====
 +
 +=== Bash ===
 +
 +<code bash>
 +#!/bin/sh
 +
 +while true
 + do
 +  echo "coucou"
 + done
 +</code>
 +
 +=== C ===
 +
 +<code c>
 +void main()
 +{
 +  int blarg;
 +  if (blarg==1) printf("foo");
 +}
 +</code>
 +
 +=== C++ ===
 +
 +<code c++>
 +void main()
 +{
 +  int blarg;
 +  if (blarg==1) printf("foo");
 +}
 +</code>
 +
 +
 +=== Cpp ===
 +
 +<code cpp>
 +void main()
 +{
 +  int blarg;
 +  if (blarg==1) printf("foo");
 +}
 +</code>
 +
 +=== Java ===
 +
 +<code java>
 +public static void main(String[] args) {
 +  int blarg;
 +  if (blarg==1) System.out.print("foo");
 +}
 +
 +</code>
 +
 +=== Python ===
 +
 +<code python>
 +def hello:
 +    print "Hello World"
 +
 +</code>
 +
 +
 +
 +
 +===== tables =====
 +
 +^My Heading ^ is ^ Over ^
 +| I | Can't  |
 +^Handle | That... |    Are you sure ?|
 +
 +^ # ^ Text ^
 +| 1 | I want make very long text to know where lines breakes, it's can be very tricky. |
 +| 2 | I want make very long text to know where lines breakes, it's can be very tricky. |
 +| 3 | I want make very long text to know where lines breakes, it's can be very tricky. |
 +| 4 | I want make very long text to know where lines breakes, it's can be very tricky. |
 +| 5 | I want make very long text to know where lines breakes, it's can be very tricky. |
 +
 +^ # ^ Text ^
 +| 1 | I want make very long text to know where lines breakes, it's can be very tricky. I want make very long text to know where lines breakes, it's can be very tricky. I want make very long text to know where lines breakes, it's can be very tricky. |
 +| 2 | I want make very long text to know where lines breakes, it's can be very tricky. I want make very long text to know where lines breakes, it's can be very tricky. I want make very long text to know where lines breakes, it's can be very tricky. |
 +
 +^ Col ^ Col ^ Col ^ Col ^
 +| Val | Val | Val | Val |
 +| Val | Val | Val | Val |
 +| Val | Val | Val | Val |
 +| Val | Val | Val | Val |
 +| Val | Val | Val | Val |
 +| Val | Val | Val | Val |
 +| Val | Val | Val | Val |
 +| Val | Val | Val | Val |
 +| Val | Val | Val | Val |
 +| Val | Val | Val | Val |
 +
 +
 +
 +^ # ^ $ ^ Very long word ^
 +| A | B | abcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZ |
 +| A | B | abcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZ |
 +| A | B | abcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZ |
 +| A | B | abcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZ |
 +| A | B | abcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZ |
 +| A | B | abcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZ |
 +| A | B | abcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZ |
 +| A | B | abcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZ |
 +| A | B | abcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyzABCDEFGHIJKMNOPQRSTUVWXYZ |
 +
 +
 +| Air contdition | date | Video | Log notes | Profiles |
 +| 1 | 2008.06.22 | <latex> \frac{3}{4 \pi} </latex> test formula in table| | |
 +| 2 | 2008.06.23 | | | |
 +| 3 | 2008.06.24 | | | |
 +| 4 | 2008.06.25 | | | |
 +| 5 | 2008.06.26 | | | |
 +| 6 | 2008.06.27 | | | |
 +| 7 | 2008.06.28 | | | |
 +| 8 | 2008.06.29 | | | |
 +| 9 | 2008.06.30 | | | |
 +| 10 | 2008.07.01 | Video without right timing in file name | | |
 +| 11 | 2008.07.02 | | | |
 +| 12 | 2008.07.03 | | | |
 +|    | 2008.07.01 | | | |
 +|    | 2008.07.02 | | | |
 +|    | 2008.07.03 | | | |
 +|    | 2008.07.04 | | | |
 +|    | 2008.07.05 | | | |
 +|    | 2008.07.06 | Break in experiment | | |
 +| 13 | 2008.07.07 | | | |
 +| 14 | 2008.07.08 | | | |
 +| 15 | 2008.07.09 | | | |
 +| 16 | 2008.07.10 | | | |
 +| 17 | 2008.07.11 | | | |
 +| 18 | 2008.07.12 | | | |
 +| 19 | 2008.07.13 | | | |
 +| 20 | 2008.07.14 | | | |
 +| 21 | 2008.07.15 | | | |
 +| 22 | 2008.07.16 | | | |
 +| 23 | 2008.07.17 | | | |
 +| 24 | 2008.07.18 | | | |
 +
 +There is a bug using formulas inside tables when exporting to *.tex. The formula is printed right before the tabular not in the specific cell.
 +regards alex
 +
 +
 +===== Image & Wrap =====
 +
 +
 +
 +{{:wiki:dokuwiki-128.png }} I have some text here. € Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. "Abc" defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw.
 +
 +
 +
 +{{ :wiki:dokuwiki-128.png}} I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw.
 +
 +
 +{{ :wiki:dokuwiki-128.png |test}} oooooooooooI have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw.
 +
 +
 +
 +{{:wiki:dokuwiki-128.png| Caption }} I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw.
 +
 +
 +{{:wiki:dokuwiki-128.png}}xxxxx I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw. I have some text here. Abc defghijkl mnop qr stuvw.
 +
 +
 +<graphviz>
 +digraph network {
 +1 -- what?
 +1 -- 3
 +1 -- 4
 +1 -- 5
 +1 -- 6
 +1 -- 7
 +1 -- 8
 +1 -- 9
 +2 -- 3
 +2 -- 4
 +2 -- 5
 +2 -- 6
 +2 -- 7
 +2 -- 8
 +2 -- 9
 +3 -- 4
 +3 -- 5
 +3 -- 6
 +3 -- 7
 +3 -- 8
 +3 -- 9
 +4 -- 5
 +4 -- 6
 +4 -- 7
 +4 -- 8
 +4 -- 9
 +
 +5 -- 6
 +5 -- 7
 +5 -- 8
 +5 -- 9
 +6 -- 7
 +
 +6 -- 8
 +6 -- 9
 +7 -- 8
 +8 -- 9
 +}
 +</graphviz>
 +
 +^1^  2  ^ 3  ^
 +| | foo | bar |
 +|3| bla | bli \newline blub|
 +
 +wow!
 +
 +
 +===== List bug ? =====
 +==== Max list depth 4 ====
 +  * depth 1
 +    * depth 2
 +      * depth 3
 +        * depth 4
 +        * depth 4
 +      * depth 3
 +
 +
 +==== Max list depth 6 ====
 +  * depth 1
 +    * depth 2
 +      * depth 3
 +        * depth 4
 +          - depth 5
 +            - depth 6
 +          - depth 5
 +        * depth 4
 +      * depth 3
 +
 +
 +===== special chars in links =====
 +
 +
 +I suppose it's a dokuwiki bug.
 +The handler gets a htmlentities() coded string instead of the raw string.
 +
 +
 +
 +====Formula====
<texit> <texit>
-\begin{CJK}{UTF8}{gbsn}+$$c^{2}=a^{2}+b^{2} a_{\frac{1}{ln(2^23)}}$$
</texit> </texit>
-Chinese: 这是中文+
<texit> <texit>
-\end{CJK}+\(x^{2}+y^{2}=\frac{1}{ln(2^23)}\)
</texit> </texit>
 +
 +
 +
 +
 +
 +===== Test Blank Line Error=====
 +<code>
 +^ Tab1  | Tab2  |  |
 +| Tab3  | Tab4  |  Tab5 |
 +
 +\\
 +
 +\\
 +</code>
 +elend möchte frauen schlagen
 +^ Tab1  | Tab2  |  |
 +| Tab3  | Tab4  |  Tab5 |
 +
 +End of Test
 +----
 +
 +==== test entry ====
 +
 +^header 1^header 2^header 3^
 +|test1|test2|test3|
 +|test11|test22|test33|
 +
 +  * listitem 1
 +  * listitem 2
 +  * listitem 3
 +  * listitem 4
 +  * listitem 5
 +
 +
 +
 +
 +
 +
 +
 +==== Some Math ====
 +
 +Here comes math (not rendered by DW): <latex>\Sigma_{i=1}^n i</latex>
 +
 +<texit info>
 +author=pc
 +title=MyTitle
 +</texit>
 +
 +
 +==== Test of symbols ====
 +Here are some greek letters from the Omega menu:
 +(This greek letters are from the symbol menu on a Mac (Firefox or Safari), and seem to break the PDF generation.  Danjer has put a capital Omega at the bottom of the page, but this actually looks a bit different from the one my symbol menu generates.)
 +????±µ¶?-*v?8???n???~˜?===??????????aßG??de??T?????µ?p??sS??t?f???O???
 +
 +
 +
 +==== Some italian characters ====
 +Die '''Bergulme''' (''Ulmus glabra'') (Syn.: ''Ulmus scabra'', ''Ulmus montana'') ist ein großer Baum aus der Gattung (Biologie) der  (''Ulmus'') und gehört in die Familie der Ulmengewächse (Ulmaceae).
 +
 +
 +== Verbreitung und Vorkommen ==
 +Die Bergulme ist fast über ganz Europa verbreitet, von Mittelspanien, Italien und Südosteuropa, bis Südskandinavien, von den Britischen Inseln bis zum Ural. Sie ist vom Tiefland bis in eine Höhe von 1300 m NN anzutreffen. Sie stellt ähnlich hohe Ansprüche an den Boden wie die Feldulme, braucht aber weniger Luftwärme. Ebenso wie die anderen zwei heimischen Ulmenarten bildet sie nie geschlossene Gehölze.
 +
 +== Beschreibung ==
 +Dieser Laubbaum wird bis 40 Meter hoch und ist sommergrün. Seine Knospen sind groß und behaart, ebenso die jüngeren Zweige. Die Blätter der Bergulme sind, wie bei allen heimischen Ulmenarten, asymmetrisch, veränderlich, 8-20 cm lang, größere Blätter sind oft dreispitzig, sie sind in der Mitte am breitesten, häufig mit 13 bis 20 Nervenpaaren, oberseits eher rauh, unterseits kurzhaarig. Bei der Frucht liegt das oft länger grün bleibende Nüßchen in der Mitte des Flügels. Das Kernholz der Bergulme ist blaßbraun, das schöngezeichnete Holz wird oft auch als Rüster bezeichnet.
 +
 +== Gefährdung ==
 +
 +Diese Art ist stark bedroht durch die starke Ausbreitung der Krankheit des Ulmensterbens. Diese Krankheit wird vom Ulmensplintkäfer übertragen, der eigentliche Auslöser ist der Pilz ''Graphium ulmi''. Wipfeldürre zeigt häufig die Gefahr an, stark befallene Teile des Baumes bzw. im Ernstfall auch der ganze Baum sollten verbrannt werden.
 +
 +==Sonstiges==
 +Die Berg-Ulme wurde 1992 zum Baum des Jahres gewählt.
 +<gallery>
 +Bild:Ulmus glabra.jpg|Blätter
 +Bild:Ulmus-glabra.JPG|Blätter
 +Bild:Camperdown Elm Prospect Park Brooklyn.jpg|''Ulmus glabra 'pendula'''
 +</gallery>
 +
 +
 +
 +
 +
 +====== PDF Test ======
 +{{tech:dokutexit:playground.pdf|test}}
 +
 +
 +
 +
 +
 +
 +====== Polish text goes here - test polskich ogonków ======
 +Próba polskich ogonków
 +zazólc gesla jazn
 +ZAZÓLC GESLA JAZN
 +
 +this DOES NOT work!
 +<color red> This wiki, latex and server are not configured to support polish text.</color>
 +
 +< code bash >
 +# test of Polish characters in code comments
 +# acelnószz
 +# ACELNÓSZZ
 +
 +< /code >
 +
 +
 +
 +
 +====== Russian text ======
 +<color red>This wiki, latex and server are not configured to support russian text.</color>
 
tech/dokutexit/playground.1280426187.txt.gz · Last modified: 2010/07/29 19:56 by 208.237.158.20
 
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki Powered by Lescampeurs