BFH Class Options
There are several options one can pass to the BFH classes. See the example below.
\documentclass[
invert-title=true,
titlepage=false,
titleimage-ratio=34,
colormode=RGB
]{bfhpub} % KOMA-script report
Options
class
Type : string
Default : scrartcl
Description : This allows users to select the base document class. You can select from
scrartcl
,scrreprt
orscrbook
.Where : On title pages
Class : bfhpub
colormode
Type : String
Default : RGB
Description : This allows users to select a color mode either
RGB
orCMYK
.Where : Throughout the document
Class : bfhthesis, bfhpub, bfhbeamer
invert-title
Type : Boolean
Default : false
Description : Inverts the colors of the title page.
Where : On title page
Class : bfhthesis, bfhpub, bfhbeamer
titleimage-ratio
Type : unsigned integer
Default : 12
Description : This choice key accepts the values 12 (1:2),13 (1:3), 23 (2:3), 34 (3:4), 56 (5:6) , 1011 (10:11). It will adjust the size of the colored area or title graphic on the titlepage.
Where : On title page
Class : bfhthesis, bfhpub
titlepage
Type : Boolean
Default : true
Description : Creation of a title page. If false, the title and the author will be printed in the header segment of the first page, if
\maketitle
is set in document.Where : On title page
Class : bfhthesis, bfhpub, bfhbeamer