LaTeX-BibTeX
view release on metacpan or search on metacpan
=over 4
=item create ([PARTS [, ABBREV_FIRST]])
=item free (FORMAT_STRUCT)
=item _set_text (FORMAT_STRUCT, PART, PRE_PART, POST_PART, PRE_TOKEN, POST_TOKEN)
=item _set_options (FORMAT_STRUCT, PART, ABBREV, JOIN_TOKENS, JOIN_PART)
=item format_name (NAME_STRUCT, FORMAT_STRUCT)
=back
=head1 BUGS AND LIMITATIONS
C<LaTeX::BibTeX> inherits several limitations from its base C library,
B<btparse>; see L<btparse/BUGS AND LIMITATIONS> for details. In addition,
C<LaTeX::BibTeX> will not work with a Perl binary built using the C<sfio>
library. This is because Perl's I/O abstraction layer does not extend to
third-party C libraries that use stdio, and B<btparse> most certainly does
use stdio.
=head1 SEE ALSO
L<btool_faq>, L<LaTeX::BibTeX::File>, L<LaTeX::BibTeX::Entry>,
L<LaTeX::BibTeX::Value>
=head1 AUTHOR
Greg Ward <gward@python.net>
=head1 COPYRIGHT
Copyright (c) 1997-2000 by Gregory P. Ward. All rights reserved. This file
is part of the LaTeX::BibTeX library. This library is free software; you
may redistribute it and/or modify it under the same terms as Perl itself.
=head1 AVAILABILITY
The btOOL home page, where you can get up-to-date information about
C<LaTeX::BibTeX> (and download the latest version) is
http://starship.python.net/~gward/btOOL/
You will also find the latest version of B<btparse>, the C library
underlying C<LaTeX::BibTeX>, there. B<btparse> is needed to build
C<LaTeX::BibTeX>, and must be downloaded separately.
Both libraries are also available on CTAN (the Comprehensive TeX Archive
Network, C<http://www.ctan.org/tex-archive/>) and CPAN (the Comprehensive
Perl Archive Network, C<http://www.cpan.org/>). Look in
F<biblio/bibtex/utils/btOOL/> on CTAN, and F<authors/Greg_Ward/> on
CPAN. For example,
http://www.ctan.org/tex-archive/biblio/bibtex/utils/btOOL/
http://www.cpan.org/authors/Greg_Ward
will both get you to the latest version of C<LaTeX::BibTeX> and B<btparse>
-- but of course, you should always access busy sites like CTAN and CPAN
through a mirror.
=cut
1;
( run in 0.797 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )