Download List

프로젝트 설명

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.

System Requirements

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

다시 박았 sortCrossref 교차 참조 항목. 새로운 형식, (취소) selectCrossref, 당신이있습니다 () 간뿐만 아니라 기준 항목을 볼 수있습니다. query 명령의 구문을 변경했습니다 : 검색어 Field1 = "RX1, FIELD2 ="rx2 등 중복 항목과 특정 충돌 병합 필드가있습니다. 함께 문제 - 이거 해결되었습니다.
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

구성 파일은 항상 (또한 VIM에서)라고 불리는로드됩니다. 구성 파일을 Configuration 개체의 컨텍스트에서 평가됩니다 () 구성 DSL의 일종을 사용합니다. 이 릴리스에는 명령줄 인수를 구문 분석에 대한 (즉, 커맨드 라인 옵션은 약간) 변경 optargs을 사용합니다. simple_bibtex_parser ()이 향상되었습니다.
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