////////////////////////////////////////////////////////////////////////////////
    !!! WARNING !!!         YOUR LATEX FILE HAS TO RESPECT SOME RULES
////////////////////////////////////////////////////////////////////////////////

teXswitcher's parser is very simple, and so hazardous with certain
things :

    - Avoid "% \section{" or "\verb|\section{|" (for example)
      Because any "\section" is recognize as the beginning of a section
      (.*\section.* in fact)

    - Avoid LaTeX (<=2.09) old declaration "\documentstyle"
      Please use only LaTeX2e declaration "\documentclass"

    - If you wrote some comments above a section (to sum up it for example),
      be aware that teXswitcher will cut your document using the keyword
      "\section{" (so your comments will be at the end of the previous section)

////////////////////////////////////////////////////////////////////////////////




WHAT DO I NEED TO RUN teXswitcher ?
To run teXswitcher binary : you need the qt4 library.
To compile from sources   : you need the qt4 library header files.



HOW TO USE teXswitcher :
1- Open a LaTeX document with File/Open menu
2- Select item you want to modify
3- Click on Keyword++/Keyword-- buttons to increase/decrease the keyword of the
   item
4- If you press CTRL while using Keyword++/Keyword--, you increase/decrease the
   whole subtree
5- To move an item and its subtree, drag it with the mouse and drop it over its
   futur parent (you can't move an item without its subtree for the moment)
6- Save your LaTeX document with File/Save as menu



TODO :
1- Improve the parser with lex
2- Add the possibility to drag&drop item without their subtree
3- About GUI, you have to drop an item ON a parent item.
   It would be cool to be able to drop BETWEEN two items (to
   reorganize), but qt4 drag & drop methods remain obscur...
