The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Text::BibTeX"

Text::BibTeX - interface to read and parse BibTeX files River stage one • 3 direct dependents • 3 total dependents

The "Text::BibTeX" module serves mainly as a high-level introduction to the "Text::BibTeX" library, for both code and documentation purposes. The code loads the two fundamental modules for processing BibTeX files ("Text::BibTeX::File" and "Text::BibT...

AMBS/Text-BibTeX-0.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::Value - interfaces to BibTeX values and simple values River stage one • 3 direct dependents • 3 total dependents

The "Text::BibTeX::Value" module provides two classes, "Text::BibTeX::Value" and "Text::BibTeX::SimpleValue", which respectively give you access to BibTeX "compound values" and "simple values". Recall that every field value in a BibTeX entry is the c...

AMBS/Text-BibTeX-0.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::File - interface to whole BibTeX files River stage one • 3 direct dependents • 3 total dependents

"Text::BibTeX::File" provides an object-oriented interface to BibTeX files. Its most obvious purpose is to keep track of a filename and filehandle together for use by the "Text::BibTeX::Entry" module (which is much more interesting). In addition, it ...

AMBS/Text-BibTeX-0.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::Name - interface to BibTeX-style author names River stage one • 3 direct dependents • 3 total dependents

"Text::BibTeX::Name" provides an abstraction for BibTeX-style names and some basic operations on them. A name, in the BibTeX world, consists of a list of *tokens* which are divided amongst four *parts*: `first', `von', `last', and `jr'. Tokens are se...

AMBS/Text-BibTeX-0.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::Entry - read and parse BibTeX files River stage one • 3 direct dependents • 3 total dependents

"Text::BibTeX::Entry" does all the real work of reading and parsing BibTeX files. (Well, actually it just provides an object-oriented Perl front-end to a C library that does all that. But that's not important right now.) BibTeX entries can be read ei...

AMBS/Text-BibTeX-0.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::BibEntry - defines the "Bib" database structure River stage one • 3 direct dependents • 3 total dependents

(NOTE! Do not believe everything you read in this document. The classes described here are unfinished and only lightly tested. The current implementation is a proof-of-principle, to convince myself (and anyone who might be interested) that it really ...

AMBS/Text-BibTeX-0.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::Structure - provides base classes for user structure modules River stage one • 3 direct dependents • 3 total dependents

The module "Text::BibTeX::Structure" provides two classes that form the basis of the btOOL "structure module" system. This system is how database structures are defined and imposed on BibTeX files, and provides an elegant synthesis of object-oriented...

AMBS/Text-BibTeX-0.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::BibSort - generate sort keys for bibliographic entries River stage one • 3 direct dependents • 3 total dependents

"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 p...

AMBS/Text-BibTeX-0.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::Validate - validator for BibTeX format River stage one • 1 direct dependent • 1 total dependent

Text::BibTeX::Validate checks the standard fields of BibTeX entries for their compliance with their format. In particular, value of "email" is checked against RFC 822 mandated email address syntax, value of "doi" is checked to start with 10. and cont...

MERKYS/Text-BibTeX-Validate-0.3.0 - 18 Feb 2021 06:26:54 UTC

Text::BibTeX::BibStyle - Format Text::BibTeX::Entry items using .bst River stage zero No dependents

"Text::BibTeX::BibStyle" is a module that can format "Text::BibTeX::Entry" objects by interpreting a bibstyle (".bst") file such as "ieeetr.bst". In this way, Perl can use the same bibliographic style files that bibtex does. For a large collection of...

NODINE/Text-BibTeX-BibStyle-0.03 - 07 Dec 2007 21:33:25 UTC

Text::BibTeX::BibFormat - formats bibliography entries River stage one • 3 direct dependents • 3 total dependents

The "Text::BibTeX::BibFormat" class is a base class of "Text::BibTeX::BibEntry" for formatting bibliography entries. It thus performs the main job of any program that would hope to supplant BibTeX itself; the other important job (sorting) is handled ...

AMBS/Text-BibTeX-0.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::NameFormat - format BibTeX-style author names River stage one • 3 direct dependents • 3 total dependents

After splitting a name into its components parts (represented as a "Text::BibTeX::Name" object), you often want to put it back together again as a single string formatted in a consistent way. "Text::BibTeX::NameFormat" provides a very flexible way to...

AMBS/Text-BibTeX-0.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::Validate::Warning - validaton warning class River stage one • 1 direct dependent • 1 total dependent

Text::BibTeX::Validate::Warning is used to store the content of validation warning (as emitted by Text::BibTeX::Validate) in a structured way. Overloads are defined to stringify and to compare instances of the class....

MERKYS/Text-BibTeX-Validate-0.3.0 - 18 Feb 2021 06:26:54 UTC
13 results (0.044 seconds)