BFH Thesis Class

Usage

\documentclass[
  a4paper,              % paper format
  10.5pt,               % font-size
  BCOR=18mm,            % Binding correction
  bibliography=totoc,   % If enabled add bibliography to TOC
  listof=totoc,         % If enabled add lists to TOC
  bilingual,            % choose ONE of bilingual/monolingual, they are mutually exclusive
  % monolingual,
  twoside=true,         % two sided document (default: true)
]{bfhthesis}            % KOMA-Script report

Description

The Thesis Class provides a pre-formatted thesis basic LaTeX document structure. Some important variables are available to make your life easier. E.g. \declarationOfAuthorship and \setupSignature, which provide you with a pre-written declaration of authorship text in multiple languages (derived from the document’s default language) and the possibility to add a graphic of your signature.

For more details about the provided variables, have a look at BFH LaTeX CI Variables.

To get started we recommend having a look at the minimal example DEMO-BFHThesis.tex, which you can find in the examples zip folder from the latest BFH LaTeX examples release.

A complete thesis template with more code examples is available in the BFH LaTeX examples folder.