[latexila] Change the application icons



commit 70413966c389480bdbef7b42c84f159b74bccac6
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Mar 14 17:03:05 2013 +0100

    Change the application icons
    
    This was the first icons made by Éric Forgeot. There is an SVG version.
    For big sizes (e.g. in gnome-shell) it is really nice, but for small
    sizes (e.g. in Xfce), it is a bit ugly. But the previous icon (made by
    Ann Melnichuk) was also a bit ugly for small sizes.

 AUTHORS                                     |    1 -
 configure.ac                                |    4 +-
 data/icons/{192x192 => 128x128}/Makefile.am |    2 +-
 data/icons/128x128/latexila.png             |  Bin 0 -> 12535 bytes
 data/icons/16x16/latexila.png               |  Bin 780 -> 277 bytes
 data/icons/192x192/latexila.png             |  Bin 13620 -> 0 bytes
 data/icons/22x22/latexila.png               |  Bin 1262 -> 1106 bytes
 data/icons/24x24/latexila.png               |  Bin 1329 -> 1255 bytes
 data/icons/{192x192 => 256x256}/Makefile.am |    2 +-
 data/icons/256x256/latexila.png             |  Bin 0 -> 33527 bytes
 data/icons/32x32/latexila.png               |  Bin 1610 -> 1594 bytes
 data/icons/48x48/latexila.png               |  Bin 2361 -> 3994 bytes
 data/icons/Makefile.am                      |    4 +-
 data/icons/icon.png                         |  Bin 13826 -> 0 bytes
 data/icons/scalable/Makefile.am             |    4 +
 data/icons/scalable/latexila.svg            |  818 +++++++++++++++++++++++++++
 src/main_window.vala                        |    1 -
 17 files changed, 828 insertions(+), 8 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index d57a972..9acdc92 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -44,4 +44,3 @@ Vito Fasano
 Graphic Design
 ==============
 Éric Forgeot (logo, icon and web site)
-Ann Melnichuk (icon)
diff --git a/configure.ac b/configure.ac
index 91dad81..f1ea84d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,7 +173,9 @@ AC_CONFIG_FILES([Makefile
                 data/icons/24x24/Makefile
                 data/icons/32x32/Makefile
                 data/icons/48x48/Makefile
-                data/icons/192x192/Makefile
+                data/icons/128x128/Makefile
+                data/icons/256x256/Makefile
+                data/icons/scalable/Makefile
                 data/images/Makefile
                 data/images/app/Makefile
                 data/org.gnome.latexila.gschema.xml.in
diff --git a/data/icons/192x192/Makefile.am b/data/icons/128x128/Makefile.am
similarity index 55%
copy from data/icons/192x192/Makefile.am
copy to data/icons/128x128/Makefile.am
index ef388e9..d77c1a9 100644
--- a/data/icons/192x192/Makefile.am
+++ b/data/icons/128x128/Makefile.am
@@ -1,4 +1,4 @@
-icondir = $(datadir)/icons/hicolor/192x192/apps
+icondir = $(datadir)/icons/hicolor/128x128/apps
 dist_icon_DATA = latexila.png
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/128x128/latexila.png b/data/icons/128x128/latexila.png
new file mode 100644
index 0000000..2da3ff9
Binary files /dev/null and b/data/icons/128x128/latexila.png differ
diff --git a/data/icons/16x16/latexila.png b/data/icons/16x16/latexila.png
index 0fd9d13..0d96939 100644
Binary files a/data/icons/16x16/latexila.png and b/data/icons/16x16/latexila.png differ
diff --git a/data/icons/22x22/latexila.png b/data/icons/22x22/latexila.png
index 743d3a3..35d429b 100644
Binary files a/data/icons/22x22/latexila.png and b/data/icons/22x22/latexila.png differ
diff --git a/data/icons/24x24/latexila.png b/data/icons/24x24/latexila.png
index d8e11e3..9353450 100644
Binary files a/data/icons/24x24/latexila.png and b/data/icons/24x24/latexila.png differ
diff --git a/data/icons/192x192/Makefile.am b/data/icons/256x256/Makefile.am
similarity index 55%
rename from data/icons/192x192/Makefile.am
rename to data/icons/256x256/Makefile.am
index ef388e9..8a27738 100644
--- a/data/icons/192x192/Makefile.am
+++ b/data/icons/256x256/Makefile.am
@@ -1,4 +1,4 @@
-icondir = $(datadir)/icons/hicolor/192x192/apps
+icondir = $(datadir)/icons/hicolor/256x256/apps
 dist_icon_DATA = latexila.png
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/256x256/latexila.png b/data/icons/256x256/latexila.png
new file mode 100644
index 0000000..d2af8fb
Binary files /dev/null and b/data/icons/256x256/latexila.png differ
diff --git a/data/icons/32x32/latexila.png b/data/icons/32x32/latexila.png
index 917eff0..d111d63 100644
Binary files a/data/icons/32x32/latexila.png and b/data/icons/32x32/latexila.png differ
diff --git a/data/icons/48x48/latexila.png b/data/icons/48x48/latexila.png
index 38a5750..d258bdd 100644
Binary files a/data/icons/48x48/latexila.png and b/data/icons/48x48/latexila.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 4823f84..2ef7883 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,5 +1,3 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 192x192
-
-EXTRA_DIST = icon.png
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 128x128 256x256 scalable
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
new file mode 100644
index 0000000..a09025b
--- /dev/null
+++ b/data/icons/scalable/Makefile.am
@@ -0,0 +1,4 @@
+icondir = $(datadir)/icons/hicolor/scalable/apps
+dist_icon_DATA = latexila.svg
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/scalable/latexila.svg b/data/icons/scalable/latexila.svg
new file mode 100644
index 0000000..f4e4260
--- /dev/null
+++ b/data/icons/scalable/latexila.svg
@@ -0,0 +1,818 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   id="svg2627"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.4 r9939"
+   width="185"
+   height="185"
+   version="1.0"
+   sodipodi:docname="icon.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   style="display:inline">
+  <metadata
+     id="metadata2632">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title></dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Eric Forgeot</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/"; />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/";>
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike"; />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2630">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="-124.86535 : 26.364619 : 1"
+       inkscape:vp_y="28.965283 : 75.911959 : 0"
+       inkscape:vp_z="-75.343782 : -0.75334221 : 1"
+       inkscape:persp3d-origin="-40.906333 : -12.665307 : 1"
+       id="perspective4419" />
+    <inkscape:perspective
+       id="perspective4403"
+       inkscape:persp3d-origin="-21.381476 : -75.364581 : 1"
+       inkscape:vp_z="-51.400493 : -37.96357 : 1"
+       inkscape:vp_y="88.733566 : 61.747638 : 0"
+       inkscape:vp_x="-87.189036 : 26.653589 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="-56.59934 : 7.1685225 : 1"
+       inkscape:vp_y="88.733566 : 61.747638 : 0"
+       inkscape:vp_z="-20.810797 : -57.448638 : 1"
+       inkscape:persp3d-origin="9.2082194 : -94.849649 : 1"
+       id="perspective7185" />
+    <linearGradient
+       id="linearGradient3766">
+      <stop
+         style="stop-color:#00b9bb;stop-opacity:1;"
+         offset="0"
+         id="stop3768" />
+      <stop
+         id="stop3774"
+         offset="1"
+         style="stop-color:#005c5d;stop-opacity:1;" />
+    </linearGradient>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective2634" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3772"
+       x1="-230.76978"
+       y1="256.33911"
+       x2="-238.3432"
+       y2="286.75864"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3810"
+       x1="-190.18245"
+       y1="241.58115"
+       x2="-178.38271"
+       y2="279.35947"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3824"
+       x1="-151.74741"
+       y1="249.73038"
+       x2="-178.75063"
+       y2="294.1355"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3826"
+       x1="-264.47421"
+       y1="229.53055"
+       x2="-239.05301"
+       y2="259.83783"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3834"
+       x1="-248.75945"
+       y1="274.11307"
+       x2="-252.82423"
+       y2="305.49371"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="radialGradient3843"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9088158,-0.6550715,0.5561212,1.6204847,-201.33514,-53.954023)"
+       cx="104.84739"
+       cy="202.1579"
+       fx="104.84739"
+       fy="202.1579"
+       r="12.30749" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3851"
+       x1="-166.28369"
+       y1="158.95882"
+       x2="-179.6729"
+       y2="111.45541"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3859"
+       x1="-231.16214"
+       y1="135.37292"
+       x2="-250.2467"
+       y2="182.4205"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3867"
+       x1="-129.80476"
+       y1="308.0112"
+       x2="-82.68837"
+       y2="360.24185"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3869"
+       x1="-185.52933"
+       y1="325.37543"
+       x2="-177.42021"
+       y2="303.04327"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3877"
+       x1="-179.38379"
+       y1="276.79083"
+       x2="-199.11816"
+       y2="307.11392"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9782299,0.09123046,-0.09082588,0.9587246,27.918204,33.901151)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient2579"
+       gradientUnits="userSpaceOnUse"
+       x1="-179.38379"
+       y1="276.79083"
+       x2="-199.11816"
+       y2="307.11392"
+       gradientTransform="matrix(-0.9674473,0.5699674,0.6977284,0.8067817,-649.53153,185.99496)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient2694"
+       gradientUnits="userSpaceOnUse"
+       x1="-129.99779"
+       y1="290.44305"
+       x2="-161.11903"
+       y2="322.96591" />
+    <filter
+       inkscape:collect="always"
+       id="filter3596"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.80924094"
+         id="feGaussianBlur3598" />
+    </filter>
+    <inkscape:perspective
+       id="perspective3689"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3982"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.9674473,0.5699674,0.6977284,0.8067817,-649.53153,185.99496)"
+       x1="-179.38379"
+       y1="276.79083"
+       x2="-199.11816"
+       y2="307.11392" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3984"
+       gradientUnits="userSpaceOnUse"
+       x1="-151.74741"
+       y1="249.73038"
+       x2="-178.75063"
+       y2="294.1355" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3986"
+       gradientUnits="userSpaceOnUse"
+       x1="-190.18245"
+       y1="241.58115"
+       x2="-178.38271"
+       y2="279.35947" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3988"
+       gradientUnits="userSpaceOnUse"
+       x1="-264.47421"
+       y1="229.53055"
+       x2="-239.05301"
+       y2="259.83783" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3990"
+       gradientUnits="userSpaceOnUse"
+       x1="-129.99779"
+       y1="290.44305"
+       x2="-161.11903"
+       y2="322.96591" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3992"
+       gradientUnits="userSpaceOnUse"
+       x1="-230.76978"
+       y1="256.33911"
+       x2="-238.3432"
+       y2="286.75864" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3994"
+       gradientUnits="userSpaceOnUse"
+       x1="-248.75945"
+       y1="274.11307"
+       x2="-252.82423"
+       y2="305.49371" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3996"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9782299,0.09123046,-0.09082588,0.9587246,27.918204,33.901151)"
+       x1="-179.38379"
+       y1="276.79083"
+       x2="-199.11816"
+       y2="307.11392" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3998"
+       gradientUnits="userSpaceOnUse"
+       x1="-166.28369"
+       y1="158.95882"
+       x2="-179.6729"
+       y2="111.45541" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient4000"
+       gradientUnits="userSpaceOnUse"
+       x1="-231.16214"
+       y1="135.37292"
+       x2="-250.2467"
+       y2="182.4205" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="radialGradient4002"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9088158,-0.6550715,0.5561212,1.6204847,-201.33514,-53.954023)"
+       cx="104.84739"
+       cy="202.1579"
+       fx="104.84739"
+       fy="202.1579"
+       r="12.30749" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient4004"
+       gradientUnits="userSpaceOnUse"
+       x1="-185.52933"
+       y1="325.37543"
+       x2="-177.42021"
+       y2="303.04327" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient4006"
+       gradientUnits="userSpaceOnUse"
+       x1="-129.80476"
+       y1="308.0112"
+       x2="-82.68837"
+       y2="360.24185" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="709"
+     inkscape:window-width="1366"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="1.0317416"
+     inkscape:cx="182.59073"
+     inkscape:cy="201.53457"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:current-layer="layer1"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <g
+     inkscape:groupmode="layer"
+     id="layer5"
+     inkscape:label="fond"
+     style="display:inline"
+     transform="translate(-0.68535262,-78.50817)">
+    <rect
+       
style="fill:none;stroke:none;stroke-width:1.77420568;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect3884"
+       width="379"
+       height="213.83003"
+       x="0.68535262"
+       y="49.678131"
+       ry="7.7195345e-08"
+       
inkscape:export-filename="/home/eric/_mesdocs/mes_images_vectorielles/latexila_agave/latexila_logo3.png"
+       inkscape:export-xdpi="199.94722"
+       inkscape:export-ydpi="199.94722" />
+    <rect
+       inkscape:export-ydpi="199"
+       inkscape:export-xdpi="199"
+       
inkscape:export-filename="/home/eric/_mesdocs/mes_images_vectorielles/latexila_agave/latexila_logo3.png"
+       ry="6.442675e-08"
+       y="78.98542"
+       x="3.5930567"
+       height="178.4612"
+       width="178.4612"
+       id="rect4008"
+       
style="fill:none;stroke:none;stroke-width:1.77420568;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+  </g>
+  <g
+     id="g3892"
+     inkscape:export-filename="/home/eric/_mesdocs/mes_images_vectorielles/latexila_agave/latexila_logo.png"
+     inkscape:export-xdpi="199.94722"
+     inkscape:export-ydpi="199.94722"
+     transform="translate(-0.68535262,-78.50817)">
+    <g
+       transform="translate(8,0)"
+       id="g3728" />
+  </g>
+  <rect
+     
style="fill:none;stroke:none;stroke-width:1.77420568;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     id="rect3922"
+     width="379"
+     height="213.83003"
+     x="0"
+     y="-28.830051"
+     ry="7.7195345e-08"
+     inkscape:export-filename="/home/eric/_mesdocs/mes_images_vectorielles/latexila_agave/latexila_logo3.png"
+     inkscape:export-xdpi="199.94722"
+     inkscape:export-ydpi="199.94722" />
+  <g
+     inkscape:groupmode="layer"
+     id="layer4"
+     inkscape:label="agave_ombres"
+     style="display:inline"
+     transform="translate(-0.68535262,-78.50817)">
+    <path
+       
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.69857442;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter3596)"
+       d="m 85.401401,86.070259 c 0,0 -11.566192,27.550251 -15.9375,51.749991 -2.255013,-2.81552 
-4.458442,-5.22797 -6.40625,-6.90625 -7.588578,-6.53852 -18.936096,-11.37254 -19.71875,-11.71875 10e-7,1e-5 
15.574433,13.42419 15.0625,18.8125 -0.269714,2.83883 1.438435,11.55155 3.4375,20.03125 -12.327713,-7.69052 
-25.498007,-13.9861 -38.53125,-20.375 8.100864,7.17121 16.025572,14.58015 23.5,22.40625 2.750171,2.60629 
5.62237,6.51358 8.1875,10.6875 -5.0334,0.0277 -9.941818,0.60054 -12.625,0.96875 -1.847125,0.25346 
-3.328,1.58736 -4.71875,3.65625 -9.153152,-1.47583 -18.612864,-2.30362 -29.3125003,-2.90625 
16.2079213,7.59626 18.0687743,4.38258 26.3125003,8.5 -0.780436,1.67 -1.57712,3.46806 -2.46875,5.40625 
-3.650339,7.93494 -5.656854,28.7672 -7.0625,32.75 -1.405639,3.98278 -9.888274,17.6097 -9.46875,17.625 
0.419524,0.0153 16.219634,-18.81815 18.84375,-21.65625 1.770222,-1.91458 12.2938,-14.62097 20.59375,-24.25 
4.92993,3.01879 8.582739,6.03793 10.28125,8.78125 0.460859,0.65075 0.88
 6689,1.3284 1.28125,2 1.314958,4.96018 2.8326,9.8046 5.21875,14 2.154784,4.11997 4.976801,7.99915 
7.875,10.0625 5.527312,3.93511 10.59375,3.93749 10.59375,3.9375 0.96545,0.11889 1.9269,0.15355 
2.84375,0.15625 1.30791,0.004 2.2192,0.15543 3.53125,0.0625 3.387479,-0.23994 6.250669,-1.11995 8.656249,-2.5 
0.32542,-0.17731 0.65545,-0.36321 0.96875,-0.5625 0.0122,-0.008 0.019,-0.0231 0.0312,-0.0312 2.75703,-1.76373 
5.01165,-4.34818 6.25,-7.4375 0.24661,-0.52504 0.44697,-1.07192 0.65625,-1.625 0.0373,-0.0948 0.0887,-0.18548 
0.125,-0.28125 0.0414,-0.11375 0.0564,-0.22981 0.0937,-0.34375 0.36492,-1.00208 0.69577,-2.05383 
0.96875,-3.125 1.32093,-2.32092 2.28289,-6.48786 4.03125,-10.375 2.26328,-5.03196 6.11581,-10.78083 
9.9375,-16.125 1.17945,0.70795 2.0625,1.25 2.0625,1.25 0,-1e-5 43.55608,39.06126 47.03125,40.625 
3.47517,1.56372 -15.41866,-25.71358 -19.625,-33.09375 -4.20634,-7.38018 -9.35542,-18.54638 -10.9375,-20.75 
-0.45983,-0.64048 -1.27708,-1.43534 -2.34375,-2.25 1.8406,-1.1000
 1 3.7245,-2.2632 5.53125,-3.4375 4.29716,-2.79295 11.40625,-4.84376 11.40625,-4.84375 -11.34968,0.49958 
-20.99772,-0.15711 -32.03125,4.65625 -0.2822,0.12311 -0.58341,0.30073 -0.875,0.4375 -1.14867,0.15633 
-2.38044,0.31846 -3.71875,0.53125 2.61717,-2.95314 5.05696,-5.53301 6.375,-7.03125 7.67126,-7.02068 
7.6964,-8.33015 19.59375,-19.4375 -7.30289,2.67461 -14.51664,5.81007 -21.15625,9.46875 0.19314,-0.36386 
0.82268,-1.53766 0.9375,-1.75 2.60641,-4.82026 5.1896,-20.41824 10,-24.59375 4.81041,-4.17551 
11.8082,-7.72918 7.75,-6.125 -4.0582,1.60419 -18.26361,6.61783 -23.59375,9.84375 -3.14586,1.90395 
-8.56817,8.30081 -13.46875,16.28125 -0.35241,-5.12312 -0.87943,-10.05161 -1.6875,-13.6875 -1.25992,-5.66897 
-5.70524,-11.69667 -9.34375,-18.0625 -4.422309,-7.7371 -4.878799,-13.84471 -7.718749,-19.093741 l 
2.28125,41.499991 c 0,1e-5 0.67949,21.39489 0.3125,40.40625 -0.63088,0.87202 -1.10678,1.91587 -1.4375,3.09375 
0.49403,-0.97663 0.94676,-1.87969 1.4375,-2.65625 -0.005,0.25431 -0.0257
 ,0.49667 -0.0312,0.75 -0.8174,1.79092 -1.35761,4.06012 -1.71875,6.3125 -0.11778,0.1484 -0.23069,0.29262 
-0.34375,0.4375 0.0624,-1.75649 0.24979,-3.39611 0.65625,-4.84375 -0.14958,0.29569 -0.26297,0.56148 
-0.4375,0.875 -0.48975,0.87978 -0.65101,2.472 -0.625,4.4375 -0.24701,0.32318 -0.43789,0.63653 -0.65625,0.9375 
l -1.65625,-0.375 c -0.437969,-0.53423 -0.890579,-1.09784 -1.34375,-1.6875 -2.304663,-21.97897 
-6.835308,-56.6081 -6.53125,-64.9375 0.414648,-11.35883 2.875004,-34.562501 2.875,-34.562491 z"
+       id="path2716"
+       
inkscape:export-filename="/home/eric/_mesdocs/mes_images_vectorielles/latexila_agave/latexila_logo3.png"
+       inkscape:export-xdpi="199"
+       inkscape:export-ydpi="199"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer2"
+     inkscape:label="agave"
+     transform="translate(-0.68535262,-78.50817)">
+    <g
+       style="display:inline"
+       id="g3646"
+       transform="matrix(0.5580658,0.02037188,-0.02037188,0.5580658,213.09329,14.647804)"
+       
inkscape:export-filename="/home/eric/_mesdocs/mes_images_vectorielles/latexila_agave/latexila_logo3.png"
+       inkscape:export-xdpi="199"
+       inkscape:export-ydpi="199">
+      <path
+         sodipodi:nodetypes="cccccccsss"
+         id="path2577"
+         d="m -221.64091,382.32188 c -19.13389,-9.05561 -19.16348,-28.31869 -30.67168,-43.37272 
-6.68761,-9.9695 -28.59447,-21.54294 -54.50631,-30.58314 -16.56592,-8.11672 -18.732,-1.3026 
-49.33612,-14.30634 34.49943,0.68228 61.88265,3.07525 91.98377,10.69865 12.51962,2.66585 33.08399,12.23333 
42.30228,18.10472 16.93118,12.23046 11.79904,14.01615 33.22313,21.25961 9.19129,2.82435 10.29487,19.83879 
7.36535,28.70349 -3.79269,11.4767 3.14156,12.8046 -11.60093,15.77517 -9.02602,1.81872 -8.0896,3.50312 
-28.75949,-6.27944 z"
+         
style="fill:url(#linearGradient2579);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0416553;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3606"
+         d="m -195.23459,349.99171 c 0,0 0.15042,-48.03805 7.71522,-75.10874 7.56481,-27.07071 
27.77028,-56.59518 37.09794,-62.71623 9.32767,-6.12105 34.45836,-16.01576 41.61579,-19.15159 7.15741,-3.13583 
-5.16433,3.64074 -13.49987,11.42713 -8.33555,7.7864 -11.91416,35.86692 -16.2635,44.66313 -4.34935,8.79621 
-43.83894,92.11663 -46.8507,98.42368 -3.01177,6.30706 -10.47925,2.29432 -9.81488,2.46262 z"
+         
style="fill:url(#linearGradient3824);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ccsccssc"
+         id="path3616"
+         d="m -210.32399,152.37626 6.78465,74.14647 c 0,0 6.78464,98.86197 0.96923,120.18514 
-5.81541,21.32317 9.69235,34.89246 9.69235,34.89246 l 22.2924,-92.07732 c 0,0 -0.96923,-49.43099 
-6.78464,-71.72339 -2.62498,-10.06241 -10.94959,-20.56518 -17.87663,-31.71927 -8.41923,-13.55683 
-9.65233,-24.49636 -15.07736,-33.70409 z"
+         
style="fill:url(#linearGradient3810);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3612"
+         d="m -297.02053,196.43933 c 0,0 28.75429,23.0358 28.19017,32.71172 -0.56412,9.67592 
13.0062,56.68102 17.33731,67.32196 4.33111,10.64094 19.5938,28.61827 19.5938,28.61827 l 30.21756,-8.72377 
-10.47341,-1.87276 c 0,0 -2.23356,-26.63528 -7.59125,-41.31668 -5.35768,-14.68139 -27.22943,-45.85968 
-41.23646,-57.06474 -14.00703,-11.20505 -34.61453,-19.10558 -36.03772,-19.674 z"
+         
style="fill:url(#linearGradient3826);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+      <path
+         
style="color:#000000;fill:url(#linearGradient2694);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m -82.493685,270.61062 c 0,0 -12.555565,4.13404 -20.062955,9.4128 -12.16522,8.55388 
-26.49103,16.37804 -30.07019,21.61279 -8.50766,12.44299 -19.13496,28.03874 -24.35565,40.87859 
-3.14325,7.73055 -4.59717,16.09153 -7.18986,20.00427 -6.89894,10.41149 -26.28943,27.76785 -26.28943,27.76785 
l -10.01417,-9.23429 -14.09814,-5.28255 c 0,0 6.18324,-27.54538 14.9059,-42.01678 8.72265,-14.4714 
40.76128,-43.39402 60.19157,-52.7284 19.43027,-9.33436 36.70509,-8.77886 56.982925,-10.41428 z"
+         id="path2581"
+         sodipodi:nodetypes="csssscccssc"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3614"
+         d="m -224.86251,377.72339 c 0,0 -26.16935,-78.50803 -26.16935,-125.03131 0,-46.52328 
27.13858,-118.24667 27.13858,-118.24667 0,0 -2.9077,41.6771 -2.9077,62.03104 0,20.35393 19.3847,127.93901 
19.3847,146.35448 0,18.41546 -16.477,35.86169 -17.44623,34.89246 z"
+         
style="fill:url(#linearGradient3772);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccccccssss"
+         id="path2813"
+         d="m -233.12496,375.66236 c -15.67034,-16.05984 -17.7975,-43.41345 -26.82281,-63.86505 
-5.16411,-13.31969 -17.45753,-32.9795 -28.206,-42.44579 -13.88687,-13.51666 -28.54309,-26.22224 
-43.5082,-38.52606 27.68138,12.33814 55.69743,24.41738 81.40106,40.60694 10.72394,6.14039 27.47199,26.25099 
35.11002,35.36412 13.9332,18.43748 22.10938,22.11351 40.28358,35.77164 7.81573,5.52681 12.79693,15.35975 
9.66101,25.07049 -4.05991,12.57205 -13.36213,21.66805 -29.04816,23.35609 -2.34188,0.25202 -4.01302,0.0468 
-6.35381,0.12531 -8.8457,0.29682 -18.82669,-1.42742 -32.51669,-15.45769 z"
+         
style="fill:url(#linearGradient3834);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         
style="fill:url(#linearGradient3877);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.72569847;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m -165.64313,366.32769 c 8.41545,-15.7971 0.0505,-36.33402 0.66679,-53.61682 -0.25834,-11.07081 
21.87226,-34.81312 28.29682,-42.67687 13.26925,-13.06476 13.19657,-15.38757 33.7615,-36.04159 
-26.64076,10.87482 -52.32779,25.28184 -69.96588,43.77536 -7.59082,7.26706 -31.76081,34.26634 
-35.37726,42.90519 -5.91223,17.08383 -12.07941,21.88974 -23.71572,36.58133 -5.1351,6.06467 -6.02457,14.54053 
0.54074,20.82234 8.49976,8.13277 20.53109,12.3665 35.66386,9.53246 10.79694,-2.02204 20.83166,-3.82863 
30.12915,-21.2814 z"
+         id="path3592"
+         sodipodi:nodetypes="cccccccsss"
+         inkscape:connector-curvature="0" />
+      <g
+         transform="matrix(1.0968801,0,0,0.9575826,-45.307999,204.49335)"
+         id="g3598">
+        <path
+           
style="fill:url(#linearGradient3851);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m -146.21029,194.74633 c 0,0 -8.29161,0.37236 -17.54357,-6.60447 -9.08559,-6.85138 
-18.09477,-25.60711 -20.15083,-37.2581 -2.05605,-11.651 -15.76311,-34.95298 -15.76311,-34.95298 l 
4.79747,-15.07776 22.61664,-5.482823 c 0,0 10.28029,2.05605 11.65099,8.909583 1.37071,6.85353 3.3473,52.00415 
5.40336,58.85768 2.05605,6.85352 9.57441,21.70495 11.15191,25.23296 1.2789,2.86019 3.06143,5.9594 
-2.16286,6.37591 z"
+           id="path3596"
+           sodipodi:nodetypes="csscccsssc"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3594"
+           d="m -144.28804,186.47658 c 0,0 -11.61894,-13.6054 -12.3043,-41.01951 -0.68535,-27.4141 
-2.08811,-40.53745 -6.88558,-45.33492 -4.79747,-4.797469 -19.87522,-4.797469 -28.09945,4.79747 
-8.22424,9.59493 -42.49187,60.99638 -46.60398,66.4792 -4.11212,5.48282 -28.78481,41.80651 -29.47016,41.80651 
-0.68535,0 12.33635,-26.0434 14.3924,-33.58228 2.05606,-7.53888 4.11212,-46.60398 9.59494,-61.68173 
5.48282,-15.07776 8.90958,-26.728759 15.76311,-28.099459 6.85352,-1.37071 22.61663,-4.11212 34.26763,-2.05606 
11.65099,2.05606 28.78481,8.224231 31.52622,12.336349 0.89407,1.3411 2.07972,7.78497 3.27167,16.14586 
2.46284,17.27546 4.95256,42.73525 4.95256,48.27728 0,8.22424 11.65099,22.61664 9.59494,21.93129 z"
+           
style="fill:url(#linearGradient3859);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:nodetypes="cssssssssssssc"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         sodipodi:nodetypes="cscccsc"
+         id="path3836"
+         d="m 123.35318,198.47548 c 0,8.46782 -7.48185,15.14221 -15.27968,15.27968 -6.87182,0.12115 
-4.59894,-0.0172 -5.7929,-3.24151 -2.08954,-4.35057 -4.802563,-8.47116 -5.877241,-13.41926 -0.02101,-8.52111 
0.263366,-10.02308 0.513546,-11.65292 3.191875,1.26289 9.328265,-2.47089 15.123105,-0.57459 5.87951,1.92401 
11.2239,9.07093 11.25221,13.31576"
+         inkscape:transform-center-y="-6.5423361"
+         inkscape:transform-center-x="5.8154099"
+         
style="fill:url(#radialGradient3843);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.35334122;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="matrix(1.7895187,-0.06532537,0.06532537,1.7895187,-398.68621,14.357995)"
+         inkscape:connector-curvature="0" />
+      <g
+         transform="matrix(1.1818633,0.06964012,-0.07728889,1.0649021,59.679462,-13.166977)"
+         id="g3608">
+        <path
+           
style="fill:url(#linearGradient3869);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m -195.0502,390.90581 c 0,0 11.43167,-0.49642 18.2852,-5.97924 2.72113,-2.1769 
8.45878,-7.89743 10.44748,-15.97697 3.0201,-12.26984 1.61675,-28.54053 1.20351,-34.73912 -0.68535,-10.28029 
-0.68535,-23.30199 3.42676,-24.6727 4.11212,-1.3707 -9.59493,-9.59493 -9.59493,-9.59493 0,0 
-17.81917,-1.37071 -24.6727,2.05606 -6.85352,3.42676 -6.16817,28.09945 -4.11211,31.52622 2.05605,3.42676 
5.85113,21.64145 5.85113,26.43892 0,4.22941 1.15784,14.16349 0.5435,19.8077 l -1.37784,11.13406 z"
+           id="path3604"
+           sodipodi:nodetypes="csssscssscc"
+           inkscape:connector-curvature="0" />
+        <path
+           
style="fill:url(#linearGradient3867);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m -193.44088,378.42258 c 0,0 0.91276,-10.62982 -1.82865,-25.02223 -2.74141,-14.3924 
-12.33634,-42.49186 -2.05605,-50.71609 10.28029,-8.22423 52.0868,15.07776 52.0868,15.07776 0,0 
71.962024,58.25497 77.444844,60.31103 5.48282,2.05605 -27.4141,-40.43581 -34.952984,-52.0868 -7.53888,-11.651 
-17.13382,-29.47017 -19.87523,-32.89693 -2.74141,-3.42676 -11.65099,-9.59494 -22.61663,-7.53888 
-10.96565,2.05606 -43.86257,13.0217 -49.34539,15.76311 -5.48282,2.74141 -5.53827,6.42019 -7.53888,11.651 
-2.76158,7.22043 7.28974,38.38105 7.53888,45.91862 0.24355,7.36848 1.14329,19.53941 1.14329,19.53941 z"
+           id="path3602"
+           sodipodi:nodetypes="csscsssssssc"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer1"
+     inkscape:label="verre"
+     style="display:inline"
+     transform="translate(-0.68535262,-78.50817)">
+    <g
+       id="g3851"
+       transform="matrix(1.2930109,0,0,1.2930109,-52.640575,-181.92405)"
+       
inkscape:export-filename="/home/eric/_mesdocs/mes_images_vectorielles/latexila_agave/latexila_logo3.png"
+       inkscape:export-xdpi="199"
+       inkscape:export-ydpi="199">
+      <path
+         id="path3710"
+         
style="fill:#ffff00;fill-opacity:0.44055942;fill-rule:evenodd;stroke:#000000;stroke-width:0.72619355px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.98601403;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 129.6409,307.0732 c -1.64504,-1.87136 -7.44383,-2.72866 -13.53298,-2.72866 -6.08916,0 
-11.78545,0.67126 -13.41183,2.72866 -0.34075,-0.31013 0.1002,1.13044 0.1002,1.13044 3.28428,7.8389 
3.23437,16.94456 3.87968,25.29266 2.03215,1.37129 5.69873,2.35188 9.43195,2.35188 3.64756,0 7.39979,-0.98059 
9.43194,-2.35188 0.16487,-8.46617 1.20451,-17.30307 4.00083,-25.29266 0,0 0.45961,-1.62661 0.10021,-1.13044 z"
+         sodipodi:nodetypes="cscccsccc"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ccccscscscs"
+         d="m 99.139197,296.8525 c 1.961493,-2.97605 9.708163,-4.03655 16.968723,-4.03655 7.26055,0 
15.01432,1.06753 16.98386,4.03655 0.0428,0.53661 -0.14977,2.10064 -0.14977,2.10064 -2.21686,5.49037 
-3.6933,13.31924 -4.48271,18.53662 -1.30521,8.6263 -2.05963,19.02124 -2.05963,21.68663 -2.42308,2.18078 
-5.33079,2.95789 -10.29175,2.95789 -4.96097,0 -7.86867,-0.77711 -10.29176,-2.95789 0,-2.66539 
-0.75442,-13.06033 -2.05963,-21.68663 -0.78941,-5.21738 -2.26585,-13.04625 -4.482708,-18.53662 0,0 
-0.23,-1.40556 -0.134625,-2.10064 z"
+         
style="fill:#f2f2f2;fill-opacity:0.25174824;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.98601403;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="path3712"
+         inkscape:connector-curvature="0" />
+      <g
+         transform="matrix(1.311317,0,0,1.311317,282.01724,-59.074042)"
+         id="g3344"
+         style="display:inline">
+        <path
+           sodipodi:nodetypes="ccsccc"
+           id="path3342"
+           d="m -123.70581,271.95574 c 0.97109,4.68507 1.77201,8.19031 2.6091,10.63272 -1.00261,0.28247 
-3.22169,1.23562 -4.30947,1.23562 -6.65155,0 -12.42681,-5.42791 -12.42681,-12.37071 -0.15576,-5.431 
4.88892,-12.06257 13.58298,-11.1755 -0.20821,4.28437 0.5442,6.12485 0.5442,11.67787 z"
+           
style="fill:#eabd00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.58949268;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           transform="matrix(2.1715123,0,0,1.108357,67.62885,-26.435316)"
+           
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.3500087;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m -87.948346,269.10984 c 0.390549,4.10678 0.712661,7.62993 1.049313,9.77087 -0.403226,0.2476 
-1.106187,0.70763 -1.543663,0.70763 -2.675088,0 -4.846174,-4.93922 -4.846174,-11.02505 -0.06265,-4.76064 
1.556215,-10.35483 4.983844,-9.91518 -0.08374,3.75554 0.35668,5.59413 0.35668,10.46173 z"
+           id="path2550"
+           sodipodi:nodetypes="ccsccc"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="ccsccc"
+           id="path3333"
+           d="m -123.57426,271.6426 c 0.75806,4.1602 1.38327,7.72916 2.03671,9.89795 -0.78266,0.25082 
-2.14956,0.78615 -2.99625,0.71683 -5.97985,-0.48462 -9.40642,-5.00345 -9.40642,-11.16843 -0.12159,-4.82256 
3.02062,-10.48951 9.67364,-10.04414 -0.16254,3.80438 0.69232,5.66688 0.69232,10.59779 z"
+           
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <g
+           id="g3335"
+           style="fill:#e9ff2f;fill-opacity:1">
+          <path
+             sodipodi:nodetypes="csccc"
+             id="path3322"
+             d="m -125.61815,262.41211 c 0,0 -1.59642,-0.59632 -2.57882,0 -0.98242,0.59632 -1.47361,1.68957 
-1.47361,1.68957 l 5.28043,5.46625 -1.228,-7.15582 z"
+             
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57097113;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="ccscc"
+             id="path3324"
+             d="m -124.15497,271.25695 -6.72217,-5.39075 c 0,0 -1.25329,-0.2114 -1.70902,0.63421 
-0.45574,0.84561 -0.11394,2.11402 -0.11394,2.11402 l 8.54513,2.64252 z"
+             
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.54347593;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="ccscc"
+             id="path3326"
+             d="m -124.30439,271.95562 -8.23849,-0.60577 c 0,0 -0.84808,1.09039 -0.60578,2.05962 
0.24231,0.96924 0.72693,1.21155 0.72693,1.21155 l 8.11734,-2.6654 z"
+             
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="ccscc"
+             id="path3328"
+             d="m -124.18323,272.68255 -7.63273,3.87694 c 0,0 -0.12115,0.96923 0.48462,1.69616 
0.60577,0.72692 2.18078,0.96923 2.18078,0.96923 l 4.96733,-6.54233 z"
+             
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="ccscc"
+             id="path3330"
+             d="m -123.57746,273.04601 -3.63463,7.02695 c 0,0 0.24231,0.84808 1.3327,1.21155 1.09039,0.36346 
2.18078,-0.12116 2.18078,-0.12116 l 0.12115,-8.11734 z"
+             
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <path
+         sodipodi:nodetypes="cccccscccc"
+         d="m 145.30682,275.18565 c 0,0 0.83591,-2.14529 -1.34487,-2.38761 l -16.6071,4.93725 c 
-0.95463,0.37349 -1.24542,0.65612 -1.4449,1.12048 l -6.6574,48.66752 c 0,0 -0.72693,1.69618 0.24231,2.18079 
0.96923,0.48462 1.93847,0.60577 2.08167,0.31328 l 6.87766,-48.9808 c 0.17384,-0.36318 0.44762,-0.66641 
1.0229,-0.78873 l 15.82973,-5.06218 z"
+         
style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+         id="path3688"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cscscccscss"
+         d="m 116.10792,302.34546 c 7.24152,0 14.97497,-1.29211 16.93133,-4.89422 0.42855,-0.78906 
-0.0972,1.5019 -0.0972,1.5019 -2.21686,5.49037 -3.6933,13.31924 -4.48271,18.53662 -1.30521,8.6263 
-2.05963,19.02124 -2.05963,21.68663 -2.42308,2.18078 -5.33079,2.95789 -10.29175,2.95789 -4.96097,0 
-7.86867,-0.77711 -10.29176,-2.95789 0,-2.66539 -0.75442,-13.06033 -2.05963,-21.68663 -0.78941,-5.21738 
-2.26585,-13.04625 -4.482708,-18.53662 0,0 -0.525788,-2.29096 -0.09724,-1.5019 1.956358,3.60211 
9.689808,4.89422 16.931338,4.89422 z"
+         
style="fill:#f2f2f2;fill-opacity:0.25098039;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.98601403;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="path3695"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csccsccscc"
+         d="m 116.10792,310.85077 c 6.0732,0 11.8736,-1.3265 13.51432,-3.59153 0.35941,-0.49617 
-0.0815,0.9444 -0.0815,0.9444 -2.79632,7.98959 -3.83596,16.82649 -4.00083,25.29266 -2.03215,1.37129 
-5.78438,2.35188 -9.43194,2.35188 -3.73322,0 -7.3998,-0.98059 -9.43195,-2.35188 -0.64531,-8.3481 
-0.5954,-17.45376 -3.87968,-25.29266 0,0 -0.44095,-1.44057 -0.0815,-0.9444 1.64073,2.26503 7.31998,3.59153 
13.39318,3.59153 z"
+         
style="fill:#ffff00;fill-opacity:0.44055942;fill-rule:evenodd;stroke:#000000;stroke-width:0.72619355px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.98601403;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="path3705"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="czs"
+         id="path4421"
+         d="m 121.50133,338.79097 c -1.26982,-1.01809 -2.34387,-1.38088 -5.39341,-1.38088 -2.9596,0 
-4.1236,0.36279 -5.39342,1.38088"
+         
style="fill:#f2f2f2;fill-opacity:0.25098039;fill-rule:evenodd;stroke:#b3b3b3;stroke-width:0.49462378px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.98601403;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+      <g
+         transform="translate(168.57412,-8.9238007)"
+         
style="opacity:0.55;fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:nonzero;stroke:#060000;stroke-width:0.38600001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="g4389">
+        <path
+           id="path3448"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.38600001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -60.863316,339.39175 0.06522,-7.83159 7.17358,4.77646 1.018678,6.75653 -8.25748,-3.7014 z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3450"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.38600001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -60.798094,331.56016 6.500921,-4.52384 5.882697,5.67476 -5.210038,3.62554 -7.17358,-4.77646 
z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3452"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.38600001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -52.605836,343.09315 -1.018678,-6.75653 5.210038,-3.62554 1.795088,6.21624 -5.986448,4.16583 
z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3454"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.38600001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -53.10724,333.99448 -1.189933,-6.95816 5.882697,5.67476 1.795088,6.21624 -6.487852,-4.93284 
z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3456"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.38600001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -60.863316,339.39175 7.756076,-5.39727 6.487852,4.93284 -5.986448,4.16583 -8.25748,-3.7014 z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3458"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.38600001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -60.863316,339.39175 0.06522,-7.83159 6.500921,-4.52384 1.189933,6.95816 -7.756076,5.39727 z"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         transform="translate(195.34063,2.1608703)"
+         
style="opacity:0.55;fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:nonzero;stroke:#060000;stroke-width:0.38600001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="g4405">
+        <path
+           id="path3434"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.29196775;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -77.931306,322.66129 -3.269795,-5.07736 6.470588,0.16291 3.488017,3.94319 -6.68881,0.97126 z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3436"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.29196775;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -81.201101,317.58393 2.122094,-5.56156 6.049206,1.26726 -1.700712,4.45721 -6.470588,-0.16291 
z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3438"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.29196775;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -71.242496,321.69003 -3.488017,-3.94319 1.700712,-4.45721 3.74146,3.27896 -1.954155,5.12144 
z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3440"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.29196775;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -75.399491,316.02594 -3.679516,-4.00357 6.049206,1.26726 3.74146,3.27896 -6.11115,-0.54265 z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3442"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.29196775;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -77.931306,322.66129 2.531815,-6.63535 6.11115,0.54265 -1.954155,5.12144 -6.68881,0.97126 z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path3444"
+           
style="fill:#d5f6ff;fill-opacity:0.8321678;fill-rule:evenodd;stroke:#060000;stroke-width:0.29196775;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.96153846;stroke-dasharray:none"
+           d="m -77.931306,322.66129 -3.269795,-5.07736 2.122094,-5.56156 3.679516,4.00357 -2.531815,6.63535 
z"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         id="path3300"
+         
style="fill:#ffffff;fill-opacity:0.4733542;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 109.92905,302.70892 c -0.39212,14.32633 0.44071,19.20487 1.57501,38.57728 -2.41673,-0.72693 
-2.65904,-0.89826 -4.71866,-2.35212 0,-2.66539 -0.75442,-12.57571 -2.05963,-21.20201 -0.78941,-5.21738 
-2.38701,-12.56163 -4.48271,-18.17316 4.50407,2.71079 5.8066,2.5659 9.68599,3.15001 z"
+         sodipodi:nodetypes="cccscc"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer3"
+     inkscape:label="lettres"
+     style="display:inline"
+     transform="translate(-0.68535262,-78.50817)" />
+  <g
+     inkscape:groupmode="layer"
+     id="layer6"
+     inkscape:label="citron_seul"
+     style="display:none"
+     transform="translate(-0.68535262,-78.50817)">
+    <g
+       style="display:inline"
+       inkscape:export-ydpi="129.1037"
+       inkscape:export-xdpi="129.1037"
+       
inkscape:export-filename="/home/eric/_mesdocs/mes_images_vectorielles/latexila_agave/latexila_icon256b.png"
+       transform="matrix(-0.3764263,-1.0923286,1.0923286,-0.3764263,-44.942369,348.34582)"
+       id="g2512">
+      <g
+         style="display:inline"
+         id="g2518"
+         transform="matrix(3.1257295,0,0,3.1257295,465.76708,-654.06008)">
+        <path
+           
style="fill:#eabd00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.58949268;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m -123.70581,271.95574 c 0.97109,4.68507 1.77201,8.19031 2.6091,10.63272 -1.00261,0.28247 
-3.22169,1.23562 -4.30947,1.23562 -6.65155,0 -12.42681,-5.42791 -12.42681,-12.37071 -0.15576,-5.431 
4.88892,-12.06257 13.58298,-11.1755 -0.20821,4.28437 0.5442,6.12485 0.5442,11.67787 z"
+           id="path2520"
+           sodipodi:nodetypes="ccsccc"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="ccsccc"
+           id="path2522"
+           d="m -87.948346,269.10984 c 0.390549,4.10678 0.712661,7.62993 1.049313,9.77087 -0.403226,0.2476 
-1.106187,0.70763 -1.543663,0.70763 -2.675088,0 -4.846174,-4.93922 -4.846174,-11.02505 -0.06265,-4.76064 
1.556215,-10.35483 4.983844,-9.91518 -0.08374,3.75554 0.35668,5.59413 0.35668,10.46173 z"
+           
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.3500087;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           transform="matrix(2.1715123,0,0,1.108357,67.62885,-26.435316)"
+           inkscape:connector-curvature="0" />
+        <path
+           
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m -123.57426,271.6426 c 0.75806,4.1602 1.38327,7.72916 2.03671,9.89795 -0.78266,0.25082 
-2.14956,0.78615 -2.99625,0.71683 -5.97985,-0.48462 -9.40642,-5.00345 -9.40642,-11.16843 -0.12159,-4.82256 
3.02062,-10.48951 9.67364,-10.04414 -0.16254,3.80438 0.69232,5.66688 0.69232,10.59779 z"
+           id="path2524"
+           sodipodi:nodetypes="ccsccc"
+           inkscape:connector-curvature="0" />
+        <g
+           style="fill:#e9ff2f;fill-opacity:1"
+           id="g2526">
+          <path
+             
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57097113;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+             d="m -125.61815,262.41211 c 0,0 -1.59642,-0.59632 -2.57882,0 -0.98242,0.59632 -1.47361,1.68957 
-1.47361,1.68957 l 5.28043,5.46625 -1.228,-7.15582 z"
+             id="path2528"
+             sodipodi:nodetypes="csccc"
+             inkscape:connector-curvature="0" />
+          <path
+             
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.54347593;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             d="m -124.15497,271.25695 -6.72217,-5.39075 c 0,0 -1.25329,-0.2114 -1.70902,0.63421 
-0.45574,0.84561 -0.11394,2.11402 -0.11394,2.11402 l 8.54513,2.64252 z"
+             id="path2530"
+             sodipodi:nodetypes="ccscc"
+             inkscape:connector-curvature="0" />
+          <path
+             
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             d="m -124.30439,271.95562 -8.23849,-0.60577 c 0,0 -0.84808,1.09039 -0.60578,2.05962 
0.24231,0.96924 0.72693,1.21155 0.72693,1.21155 l 8.11734,-2.6654 z"
+             id="path2532"
+             sodipodi:nodetypes="ccscc"
+             inkscape:connector-curvature="0" />
+          <path
+             
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             d="m -124.18323,272.68255 -7.63273,3.87694 c 0,0 -0.12115,0.96923 0.48462,1.69616 
0.60577,0.72692 2.18078,0.96923 2.18078,0.96923 l 4.96733,-6.54233 z"
+             id="path2534"
+             sodipodi:nodetypes="ccscc"
+             inkscape:connector-curvature="0" />
+          <path
+             
style="fill:#e9ff2f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             d="m -123.57746,273.04601 -3.63463,7.02695 c 0,0 0.24231,0.84808 1.3327,1.21155 1.09039,0.36346 
2.18078,-0.12116 2.18078,-0.12116 l 0.12115,-8.11734 z"
+             id="path2536"
+             sodipodi:nodetypes="ccscc"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/main_window.vala b/src/main_window.vala
index 2064df6..93b3a99 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -1179,7 +1179,6 @@ public class MainWindow : Window
 
         string[] artists =
         {
-            "Ann Melnichuk <melnichu qtp ufl edu>",
             "Eric Forgeot <e forgeot laposte net>",
             "Sébastien Wilmet <swilmet gnome org>",
             "The Kile Team http://kile.sourceforge.net/";,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]