/etc/refdb/runbibrc.example is in refdb-clients 1.0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | # 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
## stylesheet driver files.
# These are used by the per-document stylesheets generated by refdbd
# to process the document
# NB don't specify arbitrary DocBook or TEI driver files here. The
# driver files which runbib wants here are provided by the RefDB
# project. If you want to modify the behaviour of the default DocBook
# or TEI stylesheets, create copies of the driver files mentioned
# below, and have these include your own DocBook or TEI driver
# files instead of the official DocBook or TEI stylesheets. Then
# specify the paths of these copies below
#teihtml /usr/share/refdb/xsl/tei-refdb-xsl/tei-html/tei-refdb-html.xsl
#teifo /usr/share/refdb/xsl/tei-refdb-xsl/tei-fo/tei-refdb-fo.xsl
#tei5html /usr/share/refdb/xsl/tei-refdb-xsl/tei-html/tei-refdb-html-ns.xsl
#tei5fo /usr/share/refdb/xsl/tei-refdb-xsl/tei-fo/tei-refdb-fo-ns.xsl
#docbkhtml /usr/share/refdb/xsl/docbk-refdb-xsl/docbk-html/docbk-refdb-html.xsl
#docbkxhtml /usr/share/refdb/xsl/docbk-refdb-xsl/docbk-xhtml/docbk-refdb-xhtml.xsl
#docbkfo /usr/share/refdb/xsl/docbk-refdb-xsl/docbk-fo/docbk-refdb-fo.xsl
#docbk5html /usr/share/refdb/xsl/docbk-refdb-xsl/docbk-html/docbk-refdb-html-ns.xsl
#docbk5xhtml /usr/share/refdb/xsl/docbk-refdb-xsl/docbk-xhtml/docbk-refdb-xhtml-ns.xsl
#docbk5fo /usr/share/refdb/xsl/docbk-refdb-xsl/docbk-fo/docbk-refdb-fo-ns.xsl
## stylesheets. These are used to extract citations or to postprocess data
#citlist /usr/share/refdb/dsssl/citations.dsl
#makecss /usr/share/refdb/dsssl/makecss.dsl
#citlistx /usr/share/refdb/xsl/citations.xsl
#citlistxraw /usr/share/refdb/xsl/citationsraw.xsl
#db2teix /usr/share/refdb/xsl/bibdb2tei.xsl
#makecssx /usr/share/refdb/xsl/makecss.xsl
#makecssxns /usr/share/refdb/xsl/makecss-ns.xsl
|