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

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