=head1 NAME bib2html - A perl script that generates an HTML documentation for a BibTeX database =head1 SYNOPSYS bib2html [options] F [F ...] =head1 DESCRIPTION bib2html is a script which permits to generate a set of HTML pages for the entries of BibTeX files. =head1 OPTIONS =over 4 =item B<-[no]b> =item B<--[no]bibtex> This option permits to generate, or not, a verbatim of the BibTeX entry code. =item B<--[no]checknames> This option permits to check if the some author's names are similar and generates a set of warnings about each of them. =item B<--cvs> If specified, this option disables the deletion of the subfiles '.cvs', 'CVS' and 'CVSROOT' in the output directory. =item B<-d> I[=I] See B<--generatorparam>. =item B<--doctitle> I Sets the title that appears in the main page. =item B<-f> =item B<--force> Forces to overwrite into the output directory. =item B<-g> I =item B<--generator> I Sets the generator to use. I must be a valid Perl class. =item B<--generatorparam> I[=I] Sets a generator param. It must be a I=I pair or simply a I. Example: "target=thisdirectory" defines the parameter target with corresponding value "thisdirectory". The specified parameters which are not supported by the generator are ignored. =item B<--generatorparams> Shows the list of supported parameters, and their semantics for the current generator. =item B<--genlist> Shows the list of supported generators. =item B<-?> =item B<-h> Show the list of available options. =item B<--help> See B<--man>. =item B<--jabref> The generator will translate JabRef's groups into Bib2HTML's domains. =item B<--lang> I Sets the language used by the generator. =item B<--langlist> Shows the list of supported language. =item B<--man> =item B<--manual> Show the manual page. =item B<-o> F =item B<--output> F Sets the directory or the F in which the documentation will be put. =item B<-p> F =item B<--preamble> F Sets the name of the F to read to include some TeX preambles. You could use this option to dynamicaly defined some unsupported LaTeX commands. =item B<--protect> F If specified, this option disables the deletion in the target directory of the subfiles that match the specified shell expression. =item B<-q> Don't be verbose: only error messages are displayed. =item B<--[no]sortw> Shows (or not) a sorted list of warnings. =item B<--stdout> Force the output of the generated files onto the standard output. This option is equivalent to C<-d stdout>. =item B<--svn> If specified, this option disables the deletion of the subfiles '.svn' and 'svn' in the output directory. =item B<--texcmd> Shows the list of supported LaTeX commands. =item B<--theme> I Sets the theme used by the generator. =item B<--themelist> Shows the list of supported themes. =item B<-v> Be more verbose. =item B<--version> Show the version of this script. =item B<--[no]warning> If false, the warning are converted to errors. =item B<--windowtitle> I Sets the title that appears as the window's title. =back =head1 LICENSE S =head1 COPYRIGHT Sgalland@arakhne.orgE> =head1 CONTRIBUTORS =over =item SLE> =item SLE> =item SLE> =item SLE> =item SLE> =item SLE> =item SLE> =item SLE> =item SLE> =item SLE> =item SLE> =back =head1 SEE ALSO L, L