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
|
BIBVIEW
(graphical interface for BibTeX program)
by Holger Martin, Peter Urban, Armin Liebl
liebla@informatik.tu-muenchen.de
Installing bibview:
-------------------
bibview was tested on a HP 9000/710 running HP/UX,
DECstation 2100 and MicroVax II running ULTRIX and
on a SUN running SunOS 4.1 and on many other
platforms.
For SOLARIS you should apply the patch in the
file "solarispatch".
To install bibview, type "xmkmf" and then "make".
Good luck!
Note that there are different versions of db_tree.c
db_tree.c uses <regex.h>, db_tree_regexp.c uses <regexp.h>
If you have <regexp.h>, you have to rename db_tree-regexp.c to
db_tree.c
To create the German version, change the corresponding
line of the Imakefile to
#define German YES
and add the option -DGERMAN in the Makefile.
If you have problems with the FileSelectBox reporting
"Action not found:...", then compile it with the
flag -DACTION_PROBLEM
Questions, comments, hacked source code:
----------------------------------------
Armin Liebl
liebla@informatik.tu-muenchen.de
|