# bibviewrc: configuration file for bibview
# -------------------------------------------

# The following sections are allowed
#  [Options]       (optional)
#  [Fields]        (optional)
#  [Predefines]    (optional)
#  [LatexHeader]   (optional)
#  [LatexFooter]   (optional)
# All lines must start in the first column


[Options]
#
# The following options are recognized:
#  Option			  Function                  Default
#  ----------------------------------------------------------------
#  BeepOnError    = (true|false)  Beep on error             true
#  IconsOnDesk    = (true|false)  Icons on Desktop          false
#  MakeBackups    = (true|false)  Backups before Save       true
#  AutoCheckBib   = (true|false)  Autom. check              false
#  RequiredFields = (true|false)  Check before Save.        false
#  IgnoreCase     = (true|false)  Ignore case in search.    true

BeepOnError = false
IconsOnDesk = true
MakeBackups = true
AutoCheckBib = true
RequiredFields= false
IgnoreCase= false



[Fields]
# Define user defined fields for certain types.
# If the field should be in ALL types,
# as type you must enter 'all'
#
#  type = fieldname
# ----------------------
article = library
article = read
book = owner
all = available 

[Predefines]
# Predefined data for search window
#
#  field : data
# --------------------
address:New York
address : Berlin
address:  Washington

author: Hartson
author: Hesketh
author: Hix
author: McCormack
author: Nye
author: O'Reilly

category: ^unix
category: ^x

title: X Toolkit Intrinsics

year: 198
year: 199


[LatexHeader]
# header of LaTeX file
# The following lines until the next section are written as header of the
# LaTeX file.
# \begin{enumerate} is necessary because the entries are
# written as LaTeX list

\documentstyle{article}
\begin{document}
{\large \bf Content of BibTeX file -- \today}
\begin{enumerate} 

[LatexFooter]
# end of LaTeX file
# The following lines until the next section are written as footer of the
# LaTeX file.

\end{enumerate} 
\end{document}

[BibDir]
# The following line is the directory, from where the file selection
# process will star. It must be an absolute pathname.
/usr/wiss/liebla/biblio
