Master Thesis as published at INS in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

88 lines
2.0 KiB

\usepackage[naustrian]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%Designvorlage
\usetheme{Boadilla}
%Font Typeface
\usepackage{paratype}
\usepackage{graphicx}
\usepackage{url}
\usepackage{pgfpages}
\usepackage{lmodern}
\usepackage{listings}
\usepackage{marvosym}
\usepackage{textcomp}
\usepackage{tikz}
\usepackage{geometry}
\usepackage{layout}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage{colortbl}
\usepackage[default]{cantarell}
%\usepackage{libertine}
%\usepackage{libertinus}
\usepackage{sourcecodepro}
%\renewcommand*\familydefault{\ttdefault} %% Only if the base font of the document is to be typewriter style
%properties for listings:
\lstset{
language=[LaTeX]TeX, %language
basicstyle=\footnotesize\ttfamily, %common font style
xleftmargin=10pt,
numbers=left, %line numbers
numberstyle=\tiny,
numberfirstline=true,
stepnumber=1,
numbersep=5pt,
tabsize=2, %size of tabulator
columns=flexible,
upquote=true,
%breaklines=true, %automatischer Zeilenumbruch
literate= %Umlauts in source files
{Ö}{{\"O}}1
{Ä}{{\"A}}1
{Ü}{{\"U}}1
{ß}{{\ss}}2
{ü}{{\"u}}1
{ä}{{\"a}}1
{ö}{{\"o}}1
}
%Beamer preferences
%\usecolortheme{structure}
\renewcommand{\arraystretch}{1.2}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{enumerate items}[square]
\setbeamertemplate{itemize items}[square]
\setbeamertemplate{section in toc}[circle]
\setbeamertemplate{subsection in
toc}{\leavevmode\leftskip=1.5em{\color{fg!30!blue}$\bullet$}\hskip0.5em\inserttocsubsection\par}
\AtBeginSection[]
{
\begin{frame}
\frametitle{Inhalt}
\tableofcontents[
currentsection,
sectionstyle=show/shaded,
hideothersubsections]
\end{frame}
}
%Titelinformationen
\title[Wissenschaftliches Schreiben mit \LaTeX~1]
{Wissenschaftliches Schreiben und Layouten anhand von \LaTeX{} 1}
\author[Michael Preisach]{Michael Preisach, BSc. \\\url{michael.preisach@oeh.jku.at}}
\date{Sommersemester 2020}
\institute[TNF]{Technisch-Naturwissenschaftliche Fakultät}