
PBibTk::Main - GUI for PBib, a tool for managing and processing bibliographic data

# taken from PBibTk.pl
use PBibTk::LitRefs;
use PBibTk::Main;
my $litrefs = new PBibTk::LitRefs();
$litrefs->processArgs();
my $ui = new PBibTk::Main($litrefs);
$ui->main();

I wrote PBib to have something like BibTex for MS Word that can use a various sources for bibliographic references, not just BibTex files, but also database systems.
PBibTk.pl / PBibTk::Main is a simple GUI written with Perl's Tk package.
See the PBibTk.pl documentation for more information.

Peter Tandler <pbib@tandlers.de>

Copyright (C) 2002-2004 P. Tandler
For copyright information please refer to the LICENSE file included in this distribution.

Modules: PBib::PBib, PBibTk::RefDialog, PBibTk::SearchDialog
Scripts: bin/pbib.pl, bin/PBibTk.pl