home *** CD-ROM | disk | FTP | other *** search
Wrap
Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!yale.edu!yale!gumby!destroyer!sol.ctr.columbia.edu!usc!elroy.jpl.nasa.gov!swrinde!mips!msi!dcmartin From: liebla@informatik.tu-muenchen.de (Armin Liebl) Newsgroups: comp.sources.x Subject: v18i117: bibview - BibTeX GUI, Part19/20 Message-ID: <1992Aug27.161847.26201@msi.com> Date: 27 Aug 92 16:18:47 GMT References: <csx-18i099-bibview@uunet.UU.NET> Sender: dcmartin@msi.com (David C. Martin - Moderator) Organization: Molecular Simulations, Inc. Lines: 1389 Approved: dcmartin@msi.com Originator: dcmartin@fascet Submitted-by: Armin Liebl <liebla@informatik.tu-muenchen.de> Posting-number: Volume 18, Issue 117 Archive-name: bibview/part19 #!/bin/sh # this is part.19 (part 19 of a multipart archive) # do not concatenate these parts, unpack them in order with /bin/sh # file gui_help.c continued # if test ! -r _shar_seq_.tmp; then echo 'Please unpack part 1 first!' exit 1 fi (read Scheck if test "$Scheck" != 19; then echo Please unpack part "$Scheck" next! exit 1 else exit 0 fi ) < _shar_seq_.tmp || exit 1 if test ! -f _shar_wnt_.tmp; then echo 'x - still skipping gui_help.c' else echo 'x - continuing file gui_help.c' sed 's/^X//' << 'SHAR_EOF' >> 'gui_help.c' && X speichern."; #else char *string6 = "OTHER WINDOWS\n\n\ Annote Window\n\ \n\ The menu bar of the annote window offers the following commands:\n\ Save: \t\ Save the annote field.\n\ Close: \t\ Close the annote window without saving the annote field.\n\ \n\n\ Macro Window\n\ \n\ The menu bar of the macro window offers the following commands:\n\ Save: \t\ Save the macros and preambles of the macro window.\n\ Close: \t\ Close the macro window.\n\ \n\n\ Error Window\n\ \n\ The menu bar of the error window offers the following commands:\n\ Save: \t\ Save the content of the error window.\n\ Close: \t\ Close the error window without saving the content."; #endif X X int nummer = (int) clientData; X if (hlp[nummer-1]==TRUE) X return; X hlp[nummer-1]=TRUE; X if (nummer==1) X hlpOpenHelpWin(nummer,line1,string1); X else if (nummer==2) X hlpOpenHelpWin(nummer,line2,string2); X else if (nummer==3) X hlpOpenHelpWin(nummer,line3,string3); X else if (nummer==4) X hlpOpenHelpWin(nummer,line4,string4); X else if (nummer==5) X hlpOpenHelpWin(nummer,line5,string5); X else if (nummer==6) X hlpOpenHelpWin(nummer,line6,string6); X return; } X /*********************************************************************/ /* gueCloseMacroWinCmd: */ /* Callback function for macro window button close */ /*********************************************************************/ void hlpQuitHelpCmd(Widget w, XtPointer clientData, XtPointer callData) { X X int nummer = (int) clientData; X hlp[nummer-1] = FALSE; X XtPopdown(helpShell[nummer-1]); X return; } SHAR_EOF echo 'File gui_help.c is complete' && chmod 0644 gui_help.c || echo 'restore of gui_help.c failed' Wc_c="`wc -c < 'gui_help.c'`" test 22478 -eq "$Wc_c" || echo 'gui_help.c: original size 22478, current size' "$Wc_c" rm -f _shar_wnt_.tmp fi # ============= Makefile.std ============== if test -f 'Makefile.std' -a X"$1" != X"-c"; then echo 'x - skipping Makefile.std (File already exists)' rm -f _shar_wnt_.tmp else > _shar_wnt_.tmp echo 'x - extracting Makefile.std (Text)' sed 's/^X//' << 'SHAR_EOF' > 'Makefile.std' && # Makefile generated by imake - do not edit! # $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $ X ########################################################################### # Makefile generated from "Imake.tmpl" and </tmp/IIf.a23779> # $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $ # # Platform-specific parameters may be set in the appropriate .cf # configuration files. Site-wide parameters may be set in the file # site.def. Full rebuilds are recommended if any parameters are changed. # # If your C preprocessor doesn't define any unique symbols, you'll need # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing # "make Makefile", "make Makefiles", or "make World"). # # If you absolutely can't get imake to work, you'll need to set the # variables at the top of each Makefile as well as the dependencies at the # bottom (makedepend will do this automatically). # X ########################################################################### # platform-specific configuration parameters - edit ultrix.cf to change X # platform: $XConsortium: ultrix.cf,v 1.20 89/12/22 15:56:14 rws Exp $ # operating system: Ultrix-32 3.1 X ########################################################################### # site-specific configuration parameters - edit site.def to change X # site: $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $ X X SHELL = /bin/sh X X TOP = . X CURRENT_DIR = . X X AR = ar cq X BOOTSTRAPCFLAGS = X CC = gcc -fstrength-reduce -fpcc-struct-return X X COMPRESS = compress X CPP = /lib/cpp $(STD_CPP_DEFINES) X PREPROCESSCMD = gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -E $(STD_CPP_DEFINES) X INSTALL = install X LD = ld X LINT = lint X LINTLIBFLAG = -C X LINTOPTS = -axz X LN = ln -s X MAKE = make X MV = mv X CP = cp X RANLIB = ranlib X RANLIBINSTFLAGS = X RM = rm -f X STD_INCLUDES = X STD_CPP_DEFINES = X STD_DEFINES = X EXTRA_LOAD_FLAGS = X EXTRA_LIBRARIES = X TAGS = ctags X X PROTO_DEFINES = X X INSTPGMFLAGS = X X INSTBINFLAGS = -m 0755 X INSTUIDFLAGS = -m 4755 X INSTLIBFLAGS = -m 0664 X INSTINCFLAGS = -m 0444 X INSTMANFLAGS = -m 0444 X INSTDATFLAGS = -m 0444 X INSTKMEMFLAGS = -m 4755 X X DESTDIR = X X TOP_INCLUDES = -I$(INCROOT) X X CDEBUGFLAGS = -O X CCOPTIONS = X COMPATFLAGS = X X ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES) X ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS) X CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) X LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) X LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES) X LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) X LDCOMBINEFLAGS = -X -r X X MACROFILE = ultrix.cf X RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut X X IMAKE_DEFINES = X X IRULESRC = $(CONFIGDIR) X IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES) X X ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \ X $(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \ X $(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES) X ########################################################################### # X Window System Build Parameters # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $ X ########################################################################### # X Window System make variables; this need to be coordinated with rules # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $ X X PATHSEP = / X USRLIBDIR = $(DESTDIR)/usr/lib X BINDIR = $(DESTDIR)/usr/bin/X11 X INCROOT = $(DESTDIR)/usr/include X BUILDINCROOT = $(TOP) X BUILDINCDIR = $(BUILDINCROOT)/X11 X BUILDINCTOP = .. X INCDIR = $(INCROOT)/X11 X ADMDIR = $(DESTDIR)/usr/adm X LIBDIR = $(USRLIBDIR)/X11 X CONFIGDIR = $(LIBDIR)/config X LINTLIBDIR = $(USRLIBDIR)/lint X X FONTDIR = $(LIBDIR)/fonts X XINITDIR = $(LIBDIR)/xinit X XDMDIR = $(LIBDIR)/xdm X AWMDIR = $(LIBDIR)/awm X TWMDIR = $(LIBDIR)/twm X GWMDIR = $(LIBDIR)/gwm X MANPATH = $(DESTDIR)/usr/man X MANSOURCEPATH = $(MANPATH)/man X MANDIR = $(MANSOURCEPATH)n X LIBMANDIR = $(MANSOURCEPATH)3 X XAPPLOADDIR = $(LIBDIR)/app-defaults X X FONTCFLAGS = -t X X INSTAPPFLAGS = $(INSTDATFLAGS) X X IMAKE = imake X DEPEND = makedepend X RGB = rgb X FONTC = bdftosnf X MKFONTDIR = mkfontdir X MKDIRHIER = /bin/sh $(BINDIR)/mkdirhier.sh X X CONFIGSRC = $(TOP)/config X CLIENTSRC = $(TOP)/clients X DEMOSRC = $(TOP)/demos X LIBSRC = $(TOP)/lib X FONTSRC = $(TOP)/fonts X INCLUDESRC = $(TOP)/X11 X SERVERSRC = $(TOP)/server X UTILSRC = $(TOP)/util X SCRIPTSRC = $(UTILSRC)/scripts X EXAMPLESRC = $(TOP)/examples X CONTRIBSRC = $(TOP)/../contrib X DOCSRC = $(TOP)/doc X RGBSRC = $(TOP)/rgb X DEPENDSRC = $(UTILSRC)/makedepend X IMAKESRC = $(CONFIGSRC) X XAUTHSRC = $(LIBSRC)/Xau X XLIBSRC = $(LIBSRC)/X X XMUSRC = $(LIBSRC)/Xmu X TOOLKITSRC = $(LIBSRC)/Xt X AWIDGETSRC = $(LIBSRC)/Xaw X OLDXLIBSRC = $(LIBSRC)/oldX X XDMCPLIBSRC = $(LIBSRC)/Xdmcp X BDFTOSNFSRC = $(FONTSRC)/bdftosnf X MKFONTDIRSRC = $(FONTSRC)/mkfontdir X EXTENSIONSRC = $(TOP)/extensions X X DEPEXTENSIONLIB = $(USRLIBDIR)/libXext.a X EXTENSIONLIB = -lXext X X DEPXLIB = $(DEPEXTENSIONLIB) $(USRLIBDIR)/libX11.a X XLIB = $(EXTENSIONLIB) -lX11 X X DEPXAUTHLIB = $(USRLIBDIR)/libXau.a X XAUTHLIB = -lXau X X DEPXMULIB = $(USRLIBDIR)/libXmu.a X XMULIB = -lXmu X X DEPOLDXLIB = $(USRLIBDIR)/liboldX.a X OLDXLIB = -loldX X X DEPXTOOLLIB = $(USRLIBDIR)/libXt.a X XTOOLLIB = -lXt X X DEPXAWLIB = $(USRLIBDIR)/libXaw.a X XAWLIB = -lXaw X X LINTEXTENSIONLIB = $(USRLIBDIR)/llib-lXext.ln X LINTXLIB = $(USRLIBDIR)/llib-lX11.ln X LINTXMU = $(USRLIBDIR)/llib-lXmu.ln X LINTXTOOL = $(USRLIBDIR)/llib-lXt.ln X LINTXAW = $(USRLIBDIR)/llib-lXaw.ln X X XWLIBSRC = $(CONTRIBSRC)/toolkits/Xw X DEPXWLIB = $(USRLIBDIR)/libXw.a X XWLIB = -lXw X X DEPLIBS = $(LOCAL_LIBRARIES) X X DEPLIBS1 = $(DEPLIBS) X DEPLIBS2 = $(DEPLIBS) X DEPLIBS3 = $(DEPLIBS) X ########################################################################### # Imake rules for building libraries, programs, scripts, and data files # rules: $XConsortium: Imake.rules,v 1.67 89/12/18 17:14:15 jim Exp $ X ########################################################################### # start of Imakefile X # # bibView # # X SYS_LIBRARIES = -lm # SYS_LIBRARIES = -lm -L/usr/ucblib -lucb LOCAL_LIBRARIES = -lc $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) DEPLIBS = $(DEPXLIB) X SRCS= bibview.c FileNom.c gui_main.c ctl_open.c ctl_opt.c\ X gui_bibl.c gui_help.c ctl_srch.c gui_widg.c ctl_save.c\ X gui_list.c gui_card.c ctl_card.c ctl_serv.c\ X db_tree.c bib_file.c globdata.c bib_flex.c\ X ComboBo.c rc_file.c ctl_prt.c gui_edit.c OBJS= bibview.o FileNom.o gui_main.o ctl_open.o ctl_opt.o\ X gui_bibl.o gui_help.o ctl_srch.o gui_widg.o ctl_save.o\ X gui_list.o gui_card.o ctl_card.o ctl_serv.o\ X db_tree.o bib_file.o globdata.o bib_flex.o\ X ComboBo.o rc_file.o ctl_prt.o gui_edit.o X all:: $(PROGRAMS) X X PROGRAM = bibview X all:: bibview X bibview: $(OBJS) $(DEPLIBS) X $(RM) $@ X $(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) X saber_bibview: X #load $(ALLDEFINES) $(SRCS) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES) X osaber_bibview: X #load $(ALLDEFINES) $(OBJS) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES) X install:: bibview X $(INSTALL) -c $(INSTPGMFLAGS) bibview $(BINDIR) X install.man:: bibview.man X $(INSTALL) -c $(INSTMANFLAGS) bibview.man $(MANDIR)/bibview.n X depend:: X $(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS) X lint: X $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS) lint1: X $(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS) X clean:: X $(RM) $(PROGRAM) X ########################################################################### # common rules for all Makefiles - do not edit X emptyrule:: X clean:: X $(RM_CMD) \#* X Makefile:: X -@if [ -f Makefile ]; then \ X echo " $(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \ X $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \ X else exit 0; fi X $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) X tags:: X $(TAGS) -w *.[ch] X $(TAGS) -xw *.[ch] > TAGS X saber: X #load $(ALLDEFINES) $(SRCS) X osaber: X #load $(ALLDEFINES) $(OBJS) X ########################################################################### # empty rules for directories that do not have SUBDIRS - do not edit X install:: X @echo "install in $(CURRENT_DIR) done" X install.man:: X @echo "install.man in $(CURRENT_DIR) done" X Makefiles:: X includes:: X ########################################################################### # dependencies generated by makedepend X SHAR_EOF chmod 0640 Makefile.std || echo 'restore of Makefile.std failed' Wc_c="`wc -c < 'Makefile.std'`" test 9408 -eq "$Wc_c" || echo 'Makefile.std: original size 9408, current size' "$Wc_c" rm -f _shar_wnt_.tmp fi # ============= fb_ger.h ============== if test -f 'fb_ger.h' -a X"$1" != X"-c"; then echo 'x - skipping fb_ger.h (File already exists)' rm -f _shar_wnt_.tmp else > _shar_wnt_.tmp echo 'x - extracting fb_ger.h (Text)' sed 's/^X//' << 'SHAR_EOF' > 'fb_ger.h' && "BibView.title: bibView", "BibView.iconName: bibView", "BibView*font: *helvetica-bold-r-*-120-*", "BibView*foreground: Steelblue", "BibView*commandBox*foreground: SteelBlue", "BibView*commandBox*borderColor: Black", "BibView*commandBox*menuLabel.foreground: SlateBlue", "BibView*SimpleMenu*foreground: SteelBlue", "BibView*SimpleMenu*line.foreground: SlateGrey", "BibView*mainwin.orientation: vertical", "BibView*mainwin.height: 175", "BibView*mainwin.width: 500", "BibView*mainwin*showGrip: false", "BibView*mainwin.commandBox.width: 500", "BibView*mainwin.commandBox.vSpace: 0", "BibView*mainwin.commandBox.hSpace: 0", "BibView*mainwin.commandBox.min: 21", "BibView*mainwin.desktop.label:", "BibView*mainwin.desktop.width: 500", "BibView*mainwin.desktop.height: 150", "BibView*mainwin.desktop.min: 150", "BibView*mainwin.desktop.fromVert: commandBox", "BibView*mainwin*file.label: Datei", "BibView*mainwin*file.menuName: fileMenu", "BibView*fileMenu.label: Datei-Menue", "BibView*fileMenu*item1*label: Neu", "BibView*fileMenu*item2*label: Oeffnen", "BibView*fileMenu*item3*label: Schliessen", "BibView*fileMenu*item4*label: Speichern", "BibView*fileMenu*item5*label: Speichern unter", "BibView*fileMenu*quit*label: Beenden", "BibView*mainwin*services.label: Dienste", "BibView*mainwin*services.menuName: servicesMenu", "BibView*servicesMenu.label: Dienste-Menue", "BibView*servicesMenu*item1*label: Konsistenzcheck ", "BibView*servicesMenu*item2*label: Mischen", "BibView*servicesMenu*item3*label: Druck in Datei", "BibView*servicesMenu*item4*label: Makros editieren", "BibView*servicesMenu*item5*label: Konfiguration laden", "BibView*mainwin*options.label: Optionen ", "BibView*mainwin*options.menuName: optionsMenu", "BibView*mainwin*options*leftMargin: 20", "BibView*optionsMenu.label: Optionen-Menue", "BibView*optionsMenu*item1*label: Warnton bei Fehler", "BibView*optionsMenu*item2*label: Sicherungskopien ", "BibView*optionsMenu*item3*label: Icons auf Desktop ", "BibView*optionsMenu*item4*label: Autom. Ueberpruefung", "BibView*optionsMenu*item5*label: Zwingende Felder", "BibView*mainwin*window.label: Fenster", "BibView*mainwin*window.menuName: windowMenu", "BibView*mainwin*window*leftMargin: 20", "BibView*windowMenu.label: Fenster-Menue", "BibView*windowMenu*item1*label: Kaskadieren", "BibView*mainwin*help.label: Hilfe", "BibView*mainwin*help.menuName: helpMenu", "BibView*helpMenu.label: Hilfe-Menue", "BibView*helpMenu*item1*label: Ueberblick", "BibView*helpMenu*item2*label: Hauptfenster", "BibView*helpMenu*item3*label: Bibliographiefenster", "BibView*helpMenu*item4*label: Listenfenster", "BibView*helpMenu*item5*label: Kartenfenster", "BibView*helpMenu*item6*label: Andere Fenster", "BibView*helpMenu*info*label: Programm-Info", "BibView*bibWin.orientation: vertical", "BibView*bibWin.width: 500", "BibView*bibWin.height: 350", "BibView*bibWin*showGrip: false", "BibView*bibWin*commandBox.width: 450", "BibView*bibWin*commandBox.vSpace: 0", "BibView*bibWin*commandBox.hSpace: 0", "BibView*bibWin*commandBox.min: 21", "BibView*bibWin*commandBox*new.label: Neu", "BibView*bibWin*new.menuName: newMenu", "BibView*bibWin*newMenu.label: Neu-Menue", "BibView*bibWin*newMenu*item2*label: Book", "BibView*bibWin*newMenu*item3*label: Booklet", "BibView*bibWin*newMenu*item5*label: Inbook", "BibView*bibWin*newMenu*item6*label: Incollection", "BibView*bibWin*newMenu*item1*label: Article", "BibView*bibWin*newMenu*item4*label: Conference", "BibView*bibWin*newMenu*item12*label: Proceedings", "BibView*bibWin*newMenu*item7*label: Inproceedings", "BibView*bibWin*newMenu*item13*label: Techreport", "BibView*bibWin*newMenu*item9*label: Mastersthesis", "BibView*bibWin*newMenu*item11*label: Phdthesis", "BibView*bibWin*newMenu*item8*label: Manual", "BibView*bibWin*newMenu*item14*label: Unpublished", "BibView*bibWin*newMenu*item10*label: Misc", "BibView*bibWin*commandBox*search.label: Suchen", "BibView*bibWin*commandBox*list.label: Liste", "BibView*bibWin*commandBox*macro.label: Makros", "BibView*bibWin*commandBox*print.label: Drucken", "BibView*bibWin*commandBox*save.label: Speichern", "BibView*bibWin*commandBox*close.label: Schliessen", "BibView*bibWin*window.label: Fenster", "BibView*bibWin*window.menuName: windowMenu", "BibView*bibWin*window*leftMargin: 20", "BibView*bibWin*windowMenu.label: Fenster-Menue", "BibView*bibWin*windowMenu*item1.label: Kaskadieren", "BibView*bibWin.bibdesk.label:", "BibView*bibWin.bibdesk.width: 450", "BibView*bibWin.bibdesk.height: 350", "BibView*bibWin.bibdesk.min: 350 ", "BibView*bibWin.bibdesk.fromVert: commandBox", "BibView*listWin*allowShellResize: true", "BibView*listWin*allowResize: true", "BibView*listWin*foreground: Maroon", "BibView*listWin.height: 650", "BibView*listWin.width: 530", "BibView*listWin.horizDistance: 235", "BibView*listWin.vertDistance: 20", "BibView*listWin.borderWidth: 2", "BibView*listWin.orientation: vertical", "BibView*listWin*showGrip: false", "BibView*listWin.commandBox.vSpace: 0", "BibView*listWin.commandBox.hSpace: 0", "BibView*listWin.commandBox.min: 21", "BibView*listWin.commandBox*print.label: Drucken", "BibView*listWin.commandBox*save.label: Speichern", "BibView*listWin.commandBox*quit.label: Schliessen", "BibView*listWin*listVport.fromVert: commandBox", "BibView*listWin*listVport*font: *fixed-bold-r-*-100-*", "BibView*listWin*head1.label: Autor", "BibView*listWin*head1.width: 200", "BibView*listWin*head2.label: Titel", "BibView*listWin*head2.width: 390", "BibView*listWin*head3.label: Typ", "BibView*listWin*head3.width: 85", "BibView*listWin*head4.label: Jahr", "BibView*listWin*head4.width: 30", "BibView*listWin*list.verticalList: true", "BibView*listWin*list.forceColumns: true", "BibView*listWin*list.defaultColumns: 1", "BibView*macWin*allowResize: true", "BibView*macWin.height: 300", "BibView*macWin.width: 450", "BibView*macWin.borderWidth: 2", "BibView*macWin.orientation: vertical", "BibView*macWin*showGrip: false", "BibView*macWin.commandBox.vSpace: 0", "BibView*macWin.commandBox.hSpace: 0", "BibView*macWin.commandBox.min: 21", "BibView*macWin.commandBox*save.label: Speichern", "BibView*macWin.commandBox*close.label: Schliessen", "BibView*macText.fromVert: commandBox", "BibView*macText*font: *fixed-bold-r-*-100-*", "BibView*macText*textSource.editType: edit", "BibView*macText*input: true", "BibView*helpWin*allowResize: true", "BibView*helpWin.height: 300", "BibView*helpWin.width: 500", "BibView*helpWin.borderWidth: 2", "BibView*helpWin.orientation: vertical", "BibView*helpWin*showGrip: false", "BibView*helpWin.commandBox.vSpace: 0", "BibView*helpWin.commandBox.hSpace: 0", "BibView*helpWin.commandBox.min: 21", "BibView*helpWin.commandBox*close.label: Schliessen", "BibView*helpText.fromVert: commandBox", "BibView*helpText*font: *fixed-bold-r-*-100-*", "BibView*helpText*input: true", "BibView*annoteWin*allowResize: true", "BibView*annoteWin.height: 300", "BibView*annoteWin.width: 500", "BibView*annoteWin.borderWidth: 2", "BibView*annoteWin.orientation: vertical", "BibView*annoteWin*showGrip: false", "BibView*annoteWin.commandBox.vSpace: 0", "BibView*annoteWin.commandBox.hSpace: 0", "BibView*annoteWin.commandBox.min: 21", "BibView*annoteWin.commandBox*close.label: Schliessen", "BibView*annoteWin.commandBox*save.label: Speichern", "BibView*annoteText.fromVert: commandBox", "BibView*annoteText*font: *fixed-bold-r-*-100-*", "BibView*annoteText*input: true", "BibView*srchShell.title: Suchen Auswahl", "BibView*srchWin.height: 400", "BibView*srchWin.width: 380", "BibView*srchWin.borderWidth: 2", "BibView*srchWin.orientation: vertical", "BibView*srchWin*showGrip: false", "BibView*srchWin.commandBox.vSpace: 0", "BibView*srchWin.commandBox.hSpace: 0", "BibView*srchWin.commandBox.min: 21", "BibView*srchWin.commandBox*ok.label: Suche starten", "BibView*srchWin.commandBox*cancel.label:Abbrechen", "BibView*srchWin*srchFlds*borderwidth: 0", "BibView*srchWin*srchFlds*vSpace: 0", "BibView*srchWin*srchFlds*font: *helvetica-bold-r-*-100-*", "BibView*srchWin*ComboBox.borderWidth: 0", "BibView*srchWin*ComboBox.margin: 4", "BibView*srchWin*ComboBox*Text.width: 250", "BibView*srchWin*ComboBox*Toggle.width: 100", "BibView*srchWin*ComboBox*Toggle.justify:left", "BibView*srchWin*ComboBox*Viewport.borderWidth: 4", "BibView*srchWin*ComboBox*Viewport.width: 300", "BibView*srchWin*ComboBox*Viewport.height: 100", "BibView*srchWin*cbTitle*name: Titel:", "BibView*srchWin*cbAuthor*name: Autor:", "BibView*srchWin*cbCategory*name: Themenbereich:", "BibView*srchWin*cbMonth*name: Monat:", "BibView*srchWin*cbYear*name: Jahr:", "BibView*srchWin*cbNote*name: Notizen:", "BibView*srchWin*cbAnnote*name: Anmerkung:", "BibView*srchWin*cbJournal*name: Journal:", "BibView*srchWin*cbEditor*name: Herausgeber:", "BibView*srchWin*cbOrganization*name: Organization:", "BibView*srchWin*cbInstitution*name: Institution:", "BibView*srchWin*cbPublisher*name: Verlag:", "BibView*srchWin*cbSchool*name: (Hoch-)Schule:", "BibView*srchWin*cbAddress*name: Adresse:", "BibView*srchWin*cbEdition*name: Auflagennummer:", "BibView*srchWin*cbChapter*name: Kapitel:", "BibView*srchWin*cbSeries*name: Buchserie:", "BibView*srchWin*cbPages*name: Seiten:", "BibView*srchWin*cbVolume*name: Bandnummer:", "BibView*srchWin*cbNumber*name: Lfd. Nummer:", "BibView*srchWin*cbBooktitle*name: Buchtitel:", "BibView*srchWin*cbHowpublished*name: Veroeffntl.art:", "BibView*srchWin*cbType*name: Typ:", "BibView*srchWin*cbKey*name: Schluessel:", "BibView*srchWin*cbMainkey*name: bibTeX-Schluessel:", "BibView*srchWin*cbCrossref*name: Querverweis:", "BibView*cardShell.allowShellResize: true", "BibView*cardWin*Text*scrollHorizontal: whenNeeded", "BibView*cardWin*Text*scrollVertical: whenNeeded", "BibView*cardWin*Text*thickness: 8", "BibView*cardWin*Text.height: 28", "BibView*cardWin*Text*textSource.editType: edit", "BibView*cardWin*Text*input: true", "BibView*cardWin*Label*justify: left", "BibView*cardWin.foreground: Violet", "BibView*cardWin.width: 450", "BibView*cardWin.borderWidth: 2", "BibView*cardWin.commandBox.showGrip: false", "BibView*cardWin.commandBox.width: 450", "BibView*cardWin.commandBox.vSpace: 0", "BibView*cardWin.commandBox.hSpace: 0", "BibView*cardWin.commandBox.min: 21", "BibView*cardWin.commandBox.skipAdjust: true", "BibView*cardWin.commandBox*userDef.label: Benutzerdaten", "BibView*cardWin.commandBox*annote.label: Anmerkung", "BibView*cardWin.commandBox*save.label: Speichern", "BibView*cardWin.commandBox*change.label: Aendern", "BibView*cardWin.commandBox*delete.label: Loeschen", "BibView*cardWin.commandBox*copy.label: Kopieren", "BibView*cardWin.commandBox*quit.label: Schliessen", "BibView*cardWin.userFldVport*font: *helvetica-bold-r-*-100-*", "BibView*cardWin.userFldVport.allowResize: true", "BibView*cardWin.userFldVport.min: 100", "BibView*cardWin.userFldVport.max: 150", "BibView*cardWin*userFieldL.width: 150", "BibView*cardWin*userField.width: 225", "BibView*cardWin*userFldHead.label: Benutzerdefinierte Felder", "BibView*cardWin*userFldHead.width: 380", "BibView*cardWin*userFldHead.borderWidth: 2", "BibView*cardWin*userFldHead.justify: center", "BibView*cardWin.carddesk*font: *helvetica-bold-r-*-100-*", "BibView*cardWin.carddesk*Label*borderWidth: 0", "BibView*cardWin.carddesk.defaultDistance: 0", "BibView*cardWin.carddesk*mainkeyLabel.label: BibTeX-Key:", "BibView*cardWin.carddesk*mainkey.width: 110", "BibView*cardWin.carddesk*crossrefLabel.label: Verweis:", "BibView*cardWin.carddesk*crossref.width: 148", "BibView*cardWin.carddesk*addressLabel.label: Verlagsanschrift:", "BibView*cardWin.carddesk*address.width: 300", "BibView*cardWin.carddesk*address.height: 40", "BibView*cardWin.carddesk*annoteLabel.label: Anmerkung:", "BibView*cardWin.carddesk*annote.width: 325", "BibView*cardWin.carddesk*annote.height: 60", "BibView*cardWin.carddesk*authorLabel.label: Autor:", "BibView*cardWin.carddesk*author.width: 355", "BibView*cardWin.carddesk*author.height: 30", "BibView*cardWin.carddesk*booktitleLabel.label: Buchtitel:", "BibView*cardWin.carddesk*booktitle.width: 340", "BibView*cardWin.carddesk*categoryLabel.label: Themenbereich:", "BibView*cardWin.carddesk*category.width: 133", "BibView*cardWin.carddesk*chapterLabel.label: Kapitel:", "BibView*cardWin.carddesk*chapter.width: 350", "BibView*cardWin.carddesk*editionLabel.label: Auflagennummer:", "BibView*cardWin.carddesk*editorLabel.label: Herausgeber:", "BibView*cardWin.carddesk*editor.width: 320", "BibView*cardWin.carddesk*editor.height: 30", "BibView*cardWin.carddesk*howpublishedLabel.label: Veroeffentlichungsart:", "BibView*cardWin.carddesk*howpublished.width: 275", "BibView*cardWin.carddesk*institutionLabel.label: Institution:", "BibView*cardWin.carddesk*institutionLabel.width: 60", "BibView*cardWin.carddesk*institution.width: 334", "BibView*cardWin.carddesk*journalLabel.label: Journal:", "BibView*cardWin.carddesk*journal.width: 345", "BibView*cardWin.carddesk*keyLabel.label: Schluessel:", "BibView*cardWin.carddesk*monthLabel.label: Monat:", "BibView*cardWin.carddesk*month.width: 210", "BibView*cardWin.carddesk*noteLabel.label: Notizen:", "BibView*cardWin.carddesk*note.width: 345", "BibView*cardWin.carddesk*note.height: 60", "BibView*cardWin.carddesk*numberLabel.label: Lfd. Nr.:", "BibView*cardWin.carddesk*number.width: 145", "BibView*cardWin.carddesk*organizationLabel.label: Organisation:", "BibView*cardWin.carddesk*organization.width: 317", "BibView*cardWin.carddesk*pagesLabel.label: Seiten:", "BibView*cardWin.carddesk*pages.width: 80", "BibView*cardWin.carddesk*publisherLabel.label: Verlag:", "BibView*cardWin.carddesk*publisher.width: 350", "BibView*cardWin.carddesk*publisher.height: 30", "BibView*cardWin.carddesk*schoolLabel.label: (Hoch-)Schule:", "BibView*cardWin.carddesk*school.width: 315", "BibView*cardWin.carddesk*seriesLabel.label: Buchserie:", "BibView*cardWin.carddesk*series.width: 335", "BibView*cardWin.carddesk*titleLabel.label: Titel:", "BibView*cardWin.carddesk*title.width: 360", "BibView*cardWin.carddesk*title.height: 40", "BibView*cardWin.carddesk*typeLabel.label: Typ:", "BibView*cardWin.carddesk*type.width: 365", "BibView*cardWin.carddesk*volumeLabel.label: Bandnummer:", "BibView*cardWin.carddesk*volume.width: 115", "BibView*cardWin.carddesk*yearLabel.label: Jahr:", "BibView*cardWin*article.borderWidth: 0", "BibView*cardWin*book.borderWidth: 0", "BibView*cardWin*booklet.borderWidth: 0", "BibView*cardWin*conference.borderWidth: 0", "BibView*cardWin*inbook.borderWidth: 0", "BibView*cardWin*incollection.borderWidth: 0", "BibView*cardWin*inproceedings.borderWidth: 0", "BibView*cardWin*manual.borderWidth: 0", "BibView*cardWin*mastersthesis.borderWidth: 0", "BibView*cardWin*misc.borderWidth: 0", "BibView*cardWin*phdthesis.borderWidth: 0", "BibView*cardWin*proceedings.borderWidth: 0", "BibView*cardWin*techreport.borderWidth: 0", "BibView*cardWin*unpublished.borderWidth: 0", "BibView*confirmLoadShell.title: Laden?", "BibView*confirmLoadBox.label: Datei bereits geladen.\\nAuf gespeicherte Version zurueckgreifen?", "BibView*confirmLoadBox*ok.label: OK", "BibView*confirmLoadBox*cancel.label: Abbrechen", "BibView*confirmBibQuitShell.title: Bibliography schliessen?", "BibView*confirmBibQuitBox.label: Es wurden Aenderungen vorgenommen, die nicht gespeichert wurden!\\nDie evtl angezeigten Karten/Makros wurden ebenfalls nicht gespeichert.\\n\\nWollen Sie WIRKLICH alle Aenderungen verwerfen?", "BibView*confirmBibQuitBox*ok.label: Verwerfen", "BibView*confirmBibQuitBox*cancel.label: Erst Speichern", "BibView*confirmQuitCardShell.title: Karte schliessen?", "BibView*confirmQuitCardBox.label: WIRKLICH schliessen ohne zu speichern?", "BibView*confirmQuitCardBox*ok.label: Schliessen", "BibView*confirmQuitCardBox*cancel.label: Erst Speichern", "BibView*confirmMacQuitShell.title: Makros schliessen?", "BibView*confirmMacQuitBox.label: Die Makros wurden geaendert!\\nMakros speichern oder verwerfen?", "BibView*confirmMacQuitBox*save.label: Speichern", "BibView*confirmMacQuitBox*quit.label: Verwerfen", "BibView*fileSelectBoxShell.title: BibView Dateimanager", "BibView*fileSelectBoxShell.iconName: BibView Dateimanager", "BibView*fileLoadHead.label: bibTeX-Datei auswaehlen:", "BibView*fileRenameHead.label: bibTeX-Datei umbenennen:", "BibView*filePrintHead.label: LaTeX Druckdatei:", "BibView*configLoadHead.label: Konfigurationsdatei:", "BibView*fileListSaveHead.label: Liste als bibTeX-Datei speichern:", "BibView*bibselShell.title: BibView-Datei-Auswahl", "BibView*bibselWin*closeHead.label: Schliessen von", "BibView*bibselWin*saveHead.label: Speichern von", "BibView*bibselWin*saveAsHead.label: Speichern unter ", "BibView*bibselWin*copyHead.label: Kopieren nach", "BibView*bibselWin*collSrcHead.label: Mischen aus", "BibView*bibselWin*collDestHead.label: Mischen nach", "BibView*bibselWin*checkHead.label: Ueberpruefen von", "BibView*bibselWin*printHead.label: Drucken von", "BibView*bibselWin*macroHead.label: Makros editieren von", "BibView*bibselWin*cancel.label: Abbrechen", "BibView*errorShell.title: BibView Nachricht", "BibView*errorWin*type.label: FEHLER:", "BibView*errorWin*type.foreground: red", "BibView*errorWin*ok.label: OK", "BibView*errorIcon*foreground: red", "BibView*warnShell.title: BibView Nachricht", "BibView*warnWin*type.label: WARNUNG:", "BibView*warnWin*type.foreground: red", "BibView*warnWin*ok.label: OK", "BibView*warnIcon*foreground: red", "BibView*noticeShell.title: BibView Nachricht", "BibView*noticeWin*type.label: HINWEIS:", "BibView*noticeWin*type.foreground: blue", "BibView*noticeWin*ok.label: OK", "BibView*noticeIcon*foreground: blue", "BibView*msgText10.label: Dieser Befehl wurde noch nicht implementiert.", "BibView*msgText11.label: Aktion nicht ausgefuehrt. Kein Speicher!", "BibView*msgText12.label: Ausgewaehlte Datei nicht im BibTeX-Format!", "BibView*msgText14.label: Keine bibTeX-Datei geoeffnet zum bearbeiten.", "BibView*msgText15.label: Datei kann nicht in sich selbst gemischt werden.", "BibView*msgText16.label: Karte kann nicht auf sich selbst kopiert werden.", "BibView*msgText30.label: Fenster koennen nicht kaskadiert werden!", "BibView*msgText50.label: Datei kann nicht geoeffnet werden!", "BibView*msgText51.label: Keine Konfigurationsdatei angegeben.", "BibView*msgText52.label: Temporaerdatei kann nicht geoeffnet werden!", "BibView*msgText53.label: Macros koennen nicht gespeichert werden!", "BibView*msgText54.label: Bitte erst Error-Window schliessen!", "BibView*msgText60.label: Ueberpruefung ergab Inkonsistenzen.\\nFehlerhafte Karten werden in Liste angezeigt.", "BibView*msgText61.label: Ueberpruefung ergab keine Inkonsistenzen.", "BibView*msgText62.label: Ueberpruefung ergab Inkonsistenzen.\\nFehler in markierter Zeile korrigieren und erneut laden.", "BibView*msgText63.label: Einige zwingende Felder wurden nicht ausgefuellt.\\nDer Eintrag wurde trotzdem gespeichert.", "BibView*msgText100.label: Doppelte Schluessel nicht erlaubt.\\nKarte evtl. bereits im Baum enthalten.", "BibView*msgText101.label: Kein regulaerer Ausdruck.", "BibView*msgText102.label: Keine Eintraege in der bibTeX-Datei gefunden.", "BibView*msgText104.label: Karte unvollstaendig: kein Autor angegeben.", "BibView*msgText105.label: Karte unvollstaendig: kein Titel angegeben.", "BibView*msgText106.label: Karte unvollstaendig: kein Journal angegeben.", "BibView*msgText107.label: Karte unvollstaendig: kein Jahr angegeben.", "BibView*msgText108.label: Karte unvollstaendig: kein Verlag angegeben.", "BibView*msgText109.label: Karte unvollstaendig: kein Buchtitel angegeben.", "BibView*msgText110.label: Karte unvollstaendig: kein Kapitel angegeben.", "BibView*msgText111.label: Karte unvollstaendig: kein (Hoch-)Schule angegeben.", "BibView*msgText112.label: Karte unvollstaendig: kein Institution angegeben.", "BibView*msgText113.label: Karte unvollstaendig: kein Notiz angegeben.", "BibView*msgText114.label: Karte unvollstaendig: kein Autor oder Herausgeber angegeben.", "BibView*msgText115.label: Karte unvollstaendig: kein Kapitel und/oder Seitenzahl angegeben.", "BibView*msgText120.label: Keine weiteren Dateien ladbar.\\nErst schliessen.", "BibView*msgText121.label: Interner Fehler: Nr. 121", "BibView*quit*accelerators:\ X <Key>q: notify()", "BibView*mainwin*services*accelerators:\ X <Key>i: notify()", "BibView*mainwin*options*accelerators:\ X <Key>o: notify()", "BibView*mainwin*window*accelerators:\ X <Key>f: notify()", "BibView*mainwin*help*accelerators:\ X <Key>h: notify()", SHAR_EOF chmod 0644 fb_ger.h || echo 'restore of fb_ger.h failed' Wc_c="`wc -c < 'fb_ger.h'`" test 20748 -eq "$Wc_c" || echo 'fb_ger.h: original size 20748, current size' "$Wc_c" rm -f _shar_wnt_.tmp fi # ============= bibview_ger.1 ============== if test -f 'bibview_ger.1' -a X"$1" != X"-c"; then echo 'x - skipping bibview_ger.1 (File already exists)' rm -f _shar_wnt_.tmp else > _shar_wnt_.tmp echo 'x - extracting bibview_ger.1 (Text)' sed 's/^X//' << 'SHAR_EOF' > 'bibview_ger.1' && .TH BIBVIEW 1 "Jun 1992" .SH NAME bibview \- eine graphische Benutzerschnittstelle f\(uer BiBTeX-Literaturdatenbanken. .SH SYNOPSIS \fBbibview [standardoptions] [-file bibdatei] [-rcfile konfdatei] \fP .SH DESCRIPTION X Bibview erleichtert die Verwaltung von BibTeX-Literaturdatenbanken (im folgenden BiBs genannt). Es k\(oennen bereits vorhandene BiBs geladen sowie neue BiBs erzeugt werden. Beim Laden einer BiB erscheint ein Bibliographiefenster mit einer Men\(ueleiste, die die Kommandos zur Bearbeitung der BiB enth\(aelt. Unter anderem kann man sich eine Liste mit einem \(Ueberblick \(ueber alle Eintr\(aege der BiB oder mit Eintr\(aegen, die bestimmte Kriterien erf\(uellen, anzeigen lassen. Durch das Anklicken des Eintrags mit der linken Maustaste erscheint ein Fenster zum Editieren des Eintrags, das dem Typ des Eintrags angepa\(sst ist. Die f\(uer den bearbeiteten Typ ben\(oetigten Felder sind durch dicke Umrandung gekennzeichnet. Editieren eines Feldes erfolgt durch das Positionieren der Maus in das entsprechende Feld. Im Feld BibTeX-Key wird der f\(uer jeden Eintrag erforderliche cite-key abgefragt. Durch das Feld Themenbereich k\(oennen Eintr\(aege kategorisiert werden. Makros k\(oennen durch das Voranstellen des Zeichens '@' eingegeben werden. X .SH Das Hauptfenster X Das Hauptfenster, das beim Aufruf von bibview erscheint, bietet folgende Men\(ues: \fBDatei\fR: Funktionen zum Laden und Speichern von BiBs .br \fINeu\fR - Anlegen einer neuen Bib. .br \fIOeffnen\fR - Einlesen einer bereits vorhandenen Bib. .br \fISchliessen\fR - Schlie\(ssen einer ge\(oeffneten Bib. .br \fISpeichern\fR - Speichern einer Bib. .br \fISpeichern unter\fR - Speichern einer Bib unter neuem Namen. .br \fIBeenden\fR - Beenden einer Sitzung. .br X \fBDienste\fR: .br \fIKonsistenzcheck\fR - Eintr\(aege werden auf Vollst\(aendigkeit \(ueberpr\(ueft. .br \fIMischen\fR - Eintr\(aege aus einer Bib werden in eine andere \(uebernommen .br \fIDruck in Datei\fR - Eintr\(aege einer Bib werden in LaTeX-Datei gespeichert .br \fIMakros editieren\fR - Editieren von Makros .br \fIKonfiguration laden\fR - Laden einer Konfigurationsdatei X \fBOptionen\fR: Festlegen von Voreinstellungen .br \fIWarnton bei Fehlern\fR - Beim Auftreten von Fehlern ert\(oent ein Warnton .br \fISicherungskopien\fR - Vor dem Schreiben einer Bib wird eine Sicherungskopie mit der Endung .bak angelegt .br \fIIcons auf Desktop\fR - Icons zu Listen- und Kartenfenster werden auf dem zugeh\(oerigen Bibliographiefenster abgelegt. .br \fIAutom. \(Ueberpr\(uefung\fR - Beim Laden einer Datei wird automatisch ein Konsistenzcheck durchgef\(uehrt. .br \fIZwingende Felder\fR - Ein Abspeichern eines Eintrags ist nur m\(oeglich, wenn alle von BibTeX geforderten Felder angegeben sind. X \fBFenster\fR: .br \fIKaskadieren\fR - zusammengeh\(oerige Fenster werden entsprechend gruppiert. X \fBHilfe\fR: .br Das Hilfe-Men\(ue bietet Hilfstexte zu den folgenden Punkten an: \fIUeberblick\fR .br \fIHauptfenster\fR .br \fIBibliographiefenster\fR .br \fIListenfenster\fR .br \fIKartenfenster\fR .br \fIAndere Fenster\fR .br \fIProgramm-Info\fR X X .SH Das Bibliographiefenster X Die Men\(ueleiste des Bibliographiefensters enth\(aelt Funktionen, mit denen der Benutzer die BiB bearbeiten kann. X \fBNeu\fR: .br Pulldownmen\(ue mit den BibTeX-Typen .br \fBSuchen\fR: .br Suchen nach bestimmten Eintr\(aegen. Es erscheint ein Fenster, in dem f\(uer die Felder regul\(aere Ausdrucke eingegeben werden k\(oennen. Das Ergebnis der Suche (alle Eintr\(aege, auf die die UND-Verkn\(uepfung der Felder zutrifft) wird im Listenfenster angezeigt. .br \fBListe\fR: .br Im Listenfenster werden alle Eintr\(aege der BiB angezeigt. Durch das Anklicken eines Eintrags erscheint ein Fenster zum Editieren des Eintrags. .br \fBMakros\fR: .br Ein Fenster zum Editieren der STRING- und PREAMBLE-Makros erscheint. .br \fBDrucken\fR: .br Eine LaTeX-Datei mit den Datens\(aetzen der BiB wird erzeugt. .br \fBSpeichern\fR: .br Speichern der BiB. Die BiB bleibt im Arbeitsspeicher geladen. .br \fBSchliessen\fR: .br Entfernen der BiB aus dem Arbeitsspeicher. X .SH Das Listenfenster Das Listenfenster erscheint durch das Anklicken des Men\(uepunkts \fIListe\fR im Bibliographiefenster, als Ergebnis einer Suche oder im Fall eines Konsistenzchecks. Die Men\(ueleiste des Listenfensters bietet folgende Kommandos: .br \fBDrucken\fR: .br Eine LaTeX-Datei mit den Datens\(aetzen der Liste wird erzeugt. .br \fBSpeichern\fR: .br Die Datens\(aetze der Liste werden als neue BiB gespeichert. .br \fBSchliessen\fR: .br Das Listenfenster wird geschlossen. X .SH Das Kartenfenster X Die Men\(ueleiste des Kartenfensters bietet folgende Kommandos: .br \fBBenutzerdaten\fR: Das Kartenfenster wird um die benutzerdefinierten Felder erweitert bzw. gek\(uerzt. .br \fBAnmerkung\fR: Das annote-Feld eines Eintrags kann in einem eigenen Fenster editiert werden. .br \fBL\(oeschen\fR: .br L\(oeschen des Eintrags aus der BiB. .br \fBSpeichern\fR: .br Speichern des Eintrags in der BiB. .br \fBKopieren\fR: .br Einf\(uegen des Eintrags in andere BiB. .br \fBSchliessen\fR: .br Schlie\(ssen des Kartenfensters. X .SH Die Konfigurationsdatei X Eine Konfigurationsdatei erm\(oeglicht es, das Verhalten von \fBbibview\fR an die eigenen Vorstellungen anzupassen. Einstellbar sind die Defaults der Optionen [Options], benutzerdefinierte Felder zu bestimmten Typen [Fields] und vordefinierte Eingabedaten f\(uer das Suchen-Fenster [Predefines]. .br Standardm\(ae\(ssig wird als Konfigurationsdatei die Datei \fI.bibviewrc\fR im Home-Directory des Benutzers verwendet. Mit dem Men\(uepunkt \fIKonfiguration laden\fR des Dienste-Men\(ues ist es m\(oeglich, eine andere Konfigurationsdatei zu laden, wobei jedoch der Options-Teil nicht ausgewertet wird. .br Ein Beispiel fuer eine Konfigurationsdatei enthaelt die Datei bibviewrc. X .SH OPTIONS X \fBstandardoptions\fR: .br Zu den Standardoptionen geh\(oeren Kommandozeilenparameter wie -display, -geometry, -iconic, -foreground, -background usw. .br \fB-file bibdatei\fR: .br Die Datei \fIbibdatei\fR wird beim Starten von \fBbibview\fR geladen. .br \fB-rcfile konfdatei\fR: .br Die Konfigurationsdatei \fIkonfdatei\fR wird beim Starten von \fBbibview\fR verwendet. X .SH COPYRIGHT Copyright 1992 Technische Universitaet Muenchen X .SH AUTHORS Holger Martin, Peter Urban und Armin Liebl. .br Kommentare, Fehlermeldungen und Verbesserungsvorschl\(aege werden dankbar angenommen von liebla@informatik.tu-muenchen.de X SHAR_EOF chmod 0640 bibview_ger.1 || echo 'restore of bibview_ger.1 failed' Wc_c="`wc -c < 'bibview_ger.1'`" test 6503 -eq "$Wc_c" || echo 'bibview_ger.1: original size 6503, current size' "$Wc_c" rm -f _shar_wnt_.tmp fi # ============= BibView.ger ============== if test -f 'BibView.ger' -a X"$1" != X"-c"; then echo 'x - skipping BibView.ger (File already exists)' rm -f _shar_wnt_.tmp else > _shar_wnt_.tmp echo 'x - extracting BibView.ger (Text)' sed 's/^X//' << 'SHAR_EOF' > 'BibView.ger' && ! Resource Database for bibView 1.0 ! --------------------------------- ! Language: German X BibView.title: bibView 1.0 BibView.iconName: bibView BibView*font: *helvetica-bold-r-*-120-* X ! For color workstations only BibView*foreground: Steelblue BibView*commandBox*foreground: SteelBlue BibView*commandBox*borderColor: Black BibView*commandBox*menuLabel.foreground: SlateBlue BibView*SimpleMenu*foreground: SteelBlue BibView*SimpleMenu*line.foreground: SlateGrey X ! resources for main program window BibView*mainwin.orientation: vertical BibView*mainwin.height: 175 BibView*mainwin.width: 500 BibView*mainwin*showGrip: false BibView*mainwin.commandBox.width: 500 BibView*mainwin.commandBox.vSpace: 0 BibView*mainwin.commandBox.hSpace: 0 BibView*mainwin.commandBox.min: 21 X BibView*mainwin.desktop.label: BibView*mainwin.desktop.width: 500 BibView*mainwin.desktop.height: 150 BibView*mainwin.desktop.min: 150 BibView*mainwin.desktop.fromVert: commandBox X BibView*mainwin*file.label: Datei BibView*mainwin*file.menuName: fileMenu BibView*fileMenu.label: Datei-Menue BibView*fileMenu*item1*label: Neu BibView*fileMenu*item2*label: Oeffnen BibView*fileMenu*item3*label: Schliessen BibView*fileMenu*item4*label: Speichern BibView*fileMenu*item5*label: Speichern unter BibView*fileMenu*quit*label: Beenden X BibView*mainwin*services.label: Dienste BibView*mainwin*services.menuName: servicesMenu BibView*servicesMenu.label: Dienste-Menue BibView*servicesMenu*item1*label: Konsistenzcheck BibView*servicesMenu*item2*label: Mischen BibView*servicesMenu*item3*label: Druck in Datei BibView*servicesMenu*item4*label: Makros editieren BibView*servicesMenu*item5*label: Konfiguration laden X BibView*mainwin*options.label: Optionen BibView*mainwin*options.menuName: optionsMenu BibView*mainwin*options*leftMargin: 20 BibView*optionsMenu.label: Optionen-Menue BibView*optionsMenu*item1*label: Warnton bei Fehler BibView*optionsMenu*item2*label: Sicherungskopien BibView*optionsMenu*item3*label: Icons auf Desktop BibView*optionsMenu*item4*label: Autom. Ueberpruefung BibView*optionsMenu*item5*label: Zwingende Felder X BibView*mainwin*window.label: Fenster BibView*mainwin*window.menuName: windowMenu BibView*mainwin*window*leftMargin: 20 BibView*windowMenu.label: Fenster-Menue BibView*windowMenu*item1*label: Kaskadieren X BibView*mainwin*help.label: Hilfe BibView*mainwin*help.menuName: helpMenu BibView*helpMenu.label: Hilfe-Menue BibView*helpMenu*item1*label: Ueberblick BibView*helpMenu*item2*label: Hauptfenster BibView*helpMenu*item3*label: Bibliographiefenster BibView*helpMenu*item4*label: Listenfenster BibView*helpMenu*item5*label: Kartenfenster BibView*helpMenu*item6*label: Andere Fenster BibView*helpMenu*info*label: Programm-Info X BibView*bibWin.orientation: vertical BibView*bibWin.width: 450 BibView*bibWin.height: 350 BibView*bibWin*showGrip: false BibView*bibWin*commandBox.width: 450 BibView*bibWin*commandBox.vSpace: 0 BibView*bibWin*commandBox.hSpace: 0 BibView*bibWin*commandBox.min: 21 X BibView*bibWin*commandBox*new.label: Neu BibView*bibWin*new.menuName: newMenu BibView*bibWin*newMenu.label: Neu-Menue BibView*bibWin*newMenu*item2*label: Book BibView*bibWin*newMenu*item3*label: Booklet BibView*bibWin*newMenu*item5*label: Inbook BibView*bibWin*newMenu*item6*label: Incollection BibView*bibWin*newMenu*item1*label: Article BibView*bibWin*newMenu*item4*label: Conference BibView*bibWin*newMenu*item12*label: Proceedings BibView*bibWin*newMenu*item7*label: Inproceedings BibView*bibWin*newMenu*item13*label: Techreport BibView*bibWin*newMenu*item9*label: Mastersthesis BibView*bibWin*newMenu*item11*label: Phdthesis BibView*bibWin*newMenu*item8*label: Manual BibView*bibWin*newMenu*item14*label: Unpublished BibView*bibWin*newMenu*item10*label: Misc X BibView*bibWin*commandBox*search.label: Suchen BibView*bibWin*commandBox*list.label: Liste BibView*bibWin*commandBox*macro.label: Makros BibView*bibWin*commandBox*print.label: Drucken BibView*bibWin*commandBox*save.label: Speichern BibView*bibWin*commandBox*close.label: Schliessen X BibView*bibWin*window.label: Fenster BibView*bibWin*window.menuName: windowMenu BibView*bibWin*window*leftMargin: 20 BibView*bibWin*windowMenu.label: Fenster-Menue BibView*bibWin*windowMenu*item1.label: Kaskadieren X BibView*bibWin.bibdesk.label: BibView*bibWin.bibdesk.width: 450 BibView*bibWin.bibdesk.height: 350 BibView*bibWin.bibdesk.min: 350 BibView*bibWin.bibdesk.fromVert: commandBox X X ! resources for list windows ! -------------------------- BibView*listWin*allowShellResize: true BibView*listWin*allowResize: true BibView*listWin.height: 450 BibView*listWin.width: 530 BibView*listWin.horizDistance: 235 BibView*listWin.vertDistance: 20 BibView*listWin.borderWidth: 2 BibView*listWin.orientation: vertical BibView*listWin*showGrip: false BibView*listWin.commandBox.vSpace: 0 BibView*listWin.commandBox.hSpace: 0 BibView*listWin.commandBox.min: 21 BibView*listWin.commandBox*print.label: Drucken BibView*listWin.commandBox*save.label: Speichern BibView*listWin.commandBox*quit.label: Schliessen BibView*listWin*listVport.fromVert: commandBox BibView*listWin*listVport*font: *fixed-bold-r-*-100-* BibView*listWin*head1.label: Autor BibView*listWin*head1.width: 200 BibView*listWin*head2.label: Titel BibView*listWin*head2.width: 390 BibView*listWin*head3.label: Typ BibView*listWin*head3.width: 85 BibView*listWin*head4.label: Jahr BibView*listWin*head4.width: 30 BibView*listWin*list.verticalList: true BibView*listWin*list.forceColumns: true BibView*listWin*list.defaultColumns: 1 X X ! resources for edit windows ! -------------------------- BibView*macWin*allowResize: true BibView*macWin.height: 300 BibView*macWin.width: 450 BibView*macWin.borderWidth: 2 BibView*macWin.orientation: vertical BibView*macWin*showGrip: false BibView*macWin.commandBox.vSpace: 0 BibView*macWin.commandBox.hSpace: 0 BibView*macWin.commandBox.min: 21 BibView*macWin.commandBox*save.label: Speichern BibView*macWin.commandBox*close.label: Schliessen BibView*macText.fromVert: commandBox BibView*macText*font: *fixed-bold-r-*-100-* BibView*macText*textSource.editType: edit BibView*macText*input: true X ! resources for help windows ! -------------------------- BibView*helpWin*allowResize: true BibView*helpWin.height: 300 BibView*helpWin.width: 500 BibView*helpWin.borderWidth: 2 BibView*helpWin.orientation: vertical BibView*helpWin*showGrip: false BibView*helpWin.commandBox.vSpace: 0 BibView*helpWin.commandBox.hSpace: 0 BibView*helpWin.commandBox.min: 21 BibView*helpWin.commandBox*close.label: Schliessen BibView*helpText.fromVert: commandBox BibView*helpText*font: *fixed-bold-r-*-100-* BibView*helpText*input: true X ! resources for annote windows ! -------------------------- BibView*annoteWin*allowResize: true BibView*annoteWin.height: 300 BibView*annoteWin.width: 500 BibView*annoteWin.borderWidth: 2 BibView*annoteWin.orientation: vertical BibView*annoteWin*showGrip: false BibView*annoteWin.commandBox.vSpace: 0 BibView*annoteWin.commandBox.hSpace: 0 BibView*annoteWin.commandBox.min: 21 BibView*annoteWin.commandBox*save.label: Speichern BibView*annoteWin.commandBox*close.label: Schliessen BibView*annoteText.fromVert: commandBox BibView*annoteText*font: *fixed-bold-r-*-100-* BibView*annoteText*input: true X ! resources for search windows ! ---------------------------- BibView*srchShell.title: Suchen Auswahl BibView*srchWin.height: 400 BibView*srchWin.width: 380 BibView*srchWin.borderWidth: 2 BibView*srchWin.orientation: vertical BibView*srchWin*showGrip: false BibView*srchWin.commandBox.vSpace: 0 BibView*srchWin.commandBox.hSpace: 0 BibView*srchWin.commandBox.min: 21 BibView*srchWin.commandBox*ok.label: Suche starten BibView*srchWin.commandBox*cancel.label:Abbrechen BibView*srchWin*srchFlds*borderwidth: 0 BibView*srchWin*srchFlds*vSpace: 0 BibView*srchWin*srchFlds*font: *helvetica-bold-r-*-100-* BibView*srchWin*ComboBox.borderWidth: 0 BibView*srchWin*ComboBox.margin: 4 BibView*srchWin*ComboBox*Text.width: 250 BibView*srchWin*ComboBox*Toggle.width: 100 BibView*srchWin*ComboBox*Toggle.justify:left BibView*srchWin*ComboBox*Viewport.borderWidth: 4 BibView*srchWin*ComboBox*Viewport.width: 300 BibView*srchWin*ComboBox*Viewport.height: 100 BibView*srchWin*cbTitle*name: Titel: BibView*srchWin*cbAuthor*name: Autor: BibView*srchWin*cbCategory*name: Themenbereich: BibView*srchWin*cbMonth*name: Monat: BibView*srchWin*cbYear*name: Jahr: BibView*srchWin*cbNote*name: Notizen: BibView*srchWin*cbAnnote*name: Anmerkung: BibView*srchWin*cbJournal*name: Journal: BibView*srchWin*cbEditor*name: Herausgeber: BibView*srchWin*cbOrganization*name: Organization: BibView*srchWin*cbInstitution*name: Institution: BibView*srchWin*cbPublisher*name: Verlag: BibView*srchWin*cbSchool*name: (Hoch-)Schule: BibView*srchWin*cbAddress*name: Adresse: BibView*srchWin*cbEdition*name: Auflagennummer: BibView*srchWin*cbChapter*name: Kapitel: BibView*srchWin*cbSeries*name: Buchserie: BibView*srchWin*cbPages*name: Seiten: BibView*srchWin*cbVolume*name: Bandnummer: BibView*srchWin*cbNumber*name: Lfd. Nummer: BibView*srchWin*cbBooktitle*name: Buchtitel: SHAR_EOF true || echo 'restore of BibView.ger failed' fi echo 'End of part 19' echo 'File BibView.ger is continued in part 20' echo 20 > _shar_seq_.tmp exit 0 -- Senior Systems Scientist mail: dcmartin@msi.com Molecular Simulations, Inc. uucp: uunet!dcmartin 796 North Pastoria Avenue at&t: 408/522-9236 Sunnyvale, California 94086 fax: 408/732-0831