This contains my bachelors thesis and associated tex files, code snippets and maybe more. Topic: Data Movement in Heterogeneous Memories with Intel Data Streaming Accelerator
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.
 
 
 
 
 
 

94 lines
2.9 KiB

\chapter{Introduction}
\label{sec:intro}
% Die Einleitung schreibt man zuletzt, wenn die Arbeit im Großen und
% Ganzen schon fertig ist. (Wenn man mit der Einleitung beginnt - ein
% häufiger Fehler - braucht man viel länger und wirft sie später doch
% wieder weg). Sie hat als wesentliche Aufgabe, den Kontext für die
% unterschiedlichen Klassen von Lesern herzustellen. Man muß hier die
% Leser für sich gewinnen. Das Problem, mit dem sich die Arbeit befaßt,
% sollte am Ende wenigsten in Grundzügen klar sein und dem Leser
% interessant erscheinen. Das Kapitel schließt mit einer Übersicht über
% den Rest der Arbeit. Meist braucht man mindestens 4 Seiten dafür, mehr
% als 10 Seiten liest keiner.
\todo{adopt title page}
\todo{adopt disclaimer}
\todo{write introduction}
\section{A Section}
Referencing other chapters: \ref{sec:state} \ref{sec:design}
\ref{sec:implementation} \ref{sec:evaluation} \ref{sec:futurework}
\ref{sec:conclusion}
\begin{table}[htp]
\centering
\begin{tabular}{lrr}
\textbf{Name} & \textbf{Y} & \textbf{Z} \\
\hline
\textit{Foo} & 20,614 & \SI{23}{\percent} \\
\textit{Bar} & 9,914 & \SI{11}{\percent} \\
\textit{Foo + Bar} & 30,528 & \SI{34}{\percent} \\
\hline
\textit{total} & 88,215 & \SI{100}{\percent} \\
\end{tabular}
\caption[Some interesting numbers]{Various very important looking numbers and sums.}
\label{tab:numbers}
\end{table}
More text referencing Table~\ref{tab:numbers}.
\section{Another Section}
\begin{figure}[tbp]
\centering
\includegraphics[width=0.8\textwidth]{images/squirrel}
\caption[Short description]{A long description of this squirrel figure.
Image taken from
\url{http://commons.wikimedia.org/wiki/File:Sciurus-vulgaris_hernandeangelis_stockholm_2008-06-04.jpg}}
\label{fig:squirrel}
\end{figure}
Citing \cite{bellard2005qfa} other documents \cite{bellard2005qfa, boileau06}
and Figure~\ref{fig:squirrel}.
Something with umlauts and a year/month date:
\cite{becher04:_feurig_hacken_mit_firew}.
And some online resources: \cite{green04}, \cite{patent:4819234}
\section{Yet Another Section}
\todo{add content}
\begin{figure}[tbp]
\missingfigure{Come up with a mindblowing figure.}
\caption{A mindblowing figure}
\label{fig:todo}
\end{figure}
\section{Test commands}
\drops \LLinux \NOVA \QEMU
\texttt{memcpy}
A sentence about BASIC. And a correctly formatted one about ECC\@.
\section{Test Special Chars}
Before you start writing your thesis please make sure that your build setup
compiles the following special chars correctly into the PDF!
If for example ß is printed as 'SS' then you should fix this!
There are a few hints in the repository in \mbox{\texttt{preamble/packages.txt}}.
ö ä ü Ö Ä Ü ß < >
\cleardoublepage
%%% Local Variables:
%%% TeX-master: "diplom"
%%% End: