X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=4_block%2Fblock.tex;fp=4_block%2Fblock.tex;h=c0007d5eb6a71bbfc09ce6c7312bfba6dbe9b7e3;hb=2c4b25bb70af1903e6133469d13bbc8080214405;hp=0000000000000000000000000000000000000000;hpb=cb84d3f70eb8e305ceff331b08999f8df4550111;p=calu.git diff --git a/4_block/block.tex b/4_block/block.tex new file mode 100644 index 0000000..c0007d5 --- /dev/null +++ b/4_block/block.tex @@ -0,0 +1,28 @@ +\documentclass[a4paper,12pt]{scrartcl} +\usepackage{common} +\begin{document} +\allauthors + +\title{Instruction Set Comparison} +\titlehead{Vienna University of Technology \hfill WS~2010} +\subject{Computer Architecture Labor\"ubung} +\date{\today} +\publishers{Gruppe 1} + +\maketitle +\newpage +\tableofcontents +\newpage + +\newcommand{\abbildung}[5]{ + \begin{figure}[H] + \centering + \includegraphics[width=#4,angle=#5]{#1} + \caption{#2} + \label{#3} + \end{figure} +} + +\input{blockdesc} + +\end{document}