strichlein waren vertauscht

This commit is contained in:
erik 2008-04-19 08:50:23 +00:00
parent 05af4dddec
commit 1115ea2179
3 changed files with 15 additions and 17 deletions

View File

@ -4815,7 +4815,7 @@
<tspan
x="20603.59"
y="6663.8945"
id="tspan2215">&quot;</tspan>
id="tspan2215">'</tspan>
</text>
<text
style="font-size:706px;font-weight:700;fill:#161616;stroke:none;visibility:visible;font-family:Arial embedded"
@ -4843,7 +4843,7 @@
<tspan
x="18792.834"
y="6663.8945"
id="tspan2251">'</tspan>
id="tspan2251">&quot;</tspan>
</text>
<text
style="font-size:706px;font-weight:700;fill:#161616;stroke:none;visibility:visible;font-family:Arial embedded"

Before

Width:  |  Height:  |  Size: 289 KiB

After

Width:  |  Height:  |  Size: 289 KiB

View File

@ -56,7 +56,7 @@
</metadata>
<sodipodi:namedview
inkscape:window-height="1019"
inkscape:window-width="1651"
inkscape:window-width="1280"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
guidetolerance="10.0"
@ -66,11 +66,11 @@
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
inkscape:zoom="0.70710678"
inkscape:cx="1054.6589"
inkscape:cy="291.73923"
inkscape:window-x="1400"
inkscape:window-y="0"
inkscape:zoom="0.56111861"
inkscape:cx="1052.3622"
inkscape:cy="375.52689"
inkscape:window-x="0"
inkscape:window-y="2"
inkscape:current-layer="svg2"
width="2104.7244px"
height="650px"
@ -854,7 +854,7 @@
<tspan
x="20603.59"
y="6663.8945"
id="tspan2215">&quot;</tspan>
id="tspan2215">'</tspan>
</text>
<text
style="font-size:564px;font-weight:400;fill:#161616;stroke:none;visibility:visible;font-family:Arial embedded"
@ -872,7 +872,7 @@
<tspan
x="18792.834"
y="6663.8945"
id="tspan2251">'</tspan>
id="tspan2251">&quot;</tspan>
</text>
<text
style="font-size:564px;font-weight:400;fill:#161616;stroke:none;visibility:visible;font-family:Arial embedded"

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -1,8 +1,10 @@
== 3. Ebene ==
~/ (Shell)
~/ ./ &> >& =` (Shell)
#!/ (Shell)
$@ (Bash)
:= (Pascal, Delphi)
-> (C, Java)
=> <= >= (zahlreiche Programmiersprachen)
-> => (C, Java, ASCII-Pfeile)
<= >= (zahlreiche Programmiersprachen)
<> (Pascal, Delphi)
!= (C, Java)
:// (URL)
@ -10,20 +12,16 @@
</ /> <!-- --> (XML, HTML)
<? ?> (PHP)
/* */ (C, Java)
./ (Shell)
=" =' (zahlreiche Programmiersprachen)
!" ?" (sollte eigentlich in normalen Texten ?“ bzw. !“ sein)
(" ") (' ') (zahlreiche Programmiersprachen)
); '; "; "); (C, Java, Pascal, Delphi)
," ", ,' ', (zahlreiche Programmiersprachen)
&> >& =` (Shell)
}[ ]{ _{ ^{ (Latex)
^2 ^3 (Tabellenkalkulation, Latex, Programmiersprachen)
:-) ;-) (Chat, Email)
): (Python)
+= *= /= -= (C, Java, Python)
#!/ (Shell)
$@ (Bash)
{$ (Pascal, Delphi)
#{ (Ruby)
$* $< $( %. ${ (Makefiles, Bash)