\documentclass[11pt,a4paper]{scrartcl} \usepackage[table]{xcolor} \usepackage[a4paper,left=1.8cm,right=1.8cm,top=2.5cm,bottom=2.5cm]{geometry} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{enumitem} \usepackage{csquotes} \usepackage{listings} \definecolor{fau_blau}{RGB}{26, 71, 115} \newcommand{\begriff}[1]{\textcolor{fau_blau}{\emph{#1}}} \newcommand{\wichtig}[1]{\emph{#1}} \lstset{ % frame=tb, language=C, basicstyle={\small\ttfamily}, keywordstyle=\color{fau_blau}\bfseries, breaklines=true, breakatwhitespace=true, tabsize=4} \title{Zusammenfassung \enquote{Programmierung \& Architekturen von Cluster-Rechnern}} \author{Marco Ammon} \date{\today} \begin{document} \maketitle \section{Programmierung (Lehrstuhl i2)} \input{2-1-einfuehrung} \input{2-2-msg} \input{2-3-mpi} \input{2-6-array-verteilung} \input{2-6-pgas} \input{2-7-dsm} \section{Architektur (Lehrstuhl i3)} \input{3-1-einfuehrung} \input{3-2-topologien} \input{3-3-anwendungen} \input{3-4-leistungsanalyse} \input{3-4-parallelisierungstechniken} \input{3-5-lastausgleich} \input{3-6-kommunikation} \input{3-7-heterogene-architekturen} \end{document}