# this values are in pixels. For svgalib mode widtc x height at 256 
# colors must be available.
display height 600
display width 800

# This is calculated as the maximum to show the whole width of a page,
# if not defined, or if the value is too large. Use smaller values to
# get a zoomed out mode.
#display dpi 135

# printing is done as a postscript file containing a rendered bitmap 
# at the giver resolution.
print dpi 300

# Definitions of the page dimensions in points (1/72 of an inch).
page width 595    # 210mm
page height 842   # 297mm
top margin 36     # .5in
bottom margin 36  # .5in
right margin 45   # .62in
left margin 46    # .64in

# paths where fonts are available, seperated by colons
font path /dosc/windows/fonts:/usr/X11R6/lib/X11/fonts/ttfonts/office:/tmp/tt/

# The file where the postscript output from the print command goes
print file /tmp/bdd.ps

# Auto save every number of key presses
autosave keys 100

# default selection behaviour is to remain until explicitly cancelled.
# volatile selection is cancelled upon any cursor movement, and is
# replaced by any character that is inserted. 
volatile selection

# default file name for load and save.
default file name /tmp/peace6.bd

# template is a file loaded as a new file. If the name does not start with
# a slash, it is relative to ~/.timna/. The file should contain one empty
# paragraph. 
template file name template
