Skip to content

Collection of document templates from ISW for theses, presentations, reports, etc.

Notifications You must be signed in to change notification settings

SchnitzlerJ/latex-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISW LaTeX Templates

This is the repository for LaTeX document templates for student theses, reports, and other documents.

If you are just interested in finding the most recent class that you want to use, then look no further but table [1].

Class Purpose Version
iswartcl General documents 1.0.0-rc1
iswdctrt Doctoral theses 1.0.0-rc1
iswstud Student theses 1.0.0-rc1

Simply copy the respective files (.cls and .tex) from dist/ to a directory of your choice and start writing your document inside the given .tex file!

Development Team

ISW LaTeX Templates was created by Philipp Tempel who both uses and continues to develop the template.

Contributing

Before sending a pull request, be sure to check out the Contribution Guidelines first.

Requirements

LaTeX Distribution

You need an up-to-date version of a LaTeX distribution on your current operating system. It is generally advised against MikTeX, and advised for using TeXlive.

Compiler Engine

As the trend in development of LaTeX related packages and classes is to move away from pdflatex towards xelatex or lualatex, we are not providing support for pdflatex anymore. As such, you will need to compile your document using either XeLaTeX or luaLaTeX (preferably luaLaTeX as the classes are more thoroughly tested against luaLaTeX).

Usage

You can use these document classes for a magnitude of documents such as your bachelor's or master's thesis, a simple document, or a doctoral thesis. Please read on to find out more on the general structure of a document in either type.

Doctoral Thesis

Doctoral theses may be typeset in your language of preference (as long as it is either English or German, no other language is officially supported by the document class).

English Doctoral Thesis

To have your thesis type set in English, you need the following document class header

\documentclass[%
  ngerman,% to allow an alternative titlepage and abstract in German
  english,% main document language needs to be loaded last
]{iswdctrt}

German Doctoral Thesis

\documentclass[%
  english,% to allow an alternative titlepage and abstract in English
  ngerman,% main document language needs to be loaded last
]{iswdctrt}

About

Collection of document templates from ISW for theses, presentations, reports, etc.

Resources

Stars

Watchers

Forks

Packages

No packages published