SF.net SVN: geany-plugins:[665] trunk/geanylatex

frlan at users.sourceforge.net frlan at xxxxx
Mon May 25 21:53:22 UTC 2009


Revision: 665
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=665&view=rev
Author:   frlan
Date:     2009-05-25 21:53:22 +0000 (Mon, 25 May 2009)

Log Message:
-----------
GeanyLaTeX: Update of 0.4 release

Modified Paths:
--------------
    trunk/geanylatex/ChangeLog
    trunk/geanylatex/README
    trunk/geanylatex/configure.in
    trunk/geanylatex/doc/geanylatex.css
    trunk/geanylatex/doc/geanylatex.html
    trunk/geanylatex/doc/geanylatex.pdf
    trunk/geanylatex/doc/geanylatex.tex
    trunk/geanylatex/po/ChangeLog
    trunk/geanylatex/po/de.po
    trunk/geanylatex/po/geanylatex.pot

Added Paths:
-----------
    trunk/geanylatex/ABOUT

Modified: trunk/geanylatex/ChangeLog
===================================================================
--- trunk/geanylatex/ChangeLog	2009-05-25 20:28:33 UTC (rev 664)
+++ trunk/geanylatex/ChangeLog	2009-05-25 21:53:22 UTC (rev 665)
@@ -1,9 +1,10 @@
 2009-05-25  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * Some more clean up of code.
+ * Update of documentation for 0.4 release.
 
 
-2009-05-21  Frank Lanitz  <frank at Kafka>
+2009-05-21  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * Added configuration dialog.
 
@@ -105,6 +106,11 @@
  * Added a menu entry for easy formating of text
 
 
+2009-02-15  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
+
+ * Release of GeanyLaTeX 0.3
+
+
 2009-02-14  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * Added a keyboard shortcut for inserting a new line ( \\ ).

Modified: trunk/geanylatex/README
===================================================================
--- trunk/geanylatex/README	2009-05-25 20:28:33 UTC (rev 664)
+++ trunk/geanylatex/README	2009-05-25 21:53:22 UTC (rev 665)
@@ -1,117 +1,4 @@
-GeanyLaTeX Plugin v0.3
-
-
-About
-------
-
-GeanyLaTeX is a little plugin to improve support of LaTeX at Geany. It
-implements a couple of maybe useful functions:
- * Wizard to create new LaTeX documents in a fast and easy way with a
-   bunch of templates available
- * A front end for add labels \label{} and refs \ref{} and \pageref{}
-   with getting suggestion from aux file of document
- * Inserting special characters through menu
- * Help entering the right field for bibTeX entries by providing templates
-
-
-Requirements
-------------
-
-For compiling the plugin yourself, you will need the GTK (>= 2.6.0)
-libraries and header files. You will also need its dependency
-libraries and header files, such as Pango, Glib and ATK. All these
-files are available at http://www.gtk.org.
-
-And obviously, you will need have Geany installed. If you have Geany
-installed from the sources, you should be ready to go. If you used a
-prepared package e.g. from your distribution you probably need to
-install an additional package, this might be called geany-dev or
-geany-devel. Please note that in order to compile and use this plugin,
-you need Geany 0.16 or later (Geany Plugin API v130 or higher).
-
-Furthermore you need, of course, a C compiler (that is supporting C99)
-and the Make tool. The GNU versions of these tools are recommended.
-Also there should be a working (La)TeX-environment on your System.
-
-
-
-Installation
-------------
-
-Compiling and installing the code is done by the following three
-commands:
-
-$ ./configure
-$ make
-$ make install
-
-For more configuration details run
-$ ./configure --help
-
-If there are any errors during compilation, check your build environment
-and try to find the error, otherwise contact one of the authors. (See below)
-
-
-Usage
------
-
-After installed successfully, load the plugin in Geany's plugin manager
-and a new sub menu in the Tools menu will appear. Inside the sub menu
-you will find entries for functions supported by this version of the
-plugin.
-
-
-Configuration
--------------
-
-No general configuration is needed to use the plugin. Nevertheless if
-you want improve and make usage of all feature, you can define some
-key bindings using Geany's key binding interface from inside the
-preferences dialog.
-
-
-
-Development
------------
-
-You can checkout the current source code from the Subversion repository at
-Sourceforge.net. Get the code from:
-
-svn checkout
-http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geanylatex
-
-If you want to create a patch, please respect the license of GeanyLaTeX
-as well as intellectual property of third. Patches that should be
-included to the default distribution must be licensed under the same conditions
-as GeanyLaTeX by the copyright owner.
-
-
-Known issues
------------
-
-At time of the the documentation was created no issue were known.
-Since this is only a snapshot, you will find more recent information
-for all reported issues bug tracking system of SF at
-http://sourceforge.net/tracker/?group_id=222729
-
-
-License
--------
-
-GeanyLaTeX and all its parts is distributed under the terms of the
-GNU General Public License as published by the Free Software
-Foundation; either version 2 of the License, or (at your option) any
-later version. A copy of this license can be found in the file COPYING
-included with the source code of this program. If not, you will be
-able to get a copy by contacting the Free Software Foundation, Inc.,
-51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
-
-Bugs, questions, bugs, homepage
----------------------------------
-
-If you found any bugs or want to provide a patch, please contact Frank
-Lanitz (frank(at)geany(dot)org). Please also do so, if you got any
-questions and visiting http://frank.uvena.de/en/Geany/geanylatex/
-didn't help you to figure out the answer. Visiting the website is also
-a good start if you want to check for any update on this plugin.
+Documentation has been moved into doc subfolder. There you you should
+find a PDF or HTML file shipped with sources of this plugin. If there
+is no documentation available there, please check
+http://frank.uvena.de/en/Geany/geanylatex instead.

Modified: trunk/geanylatex/configure.in
===================================================================
--- trunk/geanylatex/configure.in	2009-05-25 20:28:33 UTC (rev 664)
+++ trunk/geanylatex/configure.in	2009-05-25 21:53:22 UTC (rev 665)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(geanylatex, 0.4dev)
+AM_INIT_AUTOMAKE(geanylatex, 0.4)
 
 AM_CONFIG_HEADER(config.h)
 

Modified: trunk/geanylatex/doc/geanylatex.css
===================================================================
--- trunk/geanylatex/doc/geanylatex.css	2009-05-25 20:28:33 UTC (rev 664)
+++ trunk/geanylatex/doc/geanylatex.css	2009-05-25 21:53:22 UTC (rev 665)
@@ -8,10 +8,10 @@
 .pplr7t-x-x-80{font-size:80%;}
 .zplmr7m-{font-style: italic;}
 .pplr7t-x-x-90{font-size:90%;}
+.pplb7t-{font-weight: bold;}
 .pcrr7t-{font-family: monospace;}
 .zplmr7y-x-x-60{font-size:60%;}
 .pcrr7t-x-x-70{font-size:70%;font-family: monospace;}
-.pplb7t-{font-weight: bold;}
 .pcrr7t-x-x-80{font-size:80%;font-family: monospace;}
 p.noindent { text-indent: 0em }
 td p.noindent { text-indent: 0em; margin-top:0em; }

Modified: trunk/geanylatex/doc/geanylatex.html
===================================================================
--- trunk/geanylatex/doc/geanylatex.html	2009-05-25 20:28:33 UTC (rev 664)
+++ trunk/geanylatex/doc/geanylatex.html	2009-05-25 21:53:22 UTC (rev 665)
@@ -11,10 +11,14 @@
 <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" /> 
 <!-- xhtml,html --> 
 <meta name="src" content="geanylatex.tex" /> 
-<meta name="date" content="2009-05-13 19:14:00" /> 
+<meta name="date" content="2009-05-25 23:34:00" /> 
 <link rel="stylesheet" type="text/css" href="geanylatex.css" /> 
 </head><body 
 >
+<!--l. 56--><p class="noindent" >
+                                                                                         
+                                                                                         
+</p>
 <div class="maketitle">
                                                                                          
                                                                                          
@@ -32,7 +36,14 @@
 class="pplr7t-x-x-90">frank at frank.uvena.de</span></a></div>
 <br />
 <div class="date" ><span 
-class="pplr7t-x-x-144">May 13, 2009</span></div>
+class="pplr7t-x-x-144">May 25, 2009</span></div>
+<span 
+class="pplb7t-">Note: </span>Please note the document has been created on May 25, 2009. If you are using devel version from
+SVN, please compile and check <span 
+class="pcrr7t-">doc/geanylatex.tex </span>from sources. Please check page <a 
+href="#x1-90004.2">5<!--tex4ht:ref: sec:compiling_of_documentation --></a>, section <a 
+href="#x1-90004.2">4.2<!--tex4ht:ref: sec:compiling_of_documentation --></a>
+how to do so.
 </div>
 <h3 class="likesectionHead"><a 
  id="x1-1000"></a>Contents</h3>
@@ -42,76 +53,84 @@
 <br /><span class="sectionToc" >1 <a 
 href="#x1-30001" id="QQ2-1-4">About the plugin</a></span>
 <br /><span class="sectionToc" >2 <a 
-href="#x1-40002" id="QQ2-1-5">Requirements</a></span>
+href="#x1-40002" id="QQ2-1-5">News</a></span>
 <br /><span class="sectionToc" >3 <a 
-href="#x1-50003" id="QQ2-1-6">Installation</a></span>
+href="#x1-60003" id="QQ2-1-7">Requirements</a></span>
 <br /><span class="sectionToc" >4 <a 
-href="#x1-60004" id="QQ2-1-7">Usage</a></span>
+href="#x1-70004" id="QQ2-1-8">Installation</a></span>
+<br />&#x00A0;<span class="subsectionToc" >4.1 <a 
+href="#x1-80004.1" id="QQ2-1-9">Compiling the plugin itself</a></span>
+<br />&#x00A0;<span class="subsectionToc" >4.2 <a 
+href="#x1-90004.2" id="QQ2-1-10">Compiling of documentation</a></span>
 <br /><span class="sectionToc" >5 <a 
-href="#x1-70005" id="QQ2-1-9">Features</a></span>
-<br />&#x00A0;<span class="subsectionToc" >5.1 <a 
-href="#x1-80005.1" id="QQ2-1-10"><span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
-class="E">E</span>X</span></span>-Wizard</a></span>
-<br />&#x00A0;<span class="subsectionToc" >5.2 <a 
-href="#x1-90005.2" id="QQ2-1-12">Inserting and replacing of special characters</a></span>
-<br />&#x00A0;<span class="subsectionToc" >5.3 <a 
-href="#x1-100005.3" id="QQ2-1-13">Inserting References and Labels</a></span>
-<br />&#x00A0;<span class="subsectionToc" >5.4 <a 
-href="#x1-110005.4" id="QQ2-1-16">BibTeX templates for catalogue entries</a></span>
-<br />&#x00A0;<span class="subsectionToc" >5.5 <a 
-href="#x1-120005.5" id="QQ2-1-17">Replacement of special characters</a></span>
-<br />&#x00A0;<span class="subsectionToc" >5.6 <a 
-href="#x1-130005.6" id="QQ2-1-18">Inserting of Environment</a></span>
-<br />&#x00A0;<span class="subsectionToc" >5.7 <a 
-href="#x1-140005.7" id="QQ2-1-20">Format</a></span>
+href="#x1-100005" id="QQ2-1-11">Usage</a></span>
 <br /><span class="sectionToc" >6 <a 
-href="#x1-150006" id="QQ2-1-21">Configuration</a></span>
+href="#x1-110006" id="QQ2-1-13">Features</a></span>
 <br />&#x00A0;<span class="subsectionToc" >6.1 <a 
-href="#x1-160006.1" id="QQ2-1-22">Key bindings</a></span>
-<br /><span class="sectionToc" >7 <a 
-href="#x1-170007" id="QQ2-1-24">Donating to the plugin</a></span>
+href="#x1-120006.1" id="QQ2-1-14"><span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+class="E">E</span>X</span></span>-Wizard</a></span>
+<br />&#x00A0;<span class="subsectionToc" >6.2 <a 
+href="#x1-130006.2" id="QQ2-1-16">Inserting References and Labels</a></span>
+<br />&#x00A0;<span class="subsectionToc" >6.3 <a 
+href="#x1-140006.3" id="QQ2-1-19">BibTeX templates for catalogue entries</a></span>
                                                                                          
                                                                                          
+<br />&#x00A0;<span class="subsectionToc" >6.4 <a 
+href="#x1-150006.4" id="QQ2-1-20">Replacement of special characters</a></span>
+<br />&#x00A0;<span class="subsectionToc" >6.5 <a 
+href="#x1-160006.5" id="QQ2-1-21">Inserting of special character</a></span>
+<br />&#x00A0;<span class="subsectionToc" >6.6 <a 
+href="#x1-170006.6" id="QQ2-1-22">Inserting of Environment</a></span>
+<br />&#x00A0;<span class="subsectionToc" >6.7 <a 
+href="#x1-180006.7" id="QQ2-1-24">Format</a></span>
+<br /><span class="sectionToc" >7 <a 
+href="#x1-190007" id="QQ2-1-25">Configuration</a></span>
 <br />&#x00A0;<span class="subsectionToc" >7.1 <a 
-href="#x1-180007.1" id="QQ2-1-25">Extending plugin</a></span>
+href="#x1-200007.1" id="QQ2-1-26">GeanyLaTeX’s configuration dialog</a></span>
 <br />&#x00A0;<span class="subsectionToc" >7.2 <a 
-href="#x1-210007.2" id="QQ2-1-28">Testing & bug reporting</a></span>
-<br />&#x00A0;<span class="subsectionToc" >7.3 <a 
-href="#x1-220007.3" id="QQ2-1-29">Packaging</a></span>
-<br />&#x00A0;<span class="subsectionToc" >7.4 <a 
-href="#x1-230007.4" id="QQ2-1-30">Improving and extending of documentation</a></span>
-<br />&#x00A0;<span class="subsectionToc" >7.5 <a 
-href="#x1-240007.5" id="QQ2-1-31">Propaganda</a></span>
+href="#x1-230007.2" id="QQ2-1-29">Key bindings</a></span>
 <br /><span class="sectionToc" >8 <a 
-href="#x1-250008" id="QQ2-1-32">Development</a></span>
+href="#x1-240008" id="QQ2-1-31">Donating to the plugin</a></span>
 <br />&#x00A0;<span class="subsectionToc" >8.1 <a 
-href="#x1-260008.1" id="QQ2-1-33">Development version</a></span>
+href="#x1-250008.1" id="QQ2-1-32">Extending plugin</a></span>
+<br />&#x00A0;<span class="subsectionToc" >8.2 <a 
+href="#x1-280008.2" id="QQ2-1-35">Testing & bug reporting</a></span>
+<br />&#x00A0;<span class="subsectionToc" >8.3 <a 
+href="#x1-290008.3" id="QQ2-1-36">Packaging</a></span>
+<br />&#x00A0;<span class="subsectionToc" >8.4 <a 
+href="#x1-300008.4" id="QQ2-1-37">Improving and extending of documentation</a></span>
+<br />&#x00A0;<span class="subsectionToc" >8.5 <a 
+href="#x1-310008.5" id="QQ2-1-38">Propaganda</a></span>
 <br /><span class="sectionToc" >9 <a 
-href="#x1-280009" id="QQ2-1-35">Known issues</a></span>
+href="#x1-320009" id="QQ2-1-39">Development</a></span>
+<br />&#x00A0;<span class="subsectionToc" >9.1 <a 
+href="#x1-330009.1" id="QQ2-1-40">Development version</a></span>
 <br /><span class="sectionToc" >10 <a 
-href="#x1-2900010" id="QQ2-1-36">Recommendations to improve work with <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+href="#x1-3500010" id="QQ2-1-42">Known issues</a></span>
+<br /><span class="sectionToc" >11 <a 
+href="#x1-3600011" id="QQ2-1-43">Recommendations to improve work with <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> and Geany</a></span>
-<br />&#x00A0;<span class="subsectionToc" >10.1 <a 
-href="#x1-3000010.1" id="QQ2-1-37">Geany’s code snippet function</a></span>
-<br />&#x00A0;<span class="subsectionToc" >10.2 <a 
-href="#x1-3100010.2" id="QQ2-1-38">Other useful plugins</a></span>
-<br /><span class="sectionToc" >11 <a 
-href="#x1-3500011" id="QQ2-1-42">License</a></span>
+<br />&#x00A0;<span class="subsectionToc" >11.1 <a 
+href="#x1-3700011.1" id="QQ2-1-44">Geany’s code snippet function</a></span>
+<br />&#x00A0;<span class="subsectionToc" >11.2 <a 
+href="#x1-3800011.2" id="QQ2-1-45">Other useful plugins</a></span>
 <br /><span class="sectionToc" >12 <a 
-href="#x1-3600012" id="QQ2-1-43">Bugs, questions, homepage</a></span>
+href="#x1-4200012" id="QQ2-1-49">License</a></span>
+<br /><span class="sectionToc" >13 <a 
+href="#x1-4300013" id="QQ2-1-50">Bugs, questions, homepage</a></span>
 </div>
 <h3 class="likesectionHead"><a 
  id="x1-2000"></a>List of Tables</h3>
 <a 
  id="Q1-1-3"></a>
 <div class="tableofcontents"><span class="lotToc" >1&#x00A0;<a 
-href="#x1-16001r1">List of available keybindings</a></span><br />
+href="#x1-23001r1">List of available keybindings</a></span><br />
 </div>
                                                                                          
                                                                                          
 <h3 class="sectionHead"><span class="titlemark">1  </span> <a 
  id="x1-30001"></a>About the plugin</h3>
-<!--l. 63--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<!--l. 70--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> is a little plugin to improve support of <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> on Geany. It implements a couple of maybe useful
 functions:
@@ -128,7 +147,7 @@
      </li>
      <li class="itemize">Inserting special characters through menu
      </li>
-     <li class="itemize">Help entering the right field for BibTeX entries by providing templates
+     <li class="itemize">Help entering the right fields for BibTeX entries by providing templates
      </li>
      <li class="itemize">Easy inserting format patterns like <span 
 class="cmsy-10">\</span>texttt through menu
@@ -137,56 +156,84 @@
      </li>
      <li class="itemize">Shortcuts for inserting <span 
 class="cmsy-10">\</span>item and <span 
-class="cmsy-10">\</span>newline</li></ul>
-<!--l. 84--><p class="noindent" >
+class="cmsy-10">\</span>newline
+     </li>
+     <li class="itemize">Toolbar with often used format options</li></ul>
+<!--l. 91--><p class="noindent" >
 </p>
 <h3 class="sectionHead"><span class="titlemark">2  </span> <a 
- id="x1-40002"></a>Requirements</h3>
-<!--l. 86--><p class="noindent" >For compiling the plugin yourself, you will need the GTK (<span 
+ id="x1-40002"></a>News</h3>
+<!--l. 92--><p class="noindent" >
+</p>
+<h4 class="likesubsectionHead"><a 
+ id="x1-50002"></a>GeanyLaTeX 0.4 – 2009-05-26</h4>
+     <ul class="itemize1">
+     <li class="itemize">Adding a toolbar with often used format commands
+     </li>
+     <li class="itemize">Adding a configuration dialog to configure basic options of plugin
+     </li>
+     <li class="itemize">Moved documentation into a <span class="TEX">T<span 
+class="E">E</span>X</span>-document
+                                                                                         
+                                                                                         
+     </li>
+     <li class="itemize">Replace <span 
+class="cmsy-10">\</span>u-UTF-8 letters by octal coded chars to don’t depend on C99 anymore.
+     </li>
+     <li class="itemize">Added a function to bulk replace special characters inside marked text by keybinding
+     </li>
+     <li class="itemize">Added a function to replace special characters on typing</li></ul>
+<!--l. 104--><p class="noindent" >
+</p>
+<h3 class="sectionHead"><span class="titlemark">3  </span> <a 
+ id="x1-60003"></a>Requirements</h3>
+<!--l. 106--><p class="noindent" >For compiling the plugin yourself, you will need the GTK (<span 
 class="zplmr7m-">&#x003E;</span><span 
 class="zplmr7t-">= </span>2.6.0) libraries and header files. You will also need
 its dependency libraries and header files, such as Pango, Glib and ATK. All these files are available at
 <a 
 href="http://www.gtk.org" class="url" ><span 
 class="pcrr7t-">http://www.gtk.org</span></a>.
-</p><!--l. 91--><p class="noindent" >And obviously, you will need have Geany with its header files installed (in case you are compiling the plugin on
+</p><!--l. 111--><p class="noindent" >And obviously, you will need have Geany with its header files installed (in case you are compiling the plugin on
 your own). If you have Geany installed from the sources, you should be ready to go. If you used a prepared
 package e.g. from your distribution you probably need to install an additional package, this might be called
 geany-dev or geany-devel. Please note that in order to compile and use this plugin, you need Geany 0.16 or later
 (Geany Plugin API v130 or higher).
-</p><!--l. 99--><p class="noindent" >Furthermore you need, of course, a C compiler and the Make tool. The GNU versions of these tools are
+</p><!--l. 119--><p class="noindent" >Furthermore you need, of course, a C compiler and the Make tool. The GNU versions of these tools are
 recommended. Also there should be a working <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span>-environment on your System.
-</p><!--l. 103--><p class="noindent" >There is no special need in RAM or CPU so the plugin should run on all systems Geany is able to
+</p><!--l. 123--><p class="noindent" >There is no special need in RAM or CPU so the plugin should run on all systems Geany is able to
 run.
-                                                                                         
-                                                                                         
-</p><!--l. 106--><p class="noindent" >
+</p><!--l. 126--><p class="noindent" >
 </p>
-<h3 class="sectionHead"><span class="titlemark">3  </span> <a 
- id="x1-50003"></a>Installation</h3>
-<!--l. 107--><p class="noindent" >Compiling and installing the code is done by the following three commands:
+<h3 class="sectionHead"><span class="titlemark">4  </span> <a 
+ id="x1-70004"></a>Installation</h3>
+<!--l. 127--><p class="noindent" >
 </p>
+<h4 class="subsectionHead"><span class="titlemark">4.1  </span> <a 
+ id="x1-80004.1"></a>Compiling the plugin itself</h4>
+<!--l. 128--><p class="noindent" >Compiling and installing the code is done by the following three commands:
+</p>
 <hr class="figure" /><div class="figure" 
 >
                                                                                          
                                                                                          
                                                                                          
                                                                                          
-<!--l. 111-->
+<!--l. 132-->
 <div class="lstlisting" id="listing-1"><span class="label"><a 
- id="x1-5001r1"></a></span><span 
+ id="x1-8001r1"></a></span><span 
 class="pcrr7t-x-x-70">$</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">./</span><span 
 class="pcrr7t-x-x-70">configure</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-5002r2"></a></span><span 
+ id="x1-8002r2"></a></span><span 
 class="pcrr7t-x-x-70">$</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">make</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-5003r3"></a></span><span 
+ id="x1-8003r3"></a></span><span 
 class="pcrr7t-x-x-70">$</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">make</span><span 
@@ -199,70 +246,115 @@
                                                                                          
                                                                                          
 </div><hr class="endfigure" />
-<!--l. 118--><p class="noindent" >For more configuration details run <span 
+<!--l. 139--><p class="noindent" >For more configuration details run <span 
 class="pcrr7t-">./configure --help</span>
-</p><!--l. 120--><p class="noindent" >If there are any errors during compilation, check your build environment and try to find the error, otherwise contact one of
+</p><!--l. 141--><p class="noindent" >If there are any errors during compilation, check your build environment and try to find the error, otherwise contact one of
 the authors<span class="footnote-mark"><a 
 href="geanylatex2.html#fn1x0"><sup class="textsuperscript">1</sup></a></span><a 
- id="x1-5004f1"></a> 
+ id="x1-8004f1"></a> 
 </p>
-<h3 class="sectionHead"><span class="titlemark">4  </span> <a 
- id="x1-60004"></a>Usage</h3>
+<h4 class="subsectionHead"><span class="titlemark">4.2  </span> <a 
+ id="x1-90004.2"></a>Compiling of documentation</h4>
+<!--l. 148--><p class="noindent" >Sources of this documentation are available throught <span 
+class="pcrr7t-">doc/geanylatex.tex </span>inside source tree. To compile the
+sources, usage of <span 
+class="pcrr7t-">pdflatex </span>(should be delivered with your favorite <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+class="E">E</span>X</span></span> distribution) is recommended. For
+compiling into HTML format you might like to use <span 
+class="pcrr7t-">htlatex</span>. The HTML version of this documentation shipped
+with source tarball has been compiled with
+</p>
 <hr class="figure" /><div class="figure" 
 >
                                                                                          
                                                                                          
+                                                                                         
+                                                                                         
+<!--l. 156-->
+<div class="lstlisting" id="listing-2"><span class="label"><a 
+ id="x1-9001r1"></a></span><span 
+class="pcrr7t-x-x-70">htlatex</span><span 
+class="pcrr7t-x-x-70">&#x00A0;</span><span 
+class="pcrr7t-x-x-70">geanylatex</span><span 
+class="pcrr7t-x-x-70">.</span><span 
+class="pcrr7t-x-x-70">tex</span><span 
+class="pcrr7t-x-x-70">&#x00A0;</span><span 
+class="pcrr7t-x-x-70">xhtml</span><span 
+class="pcrr7t-x-x-70">&#x00A0;</span><span 
+class="pcrr7t-x-x-70">-</span><span 
+class="pcrr7t-x-x-70">cvalidate</span><span 
+class="pcrr7t-x-x-70">&#x00A0;</span><span 
+class="pcrr7t-x-x-70">-</span><span 
+class="pcrr7t-x-x-70">interaction</span><span 
+class="pcrr7t-x-x-70">=</span><span 
+class="pcrr7t-x-x-70">batchmode</span>
+</div>
+                                                                                         
+                                                                                         
+</div><hr class="endfigure" />
+<!--l. 161--><p class="noindent" >
+                                                                                         
+                                                                                         
+</p>
+<h3 class="sectionHead"><span class="titlemark">5  </span> <a 
+ id="x1-100005"></a>Usage</h3>
+<hr class="figure" /><div class="figure" 
+>
+                                                                                         
+                                                                                         
 <a 
- id="x1-6001r1"></a>
+ id="x1-10001r1"></a>
                                                                                          
                                                                                          
 
-<!--l. 129--><p class="noindent" ><img 
+<!--l. 164--><p class="noindent" ><img 
 src="img/plugin_manager.png" alt="PIC"  
  />
 <br /> </p><div class="caption" 
 ><span class="id">Figure&#x00A0;1: </span><span  
 class="content">Plugin manager with Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
-class="E">E</span>X</span></span> of Geany 0.16</span></div><!--tex4ht:label?: x1-6001r1 -->
+class="E">E</span>X</span></span> of Geany 0.16</span></div><!--tex4ht:label?: x1-10001r1 -->
                                                                                          
                                                                                          
 </div><hr class="endfigure" />
-<!--l. 133--><p class="noindent" >After Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<!--l. 168--><p class="noindent" >After Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> has been installed successfully the plugin can be loaded through Geany’s plugin manager and
 a new sub menu in the Tools menu will appear as well as new key bindings will be available inside Geany’s key
 binding interface. Inside the sub menu you will find entries for functions supported by this version of the plugin. It
 will be called <span 
 class="pcrr7t-">LaTeX</span>.
+</p><!--l. 175--><p class="noindent" >Also if the option for showing the toolbar is activated on configuration dialog, the toolbar with common used
+format functions appears on at top of editor widget. This feature is turned off by default.
 </p>
-<h3 class="sectionHead"><span class="titlemark">5  </span> <a 
- id="x1-70005"></a>Features</h3>
-<!--l. 143--><p class="noindent" >Go into more detail on some features.
-</p><!--l. 145--><p class="noindent" >
+<h3 class="sectionHead"><span class="titlemark">6  </span> <a 
+ id="x1-110006"></a>Features</h3>
+<!--l. 182--><p class="noindent" >Let’s go into more detail on some features.
+</p><!--l. 184--><p class="noindent" >
 </p>
-<h4 class="subsectionHead"><span class="titlemark">5.1  </span> <a 
- id="x1-80005.1"></a><span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h4 class="subsectionHead"><span class="titlemark">6.1  </span> <a 
+ id="x1-120006.1"></a><span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span>-Wizard</h4>
-<!--l. 147--><p class="noindent" >The <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<!--l. 186--><p class="noindent" >The <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span>-Wizard is implementing a easy way creating a number of default documents. </p><hr class="figure" /><div class="figure" 
 >
                                                                                          
                                                                                          
 <a 
- id="x1-8001r2"></a>
+ id="x1-12001r2"></a>
                                                                                          
                                                                                          
 
-<!--l. 150--><p class="noindent" ><img 
+<!--l. 189--><p class="noindent" ><img 
 src="img/latexwizard.png" alt="PIC"  
  />
 <br /> </p><div class="caption" 
 ><span class="id">Figure&#x00A0;2: </span><span  
 class="content"><span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
-class="E">E</span>X</span></span>-Wizard of version 0.4</span></div><!--tex4ht:label?: x1-8001r2 -->
+class="E">E</span>X</span></span>-Wizard of version 0.4</span></div><!--tex4ht:label?: x1-12001r2 -->
                                                                                          
                                                                                          
 </div><hr class="endfigure" />
-<!--l. 154--><p class="noindent" >Document types that are currently supported by the wizard are: </p>
+<!--l. 193--><p class="noindent" >Document types that are currently supported by the wizard are: </p>
      <ul class="itemize1">
      <li class="itemize">book
      </li>
@@ -274,9 +366,9 @@
      </li>
      <li class="itemize">presentation (<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> beamer)</li></ul>
-<!--l. 163--><p class="noindent" >This can be set by choosing the needed entry form <span 
+<!--l. 202--><p class="noindent" >This can be set by choosing the needed entry form <span 
 class="pplb7t-">Documentclass </span>pulldown menu.
-</p><!--l. 166--><p class="noindent" ><span 
+</p><!--l. 205--><p class="noindent" ><span 
 class="pplb7t-">Encoding </span>is configuring the packages <span 
 class="pcrr7t-">inputenc </span>to for example <span 
 class="cmsy-10">\</span><span 
@@ -286,41 +378,32 @@
 class="cmsy-10">} </span>in case of the
 document encoding should be UTF-8. Also it sets the encoding Geany is using for the newly created
 document.
-</p><!--l. 171--><p class="noindent" ><span 
+</p><!--l. 210--><p class="noindent" ><span 
 class="pplb7t-">Font size </span>as well as <span 
-class="pplb7t-">Paper size </span>will set class option for font/paper size of the new created document.<span 
+class="pplb7t-">Paper size </span>will set class option for font/paper size of the new created document. <span 
 class="pplb7t-">Author</span>, <span 
 class="pplb7t-">Date</span>,
 <span 
 class="pplb7t-">Title </span>will be also passed to the corresponding command inside the file header.
-</p><!--l. 176--><p class="noindent" >Option <span 
+</p><!--l. 215--><p class="noindent" >Option <span 
 class="pplb7t-">Use draft mode </span>will add <span 
 class="pcrr7t-">draft </span>to list of document options which allows some help during debugging of
 document.
-</p><!--l. 179--><p class="noindent" >Since KOMA script is quiet popular the option <span 
+</p><!--l. 218--><p class="noindent" >Since KOMA script is quiet popular the option <span 
 class="pplb7t-">Use KOMA script if possible </span>allows to activate the usage of KOMA
 script. If this options is activated instead of <span 
 class="pcrr7t-">book</span>, <span 
 class="pcrr7t-">scrbook </span>will be used as document class. Default is activated
-here.
-</p><!--l. 184--><p class="noindent" >The dialog can also be called by a shortcut. Please have a look onto section <a 
-href="#x1-16001r1">1<!--tex4ht:ref: kb_latex_wizard --></a>, page <a 
-href="#x1-16001r1">33<!--tex4ht:ref: kb_latex_wizard --></a>.
+here. This option is deactivated by default and can be set through Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+class="E">E</span>X</span></span>’s configuration dialog mentioned
+earlier in this document.
+</p><!--l. 225--><p class="noindent" >This wizard can also be called by a shortcut. Please have a look onto section <a 
+href="#x1-23001r1">1<!--tex4ht:ref: kb_latex_wizard --></a>, page <a 
+href="#x1-23001r1">38<!--tex4ht:ref: kb_latex_wizard --></a>.
 </p>
-<h4 class="subsectionHead"><span class="titlemark">5.2  </span> <a 
- id="x1-90005.2"></a>Inserting and replacing of special characters</h4>
-<!--l. 189--><p class="noindent" >At replacing a selected text will be parsed and all known special characters will be replaced by their <span class="TEX">T<span 
-class="E">E</span>X</span> substitute.
-This can be very useful on importing a large amount of text into your document including characters like \xF6 or <span 
-class="zplmr7y-x-x-60">&#x226B;</span>.
-This can be also called using a keybinding (see <a 
-href="#x1-16001r1">1<!--tex4ht:ref: kb_replacement_of_special_char --></a>, page <a 
-href="#x1-16001r1">33<!--tex4ht:ref: kb_replacement_of_special_char --></a>).
-</p><!--l. 197--><p class="noindent" >
-</p>
-<h4 class="subsectionHead"><span class="titlemark">5.3  </span> <a 
- id="x1-100005.3"></a>Inserting References and Labels</h4>
-<!--l. 198--><p class="noindent" >An often used feature on writing of documents is adding and referring to labels. Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h4 class="subsectionHead"><span class="titlemark">6.2  </span> <a 
+ id="x1-130006.2"></a>Inserting References and Labels</h4>
+<!--l. 229--><p class="noindent" >An often used feature on writing of documents is adding and referring to labels. Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> is adding some
 support here for more comfortable adding new labels and reference offering a GUI.
 </p>
@@ -329,21 +412,21 @@
                                                                                          
                                                                                          
 <a 
- id="x1-10001r3"></a>
+ id="x1-13001r3"></a>
                                                                                          
                                                                                          
 
-<!--l. 203--><p class="noindent" ><img 
+<!--l. 234--><p class="noindent" ><img 
 src="img/insert_label.png" alt="PIC"  
  />
 <br /> </p><div class="caption" 
 ><span class="id">Figure&#x00A0;3: </span><span  
 class="content">Insert label dialog on Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
-class="E">E</span>X</span></span> 0.4</span></div><!--tex4ht:label?: x1-10001r3 -->
+class="E">E</span>X</span></span> 0.4</span></div><!--tex4ht:label?: x1-13001r3 -->
                                                                                          
                                                                                          
 </div><hr class="endfigure" />
-<!--l. 207--><p class="noindent" >After an label was added Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<!--l. 238--><p class="noindent" >After an label was added Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> is offering a dialog for inserting normal references and page references to
 an label.
 </p>
@@ -352,35 +435,35 @@
                                                                                          
                                                                                          
 <a 
- id="x1-10002r4"></a>
+ id="x1-13002r4"></a>
                                                                                          
                                                                                          
 
-<!--l. 211--><p class="noindent" ><img 
+<!--l. 242--><p class="noindent" ><img 
 src="img/insert_reference.png" alt="PIC"  
  />
 <br /> </p><div class="caption" 
 ><span class="id">Figure&#x00A0;4: </span><span  
 class="content">Insert reference dialog on Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
-class="E">E</span>X</span></span> 0.4</span></div><!--tex4ht:label?: x1-10002r4 -->
+class="E">E</span>X</span></span> 0.4</span></div><!--tex4ht:label?: x1-13002r4 -->
                                                                                          
                                                                                          
 </div><hr class="endfigure" />
-<!--l. 215--><p class="noindent" >The suggestions inside the pull down are based on the aux file creating by processing of *.tex file. The plugin is
+<!--l. 246--><p class="noindent" >The suggestions inside the pull down are based on the aux file creating by processing of *.tex file. The plugin is
 searching for a aux file for the current open *.tex file inside current directory. When first step was successful the file
 is parsed for <span 
 class="cmsy-10">\</span><span 
 class="pcrr7t-">newlabel</span><span 
 class="cmsy-10">{}{}{} </span>and tries to interpret them properly. The found entries will be inserted into pull
 down sorted by alphabet.
-</p><!--l. 222--><p class="noindent" >Both, the inserting labels as well as the inserting reference dialog can be accessed by key binding also. See chapter <a 
-href="#x1-16001r1">1<!--tex4ht:ref: kb_insert_label --></a>
+</p><!--l. 253--><p class="noindent" >Both, the inserting labels as well as the inserting reference dialog can be accessed by key binding also. See chapter <a 
+href="#x1-23001r1">1<!--tex4ht:ref: kb_insert_label --></a>
 and <a 
-href="#x1-16001r1">1<!--tex4ht:ref: kb_insert_reference --></a> here.
+href="#x1-23001r1">1<!--tex4ht:ref: kb_insert_reference --></a> here.
 </p>
-<h4 class="subsectionHead"><span class="titlemark">5.4  </span> <a 
- id="x1-110005.4"></a>BibTeX templates for catalogue entries</h4>
-<!--l. 227--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h4 class="subsectionHead"><span class="titlemark">6.3  </span> <a 
+ id="x1-140006.3"></a>BibTeX templates for catalogue entries</h4>
+<!--l. 258--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> is offering a number of often used templates for BibTeX catalogue entries. They can be access by the
 plugin submenu in Geany’s tools menu: </p>
      <ul class="itemize1">
@@ -413,7 +496,7 @@
      <li class="itemize">Unpublished</li></ul>
                                                                                          
                                                                                          
-<!--l. 246--><p class="noindent" >When choosing an entry from list on menu a templace with common used fields will be generated and inserted into
+<!--l. 277--><p class="noindent" >When choosing an entry from list on menu a templace with common used fields will be generated and inserted into
 the document. The template will be inserted on position of cursor which will no be moved during the process. As
 an example for a book, this will be inserted to the document:
 </p>
@@ -423,100 +506,107 @@
                                                                                          
                                                                                          
                                                                                          
-<!--l. 253-->
-<div class="lstlisting" id="listing-2"><span class="label"><a 
- id="x1-11001r1"></a></span><span 
+<!--l. 284-->
+<div class="lstlisting" id="listing-3"><span class="label"><a 
+ id="x1-14001r1"></a></span><span 
 class="pcrr7t-x-x-70">@Book</span><span 
 class="pcrr7t-x-x-70">{</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-11002r2"></a></span><span 
+ id="x1-14002r2"></a></span><span 
 class="pcrr7t-x-x-70">Author</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">=</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">{},</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-11003r3"></a></span><span 
+ id="x1-14003r3"></a></span><span 
 class="pcrr7t-x-x-70">Editor</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">=</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">{},</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-11004r4"></a></span><span 
+ id="x1-14004r4"></a></span><span 
 class="pcrr7t-x-x-70">Publisher</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">=</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">{},</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-11005r5"></a></span><span 
+ id="x1-14005r5"></a></span><span 
 class="pcrr7t-x-x-70">Title</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">=</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">{},</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-11006r6"></a></span><span 
+ id="x1-14006r6"></a></span><span 
 class="pcrr7t-x-x-70">Year</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">=</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">{},</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-11007r7"></a></span><span 
+ id="x1-14007r7"></a></span><span 
 class="pcrr7t-x-x-70">}</span>
 </div>
                                                                                          
                                                                                          
 </div><hr class="endfigure" />
-<h4 class="subsectionHead"><span class="titlemark">5.5  </span> <a 
- id="x1-120005.5"></a>Replacement of special characters</h4>
-<!--l. 265--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h4 class="subsectionHead"><span class="titlemark">6.4  </span> <a 
+ id="x1-150006.4"></a>Replacement of special characters</h4>
+<!--l. 296--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> is able to replace special characters to their there <span class="TEX">T<span 
 class="E">E</span>X</span>&#x00A0;substitute. This can be done in two different
 ways:
-</p><!--l. 268--><p class="noindent" >
+</p><!--l. 299--><p class="noindent" >
      </p><ol  class="enumerate1" >
      <li 
-  class="enumerate" id="x1-12002x1"><span 
+  class="enumerate" id="x1-15002x1"><span 
 class="pplb7t-">On input: </span>If this switch is active all special characters will be replaced during typing of text. You can
      turn the switch on/off at Replacement of special characters submenu inside.
      </li>
      <li 
-  class="enumerate" id="x1-12004x2"><span 
+  class="enumerate" id="x1-15004x2"><span 
 class="pplb7t-">Bulk replace of selected text: </span>A selected text will be parsed and all known special characters will be
      replaced by their <span class="TEX">T<span 
 class="E">E</span>X</span> substitute. This can be very useful on importing a large amount of text into
      your document including characters like \xF6 or <span 
 class="zplmr7y-x-x-60">&#x226B;</span>. This function is available through the Replacement
      of special characters submenu on plugin’s submenu of Geany’s Tools menu.</li></ol>
-<!--l. 282--><p class="noindent" >For both functions there are also shortcuts available.
-</p><!--l. 284--><p class="noindent" >
+<!--l. 313--><p class="noindent" >For both functions there are also shortcuts available.
+</p><!--l. 315--><p class="noindent" >
 </p>
-<h4 class="subsectionHead"><span class="titlemark">5.6  </span> <a 
- id="x1-130005.6"></a>Inserting of Environment</h4>
-<!--l. 285--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
-class="E">E</span>X</span></span> is offering a feature for inserting environments into your documents. It can be chosen fro a pulldown
-menu and will be inserted at current position of cursor. If there is a selection activ, the selection will be included
-into environment.
+<h4 class="subsectionHead"><span class="titlemark">6.5  </span> <a 
+ id="x1-160006.5"></a>Inserting of special character</h4>
+<!--l. 316--><p class="noindent" >The plugin is offering a number of special characters with their <span class="TEX">T<span 
+class="E">E</span>X</span> substitutes to be inserted on easy accessing
+through the plugin menu.
+</p><!--l. 319--><p class="noindent" >
 </p>
+<h4 class="subsectionHead"><span class="titlemark">6.6  </span> <a 
+ id="x1-170006.6"></a>Inserting of Environment</h4>
+<!--l. 320--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+class="E">E</span>X</span></span> is offering a feature for inserting environments into your documents. It can be chosen from a
+pulldown menu and will be inserted at current position of cursor. If there is a selection activ, the selection will be
+included into environment.
+</p>
 <hr class="figure" /><div class="figure" 
 >
                                                                                          
                                                                                          
                                                                                          
                                                                                          
-<!--l. 291-->
-<div class="lstlisting" id="listing-3"><span class="label"><a 
- id="x1-13001r1"></a></span><span 
+<!--l. 326-->
+<div class="lstlisting" id="listing-4"><span class="label"><a 
+ id="x1-17001r1"></a></span><span 
 class="pcrr7t-x-x-70">\</span><span 
 class="pcrr7t-x-x-70">begin</span><span 
 class="pcrr7t-x-x-70">{</span><span 
 class="pcrr7t-x-x-70">your_environment</span><span 
 class="pcrr7t-x-x-70">}</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-13002r2"></a></span><span 
+ id="x1-17002r2"></a></span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
@@ -531,7 +621,7 @@
 class="pcrr7t-x-x-70">&#x00A0;</span><span 
 class="pcrr7t-x-x-70">...</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-13003r3"></a></span><span 
+ id="x1-17003r3"></a></span><span 
 class="pcrr7t-x-x-70">\</span><span 
 class="pcrr7t-x-x-70">end</span><span 
 class="pcrr7t-x-x-70">{</span><span 
@@ -541,25 +631,25 @@
                                                                                          
                                                                                          
 </div><hr class="endfigure" />
-<!--l. 298--><p class="noindent" >In case of an empty (= no selection) an empty environment with </p><hr class="figure" /><div class="figure" 
+<!--l. 333--><p class="noindent" >In case of an empty (= no selection) an empty environment with </p><hr class="figure" /><div class="figure" 
 >
                                                                                          
                                                                                          
                                                                                          
                                                                                          
-<!--l. 300-->
-<div class="lstlisting" id="listing-4"><span class="label"><a 
- id="x1-13004r1"></a></span><span 
+<!--l. 335-->
+<div class="lstlisting" id="listing-5"><span class="label"><a 
+ id="x1-17004r1"></a></span><span 
 class="pcrr7t-x-x-70">\</span><span 
 class="pcrr7t-x-x-70">begin</span><span 
 class="pcrr7t-x-x-70">{</span><span 
 class="pcrr7t-x-x-70">your_environment</span><span 
 class="pcrr7t-x-x-70">}</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-13005r2"></a></span><span 
+ id="x1-17005r2"></a></span><span 
 class="pcrr7t-x-x-70">...</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-13006r3"></a></span><span 
+ id="x1-17006r3"></a></span><span 
 class="pcrr7t-x-x-70">\</span><span 
 class="pcrr7t-x-x-70">end</span><span 
 class="pcrr7t-x-x-70">{</span><span 
@@ -569,30 +659,30 @@
                                                                                          
                                                                                          
 </div><hr class="endfigure" />
-<!--l. 307--><p class="noindent" >will be inserted to the document.
+<!--l. 342--><p class="noindent" >will be inserted to the document.
 </p>
 <hr class="figure" /><div class="figure" 
 >
                                                                                          
                                                                                          
 <a 
- id="x1-13007r5"></a>
+ id="x1-17007r5"></a>
                                                                                          
                                                                                          
 
-<!--l. 310--><p class="noindent" ><img 
+<!--l. 345--><p class="noindent" ><img 
 src="img/insert_environment.png" alt="PIC"  
  />
 <br /> </p><div class="caption" 
 ><span class="id">Figure&#x00A0;5: </span><span  
 class="content">Insert environment dialog on Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
-class="E">E</span>X</span></span> 0.4</span></div><!--tex4ht:label?: x1-13007r5 -->
+class="E">E</span>X</span></span> 0.4</span></div><!--tex4ht:label?: x1-17007r5 -->
                                                                                          
                                                                                          
 </div><hr class="endfigure" />
-<h4 class="subsectionHead"><span class="titlemark">5.7  </span> <a 
- id="x1-140005.7"></a>Format</h4>
-<!--l. 316--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h4 class="subsectionHead"><span class="titlemark">6.7  </span> <a 
+ id="x1-180006.7"></a>Format</h4>
+<!--l. 351--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> is able to help on formation of text. For doing this its offering you to insert often use format patterns
 to your document. Patterns that are currently supported are:
 </p>
@@ -609,36 +699,84 @@
      </li>
      <li class="itemize">Small Caps
      </li>
-     <li class="itemize">Emphasis</li></ul>
-<!--l. 330--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+     <li class="itemize">Emphasis
+     </li>
+     <li class="itemize">Centered
+     </li>
+     <li class="itemize">left-aligned
+     </li>
+     <li class="itemize">right-aligned</li></ul>
+<!--l. 368--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> will add the correct format pattern to the document. If there is an selection active, that pattern will be
 placed around so the selected text will be formatted with this chosen style.
-</p><!--l. 334--><p class="noindent" >
+</p><!--l. 372--><p class="noindent" >Following items are also accessible using the Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+class="E">E</span>X</span></span> toolbar: </p>
+     <ul class="itemize1">
+     <li class="itemize">Italic
+     </li>
+     <li class="itemize">Boldfont
+     </li>
+     <li class="itemize">Underline
+     </li>
+     <li class="itemize">Centered
+     </li>
+     <li class="itemize">left-aligned
+     </li>
+     <li class="itemize">right-aligned</li></ul>
+                                                                                         
+                                                                                         
+<!--l. 382--><p class="noindent" >
 </p>
-<h3 class="sectionHead"><span class="titlemark">6  </span> <a 
- id="x1-150006"></a>Configuration</h3>
-<!--l. 336--><p class="noindent" >No general configuration is needed to use the plugin. Nevertheless if you want improve and make usage of all
-feature, you can define some key bindings using Geany’s key binding interface from inside the preferences
-dialog.
+<h3 class="sectionHead"><span class="titlemark">7  </span> <a 
+ id="x1-190007"></a>Configuration</h3>
+<!--l. 384--><p class="noindent" >GeanyLaTeX can be configured in two major ways:
+     </p><ol  class="enumerate1" >
+     <li 
+  class="enumerate" id="x1-19002x1">GeanyLaTeX’s configuration dialog
+     </li>
+     <li 
+  class="enumerate" id="x1-19004x2">Geany’s keybindings interface</li></ol>
+<!--l. 390--><p class="noindent" >
+</p>
+<h4 class="subsectionHead"><span class="titlemark">7.1  </span> <a 
+ id="x1-200007.1"></a>GeanyLaTeX’s configuration dialog</h4>
+<!--l. 391--><p class="noindent" >With version 0.4 the configuration dialog is offering two options which can be changed:
+</p><!--l. 394--><p class="noindent" >
+</p>
+<h5 class="subsubsectionHead"><span class="titlemark">7.1.1  </span> <a 
+ id="x1-210007.1.1"></a>Use KOMA script by default</h5>
+<!--l. 395--><p class="noindent" >KOMA script bei Markus Kohm is a very popular set of document classes mainly
+used in Europe. With this option the default setting for e.g. <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+class="E">E</span>X</span></span>-Wizard can be
+configured<span class="footnote-mark"><a 
+href="geanylatex3.html#fn2x0"><sup class="textsuperscript">2</sup></a></span><a 
+ id="x1-21001f2"></a> .
+Option is turned off by default.
+</p><!--l. 400--><p class="noindent" >
+</p>
+<h5 class="subsubsectionHead"><span class="titlemark">7.1.2  </span> <a 
+ id="x1-220007.1.2"></a>Show extra toolbar</h5>
+<!--l. 401--><p class="noindent" >Decides whether toolbar with some format icons should appear in the top of editor widget. Option is turned off by
+default. Just give it a try.
                                                                                          
                                                                                          
-</p><!--l. 341--><p class="noindent" >
+</p><!--l. 404--><p class="noindent" >
 </p>
-<h4 class="subsectionHead"><span class="titlemark">6.1  </span> <a 
- id="x1-160006.1"></a>Key bindings</h4>
-<!--l. 342--><p class="noindent" >Keybindings which are available:
+<h4 class="subsectionHead"><span class="titlemark">7.2  </span> <a 
+ id="x1-230007.2"></a>Key bindings</h4>
+<!--l. 405--><p class="noindent" >Keybindings which are available:
 </p>
 <div class="table">
                                                                                          
                                                                                          
-<!--l. 344--><p class="noindent" ><a 
- id="x1-16001r1"></a></p><hr class="float" /><div class="float" 
+<!--l. 407--><p class="noindent" ><a 
+ id="x1-23001r1"></a></p><hr class="float" /><div class="float" 
 >
                                                                                          
                                                                                          
  <div class="caption" 
 ><span class="id">Table&#x00A0;1: </span><span  
-class="content">List of available keybindings</span></div><!--tex4ht:label?: x1-16001r1 -->
+class="content">List of available keybindings</span></div><!--tex4ht:label?: x1-23001r1 -->
 <div class="tabular"> <table id="TBL-2" class="tabular" 
 cellspacing="0" cellpadding="0" rules="groups" 
 ><colgroup id="TBL-2-1g"><col 
@@ -647,27 +785,27 @@
  style="vertical-align:baseline;" id="TBL-2-1-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-1-1"  
 class="td11"><span 
 class="pplb7t-">Shortcut                                                     </span></td><td  style="white-space:wrap; text-align:left;" id="TBL-2-1-2"  
-class="td11"><!--l. 350--><p class="noindent" ><span 
+class="td11"><!--l. 413--><p class="noindent" ><span 
 class="pplb7t-">Description</span>                                                                                 </p></td>
 </tr><tr 
 class="hline"><td><hr /></td><td><hr /></td></tr><tr 
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-2-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-2-1"  
 class="td11">Run LaTeX-Wizard                                    </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-2-2"  
-class="td11"><!--l. 351--><p class="noindent" >Starts the LaTeX-Wizard for creating a new document        </p></td>
+class="td11"><!--l. 414--><p class="noindent" >Starts the LaTeX-Wizard for creating a new document        </p></td>
 </tr><tr 
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-3-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-3-1"  
 class="td11">Insert <span 
 class="cmsy-10">\</span>label                                                </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-3-2"  
-class="td11"><!--l. 352--><p class="noindent" >Runs  the  dialog  for  inserting  a  new  label  into  your
+class="td11"><!--l. 415--><p class="noindent" >Runs  the  dialog  for  inserting  a  new  label  into  your
 document.                                                                                    </p></td>
 </tr><tr 
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-4-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-4-1"  
 class="td11">Insert <span 
 class="cmsy-10">\</span>ref                                                    </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-4-2"  
-class="td11"><!--l. 353--><p class="noindent" >Starts an dialog for easy inserting <span 
+class="td11"><!--l. 416--><p class="noindent" >Starts an dialog for easy inserting <span 
 class="cmsy-10">\</span><span 
 class="pcrr7t-">ref </span>and<span 
 class="cmsy-10">\</span><span 
@@ -679,13 +817,13 @@
  style="vertical-align:baseline;" id="TBL-2-5-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-5-1"  
 class="td11">Insert linebreak <span 
 class="cmsy-10">\\            </span></td><td  style="white-space:wrap; text-align:left;" id="TBL-2-5-2"  
-class="td11"><!--l. 354--><p class="noindent" >Inserts a a newline <span 
+class="td11"><!--l. 417--><p class="noindent" >Inserts a a newline <span 
 class="cmsy-10">\\ </span>into the document.                              </p></td>
 </tr><tr 
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-6-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-6-1"  
 class="td11">Turn input replacement on/off               </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-6-2"  
-class="td11"><!--l. 355--><p class="noindent" >A shortcut for turning input replacement on or off. When
+class="td11"><!--l. 418--><p class="noindent" >A shortcut for turning input replacement on or off. When
 input replacement is activated special characters like &#x011B; are
 replaced by there <span class="TEX">T<span 
 class="E">E</span>X</span> substitute like <span 
@@ -698,7 +836,7 @@
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-7-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-7-1"  
 class="td11">Replacement of special characters          </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-7-2"  
-class="td11"><!--l. 356--><p class="noindent" >A  selected  text  will  be  parsed  and  all  known  special
+class="td11"><!--l. 419--><p class="noindent" >A  selected  text  will  be  parsed  and  all  known  special
 characters  will  be  replaced  by  their  <span class="TEX">T<span 
 class="E">E</span>X</span>  substitute.  This
 can be very useful on importing a large amount of text into
@@ -708,14 +846,14 @@
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-8-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-8-1"  
 class="td11">Run insert environment dialog               </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-8-2"  
-class="td11"><!--l. 359--><p class="noindent" >Runs a dialog for easy inserting an environment. If there is
+class="td11"><!--l. 422--><p class="noindent" >Runs a dialog for easy inserting an environment. If there is
 some text selected, the environment will be placed around.</p></td>
 </tr><tr 
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-9-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-9-1"  
 class="td11">Insert <span 
 class="cmsy-10">\</span>item                                                 </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-9-2"  
-class="td11"><!--l. 361--><p class="noindent" >This shortcut will add an simple <span 
+class="td11"><!--l. 424--><p class="noindent" >This shortcut will add an simple <span 
 class="cmsy-10">\</span>item to the document.
 This can be very useful during writing of lists with a huge
 number of items.                                                                        </p></td>
@@ -723,7 +861,7 @@
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-10-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-10-1"  
 class="td11">Format selection in bold font face           </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-10-2"  
-class="td11"><!--l. 364--><p class="noindent" >Format  a  selection  with  bold  font  face.  This  is  done  be
+class="td11"><!--l. 427--><p class="noindent" >Format  a  selection  with  bold  font  face.  This  is  done  be
 adding <span 
 class="cmsy-10">\</span><span 
 class="pcrr7t-">textbf</span><span 
@@ -734,7 +872,7 @@
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-11-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-11-1"  
 class="td11">Format selection in italic font face          </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-11-2"  
-class="td11"><!--l. 366--><p class="noindent" >Format  a  selection  with  italic  font  face.  This  is  done  be
+class="td11"><!--l. 429--><p class="noindent" >Format  a  selection  with  italic  font  face.  This  is  done  be
 adding <span 
 class="cmsy-10">\</span><span 
 class="pcrr7t-">textit</span><span 
@@ -745,7 +883,7 @@
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-12-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-12-1"  
 class="td11">Format selection in typewriter font face</td><td  style="white-space:wrap; text-align:left;" id="TBL-2-12-2"  
-class="td11"><!--l. 368--><p class="noindent" >Format a selection with typewriter font face. This is done
+class="td11"><!--l. 431--><p class="noindent" >Format a selection with typewriter font face. This is done
 be adding <span 
 class="cmsy-10">\</span><span 
 class="pcrr7t-">texttt</span><span 
@@ -755,149 +893,176 @@
 </tr><tr 
 class="hline"><td><hr /></td><td><hr /></td></tr><tr  
  style="vertical-align:baseline;" id="TBL-2-13-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-13-1"  
+class="td11">Format selection centered                        </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-13-2"  
+class="td11"><!--l. 434--><p class="noindent" >Formats selected text centered on page (uses <span 
+class="cmsy-10">\</span><span 
+class="pcrr7t-">centering</span></p></td>
+</tr><tr 
+class="hline"><td><hr /></td><td><hr /></td></tr><tr  
+ style="vertical-align:baseline;" id="TBL-2-14-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-14-1"  
+class="td11">Format selection left-aligned                   </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-14-2"  
+class="td11"><!--l. 435--><p class="noindent" >Formats    selected    text    left-aligned    on    page    (uses
+<span 
+class="cmsy-10">\</span><span 
+class="pcrr7t-">raggedleft</span>                                </p></td>
+</tr><tr 
+class="hline"><td><hr /></td><td><hr /></td></tr><tr  
+ style="vertical-align:baseline;" id="TBL-2-15-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-15-1"  
+class="td11">Format selection right-alignedm             </td><td  style="white-space:wrap; text-align:left;" id="TBL-2-15-2"  
+class="td11"><!--l. 436--><p class="noindent" >Formats    selected    text    right-aligned    on    page    (uses
+<span 
+class="cmsy-10">\</span><span 
+class="pcrr7t-">raggedright</span>                               </p></td>
+</tr><tr 
+class="hline"><td><hr /></td><td><hr /></td></tr><tr  
+ style="vertical-align:baseline;" id="TBL-2-16-"><td  style="white-space:nowrap; text-align:left;" id="TBL-2-16-1"  
 class="td11">                             </td></tr></table></div>
                                                                                          
                                                                                          
 </div><hr class="endfloat" />
 </div>
-<h3 class="sectionHead"><span class="titlemark">7  </span> <a 
- id="x1-170007"></a>Donating to the plugin</h3>
-<!--l. 378--><p class="noindent" >If you like the plugin, there are a number of ways, hwo to donate the development of the plugin.
-</p><!--l. 381--><p class="noindent" >
+<!--l. 440--><p class="noindent" >
+                                                                                         
+                                                                                         
 </p>
-<h4 class="subsectionHead"><span class="titlemark">7.1  </span> <a 
- id="x1-180007.1"></a>Extending plugin</h4>
-<!--l. 383--><p class="noindent" >
+<h3 class="sectionHead"><span class="titlemark">8  </span> <a 
+ id="x1-240008"></a>Donating to the plugin</h3>
+<!--l. 442--><p class="noindent" >If you like the plugin, there are a number of ways, how to donate the development of the plugin.
+</p><!--l. 445--><p class="noindent" >
 </p>
-<h5 class="subsubsectionHead"><span class="titlemark">7.1.1  </span> <a 
- id="x1-190007.1.1"></a>Adding a new translation</h5>
-<!--l. 385--><p class="noindent" >Currently the plugin is available in English and German language but we are always looking for other translations
+<h4 class="subsectionHead"><span class="titlemark">8.1  </span> <a 
+ id="x1-250008.1"></a>Extending plugin</h4>
+<!--l. 447--><p class="noindent" >
+</p>
+<h5 class="subsubsectionHead"><span class="titlemark">8.1.1  </span> <a 
+ id="x1-260008.1.1"></a>Adding a new translation</h5>
+<!--l. 449--><p class="noindent" >Currently the plugin is available in English and German language but we are always looking for other translations
 to. There are two major topics in translation:
-</p><!--l. 389--><p class="noindent" >
+</p><!--l. 453--><p class="noindent" >
      </p><ol  class="enumerate1" >
      <li 
-  class="enumerate" id="x1-19002x1"><span 
+  class="enumerate" id="x1-26002x1"><span 
 class="pplb7t-">Translation of plugin: </span>Adding a new translation and improving an existing one is easy to do. After
      catching the source tarball and extracting you can find all needed files inside the po folder. <br 
 class="newline" />Please contact the authors if you plan to update/add a translation to ensure nobody else is currently
      working on and avoid double work and to get some further information about translation (see chapter
      <a 
-href="#x1-3600012">12<!--tex4ht:ref: contact --></a>).
+href="#x1-4300013">13<!--tex4ht:ref: contact --></a>).
      </li>
      <li 
-  class="enumerate" id="x1-19004x2"><span 
+  class="enumerate" id="x1-26004x2"><span 
 class="pplb7t-">Translation of documentation: </span>Since this document is currently only available in English it would be
      helpful for not English speaking people to have a translated version. If you like to do an translation,
      please also contact one of the authors for details (see chapter <a 
-href="#x1-3600012">12<!--tex4ht:ref: contact --></a>).</li></ol>
-                                                                                         
-                                                                                         
-<!--l. 405--><p class="noindent" >
+href="#x1-4300013">13<!--tex4ht:ref: contact --></a>).</li></ol>
+<!--l. 469--><p class="noindent" >
 </p>
-<h5 class="subsubsectionHead"><span class="titlemark">7.1.2  </span> <a 
- id="x1-200007.1.2"></a>Adding a new feature</h5>
-<!--l. 406--><p class="noindent" >New features are always highly welcome. The TODO file inside source code archive gives a good idea of current
+<h5 class="subsubsectionHead"><span class="titlemark">8.1.2  </span> <a 
+ id="x1-270008.1.2"></a>Adding a new feature</h5>
+<!--l. 470--><p class="noindent" >New features are always highly welcome. The TODO file inside source code archive gives a good idea of current
 wished features and which are being worked on. Also you can have a look onto the feature request tracker of
 geany-plugins project at <a 
 href="http://sourceforge.net/tracker/?group\_id=222729" class="url" ><span 
 class="pcrr7t-">http://sourceforge.net/tracker/?group\_id=222729</span></a> whether you find
 something interesting. Of course we are also open for not in the sources mentioned before listed items. Just contact
 one of the authors (see chapter <a 
-href="#x1-3600012">12<!--tex4ht:ref: contact --></a>).
-</p><!--l. 415--><p class="noindent" >
+href="#x1-4300013">13<!--tex4ht:ref: contact --></a>).
+                                                                                         
+                                                                                         
+</p><!--l. 479--><p class="noindent" >
 </p>
-<h4 class="subsectionHead"><span class="titlemark">7.2  </span> <a 
- id="x1-210007.2"></a>Testing & bug reporting</h4>
-<!--l. 416--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h4 class="subsectionHead"><span class="titlemark">8.2  </span> <a 
+ id="x1-280008.2"></a>Testing & bug reporting</h4>
+<!--l. 480--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> is tested mainly on x86 and x86_64 architecture running GNU/Linux. Also it was tested on some
 Windows 32 versions like XP SP3 very briefly. Since there are also other systems available, testing on other
 platforms and maybe reporting of issues is highly appreciate.
-</p><!--l. 421--><p class="noindent" >
+</p><!--l. 485--><p class="noindent" >
 </p>
-<h4 class="subsectionHead"><span class="titlemark">7.3  </span> <a 
- id="x1-220007.3"></a>Packaging</h4>
-<!--l. 422--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h4 class="subsectionHead"><span class="titlemark">8.3  </span> <a 
+ id="x1-290008.3"></a>Packaging</h4>
+<!--l. 486--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> is part of the geany-plugins project even though there are releases independent of a major release of
 the project. Therefor there are two things you can do here:
      </p><ol  class="enumerate1" >
      <li 
-  class="enumerate" id="x1-22002x1">Package the plugin for your operating system or distribution. As you might can imagine, the authors
+  class="enumerate" id="x1-29002x1">Package the plugin for your operating system or distribution. As you might can imagine, the authors
      unfortunately cannot support all possible platforms.
      </li>
      <li 
-  class="enumerate" id="x1-22004x2">Help to keep releases and packages of geany-plugins project up to date for current version of Geany.</li></ol>
-<!--l. 433--><p class="noindent" >
+  class="enumerate" id="x1-29004x2">Help to keep releases and packages of geany-plugins project up to date for current version of Geany.</li></ol>
+<!--l. 497--><p class="noindent" >
 </p>
-<h4 class="subsectionHead"><span class="titlemark">7.4  </span> <a 
- id="x1-230007.4"></a>Improving and extending of documentation</h4>
-<!--l. 434--><p class="noindent" >Documentation is never complete. There are spelling mistakes, paragraphs that needs to be extended or rewritten
+<h4 class="subsectionHead"><span class="titlemark">8.4  </span> <a 
+ id="x1-300008.4"></a>Improving and extending of documentation</h4>
+<!--l. 498--><p class="noindent" >Documentation is never complete. There are spelling mistakes, paragraphs that needs to be extended or rewritten
 because they are not clear or topics that were missed out at all.
-</p><!--l. 438--><p class="noindent" >The documentation is written in <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+</p><!--l. 502--><p class="noindent" >The documentation is written in <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> so all you need is to get the tex file from doc folder and add or update the
 content. After this, just send a diff or complete file to one of the authors.
-                                                                                         
-                                                                                         
-</p><!--l. 442--><p class="noindent" >
+</p><!--l. 506--><p class="noindent" >
 </p>
-<h4 class="subsectionHead"><span class="titlemark">7.5  </span> <a 
- id="x1-240007.5"></a>Propaganda</h4>
-<!--l. 443--><p class="noindent" >And of course, tell others of Geany and this plugin. If you like to do a talk about Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h4 class="subsectionHead"><span class="titlemark">8.5  </span> <a 
+ id="x1-310008.5"></a>Propaganda</h4>
+<!--l. 507--><p class="noindent" >And of course, tell others of Geany and this plugin. If you like to do a talk about Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> and/or
 Geany in general, there is some code available on <a 
 href="http://git.geany.org/talks/" class="url" ><span 
 class="pcrr7t-">http://git.geany.org/talks/</span></a> you might
 can use as a start point for preparing your own presentation. If your favourite language is not yet
 available there, please feel free to do your own translation and in best case send your translation to one of
+                                                                                         
+                                                                                         
 Geany’s<span class="footnote-mark"><a 
-href="geanylatex3.html#fn2x0"><sup class="textsuperscript">2</sup></a></span><a 
- id="x1-24001f2"></a> 
+href="geanylatex4.html#fn3x0"><sup class="textsuperscript">3</sup></a></span><a 
+ id="x1-31001f3"></a> 
 development team so it can be added to archive.
-</p><!--l. 453--><p class="noindent" >
+</p><!--l. 517--><p class="noindent" >
 </p>
-<h3 class="sectionHead"><span class="titlemark">8  </span> <a 
- id="x1-250008"></a>Development</h3>
-<!--l. 454--><p class="noindent" >
+<h3 class="sectionHead"><span class="titlemark">9  </span> <a 
+ id="x1-320009"></a>Development</h3>
+<!--l. 518--><p class="noindent" >
 </p>
-<h4 class="subsectionHead"><span class="titlemark">8.1  </span> <a 
- id="x1-260008.1"></a>Development version</h4>
-<!--l. 455--><p class="noindent" >You can checkout the current source code from the Subversion repository at Sourceforge.net. Get the code
+<h4 class="subsectionHead"><span class="titlemark">9.1  </span> <a 
+ id="x1-330009.1"></a>Development version</h4>
+<!--l. 519--><p class="noindent" >You can checkout the current source code from the Subversion repository at Sourceforge.net. Get the code
 from:
-</p><!--l. 458--><p class="noindent" >svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geanylatex
-</p><!--l. 461--><p class="noindent" >
+</p><!--l. 522--><p class="noindent" >svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geanylatex
+</p><!--l. 525--><p class="noindent" >
 </p>
-<h5 class="subsubsectionHead"><span class="titlemark">8.1.1  </span> <a 
- id="x1-270008.1.1"></a>Sending a patch</h5>
-<!--l. 462--><p class="noindent" >If you want to create a patch, please respect the license of Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h5 class="subsubsectionHead"><span class="titlemark">9.1.1  </span> <a 
+ id="x1-340009.1.1"></a>Sending a patch</h5>
+<!--l. 526--><p class="noindent" >If you want to create a patch, please respect the license of Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> as well as intellectual property of third.
 Patches that should be included to the default distribution must be licensed under the same conditions as
 Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> by the copyright owner.
-                                                                                         
-                                                                                         
-</p><!--l. 467--><p class="noindent" >
+</p><!--l. 531--><p class="noindent" >
 </p>
-<h3 class="sectionHead"><span class="titlemark">9  </span> <a 
- id="x1-280009"></a>Known issues</h3>
-<!--l. 468--><p class="noindent" >At time of the the documentation was created no issue were known. Since this is only a snapshot, you will find
+<h3 class="sectionHead"><span class="titlemark">10  </span> <a 
+ id="x1-3500010"></a>Known issues</h3>
+<!--l. 532--><p class="noindent" >At time of the the documentation was created no issue were known. Since this is only a snapshot, you will find
 more recent information for all reported issues bug tracking system of SF at <br 
 class="newline" /><a 
 href="http://sourceforge.net/tracker/?group\_id=222729" class="url" ><span 
 class="pcrr7t-">http://sourceforge.net/tracker/?group\_id=222729</span></a>
-</p><!--l. 473--><p class="noindent" >
+</p><!--l. 537--><p class="noindent" >
+                                                                                         
+                                                                                         
 </p>
-<h3 class="sectionHead"><span class="titlemark">10  </span> <a 
- id="x1-2900010"></a>Recommendations to improve work with <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h3 class="sectionHead"><span class="titlemark">11  </span> <a 
+ id="x1-3600011"></a>Recommendations to improve work with <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> and Geany</h3>
-<!--l. 474--><p class="noindent" >Geany is offering a number of nice features, that can be used to make daily work more easy without need to write a
+<!--l. 539--><p class="noindent" >Geany is offering a number of nice features, that can be used to make daily work more easy without need to write a
 new plugin or extend Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span>.
-</p><!--l. 478--><p class="noindent" >
+</p><!--l. 543--><p class="noindent" >
 </p>
-<h4 class="subsectionHead"><span class="titlemark">10.1  </span> <a 
- id="x1-3000010.1"></a>Geany’s code snippet function</h4>
-<!--l. 479--><p class="noindent" >Geany is allowing you to define code snippets and inserting them easy during writing a document. This gives you
+<h4 class="subsectionHead"><span class="titlemark">11.1  </span> <a 
+ id="x1-3700011.1"></a>Geany’s code snippet function</h4>
+<!--l. 544--><p class="noindent" >Geany is allowing you to define code snippets and inserting them easy during writing a document. This gives you
 some more flexibility than to create new commands.
-</p><!--l. 483--><p class="noindent" >A possible snippet for snippets.conf could be:
+</p><!--l. 548--><p class="noindent" >A possible snippet for snippets.conf could be:
 </p>
 <hr class="figure" /><div class="figure" 
 >
@@ -905,14 +1070,14 @@
                                                                                          
                                                                                          
                                                                                          
-<!--l. 486-->
-<div class="lstlisting" id="listing-5"><span class="label"><a 
- id="x1-30001r1"></a></span><span 
+<!--l. 551-->
+<div class="lstlisting" id="listing-6"><span class="label"><a 
+ id="x1-37001r1"></a></span><span 
 class="pcrr7t-x-x-70">[</span><span 
 class="pcrr7t-x-x-70">LaTeX</span><span 
 class="pcrr7t-x-x-70">]</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-30002r2"></a></span><span 
+ id="x1-37002r2"></a></span><span 
 class="pcrr7t-x-x-70">frame</span><span 
 class="pcrr7t-x-x-70">=\\</span><span 
 class="pcrr7t-x-x-70">begin</span><span 
@@ -940,7 +1105,7 @@
 class="pcrr7t-x-x-70">frame</span><span 
 class="pcrr7t-x-x-70">}</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-30003r3"></a></span><span 
+ id="x1-37003r3"></a></span><span 
 class="pcrr7t-x-x-70">block</span><span 
 class="pcrr7t-x-x-70">=\\</span><span 
 class="pcrr7t-x-x-70">begin</span><span 
@@ -962,7 +1127,7 @@
 class="pcrr7t-x-x-70">block</span><span 
 class="pcrr7t-x-x-70">}</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-30004r4"></a></span><span 
+ id="x1-37004r4"></a></span><span 
 class="pcrr7t-x-x-70">itemize</span><span 
 class="pcrr7t-x-x-70">=\\</span><span 
 class="pcrr7t-x-x-70">begin</span><span 
@@ -985,7 +1150,7 @@
 class="pcrr7t-x-x-70">itemize</span><span 
 class="pcrr7t-x-x-70">}</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-30005r5"></a></span><span 
+ id="x1-37005r5"></a></span><span 
 class="pcrr7t-x-x-70">enumerate</span><span 
 class="pcrr7t-x-x-70">=\\</span><span 
 class="pcrr7t-x-x-70">begin</span><span 
@@ -1008,7 +1173,7 @@
 class="pcrr7t-x-x-70">enumerate</span><span 
 class="pcrr7t-x-x-70">}</span><span 
 class="pcrr7t-x-x-70">&#x00A0;</span><br /><span class="label"><a 
- id="x1-30006r6"></a></span><span 
+ id="x1-37006r6"></a></span><span 
 class="pcrr7t-x-x-70">description</span><span 
 class="pcrr7t-x-x-70">=\\</span><span 
 class="pcrr7t-x-x-70">begin</span><span 
@@ -1034,71 +1199,74 @@
                                                                                          
                                                                                          
 </div><hr class="endfigure" />
-<!--l. 496--><p class="noindent" >A snapshot of authors’ last version for LaTeX can be found on <a 
+<!--l. 561--><p class="noindent" >A snapshot of authors’ last version for LaTeX can be found on <a 
 href="http://www.geany.org/Download/Extras" class="url" ><span 
 class="pcrr7t-">http://www.geany.org/Download/Extras</span></a>
 </p>
-<h4 class="subsectionHead"><span class="titlemark">10.2  </span> <a 
- id="x1-3100010.2"></a>Other useful plugins</h4>
-<!--l. 500--><p class="noindent" >As mentioned before a number of useful functions were already implemented with other plugins. Below you will
+<h4 class="subsectionHead"><span class="titlemark">11.2  </span> <a 
+ id="x1-3800011.2"></a>Other useful plugins</h4>
+<!--l. 565--><p class="noindent" >As mentioned before a number of useful functions were already implemented with other plugins. Below you will
 find a list with the authors’s recommendations. More nice plugins can be found on Geany’s plugins page at
 <a 
 href="http//www.geany.org" class="url" ><span 
 class="pcrr7t-">http//www.geany.org</span></a>.
-</p><!--l. 505--><p class="noindent" >
+</p><!--l. 570--><p class="noindent" >
 </p>
-<h5 class="subsubsectionHead"><span class="titlemark">10.2.1  </span> <a 
- id="x1-3200010.2.1"></a>GeanyLipsum</h5>
-<!--l. 506--><p class="noindent" >This plugin implements an easy way for inserting Lorem Ipsum text into a document. The length of the inserted
+<h5 class="subsubsectionHead"><span class="titlemark">11.2.1  </span> <a 
+ id="x1-3900011.2.1"></a>GeanyLipsum</h5>
+<!--l. 571--><p class="noindent" >This plugin implements an easy way for inserting Lorem Ipsum text into a document. The length of the inserted
 text if configurable so the plugin can be very helpful on testing layout.<br 
 class="newline" /><span 
 class="pplb7t-">Homepage: </span><a 
 href="http://frank.uvena.de/en/Geany/geanylipsum/" class="url" ><span 
 class="pcrr7t-">http://frank.uvena.de/en/Geany/geanylipsum/</span></a>
-</p><!--l. 511--><p class="noindent" >
+</p><!--l. 576--><p class="noindent" >
 </p>
-<h5 class="subsubsectionHead"><span class="titlemark">10.2.2  </span> <a 
- id="x1-3300010.2.2"></a>geanyVC</h5>
-<!--l. 512--><p class="noindent" >When working on bigger documents an version control system like Subversion could be useful to keep versions.
+<h5 class="subsubsectionHead"><span class="titlemark">11.2.2  </span> <a 
+ id="x1-4000011.2.2"></a>geanyVC</h5>
+<!--l. 577--><p class="noindent" >When working on bigger documents a version control system like Subversion could be useful to keep versions.
 GeanyVC is adding a easy to use frontend for a number of popular version controll systems such as git, Subversion,
 CVS, Bazaar or Mercural.<br 
 class="newline" /><span 
 class="pplb7t-">Homepage: </span><a 
 href="http://plugins.geany.org/geanyvc/" class="url" ><span 
 class="pcrr7t-">http://plugins.geany.org/geanyvc/</span></a>
-</p><!--l. 518--><p class="noindent" >
+</p><!--l. 583--><p class="noindent" >
 </p>
-<h5 class="subsubsectionHead"><span class="titlemark">10.2.3  </span> <a 
- id="x1-3400010.2.3"></a>tasks out of the addons plugins</h5>
-<!--l. 519--><p class="noindent" >A plugin that is recognising <span 
+<h5 class="subsubsectionHead"><span class="titlemark">11.2.3  </span> <a 
+ id="x1-4100011.2.3"></a>tasks out of the addons plugins</h5>
+<!--l. 584--><p class="noindent" >A plugin that is recognising <span 
 class="pcrr7t-">TODO </span>or <span 
 class="pcrr7t-">FIXME </span>tags inside a document and allows to easy jump to these entries. This
 function is similar to the <span 
 class="pcrr7t-">todo </span>package but doesn’t require recompiling of the document. Recognised tags will be
 inserted to another tab in Geany’s message widget.<br 
-class="newline" />
+class="newline" /><span 
+class="pplb7t-">Homepage: </span><a 
+href="http://plugins.geany.org/addons/" class="url" ><span 
+class="pcrr7t-">http://plugins.geany.org/addons/</span></a>
                                                                                          
                                                                                          
-</p><!--l. 525--><p class="noindent" >
+</p><!--l. 591--><p class="noindent" >
 </p>
-<h3 class="sectionHead"><span class="titlemark">11  </span> <a 
- id="x1-3500011"></a>License</h3>
-<!--l. 526--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
+<h3 class="sectionHead"><span class="titlemark">12  </span> <a 
+ id="x1-4200012"></a>License</h3>
+<!--l. 592--><p class="noindent" >Geany<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
 class="E">E</span>X</span></span> and all its parts is distributed under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or (at your option) any later version. A copy of this
 license can be found in the file COPYING included with the source code of this program. If not, you will be able to
 get a copy by contacting the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 USA.
-</p><!--l. 535--><p class="noindent" >
+</p><!--l. 601--><p class="noindent" >
 </p>
-<h3 class="sectionHead"><span class="titlemark">12  </span> <a 
- id="x1-3600012"></a>Bugs, questions, homepage</h3>
-<!--l. 537--><p class="noindent" >If you found any bugs or want to provide a patch, please contact Frank Lanitz (frank(at)geany(dot)org). Please also
-do so, if you got any questions and visiting <a 
+<h3 class="sectionHead"><span class="titlemark">13  </span> <a 
+ id="x1-4300013"></a>Bugs, questions, homepage</h3>
+<!--l. 603--><p class="noindent" >If you found any bugs or want to provide a patch, please contact Frank Lanitz (frank(at)geany(dot)org). Please also
+do so, if you got any questions and visiting <br 
+class="newline" /><a 
 href="http://frank.uvena.de/en/Geany/geanylatex/" class="url" ><span 
-class="pcrr7t-">http://frank.uvena.de/en/Geany/geanylatex/</span></a> didn’t help
-you to figure out the answer. Visiting the website is also a good start if you want to check for any update on this
-plugin.
+class="pcrr7t-">http://frank.uvena.de/en/Geany/geanylatex/</span></a> didn’t help you to figure out the answer. Visiting the
+website is also a good start if you want to check for any update on this plugin.
 </p>
  
 </body></html> 

Modified: trunk/geanylatex/doc/geanylatex.pdf
===================================================================
--- trunk/geanylatex/doc/geanylatex.pdf	2009-05-25 20:28:33 UTC (rev 664)
+++ trunk/geanylatex/doc/geanylatex.pdf	2009-05-25 21:53:22 UTC (rev 665)
@@ -19,566 +19,691 @@
 << /S /GoTo /D (section.2) >>
 endobj
 19 0 obj
-(Requirements)
+(News)
 endobj
 20 0 obj
 << /S /GoTo /D (section.3) >>
 endobj
 23 0 obj
-(Installation)
+(Requirements)
 endobj
 24 0 obj
 << /S /GoTo /D (section.4) >>
 endobj
 27 0 obj
-(Usage)
+(Installation)
 endobj
 28 0 obj
-<< /S /GoTo /D (section.5) >>
+<< /S /GoTo /D (subsection.4.1) >>
 endobj
 31 0 obj
-(Features)
+(Compiling the plugin itself)
 endobj
 32 0 obj
-<< /S /GoTo /D (subsection.5.1) >>
+<< /S /GoTo /D (subsection.4.2) >>
 endobj
 35 0 obj
-(LaTeX-Wizard)
+(Compiling of documentation)
 endobj
 36 0 obj
-<< /S /GoTo /D (subsection.5.2) >>
+<< /S /GoTo /D (section.5) >>
 endobj
 39 0 obj
-(Inserting and replacing of special characters)
+(Usage)
 endobj
 40 0 obj
-<< /S /GoTo /D (subsection.5.3) >>
+<< /S /GoTo /D (section.6) >>
 endobj
 43 0 obj
-(Inserting References and Labels)
+(Features)
 endobj
 44 0 obj
-<< /S /GoTo /D (subsection.5.4) >>
+<< /S /GoTo /D (subsection.6.1) >>
 endobj
 47 0 obj
-(BibTeX templates for catalogue entries)
+(LaTeX-Wizard)
 endobj
 48 0 obj
-<< /S /GoTo /D (subsection.5.5) >>
+<< /S /GoTo /D (subsection.6.2) >>
 endobj
 51 0 obj
-(Replacement of special characters)
+(Inserting References and Labels)
 endobj
 52 0 obj
-<< /S /GoTo /D (subsection.5.6) >>
+<< /S /GoTo /D (subsection.6.3) >>
 endobj
 55 0 obj
-(Inserting of Environment)
+(BibTeX templates for catalogue entries)
 endobj
 56 0 obj
-<< /S /GoTo /D (subsection.5.7) >>
+<< /S /GoTo /D (subsection.6.4) >>
 endobj
 59 0 obj
-(Format)
+(Replacement of special characters)
 endobj
 60 0 obj
-<< /S /GoTo /D (section.6) >>
+<< /S /GoTo /D (subsection.6.5) >>
 endobj
 63 0 obj
-(Configuration)
+(Inserting of special character)
 endobj
 64 0 obj
-<< /S /GoTo /D (subsection.6.1) >>
+<< /S /GoTo /D (subsection.6.6) >>
 endobj
 67 0 obj
-(Key bindings)
+(Inserting of Environment)
 endobj
 68 0 obj
-<< /S /GoTo /D (section.7) >>
+<< /S /GoTo /D (subsection.6.7) >>
 endobj
 71 0 obj
-(Donating to the plugin)
+(Format)
 endobj
 72 0 obj
-<< /S /GoTo /D (subsection.7.1) >>
+<< /S /GoTo /D (section.7) >>
 endobj
 75 0 obj
-(Extending plugin)
+(Configuration)
 endobj
 76 0 obj
-<< /S /GoTo /D (subsection.7.2) >>
+<< /S /GoTo /D (subsection.7.1) >>
 endobj
 79 0 obj
-(Testing \046 bug reporting)
+(GeanyLaTeX's configuration dialog)
 endobj
 80 0 obj
-<< /S /GoTo /D (subsection.7.3) >>
+<< /S /GoTo /D (subsection.7.2) >>
 endobj
 83 0 obj
-(Packaging)
+(Key bindings)
 endobj
 84 0 obj
-<< /S /GoTo /D (subsection.7.4) >>
+<< /S /GoTo /D (section.8) >>
 endobj
 87 0 obj
-(Improving and extending of documentation)
+(Donating to the plugin)
 endobj
 88 0 obj
-<< /S /GoTo /D (subsection.7.5) >>
+<< /S /GoTo /D (subsection.8.1) >>
 endobj
 91 0 obj
-(Propaganda)
+(Extending plugin)
 endobj
 92 0 obj
-<< /S /GoTo /D (section.8) >>
+<< /S /GoTo /D (subsection.8.2) >>
 endobj
 95 0 obj
-(Development)
+(Testing \046 bug reporting)
 endobj
 96 0 obj
-<< /S /GoTo /D (subsection.8.1) >>
+<< /S /GoTo /D (subsection.8.3) >>
 endobj
 99 0 obj
-(Development version)
+(Packaging)
 endobj
 100 0 obj
-<< /S /GoTo /D (section.9) >>
+<< /S /GoTo /D (subsection.8.4) >>
 endobj
 103 0 obj
-(Known issues)
+(Improving and extending of documentation)
 endobj
 104 0 obj
-<< /S /GoTo /D (section.10) >>
+<< /S /GoTo /D (subsection.8.5) >>
 endobj
 107 0 obj
-(Recommendations to improve work with LaTeX and Geany)
+(Propaganda)
 endobj
 108 0 obj
-<< /S /GoTo /D (subsection.10.1) >>
+<< /S /GoTo /D (section.9) >>
 endobj
 111 0 obj
-(Geany's code snippet function)
+(Development)
 endobj
 112 0 obj
-<< /S /GoTo /D (subsection.10.2) >>
+<< /S /GoTo /D (subsection.9.1) >>
 endobj
 115 0 obj
-(Other useful plugins)
+(Development version)
 endobj
 116 0 obj
-<< /S /GoTo /D (section.11) >>
+<< /S /GoTo /D (section.10) >>
 endobj
 119 0 obj
-(License)
+(Known issues)
 endobj
 120 0 obj
-<< /S /GoTo /D (section.12) >>
+<< /S /GoTo /D (section.11) >>
 endobj
 123 0 obj
-(Bugs, questions, homepage)
+(Recommendations to improve work with LaTeX and Geany)
 endobj
 124 0 obj
-<< /S /GoTo /D [125 0 R  /Fit ] >>
+<< /S /GoTo /D (subsection.11.1) >>
 endobj
-154 0 obj <<
-/Length 1185      
+127 0 obj
+(Geany's code snippet function)
+endobj
+128 0 obj
+<< /S /GoTo /D (subsection.11.2) >>
+endobj
+131 0 obj
+(Other useful plugins)
+endobj
+132 0 obj
+<< /S /GoTo /D (section.12) >>
+endobj
+135 0 obj
+(License)
+endobj
+136 0 obj
+<< /S /GoTo /D (section.13) >>
+endobj
+139 0 obj
+(Bugs, questions, homepage)
+endobj
+140 0 obj
+<< /S /GoTo /D [141 0 R  /Fit ] >>
+endobj
+168 0 obj <<
+/Length 1285      
 /Filter /FlateDecode
 >>
 stream
-x\xDA\xEDYmo\xDB6\xFE\xEE_\xC1O\x83L,\xDF_\xBE\xADݒ m
-t\x99\xB7\xC8\xFA\x81\xB1iW\xA8-\xB9\xB2\x9C\xAEݟ\xDFQ\x94=\xCBv\xC7q\xB7\xAE0\x98z!\xEFN\xCF=w\xBC	!\x82\xCE:d\xC7\xF1E\xAF\xF3\xEC\x94\xC4V\x8AI\xD4"\xCA)\xA6T#M4B\xA3\xDE ]wϼ\xCB?%)\x95݋\xE4m\xEFe\xBD\x86
-̅ba\x8DbXQ\x85\xE0\x81Qq\xC1\xF3\xE5\xB4\xD1S\x94\xAEL\xEB\x85i\x88R̕/4\x97\xF1\xC5I|A\xB0 SV\x9E_%)W\xBA\xFBWh\xA9\xEF\xB6\xDBd0\xA3l'\x9B\xD8]6\xF1\xBBl2[l\x9A\x8E\xE7\xA3,\x8F\x86
-\x8B\x84\x93no\xCE \xB8n
-\xE0B\xBF\xC5V1ԧ\x9C`\xCD\xC0 \xA60U4
-\xFC-,\xF6\xE5,Kh\xB7ȣt\xD0\x96/=\xF7\xECT\xAA\xD5\xCFM\xE1\xDA0\x98l\xA4\x88\x82NK\x97\xBFOR&I\xF7\xC2\xE5Y\xF5\xB9X\xA22H\x8A\x97\x97\x8D@\x86\x81'jð \xC4jl9\x8F\xE2\x86A\xDC\xF5/\x9E\xDF\xFA\xDCၿ\xD7(\xA0\x85R \x8Aᅈ\xD7\xEES\xB4\x87\xF2\xEF\xE3#Į	i;2\xA5\x96ai-J%\xC7ښ(\xE8\xC7"\xAF|^\xCDZK\xD7\xC75\xB0	\xC0̰&,\x8A\xB8\xC8fU\xB7FO\xF5K\xBB\xEEf\xEC\xDBb\x91P\x90A\xE2\xC2s\x98M\xE1\xF7>\xD5\xC0\x9CfQ\xCA(\xB6\xB4	$\x9A\xA4>\xFA\xF9M-\xA2\x98WQq\xF5ηH\xB4\xA6\x9Da\xC6\xF5B;}Po\x9C
\xF56p\xB1\xA8\xF7\xD2\x98g\xA5\x9Fl w%<*9\xCFg\x95\x8F]\x95_\xE0KDT\xF2\xEB̍\xFC\xBD\xD2\xD9>\xD2e\x94~\x9A\x80w|\x88[WA\xCE\xCB:\x84g{\xE8\xABCb%\xDE!\xA5bf!N!\xC1X\xD9d\x89\x81\x94\x840\x8D9\xD6h,5\xAD\xD70	G"
-\xC1d[\x99\xAC%\xC6\xD9Vf\xC5D& \x8BB\xAA\xD5<\xE9B0\xB4\xF2\xF8*\xFD=\x91\xB2\x9B}veBMw\xD0\xFE\xD8\xEB\x94K\xDA\xC5I*	9O\xD6`\xA5ʚ;\xB8\x99\xD3b2_\x9B,\xAC!\x9A/\xAB,\xC5L\xEA\xF2A\xBC\xA8\xFD\xE7\xA7c\xD7_\xBE.\x8C\xB3\xA9\xEFgn
o\xFA\xEF\\xE9\xFA\xEC4\xEBF1\xC8I_'\x86\xC2\xDA'\xA3ͷ\xA3M\xD6q\xE6\xDBq\xBE\xF4C!\xCE\xFB\x90\xDA\xD8_\xB8?\xDE\xC0Sp\xFE\xBFg\xEFc\x91?\x80D\xE3\x80\xD9
-lͬ\xEB\xAF"ȕ\x9F \xBB\xAB\xF8âl\xED`\xE3)Fsoa\x97+3\xBF\xE1\xC9ķ\x8C\xFB6\xC0\xC5\xFD\x80\xAB\xE0\xB2\xFC\xB2\xCE
u\x9D\xB0W\xFE\xE0\xECH\xF4\x80\xBBܑ\xE8j{\xA6Y\xA0~\x92\xDFfu\xC6)\xF2\xDA%\xEB\xD9Z\xCBos\xC3\xDC\xD3p\x88n
rZ\x94\xB7\xB8\xE2X\xCB
\xCEQ\xBBM=\xA6\xCD\xAD\xB0\xA2]ثX\xD8C\xDB\xF8\xA1b4/nO\xD4\xFE\xBDZ\xF4\xAF|\xD3\xF0\xDEd\xF9 {\xB3\xD4: tG\xDA
\x9A6:\xD2\xE6\xA7"w1-\x87&\xBD*
ߵ\xEB\xFDɤ\x97d:\xF9\xB3\xF25\x8B"\xA5\xB6\xA9\x85\xE4\xC4ؑBO\xE7\x8E\xDEi\xA7\xD0\xCBf,\xA8\xB36\xEF\x9F\x8FZ]Y\xF7\xF75\x95F\x9B\xA3vs\x8C\xD9\xD11\x8B\xEE\xED\x8D\xEB\xBFw\xA3m\x98+zܷ\xBFl\xDE\xD5W\x8BF\xEF|2\x8Du\xEE\xED\xE65|;\xF9-j\xE3Aџ\x87\xA2x\xCB~~\x9Dگhs=`[avj\xE7\xF4\xB2\x9D{A\x9D\xBA\xA0\xE96\xE2\x80\xF1c \xFC\xAB\xB0SҜ\x98\xA6\xF1\xB7~\L7ۿ\xB5:\xC3\xECQg4|1\xCB:cUY
d\xB7\xE14j3\xBC\xE5Gv\xFC7\xB4\xB0\x91\xAF\xF2"
U|\xE7\xCD\xD9c6\x9B\xCD8\xAA\xB0[՟\xF4::\xB4>\xA4\xC8\xAC\x8DF\xD6`K,\xEAO:\xD7o	\xC0\xAB\x97\x88`n
-\xFAXO\x9C\x80h\x8D5
-\xA2\xC7\xE8\x97\xCE\xCF\xED\xA3\xE5\xEB8ep\xAD\x911X+\xBD8J\xBBÒ\xBFssA\xD9
+x\xDA\xEDY[O\xE38~\xEF\xAF\xC8ۦ\xD2\xC6؎/\xF1>\xED\xC4l\xED2\xDDY$v
\xD2\xD6-Ѵ	\x93\xA4\xB0\xCC\xFE\xF9=\x8E\x9DФ\xA1T\x88\xD5H\x80\xC4I\xECs\x8E\xBFs\xFB
\xB0\xB7\xF0\xB0w2\xC0{^ߏ\xC7$\xF2(FBP\xEE\x8D\xE7
		"DzKĘ\xF4\xC63\xEF\xD2?\xD1qz7\xF7G\xC3/\xE3\xD5\xC2P\xC85kE\x82
D\xC2.x\xD7L\xDB-A0\xF1\x82\x8Dic3\xCD#\x85\x82\x992\xE4\xF6ő}\x81S6\x9E_\x83PH\xFF_s\xA0\xA5\xBA\xEB\xB7)B\x94нl\xA2\xD9>dS\xD4c\xD3\xF5r\xBDHRk\xD8<\x86\xD8\xCF\xED\xCD	 \xE7W \xD6\xFAR\x82
+\xA3>1\x92\xA0A\xAC\xC0\xCFf\xB1΋dH\xFC,\xB5\xD2A\xABY\xDEx\xEE\xE0\x98\xCB\xCD\xED0\x8E"08\x8CPęt\x9C\xC7\xE9\xD7a at 9\xF6Gq\x9A\x94ߝ\xF8A\xDCˍ$;<w#0<Q\x86\xE6 V"\x86V\xDC܈\xFB\xB5\xFA\x8B\xD67:\x8D\xD1L\xEF4
+\xC2BEQ-\xE2c|g\xED\xA1\xFCg7\xC0XY`\xB8\xDA\x86D!2k%l'\xB2\x8BϲR\xFF\xE2\xE6ʍ\xB9T"	\xE1\x87\xED\xACߗ:.\xB4\x9E\xC2
+;*\xAF\xDC`\x96M\xD7+\x9D\x96\xF6\xEE*.\xEC`\xA2ujG\xD3|H"\xF0W\xA9g\xF6A\xE6^\xF4ێ\xC0?\xFB\xA7s\xFB\xE8.[\xDBAl\xC5؛u\x91\xA4\xA7_\xDF\xE8\xA5
\xDE\xD7\xD2\xE7\xD5\xFClUY\xE0\xB6@*\xEE\xE2\xEC\xD3\xE73\xA7\xF7zc\x8B\xD3lu\x9D,\xDDM\x9C:\x9B\xA7Wz\xFA\xD5BQua\x85o+ \xE3`aBs	\xDB\xFD\xC1o\xBCB
G\xB2^\xD3Z)*\xB2uu?ՅCbk\x86\xB59^\xB4\x83Ż\xB4v
\xFAn\x8F\x85\x9E\x96\x9C\x9E%u\x9C#\xCA\xC26\W٭s}V{\xBE6u\xA2\xB6]9\x8A$#?\x91T.\xF8\xB3\xB4\x84\xB0)ZK\xBB\xD7Nvc\x90E\x91\xC4Ԋ%Ei\xB39\x9B\xDB\xD20
*\xE2Ǔ\xA5n\x8B\xF5\x98\xC0(\xA2MH\x9Fd\xE1\xEF.\xD5P\xAAܢ\x80
+ęM\x86\x81\x82=\xBF\x9BT"\xB2uiW\xE9\xB0Q\xB5:\xDA)\xA2a\xE3p\xF2\xA8^;\xBD\xA5\x97Z\xBDg\xFA\xB6xF\xE1\xAE
\x85V\xF8\xB9\xFE\xB6Nr\xBD\xDAr˳\xEC\x80Y%\xA7iQ\xC6Kȏ\xAD`\xEC(\xA1\xBDJ:\xB9@KETuB\xC2
+zm\x87U67Ţ\xA9Zus1\xE3\xA4,\xF4r\xDEM\xA5\xB8\xC81~)\xA6\xD4S\xD6up!BE\xF8\xC6\xE4g\xE5Q\xBB\x81\xF6\xBB!\x9B\xB7{G\xDCW\x99"Nߐ\xDF\xF9\xEA\xA5!1\x8A\xB1v\xB2s\x9B\x87[
+\xA4\x93\x80\xE1S\xB2\X\xE9\xC7C\xA8\x8E\xDA\xB5\xB8\xD6=\xCDp\xB6\xE2	\xFA\xF6Jx\xD1$\xFC\xA8i\xB8q\xD3\xF2
+\x9F\xE1 at 1\xB9G\x80=\xA9umI\x86\x86\xA5C\xB8\x9Fe\x99+\xDAn\x9A p.\xB9I\\x812\xEAm<\xBE\xFEr\xEE'\xDF-U\x99u\xFDr\xF2\xC2*ʏ\xB9\xF4\xA5E\xEC \xDDU+\xD5.K\xA2)KЋt^6e\xE9\ϵe\x99)Я
\xC5\xBD,\xBA\xCAY\xBE\xBA\xB2\xB4\xC3
+lw_h\xB25tx\x9FL\x80\xB2Q__\xB8\xFE\xACW׆:;\xF0\xE7Y\xEExo\x9C![\xAC]\x{1C6591}'z\xCB\x9C\xB2\xD7\xD6\xF8\x9E\x803\xF8\xB9|\xA7\xFA\xFE\xC0V\xB7\xE2\xE2ZO\x93xY3\xE2<\x9E\x96p\x9Cڪa\xF4\xAD
+\xDCŞ\xB8\xF3\xFEJ\xB3\xF5\xED3{\xE5L\xE8<!v{\xE2(\xBDI\xECA<\xAD\x92\xA3\xEB\xC9_fK\xFDq\x91\xCE!\xC7Y\xBE\x8A\xB7 \x97\x8C\xBD\xB1\x9D\xE7s\xD4\xE3n\x93O?X8\xEA/-\xF5?\xCCҿ1a\x8Bu\xFE\xF8_>\x9D\xF2ˆ\xF2W\xD3G\xB1#?\xF5w<0\xD3\xC6{\xE0L\x8D\xD8jjD\xBD{
\xE7eÛ\xD3\xEE\xCB\xED$IgPJ\xB7hU\xEA-Q\xFF\xA7D\x8Dz\x9Du4
|\x90\xEAċ0\x92\xA4P\x84V\xDEt5\xB8\xFC\x82\xBD\xBC\xFA\xE0a8\xE5F\xDEm5q\xE9h\xBE\x8B\x9Bt\z\x9F\xB4\xFF\x8F\xD5JPK/\x8A\x90\xB2\xFE\x8C\xFA\x80%\xFF\xF8\xAC\xA9
 endstream
 endobj
-125 0 obj <<
+141 0 obj <<
 /Type /Page
-/Contents 154 0 R
-/Resources 153 0 R
+/Contents 168 0 R
+/Resources 167 0 R
 /MediaBox [0 0 595.276 841.89]
-/Parent 160 0 R

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list