![]() |
![]()
| ![]() |
![]()
NAMEText::BibTeX::BibSort - generate sort keys for bibliographic entries SYNOPSIS# Assuming $entry comes from a database of the 'Bib' structure # (i.e., that it's blessed into the BibEntry class, which inherits # the sort_key method from BibSort): $sort_key = $entry->sort_key; DESCRIPTION"Text::BibTeX::BibSort" is a base class of "Text::BibTeX::BibEntry" for generating sort keys from bibliography entries. It could in principle (and, someday, might) offer a wide range of highly customizable sort-key generators. Currently, though, it provides only a single method ("sort_key") for public use, and that method only pays attention to one structure option, "sortby". METHODS
SEE ALSOText::BibTeX::Structure, Text::BibTeX::Bib, Text::BibTeX::BibFormat AUTHORGreg Ward <gward@python.net> COPYRIGHTCopyright (c) 1997-2000 by Gregory P. Ward. All rights reserved. This file is part of the Text::BibTeX library. This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
|