one-file-projects/latex-spielerei/test.tex
2016-12-18 15:28:12 +01:00

58 lines
1.2 KiB
TeX

\documentclass[titlepage,a5paper,12pt]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{customtitle}
\newcounter{RegelCounter}
\setcounter{RegelCounter}{1}
\newcommand{\regel}[1]{\par\noindent\textbf{Regel \theRegelCounter: } #1\stepcounter{RegelCounter}\par}
% For title page
\newcommand{\thx}[2]{\textbf{#1}\\#2\par}
% Info on titlepage
\heading{Studienarbeit}
\topic{Trace-basierte Verifikation der FPGA-Implementierung eines MIPS-Prozessors}
\writer{Valentin Gehrke}
\leftbox{
\thx{Betreuer}{Martin Zabel}
}
\rightbox{
\thx{Betreuender HSL}{Prof.\ Dr.\ Rainer Spallek}
}
\begin{document}
%Title page
\makecustomtitle
\tableofcontents
\section{Einführung}
\subsection{Was ist Gummi?}
Gummi halt...
\subsection{Regeln}
\regel{Kein Gummi}
\regel{Baum}
\regel{Geilo}
\subsection{Was ist ein A-Schlauch?}
Eine genormte Feuerwehrschlauchgröße.
\subsection{Was ist CUDA und OpenCL?}
So was mit Grafikkarten, weiß auch nicht. Frag Wikipedia
\section{Kombination}
\subsection{Was kann man jetzt mit all dem machen?}
Nix... glaub ich...
\end{document}