summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-19 08:50:23 +0000
committererik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-19 08:50:23 +0000
commite2f211796cf6d05a2c146fdc944583e20ef714bc (patch)
tree60ce8de08876b4d280d3f29bb8591a8c05920fa0
parentd666f0dd241ddfdbcec700e9b0b7f2a8e4ccd6f4 (diff)
strichlein waren vertauscht
git-svn-id: https://svn.neo-layout.org@489 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--grafik/aufsteller-svg/neo20-aufsteller-ben.svg4
-rw-r--r--grafik/tastatur2d-svg/neo_Ebene_3.svg16
-rw-r--r--sonderzeichenbigramme.txt12
3 files changed, 15 insertions, 17 deletions
diff --git a/grafik/aufsteller-svg/neo20-aufsteller-ben.svg b/grafik/aufsteller-svg/neo20-aufsteller-ben.svg
index f105de0..b9df568 100644
--- a/grafik/aufsteller-svg/neo20-aufsteller-ben.svg
+++ b/grafik/aufsteller-svg/neo20-aufsteller-ben.svg
@@ -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"
diff --git a/grafik/tastatur2d-svg/neo_Ebene_3.svg b/grafik/tastatur2d-svg/neo_Ebene_3.svg
index 96d8a17..80c9e55 100644
--- a/grafik/tastatur2d-svg/neo_Ebene_3.svg
+++ b/grafik/tastatur2d-svg/neo_Ebene_3.svg
@@ -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"
diff --git a/sonderzeichenbigramme.txt b/sonderzeichenbigramme.txt
index 26b045a..54ffef9 100644
--- a/sonderzeichenbigramme.txt
+++ b/sonderzeichenbigramme.txt
@@ -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)