# This is an example configuration file for runbib, the bibliography
# creation tool of RefDB
# RefDB is a reference database and bibliography tool, see
# http://refdb.sourceforge.net for further information

# Syntax rules of this file:
# 1. Each line contains a pair of variable name and variable value, 
#    separated by whitespace.
# 2. The hash (#) denotes the start of a comment, the rest of the line
#    will be ignored
# 3. The line ending must be Unix-style (LF) regardless of the operating
#    system


# Note 1: Each of these options can be overridden at execution time by
# invoking runbib with command line options.
# To see the available options, type 'runbib -h' or refer to the manual.

# Note 2: runbib is a frontend, and then some, for refdbib. This
# configuration file covers only the runbib options which are *not*
# passed to refdbib, as the latter has its own configuration file


## Jade include arguments
# Jade allows to include sections marked as "IGNORE" by redefining the
# appropriate entity on the command line. If you specify "name" here,
# the marked section with the name "name" will be included. You can
# specify this variable any number of times to cover more than one
# marked section
#jade_includearg	foo
#jade_includearg	bar

## Jade arguments
# You can use this variable to pass any options to Jade that were not covered
# above. Useful to increase or disable the maximum error limit
#jadeargs	-E 0

## xsltproc arguments
# You can use this variable to pass any options to xsltproc
# Useful to enable xinclude support
#xsltprocargs	--xinclude

## output format
# The format of the bibliography output.
# Use *one* of the following. The default is db31
#outformat	db31
#outformat	db31x
#outformat	db50x
#outformat	teix
#outformat	bibtex
