File: README

package info (click to toggle)
bibtool 2.43-7
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,964 kB
  • ctags: 1,922
  • sloc: ansic: 18,264; makefile: 647; perl: 261; sh: 214; tcl: 51; awk: 15; sed: 8
file content (96 lines) | stat: -rw-r--r-- 3,221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
======================================================================

	######            ############
	#######           ############
	##    ##               ##
	##    ##  ##  #####    ##    ####      ####    ##
	#######   ##  ######   ##   ######    ######   ##
	#######   ##  ##   ##  ##  ##    ##  ##    ##  ##
	##    ##  ##  ######   ##  ##    ##  ##    ##  ##
	##    ##  ##  ##   ##  ##  ##    ##  ##    ##  ##
	##    ##  ##  ##   ##  ##  ##    ##  ##    ##  ##
	#######   ##  ######   ##   ######    ######   #######
	######    ##  #####    ##    ####      ####    #######

======================================================================

	  BibTool: A Tool for Manipulating BibTeX Data Bases

  
BibTeX provides    an easy to  use means   to integrate  citations and
bibliographies into LaTeX documents.  But the user  is left alone with
the management of the BibTeX files. The program BibTool is intended to
fill this gap.  BibTool allows the  manipulation of BibTeX files which
goes  beyond the possibilities --- and intentions  --- of BibTeX.  The
possibilities of BibTool include

* Pretty-printing BibTeX data bases adjustable by lots of parameters.

* Syntactic checks with error recovery superior to BibTeX and helpful 
  error messages.

* Semantic checks can be specified by the user.

* Sorting  and  merging of  BibTeX  data  bases according   to a  free
  definable sort key.

* Generation  of uniform reference keys  according to predefined rules
  or according to an own specification.

* Selecting references  used in  one  publication which are found   by
  analyzing an .aux file.

* Selecting references by a set of criteria (regular expressions).

* Controlled rewriting    of fields utilizing  regular expressions  to
  specify the rewriting rules.

* Macro  (String)  expansion to  eliminate the  need  of  extra string
  definitions.

* Collecting statistics about one or more BibTeX data bases.


BibTool  contains a  documentation written  in  LaTeX of  more than 60
pages (and still growing).

BibTool is written  in C and  has  been compiled on  various operating
systems like flavors of UN*X and MSDOG machines.  It is distributed in
source code.   No compiled  versions  are  available from  the  author
(Useless to ask!).

BibTool can be obtained from the CTAN archives:

* ftp.dante.de:/tex-archive/biblio/bibtex/utils/bibtool/BibTool
* ftp.tex.ac.uk:/tex-archive/biblio/bibtex/utils/bibtool/BibTool
* tug2.cs.umb.edu:/tex-archive/biblio/bibtex/utils/bibtool/BibTool

or directly from the home site.

* ftphost.uni-koblenz.de:/outgoing/gene/BibTool

Get  the  file BibTool-x.xx.tar.gz  where  x.xx is the version number.
Unpack it with the command (on UN*X)

	gunzip < BibTool-x.xx.tar.gz | tar -xvf -

Alternatively get the file  BibTool-x.xx.zip where x.xx is the version
number.  Unpack it with the command

	unzip BibTool-x.xx.zip

It will create  a  directory  named  BibTool-x.xx which contains   the
installation instructions in the file INSTALL.


A WWW page is available under the URL

* http://www.uni-koblenz.de/~gerd/ftp/BibTool/


----------------------------------------------------------------------
Enjoy it!

Gerd Neugebauer
gerd@informatik.uni-koblenz.de