Go to the first, previous, next, last section, table of contents.


The actual utilities

bib2pl f1.bib f2.bib ...
Converts one or more bib files into one .pl file (file generated is f1_f2_.._auto.pl). Caveats/Bugs:
mergesortbibs f1.bib f2.bib ...
Merges and sorts one or more bib files into a single .bib. file (file generated is f1_f2_.._auto.bib). Caveats/Bugs: same as above.
pl2bib bibfile.pl
Converts one .pl file (containing a paper database) into a .bib file.
pl2pubsbyyear SName PName bibfile.pl people_urls.pl psdir psdirurl
Generates a list of the publications contained in file bibfile.pl in which SName is an author (if - is used then all papers in bibfile.pl are selected). The list is produced in latex (in English), classified by publication type and YEAR of publication. (An example application is examples/clippubsbyyear.)
pl2pubsbytopic SName PName bibfile.pl people_urls.pl topics.pl psdir psdirurl
Generates a list of the publications contained in file bibfile.pl in which SName is an author (if - is used then all papers bibfile.pl are selected). The list is produced in latex (in English), classified by publication type and TOPIC of the paper. (An example application is examples/clippubsbytopic. Note for CLIP group: the CLIP topics database is in /home/clip/PlDbs/clip_topics.pl.)
pl2engcur bibfile.pl Name people_urls.pl
Generates the list of publications for person Name, in latex (English), classified by type of publication. people_urls.pl is as above. (An example application is examples/engcur.)
incversion file
Simple script which takes as argument a filename which containing an integer followed by a period. Increments the integer by one in the file and returns the new value in stdout. This may be useful for for example for updating the version numbers of automatically generated documents. (An example application is examples/clippubsbyyear.)


Go to the first, previous, next, last section, table of contents.