===========================
 Installation of the TeXer
===========================

Prerequisites: 
 - A full TeX installation
 - Python installed
 - VIM installed for full benefits of the TeXer

(0) Download the archive texer.tar.gz from
    http://www.math.rwth-aachen.de/~Max.Neunhoeffer/Computer/Software/texer/texer.tar.gz

(1) Extract the archive by
      tar xzvf texer.tar.gz
    a directory "texer" is created

(2) Make sure "~/bin" is in your path or change the "BINDIR" variable in
    texer/Makefile

(3) Call "make install" in that directory:
      cd texer
      make install

(4) For VIM support (optional):

    Go to "~/.vim" and rename "filetype.vim.inactive" to "filetype.vim":

    cd ~/.vim
    mv filetype.vim.inactive filetype.vim

    Note that you might have a file "filetype.vim" in "~/.vim". In that
    case you should copy edit the stuff in "filetype.vim.inactive" to that
    file to avoid destroying functionality already set up there.

    Note further that this should disable the vim-latexsuite for the 
    editing of ".tex" files.

