; OvPro definitions
;
; The format is:
;   #<entity>#
;   definitions
;   ##
;
; You CANNOT have ';' comments within a definition block.
;


; Add your custom colours here.
; You may use COL_004 to COL_009, and COL_200 onwards.
; Colours 1, 2, 3 and 10-199 are reserved.
#defcolours#
##


; The default font definitions.
#deffonts#
// Body font (normal, italic, bold, bolditalic)
FONT_001={font "Trinity.Medium"}
FONT_002={font "Trinity.Medium.Italic"}
FONT_003={font "Trinity.Bold"}
FONT_004={font "Trinity.Bold.Italic"}
// Headline font (normal, italic, bold, bolditalic)
FONT_011={font "Homerton.Medium"}
FONT_012={font "Homerton.Medium.Italic"}
FONT_013={font "Homerton.Bold"}
FONT_014={font "Homerton.Bold.Italic"}
// Typewriter style font (normal, italic, bold, bolditalic)
FONT_021={font "Corpus.Medium"}
FONT_022={font "Corpus.Medium.Italic"}
FONT_023={font "Corpus.Bold"}
FONT_024={font "Corpus.Bold.Italic"}
// Font definition for "Times.New.Roman".
FONT_031={font "Trinity.Medium"}
FONT_032={font "Trinity.Medium.Italic"}
FONT_033={font "Trinity.Bold"}
FONT_034={font "Trinity.Bold.Italic"}
// Font definition for "Trebuchet MS", "Verdana", "Arial", "Helvetica", or "sans serif".
FONT_041={font "Homerton.Medium"}
FONT_042={font "Homerton.Medium.Italic"}
FONT_043={font "Homerton.Bold"}
FONT_044={font "Homerton.Bold.Italic"}
// Font definition for "Comic sans MS" - uses "Sassoon".
FONT_051={font "Sassoon.Primary"}
FONT_052={font "Sassoon.Primary"}
FONT_053={font "Sassoon.Primary.Bold"}
FONT_054={font "Sassoon.Primary.Bold"}
// Font definition for extended entities - uses "Sidney".
FONT_061={font "Sidney"}
##


; Preferences
#genpref#
GENERALPREF={generalpref
{autosave 0}
{units 0}
{chapterstart 1}
{chapterseparator "."}
}

VIEWPREF={viewpref
{pasteboardwidth 283464}
{pasteboardheight 28246}
{rulerx 0}
{rulery 0}
{snaprulerguides 1}
{snapframes 1}
{guidelinefrontback 1}
}

TEXTPREF={textpref
{baselinespace 15000}
{baselineorigin 50000}
{supersize 0xa666}
{subsize 0xa666}
{smallsize 0xa8f6}
{decimaltab "."}
{hyphenchar "-"}
}
##


; Default style definitions
; IMPORTANT: The heading and preformatted styles are NOT CURRENTLY USED.
#styles#
STYLE_01={style "Bodytext"
{keypress ""}
{scope 1}
{bold 0}
{italic 0}
{underline 0 {type 1} {thickness 1310} {colourvalue COL_003 0x10000 0} {wordunderline 0} {doubleunderline 0}}
{reverse 0}
{super 0}
{sub 0}
{strikeout 0 {type 1} {thickness 1310} {colourvalue COL_003 0x10000 0}}
{verticalrule {leftrule 0 0} {rightrule 0 0} {thickness 0} {colourvalue COL_001 0x10000 0}}
{horizontalrule {aboverule 0 0} {belowrule 0 0} {thickness 0} {colourvalue COL_001 0x10000 0}}
 FONT_001
{foreground FGCOL 0x10000 0}
{background BGCOL 0x10000 0}
FSIZE
{scale 0x10000}
{track 0x0}
{baseshift 0x0}
ALIGN
{spacebefore 0}
{spaceafter 0}
TLEAD
{leftindent 1 0}
{rightindent 1 0}
{firstindent 0}
{case 0}
{drop 0 3}
{bullet 0 {bulletbefore ""} {bulletafter ""} {bulletstyle ""} {bullettab 1} {bulletstart 1}{bulletformat 0}}
{hyphenation 0 {hpminsize 5} {hpminbefore 2} {hpminafter 2} {hpmaxconsecutive 3} {hpzone 0} {hpbreakpara 0} {hpbreakcaps 0}}
{autokern 0}
{wordwrap 1}
{index 0}
{contents 0}
{level 0}
{baselinelock 0}
{smallcaps 0}
{keeplines 0 0}
{keeppara 0}
{keepnext 0}
{language 0}
{angle 0x0}
{skew 0x0}
{justification 0 {justminletter 0x0} {justmaxletter 0x4000} {justminword 0xc000} {justmaxword 0x14000} {justflushzone 0} {justsinglewords 0}}
{tabruler {tableader ""} }
}
##


; Chapter initialisation for A4 output
#chap_a4pre#
CHAP_001={chapter PSIZE
{omitheader 0} {omitfooter 0}
{chapternumber 1}
{pagenumberformat 2}
{startonleft 0}
}

PAGE_001={masterpage {colourvalue BGCOL 0x10000 0}}

TEXT_001={textframe
{lock 0} {spread 0}
{masterframe 1}
{fillcolour BGCOL 0x10000 0}
{radius 0}
{columns 1}{gutterwidth 14173}{columnguides 0 {thickness 2834} {colourvalue COL_001 0x10000 0}}
{vertalign 0}
{firstline 0}
{inset 2834}
{textflow 3 1 2834}
MRGNS
{angle 0x0}
{skew 0x0}
}

PAGE_002={page}

##

#chap_a4post#
TEXT_002={textframe
{master TEXT_001}{local 0}
}

STORY_001={story
##


; Chapter initialisation for A5 sideways (pamphlet on A4) output
; [currently unused]
#chap_a5pre#
// will make an error...
[error - A5 not available in this version]
##

#chap_a5post#
// will make an error...
[error - A5 not available in this version]
##


; End of output
#chap_finish#
{endoftext}
}
##



; IMPORTANT
; The following must be on a SINGLE LINE ONLY as they are cached and used as required.
;

; Allows you to tailer the strikeout type
#strikeout#
{strikeout 1 {type 1} {thickness 1310} {colourvalue FGCOL 0x10000 0}}
##

; Heading type 1 - 26pt
#head1#
{bold 1} FONT_013 {textsize 26000}
##

; Heading type 2 - 22pt
#head2#
{bold 1} FONT_013 {textsize 22000}
##

; Heading type 3 - 18pt
#head3#
{bold 1} FONT_013 {textsize 18000}
##

; Heading type 4 - 16pt
#head4#
{bold 1} FONT_013 {textsize 16000}
##

; Heading type 5 - 14pt
#head5#
{bold 1} FONT_013 {textsize 14000}
##

; Heading type 6 - 13pt
#head6#
{bold 1} FONT_013 {textsize 13000}
##


; end marker
#END#
