source: trunk/de.ugoe.cs.swe.exercises/tex-templates/template-uebung.tex @ 9

Last change on this file since 9 was 7, checked in by zeiss, 15 years ago
  • Property svn:mime-type set to text/plain
File size: 692 bytes
Line 
1\documentclass[11pt,a4paper]{article}
2\usepackage[utf8]{inputenc}
3\usepackage{amsmath}    % need for subequations
4\usepackage{graphicx}   % need for figures
5\usepackage{verbatim}   % useful for program listings
6\usepackage{color}      % use if color is used in text
7\usepackage{hyperref}   % use for hypertext links, including those to external documents and URLs
8\usepackage[left=2cm,top=1cm,right=2cm,bottom=2cm,nohead,nofoot]{geometry}
9
10\pagestyle{plain}
11
12\begin{document}
13\title{\begin{flushleft}Georg-August-UniversitÀt
14Göttingen\\LECTURE\\LECTURERS\\Übung SHEETNUMBER\end{flushleft}}
15\author{}
16\date{}
17\maketitle
18
19\vspace{-1.9cm}
20
21\hrule
22
23\vspace{0.5cm}
24
25EXERCISES
26
27\end{document}
28
29
Note: See TracBrowser for help on using the repository browser.