Télécharger la liste

Description du projet

tbibtools provide a simple regexp-based BibTeX parser that can be used to sort bib files, reformat bib files, list keys in a bib file, and show bib entries matching a regular expression. It is available as both a script and a VIM plugin. It makes a few assumptions about how a bib file should look like.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-06-18 22:30
0.4

met entrées sortCrossref renvois vers l'arrière. Un nouveau format, le (dé) selectCrossref, vous permet d'afficher uniquement les entrées qui sont (ou non) des renvois. La syntaxe de la commande de requête a changé: FIELD1 query => RX1, champ2 => RX2, etc entrées en double et certains domaines en conflit sont fusionnées. Un problème avec - LS a été corrigé.
Tags: Minor feature enhancements
sortCrossref puts cross-referenced entries to the back. A new format, (un)selectCrossref, allows you to view only entries that are (not) cross-referenced. The syntax of the query command has changed: query FIELD1 => RX1, FIELD2 => RX2, etc. Duplicate entries and certain conflicting fields are merged. A problem with --ls has been fixed.

2007-06-07 23:27
0.2

Le fichier de configuration est toujours chargé (également en cas d'appel de VIM). Le fichier de configuration est évaluée dans le contexte de l'objet de configuration (utiliser une sorte de configuration DSL). Cette version utilise optargs pour analyser les arguments de ligne de commande (par exemple les options de ligne de commande ont légèrement modifié). simple_bibtex_parser () a été améliorée.
Tags: Minor feature enhancements
The configuration file is always loaded (also when called from VIM). The configuration file is evaluated in the context of the configuration object (use some kind of configuration DSL). This release uses optargs for parsing command line arguments (i.e. command line options have slightly changed). simple_bibtex_parser() has been improved.

Project Resources