Bibulus
=======

[For version number, see Makefile.PL]


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

The installation program will try to place the following two files in
a directory searched by TeX and run mktexlsr:

   LaTeX/bibulus.sty
   BibTeX/bib2xml.bst

However, this may fail on your platform, so please check the output.

To install in your home directory, replace "perl Makefile.PL" with:

   perl Makefile.PL PREFIX=~

(This is for Unix -- on other platforms the syntax might be slightly
different.)


DEPENDENCIES

This module requires this other module:

- XML::Twig

The installation will check for this -- make sure to check the output
and to install any missing modules it complains about.  This is also
true for the installation of XML::Twig which itself requires other
modules.

Perl 5.8 is recommended, although 5.6 might also work.


SUPPORTED LANGUAGES

The following languages are currently supported:

- Catalan
- Danish
- Dutch
- English
- Esperanto
- Finnish
- French
- German
- Italian
- Norwegian (bokmål/nynorsk)
- Polish
- Portugese
- Slovenian
- Spanish

There is incomplete support for:

- Gaelic
- Georgian
- Greek
- Russian


SEE ALSO

The documentation files in the "doc" directory.


COPYRIGHT AND LICENCE

Copyright (C) 2003 Thomas M. Widmann

This module is free software; you can redistribute it and/or modify it
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.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
