The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Text::TeX"

Text::TeX - Perl module for parsing of TeX. River stage zero No dependents

A new "TeX" parser is created by $file = new Text::TeX::OpenFile $filename, attr1 => $val1, ...; $filename may be "undef", in this case the text to parse may be specified in the attribute "string". Recognized attributes are: "string" contains the tex...

ILYAZ/etext.1.6.3 - 19 Mar 1998 07:12:00 UTC

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::AsciiTeX - Convert (La)TeX formulas to ASCII art River stage zero No dependents

This module provides a mechanism to render (La)TeX formulae to ASCII art. It is based solely on AsciiTeX written by Bart Pieters (See "UNDERLYING TECHNOLOGIES")....

JBERGER/Text-AsciiTeX-0.05 - 23 May 2012 03:10:07 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::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::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::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

Text::KnuthPlass - Breaks paragraphs into lines using the TeX (Knuth-Plass) algorithm River stage zero No dependents

PMPERRY/Text-KnuthPlass-1.07 - 03 Oct 2022 19:10:12 UTC

Text::Reflow - Perl module for reflowing text files using Knuth's paragraphing algorithm. River stage one • 1 direct dependent • 1 total dependent

These routines will reflow the paragraphs in the given file, filehandle, string or array using Knuth's paragraphing algorithm (as used in TeX) to pick "good" places to break the lines. Each routine takes ascii text data with paragraphs separated by b...

MWARD/Text-Reflow-1.17 - 08 Dec 2016 11:21:55 UTC

Text::Hyphen - determine positions for hyphens inside words River stage one • 6 direct dependents • 6 total dependents

KAPPA/Text-Hyphen-0.3 - 11 Oct 2020 00:22:31 UTC

Text::Ispell - a module encapsulating access to the Ispell program. River stage zero No dependents

Text::Ispell::spellcheck() takes one argument. It must be a string, and it should contain only printable characters. One allowable exception is a terminal newline, which will be chomped off anyway. The line is fed to a coprocess running ispell for an...

JDPORTER/Text-Ispell-0.04 - 12 Oct 1999 21:02:39 UTC

Text::Reform - Manual text wrapping and reformatting River stage two • 4 direct dependents • 67 total dependents

The "form" sub The "form()" subroutine may be exported from the module. It takes a series of format (or "picture") strings followed by replacement values, interpolates those values into each picture string, and returns the result. The effect is simil...

CHORNY/Text-Reform-1.20 - 05 Sep 2009 22:26:56 UTC
35 results (0.061 seconds)