Skip to content

This template aims to adapt TU Delft Report Template to FH OST. Major changes are a rewritten class file for easier customization and a redesigned cover page.

Notifications You must be signed in to change notification settings

Norukh/ost-report-thesis-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OST × LaTeX - Report/Thesis Template

This template aims to simplify and improve the (Xe)LaTeX report/thesis template by OST Ostschweizer Fachhochschule with the following three main design principles:

  • Simplicity First: A class file that has been reduced by nearly 70% to simplify customization;
  • Effortless: A careful selection of common packages to get started immediately;
  • Complete: Ready-to-go when it comes to the document and file structure.

This template works with pdfLaTeX, XeLaTeX and LuaLaTeX. In order to adhere to the OST house style, either XeLaTeX or LuaLaTeX is required, as it supports TrueType and OpenType fonts. BibLaTeX is used for the bibliography with as backend biber. Please visit https://norukh.github.io/report/ for the full documentation.

Cover Title Chapter

Documentation (Abridged)

As a report/thesis is generally a substantial document, the chapters and appendices have been separated into different files and folders for convenience. The folders are based on the three parts in the document: the frontmatter, mainmatter and appendix. All files are inserted in the main file, report.tex, using the \input{filename} command. The document class, which can be found in ost-report.cls, is based on the book class.

The template will automatically generate a cover when the \makecover command is used. The title, subtitle and author will also be present on the title page. To give greater flexibility over the title page, the layout is specified in title-report.tex. A title page for theses is also available: title-thesis.tex. Change the corresponding \input{...} command in the main file to switch.

The bibliography has been set up in report.tex to allow for easy customization. It is included in the table of contents and renamed to 'References' using the heading=bibintoc and title=References options of the \printbibliography command respectively. If you would like to use a different .bib file, change the command \addbibresource{report.bib} accordingly.

→ Visit https://norukh.github.io/report/ for the full documentation.

License

This report/thesis template by Nico Fehr is licensed under CC BY-NC 4.0. No attribution is required in PDF outputs created using this template.

About

This template aims to adapt TU Delft Report Template to FH OST. Major changes are a rewritten class file for easier customization and a redesigned cover page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%